.page-wrapper.wrapper-iframed {
    margin: 20px auto
}

.page-wrapper.wrapper-rounded {
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden
}

.wrapper-boxed,
.wrapper-iframed,
.wrapper-rounded {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

    .wrapper-boxed .header-fixed.stickytop,
    .wrapper-iframed .header-fixed.stickytop,
    .wrapper-rounded .header-fixed.stickytop {
        left: auto;
        right: auto
    }

.page-wrapper {
    overflow-x: hidden
}

#goToTop {
    position: fixed;
    bottom: 20px;
    top: auto !important;
    cursor: pointer;
    background-color: #ff525b;
    color: #ffffff;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    width: 48px;
    height: 48px;
    z-index: 30;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 1;
    right: 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

    #goToTop:hover {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
    }

    #goToTop.hidden-top {
        bottom: -100px;
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    #goToTop span {
        display: block
    }

        #goToTop span:before {
            content: '\f102';
            display: inline-block;
            font-family: FontAwesome;
            font-synthesis: weight style;
            line-height: 1;
            color: #fff;
            text-align: center;
            font-size: 25px;
            -webkit-animation-name: hvr-bob-float, hvr-bob;
            animation-name: hvr-bob-float, hvr-bob;
            -webkit-animation-duration: .3s, 1s;
            animation-duration: .3s, 1s;
            -webkit-animation-delay: 0s, .3s;
            animation-delay: 0s, .3s;
            -webkit-animation-timing-function: ease-out, ease-in-out;
            animation-timing-function: ease-out, ease-in-out;
            -webkit-animation-iteration-count: 1, infinite;
            animation-iteration-count: 1, infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-direction: normal, alternate;
            animation-direction: normal, alternate
        }

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    50% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }
}

#loadingSite {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    left: 0;
    background: #fff
}

.loader {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(//cdn.shopify.com/s/assets/no-image-100-c91dd4bdb56513f2cbf4fc15436ca35e9d4ecd014546c8d421b1aece861dfecf_small.gif) 50% 50% no-repeat
}

.spaceBlock  .box-label {
    position: absolute;
    right: 20px;
    top: 11px;
    line-height: 13px;
    z-index: 1;
    text-align: center;
    background: #df3536;
    padding: 0;
    padding-top: 5px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
}

.label-product {
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 38px;
    width: 38px;
    line-height: 13px;
    text-align: center;
    padding: 0;
    padding-top: 5px;
}

    /*.label-product.label-sale {
        background: #e93434;
        margin-bottom: 5px
    }*/

    .label-product.label-new {
        background-color: #8dc44f
    }

.box-price,
.price {
    margin: 0 0 15px
}

    .box-price .price-old,
    .price .price-old {
        font-size: 14px;
        font-weight: 400;
        color: #b3b3b3;
        text-decoration: line-through;
        display: inline-block;
        line-height: 100%
    }

    .box-price .price-new,
    .box-price span.price,
    .price .price-new,
    .price span.price {
        color: #000;
        font-size: 16px;
        vertical-align: top;
        font-weight: 600
    }

@media (min-width: 1200px) {
    .box-price .price-new,
    .box-price span.price,
    .price .price-new,
    .price span.price {
        font-size: 18px
    }
}

.box-price .price-new,
.price .price-new {
    margin-right: 5px;
    color: #ff525b;
    font-size: 14px;
}

.custom-reviews {
    color: #fec42d;
    font-size: 13px;
    margin: 0 0 5px 0;
    overflow: hidden
}

    .custom-reviews [class^="spr-icon-"]:before,
    .custom-reviews [class*=" spr-icon-"]:before {
        font-size: 100%;
        width: 1.3em
    }

    .custom-reviews .spr-badge-caption {
        display: none
    }

.filters-toolbar-wrapper {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 24px;
    display: inline-block;
    width: 100%;
    background: #fff
}

    .filters-toolbar-wrapper h3.page-title {
        font-size: 20px;
        color: #464646;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
        padding-top: 4px
    }

        .filters-toolbar-wrapper h3.page-title:before {
            display: none
        }

    .filters-toolbar-wrapper .filters-toolbar {
        display: table
    }

        .filters-toolbar-wrapper .filters-toolbar .col-md-4:last-child {
            text-align: right;
            padding-top: 4px
        }

        .filters-toolbar-wrapper .filters-toolbar .filters-toolbar-item {
            display: table-cell
        }

            .filters-toolbar-wrapper .filters-toolbar .filters-toolbar-item.filter-fiel {
                position: relative
            }

                .filters-toolbar-wrapper .filters-toolbar .filters-toolbar-item.filter-fiel:after {
                    content: "\f078";
                    top: -1px;
                    color: #666666;
                    font-family: "FontAwesome";
                    font-size: 9px;
                    line-height: 33px;
                    position: relative;
                    display: inline-block;
                    border: 1px solid #d7d7d7;
                    height: 35px;
                    position: relative;
                    width: 35px;
                    text-align: center;
                    margin-left: -4px
                }

        .filters-toolbar-wrapper .filters-toolbar .changeView {
            display: inline-block;
            border: none;
            float: left;
            width: 35px;
            height: 35px;
            overflow: hidden;
            text-indent: -9999px;
            background-repeat: no-repeat;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            -ms-transition: all .2s linear;
            transition: all .2s linear
        }

            .filters-toolbar-wrapper .filters-toolbar .changeView:active,
            .filters-toolbar-wrapper .filters-toolbar .changeView:focus {
                outline: none
            }

            .filters-toolbar-wrapper .filters-toolbar .changeView.mode-grid {
                background-color: #252525;
                background-image: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/grid.png?11528875692088741135);
                background-repeat: no-repeat;
                background-position: center center
            }

                .filters-toolbar-wrapper .filters-toolbar .changeView.mode-grid:hover,
                .filters-toolbar-wrapper .filters-toolbar .changeView.mode-grid.active {
                    background-color: #ff525b
                }

            .filters-toolbar-wrapper .filters-toolbar .changeView.mode-list {
                background-color: #252525;
                background-image: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/list.png?11528875692088741135);
                background-repeat: no-repeat;
                background-position: center center
            }

                .filters-toolbar-wrapper .filters-toolbar .changeView.mode-list:hover,
                .filters-toolbar-wrapper .filters-toolbar .changeView.mode-list.active {
                    background-color: #ff525b
                }

    .filters-toolbar-wrapper label.label-sortby {
        margin-right: 5px;
        margin-bottom: 0;
        font-weight: normal;
        color: #222
    }

    .filters-toolbar-wrapper .filters-toolbar-sort {
        padding: 0 20px;
        border: 1px solid #d7d7d7;
        height: 35px;
        position: relative;
        cursor: pointer;
        line-height: 33px;
        background: transparent;
        max-width: 145px;
        margin: 0;
        border-radius: 0
    }

        .filters-toolbar-wrapper .filters-toolbar-sort:focus {
            outline: none
        }

.label.label-stock {
    position: absolute;
    top: 10px;
    padding: 5px 8px;
    left: 10px;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 2
}

    .label.label-stock.label1 {
        background-color: #5cb85c
    }

    .label.label-stock.label2 {
        z-index: 3;
        background-color: #de2828
    }
.label-out-stock {
    position: absolute;
    top: 35%;
    padding: 15px 50px;
    width: 90%;
    left: 20px;
    text-align: center;
    background: #fff;
    z-index: 1000;
}
.label-out-stock .label{
    color: #000;
     font-size: 12px;
    font-weight: 900;
}

h3.page-title {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    position: relative;
    line-height: 100%;
    margin: 0 0 15px;
    padding-bottom: 8px
}

@media (min-width: 992px) {
    h3.page-title {
        font-size: 22px
    }
}

h3.page-title:before {
    content: "";
    width: 70px;
    height: 1px;
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #ff525b
}

h2.page-title {
    font-size: 167%;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
    line-height: 100%;
    margin: 0 0 40px;
    padding-bottom: 15px;
    color: #222
}

    h2.page-title:before {
        content: "";
        width: 70px;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #ff525b
    }

.collection_info .collection_image {
    margin-bottom: 20px
}

    .collection_info .collection_image .collection_image_crop {
        background-repeat: no-repeat;
        background-size: cover;
        height: 360px;
        opacity: 1
    }

.collection_info .collection-des {
    margin-bottom: 20px
}

.banner-collection .row {
    margin: 0px
}

    .banner-collection .row .col-xs-6 {
        padding: 0px
    }

.minicart-header .block-content .no-items {
    text-align: center
}

.button-group {
    margin: 0;
    overflow: hidden
}

    .button-group .add-sellect,
    .button-group .btn-addToCart {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #888;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        padding: 13px 20px;
        border-radius: 5px;
        text-transform: uppercase;
        display: inline-block
    }

        .button-group .add-sellect a,
        .button-group .btn-addToCart a {
            color: #474747
        }

        .button-group .add-sellect span,
        .button-group .btn-addToCart span {
            font-weight: bold;
            text-transform: uppercase
        }

        .button-group .add-sellect:hover,
        .button-group .btn-addToCart:hover {
            background: #444;
            border-color: #444;
            color: #fff
        }

            .button-group .add-sellect:hover a,
            .button-group .btn-addToCart:hover a {
                color: #fff
            }

            .button-group .add-sellect:hover:before,
            .button-group .btn-addToCart:hover:before {
                background-position: -67px -272px !important
            }

.products-listing .product-layout .left-block {
    position: relative;
    text-align: center
}

    .products-listing .product-layout .left-block .product-image-container {
        position: relative;
        padding: 15px 15px 0;
    }

        .products-listing .product-layout .left-block .product-image-container img {
            display: block;
            /*width: 100%;*/
            text-align: center;
            height: 180px;
            margin: 0 auto;
            vertical-align: middle;
        }

    .products-listing .product-layout .left-block .label-sold-out {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -2.5em;
        margin-left: -2.5em;
        width: 5em;
        height: 5em;
        background: rgba(231, 76, 60, 0.7);
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        line-height: 1em;
        text-align: center;
        border-radius: 50%
    }

        .products-listing .product-layout .left-block .label-sold-out span {
            display: table-cell;
            width: 5em;
            height: 5em;
            vertical-align: middle
        }

.products-listing .product-layout .description {
    margin-bottom: 30px
}

.products-listing .product-layout .caption h4 {
    margin: 0 0 5px;
    font-size: 14px
}

.products-listing .product-layout:hover .quickview {
    z-index: 99;
    top: 50%;
    opacity: 1
}

.products-listing .product-layout:hover .left-block .countdown_box {
    z-index: 99;
    display: block;
    opacity: 0
}

.products-listing.grid {
    z-index: 2;
    clear: both
}

    .products-listing.grid .product-layout {
        display: block
    }
        .products-listing.grid .product-layout .animation,
        .products-listing.grid .product-layout .animation {
            font-size: 23px !important;
            content: "";
            /*background-repeat: no-repeat;*/
            /*-webkit-text-fill-color: transparent;*/
            /*background: -o-linear-gradient(transparent, transparent);*/
            -webkit-background-clip: text;
            /*background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/images/bg.gif);*/
            background-position: left;
            background-size: 125%;
        }

        .products-listing.grid .product-layout .product-item-container {
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
            background-color: #fff;
            margin: 0 0 15px 0;
            padding: 0;
            position: relative;
            /*border: 1px solid #d2d0d0;*/
            border-radius: 2px;
        }

            .products-listing.grid .product-layout .product-item-container .swatch-list {
                position: absolute;
                bottom: 10px;
                width: 100%;
                text-align: center
            }

                .products-listing.grid .product-layout .product-item-container .swatch-list li {
                    width: 16px;
                    height: 16px;
                    margin-right: 2px;
                    display: inline-block;
                    position: relative;
                    z-index: 2;
                    border: 1px solid #999;
                    padding: 1px;
                    border-radius: 100%
                }

                    .products-listing.grid .product-layout .product-item-container .swatch-list li img {
                        border-radius: 100%
                    }

                    .products-listing.grid .product-layout .product-item-container .swatch-list li:last-child {
                        margin: 0px
                    }

                    .products-listing.grid .product-layout .product-item-container .swatch-list li:hover {
                        border-color: #ff525b
                    }

            .products-listing.grid .product-layout .product-item-container.sold-out {
                opacity: 0.4
            }

                .products-listing.grid .product-layout .product-item-container.sold-out .quickview-button {
                    display: none !important
                }

            .products-listing.grid .product-layout .product-item-container .left-block {
                position: relative;
                overflow: hidden;
                height: 200px;
            }

                .products-listing.grid .product-layout .product-item-container .left-block .product-image-container > a {
                    position: relative;
                    display: block;
                    vertical-align: middle;
                    min-height: 195px;
                }

                .products-listing.grid .product-layout .product-item-container .left-block .button-link {
                    padding: 0;
                    position: absolute;
                    z-index: 99;
                    right: 10px;
                    bottom: 35px
                }

                    .products-listing.grid .product-layout .product-item-container .left-block .button-link .add-to-cart .btn_df {
                        -webkit-transition-delay: 0.1s;
                        transition-delay: 0.1s
                    }

                    .products-listing.grid .product-layout .product-item-container .left-block .button-link .quickview-button .btn_df {
                        -webkit-transition-delay: 0.15s;
                        transition-delay: 0.15s
                    }

                    .products-listing.grid .product-layout .product-item-container .left-block .button-link .product-addto-links .btn_df {
                        -webkit-transition-delay: 0.2s;
                        transition-delay: 0.2s
                    }

                    .products-listing.grid .product-layout .product-item-container .left-block .button-link .btn_df {
                        border: none;
                        display: block;
                        margin-top: 5px;
                        padding: 0;
                        background-color: rgba(0, 0, 0, 0.5);
                        color: #fff;
                        width: 33px;
                        height: 33px;
                        line-height: 33px;
                        text-align: center;
                        opacity: 0;
                        -webkit-transform: translate(50px, 0px);
                        -moz-transform: translate(50px, 0px);
                        -ms-transform: translate(50px, 0px);
                        -o-transform: translate(50px, 0px);
                        -webkit-transition: all 200ms ease-in-out;
                        -moz-transition: all 200ms ease-in-out;
                        -ms-transition: all 200ms ease-in-out;
                        -o-transition: all 200ms ease-in-out;
                        transition: all 200ms ease-in-out
                    }

                        .products-listing.grid .product-layout .product-item-container .left-block .button-link .btn_df:hover {
                            background: #ff525b;
                            color: #fff
                        }

            .products-listing.grid .product-layout .product-item-container .right-block {
                clear: both;
                padding: 0px 12px 0;
                text-align: center;
                position: relative
            }

                .products-listing.grid .product-layout .product-item-container .right-block .spr-badge-starrating .spr-icon {
                    font-size: 13px;
                    color: #f7bc3d
                }

                .products-listing.grid .product-layout .product-item-container .right-block .title-vendor a {
                    color: #807f7f;
                    font-style: italic
                }

                    .products-listing.grid .product-layout .product-item-container .right-block .title-vendor a:hover {
                        color: #ff525b
                    }

                .products-listing.grid .product-layout .product-item-container .right-block .caption h4 {
                    margin: 8px 0;
                    font-weight: 400;
                    text-transform: capitalize;
                    font-size: 13px
                }

            .products-listing.grid .product-layout .product-item-container .second-img {
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                opacity: 0;
                visibility: hidden;
                background: #fff;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s
            }

            .products-listing.grid .product-layout .product-item-container:hover {
                /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.06)*/
            }
.products-listing.grid--view-itemss .product-layout .product-item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.products-listing.grid .product-layout .product-item-container:hover .button-link .btn_df {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    opacity: 1
}
            .products-listing.grid .product-layout .product-item-container .image-ajax > img {
                transition: all 1.5s;
            }
                .products-listing.grid .product-layout .product-item-container:hover .image-ajax > img {
                    transform: scale(1.1);
                    transition: all 1.5s;
                    /*opacity: 0;
                    height: 180px;*/
                }

                /*.products-listing.grid .product-layout .product-item-container:hover .second-img {
                    visibility: visible;
                    opacity: 1
                }*/

                .products-listing.grid .product-layout .product-item-container:hover .caption a {
                    /*color: #ff525b*/
                }
.products-listing.grid .product-layout .product-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.products-listing.list .caption h4 {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px
}

    .products-listing.list .caption h4 a {
        color: #222
    }

        .products-listing.list .caption h4 a:hover {
            color: #ff525b
        }

.products-listing.list .button-group {
    display: table
}

    .products-listing.list .button-group > div {
        display: table-cell;
        width: auto;
        vertical-align: top
    }

        .products-listing.list .button-group > div .btn_df {
            margin-left: 2px;
            width: 32px;
            height: 32px;
            padding: 0px;
            line-height: 30px;
            text-align: center;
            color: #999;
            border: 1px solid #ddd;
            background: #fff
        }

            .products-listing.list .button-group > div .btn_df:hover {
                background: #ff525b;
                color: #fff;
                border: 1px solid #ff525b
            }

    .products-listing.list .button-group .option,
    .products-listing.list .button-group .btn-addToCart {
        padding: 10px 10px;
        border-radius: 0;
        font-size: 12px;
        letter-spacing: 2px;
        border: 0;
        background: #ff525b;
        color: #fff;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase
    }

        .products-listing.list .button-group .option:hover,
        .products-listing.list .button-group .btn-addToCart:hover {
            opacity: 0.7
        }

        .products-listing.list .button-group .option i,
        .products-listing.list .button-group .btn-addToCart i {
            margin-right: 6px
        }

    .products-listing.list .button-group .btn-button a {
        color: #fff;
        display: inline-block
    }

    .products-listing.list .button-group .product-addto-links {
        margin-left: 2px
    }

    .products-listing.list .button-group .btn-addToCart:hover {
        background: #ff525b !important;
        color: #fff !important;
        border-color: #ff525b !important
    }

.products-listing.list .product-layout {
    margin-bottom: 30px
}

    .products-listing.list .product-layout .product-item-container {
        margin-top: -1px;
        overflow: hidden
    }

        .products-listing.list .product-layout .product-item-container .price {
            padding-bottom: 27px;
            margin: 5px 0 30px;
            border-bottom: 1px solid #e5e5e5
        }

        .products-listing.list .product-layout .product-item-container .left-block .quickview {
            opacity: 0
        }

        .products-listing.list .product-layout .product-item-container .left-block .product-image-container {
            border: 1px solid #e5e5e5
        }

        .products-listing.list .product-layout .product-item-container:hover .left-block {
            border: none
        }

            .products-listing.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
                top: 0;
                opacity: 1;
                z-index: 0
            }

            .products-listing.list .product-layout .product-item-container:hover .left-block .quickview {
                opacity: 1;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s
            }

                .products-listing.list .product-layout .product-item-container:hover .left-block .quickview:hover {
                    background: #ff525b;
                    color: #fff;
                    border-color: #ff525b
                }

.collection-wrap .collection-img {
    position: relative
}

    .collection-wrap .collection-img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #000;
        pointer-events: none;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

.collection-wrap .btn.collection {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: #000;
    padding: 6px 20px
}

    .collection-wrap .btn.collection:hover {
        background: #ff525b
    }

.collection-wrap .figcaption {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0
}

.collection-wrap .collection-info {
    margin-bottom: 40px;
    margin-top: 15px
}

    .collection-wrap .collection-info a.collection-name {
        font-size: 130.76%;
        text-transform: uppercase;
        font-weight: bold;
        color: #313131
    }

        .collection-wrap .collection-info a.collection-name:hover {
            color: #ff525b
        }

    .collection-wrap .collection-info .count-products {
        font-size: 107.69%;
        margin-top: 5px;
        position: relative;
        color: #ff525b;
        text-transform: capitalize
    }

        .collection-wrap .collection-info .count-products:after,
        .collection-wrap .collection-info .count-products:before {
            content: '--';
            margin: 0 5px
        }

.collection-wrap:hover .figcaption {
    z-index: 99;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.collection-wrap:hover .collection-img:after {
    opacity: 0.5;
    filter: alpha(opacity=5);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.product-single .product-single__image .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;   
    min-height:420px;
    padding-top:30px;
}

#thumb-slider.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 95px;
}

.product-single .more-views-verticle {
    width: 80px;
    float: left;
    position: relative;
    margin-right: 10px;
    padding: 22px 0
}

    .product-single .more-views-verticle .more-views-nav {
        left: 50%;
        margin: 0 0 0 -20px;
        padding: 0;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: rgba(217, 194, 169, 0.6);
        position: absolute;
        text-align: center;
        color: #fff;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out
    }

        .product-single .more-views-verticle .more-views-nav:hover {
            background: #ff525b
        }

        .product-single .more-views-verticle .more-views-nav.more-views-prev {
            top: 0;
            bottom: auto
        }

        .product-single .more-views-verticle .more-views-nav.more-views-next {
            top: auto;
            bottom: 0
        }

    .product-single .more-views-verticle .media-list {
        height: 480px;
        overflow: hidden
    }

        .product-single .more-views-verticle .media-list .verticl-carousel a {
            display: block;
            margin-bottom: 13px;
            border: #dcdcdc solid 1px;
            cursor: pointer
        }

            .product-single .more-views-verticle .media-list .verticl-carousel a:hover {
                border-color: #ff525b
            }

.product-single .product-single__detail .product-single__title {
    color: #1c1c1c;
    margin: 0 0 15px;
    font-size: 20px;
    text-transform: capitalize;
    color: #464646;
    line-height: 20px
}

.product-single .product-single__detail .custom-reviews {
    margin-left: -4px;
    font-size: 13px;
    color: #f4a137
}

    .product-single .product-single__detail .custom-reviews .spr-badge-caption {
        display: inline-block;
        color: #7d7d7d
    }

        .product-single .product-single__detail .custom-reviews .spr-badge-caption:before {
            content: "|";
            margin-left: 15px;
            left: -9px;
            position: relative
        }

.product-single .product-single__detail .product-price {
    margin: 10px 0
}

    .product-single .product-single__detail .product-price .price-box .product-price__price,
    .product-single .product-single__detail .product-price .price-box .special-price {
        color: #000000;
        font-size: 24px;
        padding: 0 5px 0 0;
        font-weight: 500
    }

@media (min-width: 992px) {
    .product-single .product-single__detail .product-price .price-box .product-price__price,
    .product-single .product-single__detail .product-price .price-box .special-price {
        font-size: 30px;
        margin: 0
    }
}

.product-single .product-single__detail .product-price .price-box .old-price {
    color: #666666;
    text-decoration: line-through;
    font-size: 16px
}

.product-single .product-single__detail .product-info {
    margin: 10px 0 15px;
    color: #525252;
    /*text-transform: uppercase;*/
    font-size: 12px;
    font-weight: 600
}

    .product-single .product-single__detail .product-info p {
        margin-bottom: 0;
        display: inline-block;
        padding-right: 15px
    }

    .product-single .product-single__detail .product-info i {
        color: #598a23
    }

    .product-single .product-single__detail .product-info label {
        display: block;
        font-size: 14px;
        color: #545454;
        font-weight: 600;
        padding-right: 5px;
        float: left
    }

.product-single .product-single__detail .product-single__description {
    margin: 0 0 25px;
    line-height: 21px
}

    .product-single .product-single__detail .product-single__description label {
        display: block;
        font-size: 14px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 5px
    }

.product-single .product-single__detail .product-form-product-template {
    margin: 0
}

    .product-single .product-single__detail .product-form-product-template .box-sellect {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px
    }

        .product-single .product-single__detail .product-form-product-template .box-sellect .selector-wrapper.cl_block {
            display: block !important
        }

            .product-single .product-single__detail .product-form-product-template .box-sellect .selector-wrapper.cl_block:after {
                content: "\f078";
                top: -2px;
                color: #666666;
                font-family: "FontAwesome";
                font-size: 9px;
                line-height: 38px;
                position: relative;
                display: inline-block;
                border: 1px solid #d7d7d7;
                height: 40px;
                position: relative;
                width: 40px;
                text-align: center;
                margin-left: -4px
            }

        .product-single .product-single__detail .product-form-product-template .box-sellect label {
            position: absolute;
            line-height: 40px;
            font-size: 14px;
            color: #1c1c1c;
            text-transform: uppercase
        }

        .product-single .product-single__detail .product-form-product-template .box-sellect select {
            padding: 5px 0 5px 15px;
            min-width: 160px;
            margin-left: 70px;
            height: 40px;
            border: 1px solid #d7d7d7;
            color: #666
        }

            .product-single .product-single__detail .product-form-product-template .box-sellect select:focus {
                outline: none
            }

.product-single .product-single__detail .product-options-bottom {
    margin: 0 0px 20px;
    overflow: hidden;
    float: left;
    display: inline-block
}

    .product-single .product-single__detail .product-options-bottom .product-form__item--quantity {
        overflow: hidden;
        margin-bottom: 25px;
        float: left
    }

        .product-single .product-single__detail .product-options-bottom .product-form__item--quantity label {
            float: left;
            min-width: 75px;
            line-height: 33px;
            font-size: 14px;
            color: #1c1c1c;
            text-transform: uppercase;
            margin: 0
        }

        .product-single .product-single__detail .product-options-bottom .product-form__item--quantity .form_qty, .form_qty {
            float: left;
            border: 1px solid #d7d7d7;
            display: block;
            height: 33px;
            width: auto;
            position: relative;
            width: 75px
        }

.form_qty {
    margin: 0 auto;
    float: none
}

.product-single .product-single__detail .product-options-bottom .product-form__item--quantity input.quantity-selector, input.quantity-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 16px;
    color: #323232;
    padding: 0;
    border: none;
    height: 31px;
    width: 40px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #d7d7d7
}

.product-single .product-single__detail .product-options-bottom .product-form__item--quantity .items, .items {
    width: 33px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    line-height: 17px;
    right: 0;
    text-align: center
}

    .product-single .product-single__detail .product-options-bottom .product-form__item--quantity .items:hover {
        color: #ff525b
    }

    .product-single .product-single__detail .product-options-bottom .product-form__item--quantity .items.reduced, .items.reduced {
        bottom: 0
    }

    .product-single .product-single__detail .product-options-bottom .product-form__item--quantity .items.increase, .items.increase {
        top: 0
    }

.product-single .product-single__detail .product-options-bottom .total-price {
    padding-left: 20px;
    display: inline-block;
    line-height: 33px
}

    .product-single .product-single__detail .product-options-bottom .total-price label {
        padding-right: 10px
    }

.product-single .product-single__detail .product-options-bottom .product-form__item--submit {
    float: left;
    clear: both
}

@media (min-width: 992px) {
    .product-single .product-single__detail .product-options-bottom .product-form__item--submit {
        /*margin-left: 75px*/
    }
}

.product-single .product-single__detail .product-options-bottom .product-form__item--submit .btn.product-form__cart-submit {
    background: #ff525b;
    overflow: hidden;
    margin-right: 0px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 33px;
    height: 33px;
    padding: 0px 25px 0;
    border-radius: 0px;
    /*text-transform: uppercase;*/
    float: left;
    margin-right: 2px;
    position: relative
}

    .product-single .product-single__detail .product-options-bottom .product-form__item--submit .btn.product-form__cart-submit .fa {
        padding-right: 5px
    }

    .product-single .product-single__detail .product-options-bottom .product-form__item--submit .btn.product-form__cart-submit:hover {
        background: #272420
    }

.product-single .product-single__detail .product-addto-links {
    float: left;
    margin: 0 0 0 3px;
    display: inline-block
}

    .product-single .product-single__detail .product-addto-links .btn_df {
        background: #fff;
        height: 33px;
        width: 33px;
        line-height: 31px;
        display: block;
        border-radius: 0;
        border: 1px solid #eaeaea;
        color: #000;
        text-align: center;
        padding: 0
    }

        .product-single .product-single__detail .product-addto-links .btn_df:hover {
            border-color: #ff525b;
            background: #ff525b;
            color: #fff
        }

.product-single .product-single__detail .social_share_detail {
    margin: 10px 0 20px;
    display: inline-block;
    /*width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;*/
    padding: 10px 0 2px;
}
.product-single .product-single__detail .social_share_detail2 {
    margin: 10px 0 20px;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    /*border-bottom: 1px solid #d7d7d7;*/
    padding: 10px 0 2px;
}

    .product-single .product-single__detail .social_share_detail .btn--share .icon {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .product-single .product-single__detail .social_share_detail label {
        display: block;
        font-size: 14px;
        color: #222;
        /*text-transform: uppercase;*/
        float: left;
        min-width: 70px;
        line-height: 30px
    }

    .product-single .product-single__detail .social_share_detail .btn-share {
        float: left;
        font-size: 18px;
        display: block;
        height: 35px;
        line-height: 33px;
        width: 35px;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #d7d7d7;
        color: #646464;
        -webkit-transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        -ms-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in
    }

        .product-single .product-single__detail .social_share_detail .btn-share:hover {
            border-color: #ff525b;
            background: #ff525b;
            color: #fff
        }

.product-single .detail_category,
.product-single .detail_tag {
    display: block;
    overflow: hidden;
    /*width: 100%*/
}

    .product-single .detail_category h2,
    .product-single .detail_tag h2 {
        float: left;
        min-width: 80px;
        line-height: 20px;
        font-size: 14px;
        color: #1c1c1c;
        /*text-transform: uppercase;*/
        margin: 0;
        /*margin-right: 15px;*/
        font-weight: bold
    }

    .product-single .detail_category li,
    .product-single .detail_tag li {
        display: inline-block;
        padding-right: 5px
    }

        .product-single .detail_category li a,
        .product-single .detail_tag li a {
            color: #545454
        }

            .product-single .detail_category li a:hover,
            .product-single .detail_tag li a:hover {
                color: #ff525b
            }

.product-single .thumbnails-slide .owl-nav {
    opacity: 0
}

.product-single .thumbnails-slide:hover .owl-nav {
    opacity: 1
}

.product-single .thumbnails-slide .owl-nav div {
    width: 30px;
    height: 30px;
    font-size: 0;
    background-color: #c1c1c1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    top: 50%;
    margin-top: -13px;
    position: absolute
}

    .product-single .thumbnails-slide .owl-nav div:hover {
        background: #ff525b
    }

    .product-single .thumbnails-slide .owl-nav div.owl-prev {
        background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/ico-prev.png?11528875692088741135) no-repeat;
        background-position: center center;
        left: -15px;
        float: left;
        background-color: #c1c1c1
    }

        .product-single .thumbnails-slide .owl-nav div.owl-prev:hover {
            background-color: #ff525b;
            opacity: 1
        }

    .product-single .thumbnails-slide .owl-nav div.owl-next {
        background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/ico-next.png?11528875692088741135) no-repeat;
        background-position: center center;
        right: -15px;
        float: right;
        background-color: #c1c1c1
    }

        .product-single .thumbnails-slide .owl-nav div.owl-next:hover {
            background-color: #ff525b;
            opacity: 1
        }

.product-single .detail-bottom {
    margin: 30px 0 20px
}

@media (min-width: 1200px) {
    .product-single .detail-bottom {
        margin: 40px 0 20px
    }
}

.product-single .detail-bottom .tab-vertical {
    margin: 0;
    border: 1px solid #e5e5e5
}

    .product-single .detail-bottom .tab-vertical ul.nav-tabs {
        float: left;
        width: 220px
    }

        .product-single .detail-bottom .tab-vertical ul.nav-tabs li {
            display: block;
            border-top: 1px solid #e5e5e5;
            border-bottom: 0;
            font-size: 16px;
            color: #222;
            padding: 15px 20px;
            margin: 0 -1px 0 0;
            cursor: pointer;
            float: none;
            text-transform: uppercase;
            font-weight: 700;
            position: relative !important
        }

            .product-single .detail-bottom .tab-vertical ul.nav-tabs li:first-child {
                border: none
            }

            .product-single .detail-bottom .tab-vertical ul.nav-tabs li a {
                padding: 0;
                border: none;
                background: #fff
            }

            .product-single .detail-bottom .tab-vertical ul.nav-tabs li.active:before {
                content: "";
                display: inline-block;
                width: 4px;
                position: absolute;
                left: -1px;
                top: -1px;
                bottom: -1px;
                background: #ff525b
            }

            .product-single .detail-bottom .tab-vertical ul.nav-tabs li.active a {
                color: #ff525b
            }

    .product-single .detail-bottom .tab-vertical .tab-content {
        padding: 0;
        background-color: #fff;
        min-height: 210px;
        margin-left: 220px;
        clear: none
    }

        .product-single .detail-bottom .tab-vertical .tab-content .tab-pane {
            border-left: 1px solid #e5e5e5;
            padding: 25px;
            min-height: 213px
        }

        .product-single .detail-bottom .tab-vertical .tab-content h2,
        .product-single .detail-bottom .tab-vertical .tab-content h3,
        .product-single .detail-bottom .tab-vertical .tab-content h4 {
            font-size: 14px;
            font-weight: 700;
            padding: 0 0 10px;
            margin: 0;
            color: #222;
            text-transform: uppercase
        }

.product-single .detail-bottom .tab-hozizoltal ul.nav-tabs {
    font-size: 13px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5
}

    .product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li {
        float: none;
        display: block;
        border-bottom: 0;
        font-size: 14px;
        color: #222;
        padding: 13px 30px !important;
        margin: 0;
        cursor: pointer;
        /*text-transform: uppercase;*/
        position: relative;
        float: left;
        border-right: 1px solid #e5e5e5
    }

@media (max-width: 1199px) {
    .product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li {
        padding: 10px 15px !important
    }
}

@media (max-width: 767px) {
    .product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li {
        border-bottom: 1px solid #e5e5e5;
        border-right: none
    }
}

.product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li a {
    padding: 0;
    border: none;
    font-weight: 700;
    line-height: 100%;
    color: #222;
    background: transparent
}

.product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li:hover,
.product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li.active {
    background-color: #464646
}

    .product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li:hover a,
    .product-single .detail-bottom .tab-hozizoltal ul.nav-tabs li.active a {
        color: #fff
    }

.product-single .detail-bottom .tab-hozizoltal .tab-content {
    padding: 0;
    background-color: #fff;
    min-height: 210px;
    color: #444;
    text-align: justify;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: none
}

    .product-single .detail-bottom .tab-hozizoltal .tab-content .tab-pane {
        padding: 0;
        /*min-height: 213px*/
    }

    .product-single .detail-bottom .tab-hozizoltal .tab-content ul {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 30px
    }

    .product-single .detail-bottom .tab-hozizoltal .tab-content h2,
    .product-single .detail-bottom .tab-hozizoltal .tab-content h3,
    .product-single .detail-bottom .tab-hozizoltal .tab-content h4 {
        font-size: 14px;
        font-weight: 700;
        padding: 0 0 10px;
        margin: 0;
        color: #222;
        text-transform: uppercase
    }

.product-single .detail-bottom .panel-accor {
    margin: 0
}

    .product-single .detail-bottom .panel-accor .panel {
        border: 1px solid #e5e5e5
    }

        .product-single .detail-bottom .panel-accor .panel .panel-title {
            font-size: 15px;
            color: #222;
            text-transform: uppercase;
            padding: 0
        }

        .product-single .detail-bottom .panel-accor .panel h2,
        .product-single .detail-bottom .panel-accor .panel h3,
        .product-single .detail-bottom .panel-accor .panel h4 {
            font-size: 14px;
            font-weight: 700;
            padding: 0 0 10px;
            margin: 0;
            color: #222;
            text-transform: uppercase
        }

.product-single .detail-bottom #shopify-product-reviews {
    clear: none
}

    .product-single .detail-bottom #shopify-product-reviews .spr-summary-actions-newreview {
        background-color: #444;
        color: #fff;
        border-color: #444;
        text-transform: uppercase;
        line-height: 30px;
        height: 32px;
        padding: 0 20px;
        display: inline-block
    }

        .product-single .detail-bottom #shopify-product-reviews .spr-summary-actions-newreview:hover {
            border-color: #ff525b;
            background-color: #ff525b
        }

@media (min-width: 992px) {
    .product-single.oneCol .product-single__detail .product-single__meta {
        float: left;
        width: 73%;
        padding-left: 0px;
        padding-right: 10px;
    }
}

.product-single.oneCol .product-single__detail .product-single__services {
    /*width: 27%;*/
    float: left
}

    .product-single.oneCol .product-single__detail .product-single__services .banner-policy {
        background-color: #eee;
        font-size: 15px;
        /*text-transform: capitalize;*/
        line-height:20px;
    }

    .product-single.oneCol .product-single__detail .product-single__services .policy {
        line-height: 19px;
        padding: 0px 14px;
        border-bottom: 1px solid #fff
    }

        .product-single.oneCol .product-single__detail .product-single__services .policy a {
            display: table;
            padding: 18px 0px;
            cursor: default;
        }

            .product-single.oneCol .product-single__detail .product-single__services .policy a .ico-policy {
                width: 38px;
                height: 40px;
                display: table-cell;
                text-align: right;
                line-height: 50px;
                margin-right: 10px;
                float: left
            }

                .product-single.oneCol .product-single__detail .product-single__services .policy a .ico-policy i {
                    font-size: 30px
                }

            .product-single.oneCol .product-single__detail .product-single__services .policy a h3.des {
                display: table-cell;
                font-size: 14px;
                line-height:22px;
                font-weight: normal;
                vertical-align: middle;
                margin: 4px 0 0
            }

.related-products .owl-nav div.owl-prev,
.related-products .owl-nav div.owl-next {
    top: -60px;
    position: absolute;
    height: 25px;
    width: 25px;
    line-height: 27px;
    opacity: 1;
    background: #d6d6d6;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

    .related-products .owl-nav div.owl-prev:before,
    .related-products .owl-nav div.owl-next:before {
        display: none
    }

    .related-products .owl-nav div.owl-prev:hover,
    .related-products .owl-nav div.owl-next:hover {
        background-color: #ff525b
    }

.related-products .owl-nav div.owl-prev {
    left: auto;
    right: 27px
}

    .related-products .owl-nav div.owl-prev:hover {
        background-position: 0px 0
    }

.related-products .owl-nav div.owl-next {
    left: auto;
    right: 0
}

.related-products .products-listing.grid .product-layout {
    padding: 0
}

.related-products .grid-view-item__vendor {
    display: none
}

.detail-title {
    z-index: 1;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px !important;
    /*text-transform: capitalize;*/
    color: #000;
    font-weight: 700;
    padding-bottom: 8px;
    margin-top: 0;
    border-bottom: 1px solid #ddd;
    /*text-transform: uppercase;*/
    font-weight: bold
}

@media (min-width: 992px) {
    .detail-title {
        font-size: 18px !important;
        margin-bottom: 30px
    }
}

.popup_cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    height: 100%;
    width: 100%;
    z-index: -1
}

    .popup_cart .popup_bg {
        position: absolute;
        height: calc(100% + 202px);
        top: -101px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #050608;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out
    }

    .popup_cart .popup_content {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        opacity: 0;
        max-height: calc(100% - 202px);
        visibility: hidden;
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out
    }

        .popup_cart .popup_content .container {
            position: relative;
            z-index: 99
        }

    .popup_cart.active {
        z-index: 90
    }

        .popup_cart.active .popup_bg {
            z-index: 90;
            opacity: 1;
            visibility: visible
        }

        .popup_cart.active .popup_content {
            z-index: 90;
            opacity: 1;
            visibility: visible
        }

        .popup_cart.active .popup_close {
            opacity: 1;
            z-index: 99;
            right: 0;
            top: 0;
            background: #ff525b;
            width: 25px;
            height: 25px;
            line-height: 22px;
            text-align: center
        }

            .popup_cart.active .popup_close:hover {
                background: #d10f36
            }

        .popup_cart.active .popup_bg {
            background-color: rgba(0, 0, 0, 0.75)
        }

    .popup_cart .popup_close {
        right: 0px;
        position: absolute;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }

    .popup_cart svg.icon-close {
        fill: #fff;
        height: 20px;
        width: 20px
    }

    .popup_cart .popup_inner {
        position: relative;
        display: inline-block;
        text-align: left;
        min-width: 440px;
        background: #fff;
        padding: 25px
    }

        .popup_cart .popup_inner > div {
            display: inline-block;
            vertical-align: top
        }

        .popup_cart .popup_inner .product-image {
            margin: 0 16px 0 0;
            border: 1px solid #e5e5e5
        }

        .popup_cart .popup_inner .product-name {
            color: #222;
            display: block;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            white-space: nowrap;
            margin: 0 0 10px;
            line-height: 100%
        }

        .popup_cart .popup_inner .actions > .btn {
            float: left;
            border-color: #ff525b;
            background: #ff525b;
            margin: 0 2px;
            border-radius: 0;
            width: 100%;
            padding: 5px 20px;
            font-size: 13px;
            margin: 5px 0;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out
        }

            .popup_cart .popup_inner .actions > .btn:hover {
                background: #d10f36
            }

            .popup_cart .popup_inner .actions > .btn:last-child {
                margin-bottom: 0
            }

        .popup_cart .popup_inner .mesenger-noty {
            display: block;
            background: #eee;
            padding: 0 10px
        }

        .popup_cart .popup_inner .success-message {
            font-size: 13px;
            font-weight: 300;
            height: 30px;
            line-height: 30px;
            color: #ff525b;
            padding: 0 10px 0 20px;
            margin: 12px 0 0;
            position: relative
        }

            .popup_cart .popup_inner .success-message:before {
                font-family: FontAwesome;
                content: "\f00c";
                left: 0;
                position: absolute;
                top: 1px
            }

.widget-prd-featured .owl-nav div.owl-prev,
.widget-prd-featured .owl-nav div.owl-next {
    top: -60px;
    position: absolute;
    height: 25px;
    width: 25px;
    line-height: 27px;
    opacity: 1;
    background: #d6d6d6;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

    .widget-prd-featured .owl-nav div.owl-prev:before,
    .widget-prd-featured .owl-nav div.owl-next:before {
        display: none
    }

    .widget-prd-featured .owl-nav div.owl-prev:hover,
    .widget-prd-featured .owl-nav div.owl-next:hover {
        background-color: #ff525b
    }

.widget-prd-featured .owl-nav div.owl-prev {
    left: auto;
    right: 27px
}

    .widget-prd-featured .owl-nav div.owl-prev:hover {
        background-position: 0px 0
    }

.widget-prd-featured .owl-nav div.owl-next {
    left: auto;
    right: 0
}

.widget-prd-featured .wrap {
    padding: 15px 20px
}

.widget-prd-featured .product-item {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

    .widget-prd-featured .product-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0px;
        border: none
    }

    .widget-prd-featured .product-item .product-img {
        width: 90px;
        float: right
    }

    .widget-prd-featured .product-item .product-info {
        margin-top: 10px;
        margin-right: 95px;
        background: transparent;
        color: #666
    }

        .widget-prd-featured .product-item .product-info h4 {
            margin: 0 0 5px;
            font-weightt: 400
        }

        .widget-prd-featured .product-item .product-info a {
            font-size: 13px;
            color: #474747;
            font-weight: 400;
            text-transform: capitalize
        }

            .widget-prd-featured .product-item .product-info a:hover {
                color: #ff525b
            }

    .widget-prd-featured .product-item .price {
        margin: 0
    }

        .widget-prd-featured .product-item .price .price-new,
        .widget-prd-featured .product-item .price .price span.price {
            font-size: 15px
        }

    .widget-prd-featured .product-item:hover .product-img {
        border-color: #ff525b
    }

.widget-categories .block-content > ul > li {
    padding: 0px;
    position: relative;
    margin: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #ddd
}

    .widget-categories .block-content > ul > li:last-child {
        border: none
    }

    .widget-categories .block-content > ul > li > a {
        padding: 10px 0;
        display: block;
        color: #222;
        font-size: 14px
    }

        .widget-categories .block-content > ul > li > a:hover {
            color: #ff525b
        }

h1.page-title {
    font-size: 22px;
    color: #222;
    font-weight: 700;
    /*text-transform: uppercase;*/
    position: relative;
    margin-bottom: 30px
}

    h1.page-title:before {
        content: "";
        width: 70px;
        height: 3px;
        display: inline-block;
        position: absolute;
        bottom: -8px;
        left: 0;
        background: #ff525b
    }

.formlogin {
    padding: 30px;
    background-color: #fafafa;
    min-height: 343px;
    border: 1px solid #e5e5e5
}

    .formlogin label {
        font-weight: 500
    }

    .formlogin .btn.default {
        text-transform: uppercase;
        color: #fff
    }

        .formlogin .btn.default .fa-user-plus {
            margin-right: 3px
        }

    .formlogin .registerdescription {
        margin-bottom: 25px
    }

.currency-picker__wrapper {
    position: relative;
    margin: 0
}

    .currency-picker__wrapper:after {
        content: "\f0d7";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        text-align: center;
        font-size: 12px;
        margin-left: 3px;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -6px;
        line-height: 100%;
        color: #fff;
        color: #666
    }

    .currency-picker__wrapper .currency-picker__label {
        display: none
    }

    .currency-picker__wrapper .currency-picker {
        padding: 6px 15px 6px 12px;
        margin: 0;
        border-width: 0 1px 0 1px;
        border-style: solid;
        font-weight: normal;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
    }

.header.header-style1 .header-top {
    background-color: #f5f5f5;
    color: #464646;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    height: 25.5px;
    line-height: 25px
}

    .header.header-style1 .header-top .socials-wraps ul {
        display: table
    }

    .header.header-style1 .header-top .socials-wraps li {
        display: table-cell;
        vertical-align: top
    }

        .header.header-style1 .header-top .socials-wraps li:first-child {
            border-left: 1px solid #e5e5e5
        }

        .header.header-style1 .header-top .socials-wraps li a {
            color: #464646;
            display: inline-block;
            font-size: 14px !important;
            height: 38px;
            padding-top: 1px;
            text-align: center;
            width: 38px;
            transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            display: block;
            border-right: 1px solid #e5e5e5
        }

            .header.header-style1 .header-top .socials-wraps li a:hover {
                background: #fff;
                color: #ff525b
            }

    .header.header-style1 .header-top .telephone {
        float: left;
        text-transform: capitalize
    }

        .header.header-style1 .header-top .telephone small {
            color: #ff525b;
            font-size: 100%
        }

    .header.header-style1 .header-top .header-top-right {
        text-align: right;
        display: table
    }

        .header.header-style1 .header-top .header-top-right .toplink-item {
            display: inline-block;
            position: relative
        }

            .header.header-style1 .header-top .header-top-right .toplink-item > a {
                color: #464646
            }

                .header.header-style1 .header-top .header-top-right .toplink-item > a:hover {
                    color: #ff525b
                }

                .header.header-style1 .header-top .header-top-right .toplink-item > a span.fa {
                    padding-left: 5px;
                    color: #464646 !important
                }

            .header.header-style1 .header-top .header-top-right .toplink-item.checkout,
            .header.header-style1 .header-top .header-top-right .toplink-item.wishlist {
                position: relative;
                padding-left: 10px;
                margin-left: 10px;
                padding-right: 0
            }

                .header.header-style1 .header-top .header-top-right .toplink-item.checkout:after,
                .header.header-style1 .header-top .header-top-right .toplink-item.wishlist:after {
                    background-color: #a8a8a8;
                    content: "";
                    height: 12px;
                    position: absolute;
                    left: 0;
                    top: 12px;
                    width: 1px
                }

        .header.header-style1 .header-top .header-top-right > div {
            display: inline-block;
            float: none !important;
            padding: 0px 19px !important;
            margin: 0 !important;
            border-right: 1px solid #e5e5e5
        }

            .header.header-style1 .header-top .header-top-right > div:after {
                display: none !important
            }

            .header.header-style1 .header-top .header-top-right > div:hover {
                background: #fff;
                cursor: pointer
            }

                .header.header-style1 .header-top .header-top-right > div:hover .text-top {
                    color: #ff525b
                }

.header.header-style1 .language-theme {
    float: left;
    vertical-align: middle;
    position: relative;
    top: -2px
}

    .header.header-style1 .language-theme img {
        margin-right: 5px;
        position: relative;
        top: -1px
    }

    .header.header-style1 .language-theme .dropdown-menu {
        top: calc(100% + 1px)
    }

    .header.header-style1 .language-theme .btn {
        background-color: transparent;
        border: 0;
        padding: 0;
        text-transform: capitalize;
        font-weight: normal;
        font-size: 12px;
        color: #464646
    }

        .header.header-style1 .language-theme .btn span.fa {
            position: relative;
            top: 1px;
            left: 1px;
            color: #464646
        }

        .header.header-style1 .language-theme .btn:focus,
        .header.header-style1 .language-theme .btn:active {
            background: transparent;
            color: #464646;
            outline: none;
            box-shadow: none
        }

.header.header-style1 .currency-wrapper {
    padding-left: 10px;
    margin-left: 15px;
    display: inline-block;
    border-radius: 0;
    position: relative
}

    .header.header-style1 .currency-wrapper .currency-picker__wrapper:after {
        color: #464646;
        font-weight: normal
    }

    .header.header-style1 .currency-wrapper:after {
        background-color: #a8a8a8;
        content: "";
        height: 12px;
        position: absolute;
        left: 0;
        top: 12px;
        width: 1px
    }

    .header.header-style1 .currency-wrapper label {
        color: #464646;
        line-height: 33px
    }

    .header.header-style1 .currency-wrapper .currency-Picker {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 100;
        min-height: 100%;
        width: 100%
    }

        .header.header-style1 .currency-wrapper .currency-Picker > a {
            opacity: 0;
            display: block
        }

        .header.header-style1 .currency-wrapper .currency-Picker .drop-left {
            padding: 12px 22px 12px 15px;
            left: -1px;
            right: auto
        }

            .header.header-style1 .currency-wrapper .currency-Picker .drop-left a {
                font-size: 12px;
                padding: 2px 0;
                display: block
            }

        .header.header-style1 .currency-wrapper .currency-Picker .fa {
            position: relative;
            top: 2px
        }

    .header.header-style1 .currency-wrapper .dropdown-content {
        position: absolute;
        top: calc(100% + 20px);
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 66px;
        padding: 5px 0;
        font-size: 13px;
        text-align: left;
        list-style: none;
        border-radius: 3px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        display: none
    }

        .header.header-style1 .currency-wrapper .dropdown-content > li {
            line-height: 20px
        }

        .header.header-style1 .currency-wrapper .dropdown-content.active {
            z-index: 99;
            opacity: 1;
            visibility: visible;
            top: calc(100%)
        }

.header.header-style1 .header-center {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 25px 0 10px;
}

    .header.header-style1 .header-center .middle-right {
        display: table;
        /*text-align: right*/
    }

        .header.header-style1 .header-center .middle-right > div {
            display: inline-block;
            vertical-align: top
        }

            .header.header-style1 .header-center .middle-right > div.hot-line {
                position: relative;
                padding-left: 42px;
                margin-top: -5px;
            }

                .header.header-style1 .header-center .middle-right > div.hot-line i {
                    font-size: 33px;
                    color: #cccccc;
                    position: absolute;
                    left: 0px;
                    top: 6px
                }

                .header.header-style1 .header-center .middle-right > div.hot-line p {
                    text-align: left;
                    margin: 0;
                    font-size: 13px;
                    font-weight: 400;
                    color: #222;
                    text-transform: capitalize
                }
                .header.header-style1 .header-center .middle-right > div.hot-line p a{
                    font-size:13px;
                }

                    .header.header-style1 .header-center .middle-right > div.hot-line p span {
                        color: #333;
                        display: block
                    }

    .header.header-style1 .header-center .site-header-logo h2 {
        padding: 0;
        margin: 0
    }

        .header.header-style1 .header-center .site-header-logo h2 a {
            color: #464646;
            text-transform: uppercase
        }

.header.header-style1 .search-header-w {
    position: relative;
    margin-right: 25px;
    /*width: 100%*/
}

    .header.header-style1 .search-header-w .formSearch {
        position: relative;
        margin: 0 auto
    }

    .header.header-style1 .search-header-w .form-control {
        border: none;
        border-radius: 0;
        background-color: #fff;
        z-index: 0;
        width: 100%;
        opacity: 1;
        border: 1px solid #e5e5e5;
        margin: 0;
        font-size: 13px;
        padding: 0 16px;
        height: 35px;
        color: #b3b3b3;
        border-radius: 6px
    }

    .header.header-style1 .search-header-w .btn-search {
        position: absolute;
        background-color: #ffffff;
        top: 0px;
        right: 0;
        height: 35px;
        border-top: 1px solid #e5e5e5;
        text-align: center;
        border-right: 1px solid #e5e5e5;
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
        line-height: 35px;
        width: 52px;
        font-size: 17px;
        color: #cccbcb;
        border-radius: 0px 6px 6px 0;
    }

        .header.header-style1 .search-header-w .btn-search:active {
            box-shadow: none
        }

        .header.header-style1 .search-header-w .btn-search:hover {
            background-color: #ff525b;
            color:#fff;
        }

.header.header-style1 .minilink-header {
    float: right
}

@media (min-width: 992px) {
    .header.header-style1 .minilink-header {
        position: relative;
        top: 4px
    }
}

.header.header-style1 .minilink-header li {
    float: left
}

    .header.header-style1 .minilink-header li.regis:before {
        content: "/";
        padding: 0 5px;
        color: #464646;
        font-size: 14px;
        font-weight: 700
    }

    .header.header-style1 .minilink-header li > a {
        color: #464646;
        font-size: 13px;
        font-weight: bold
    }

        .header.header-style1 .minilink-header li > a:hover {
            color: #ff525b
        }

.header.header-style1 .minilink-header .welcome-sg {
    font-size: 13px;
    line-height: 100%;
    clear: both
}

.header.header-style1 .minilink-header .icon-user {
    float: left;
    font-size: 18px;
    width: 30px;
    text-align: center;
    position: relative;
    top: 12px;
    color: #464646
}

.header.header-style1 .minilink-header .inner {
    float: left;
    padding-left: 5px;
    color: #464646
}

    .header.header-style1 .minilink-header .inner .account strong {
        text-transform: capitalize;
        color: #ff525b
    }

.header.header-style1 .minicart-header {
    float: right;
    /* margin-left: 43px; */ 
}

    .header.header-style1 .minicart-header .shopcart {
        position: relative;
        display: block;
        padding-left: 43px;
        text-align: left;
        /*top: 4px*/
    }

        .header.header-style1 .minicart-header .shopcart .money {
            color: #ff525b;
            font-size:13px;
        }

        .header.header-style1 .minicart-header .shopcart .cart-ico {
            display: block;
            text-align: center;
            font-size: 33px
        }

            .header.header-style1 .minicart-header .shopcart .cart-ico i {
                font-weight: bold;
                color: #cccccc;
                position: absolute;
                top: 0px;
                left: 0px
            }

        .header.header-style1 .minicart-header .shopcart .title-cart {
            font-size: 13px;
            font-weight: 400;
            display: block;
            position: relative;
            top: -4px;
        }

        .header.header-style1 .minicart-header .shopcart .cout_cart {
            width: 23px;
            height: 23px;
            line-height: 23px;
            text-align: center;
            border-radius: 100%;
            position: absolute;
            left: -10px;
            bottom: -3px;
            font-size: 13px;
            color: #fff;
            background: #ff525b
        }

        .header.header-style1 .minicart-header .shopcart .cart-total {
            display: block;
            margin-top: -4px
        }

.header.header-style1 .header-bottom {
    background: #fff
}

.header.header-style1 .main-megamenu ul.nav > li:hover,
.header.header-style1 .main-megamenu ul.nav > li.active {
    background: transparent
}

@media (min-width: 1200px) {
    .header.header-style1 .main-megamenu ul.nav > li {
        display: inline-block;
        float: none
    }

        .header.header-style1 .main-megamenu ul.nav > li.special-offer {
            float: right
        }

            .header.header-style1 .main-megamenu ul.nav > li.special-offer a {
                padding-right: 0;
                margin: 0
            }

        .header.header-style1 .main-megamenu ul.nav > li:last-child {
            margin-right: 0px
        }

        .header.header-style1 .main-megamenu ul.nav > li.mega-item-9 {
            float: right
        }

            .header.header-style1 .main-megamenu ul.nav > li.mega-item-9 > a {
                margin: 0;
                color: #ffd200;
                font-weight: bold;
                text-transform: capitalize
            }

        .header.header-style1 .main-megamenu ul.nav > li.mega-item-10 {
            float: right
        }

            .header.header-style1 .main-megamenu ul.nav > li.mega-item-10 > a {
                font-weight: bold;
                text-transform: capitalize
            }

        .header.header-style1 .main-megamenu ul.nav > li > a {
            padding: 12px 0px;
            margin-right: 29px;
            line-height: 100%;
            border-radius: 0;
            font-weight: 300;
            color: #222;
        }

            .header.header-style1 .main-megamenu ul.nav > li > a:hover {
                color: #ff525b
            }

            .header.header-style1 .main-megamenu ul.nav > li > a > span.ss_megamenu_title {
                font-size: 15px
            }
}

@media (min-width: 992px) {
    .header-fixed.stickytop {
        position: fixed;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        top: 0 !important;
        left: 0;
        right: 0;
        background: #fff;
        display: inline-block;
        z-index: 12;
        box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1), 0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025)
    }

        .header-fixed.stickytop .compad_hidden {
            display: none !important
        }

        .header-fixed.stickytop .header-center {
            -webkit-box-shadow: 1px 0px 24px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 1px 0px 24px 0 rgba(0, 0, 0, 0.07);
            padding: 10px 0
        }
}

footer address {
    margin: 0px
}

    footer address a {
        color: #ff525b
    }

footer .footer-1 {
    background-color: #fff
}

    footer .footer-1 .footer-logo p {
        color: #fff;
        margin-bottom: 0px;
        margin-top: 6px;
        line-height: 20px;
        font-size: 14px
    }

    footer .footer-1 .footer-logo h3 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
        font-weight: 600;
        margin-top: 6px;
        /*text-transform: uppercase*/
    }

    footer .footer-1 .footer-logo h2 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0px;
        font-weight: 600;
        margin-top: 6px;
    }

    footer .footer-1 span.mobi {
        color: #ffffff;
        letter-spacing: 1px;
        font-size: 15px;
        text-transform: capitalize
    }
        footer .footer-1 p,
        footer .footer-1 span {
            color: #666666;
            font-size: 12px;
            text-transform: capitalize
        }

    footer .footer-1 a {
        color: #666666;
        font-size: 13px;
        text-transform: capitalize
    }

        footer .footer-1 a:hover {
            color: #ff525b
        }

    footer .footer-1 .footer-link li {
        line-height: 34px
    }

    footer .footer-1 .footer-address {
        margin-bottom: 20px
    }

        footer .footer-1 .footer-address li {
            line-height: 23px;
            margin-bottom: 14px;
            position: relative
        }

            footer .footer-1 .footer-address li b {
                font-weight: 500
            }

            footer .footer-1 .footer-address li i {
                width: 21px;
                font-size: 14px
            }

            footer .footer-1 .footer-address li.email i {
                font-size: 12px;
                width: 22px
            }

            footer .footer-1 .footer-address li.phone i {
                width: 19px
            }

    footer .footer-1 .footer-logo .wrap {
        background: #f7515b;
        padding: 18px 28px;
        border-radius: 5px
    }

    footer .footer-1 .footer-newsletter .input-group {
        margin: 0px;
        position: relative;
        margin-bottom: 0px;
        margin-top: 7px;
        width: 100%;
        max-width: 100%;
        text-align: right
    }

        footer .footer-1 .footer-newsletter .input-group input {
            height: 44px;
            line-height: 46px;
            width: 100%;
            max-width: 400px;
            box-shadow: none;
            padding: 0 0 0 20px;
            border: none;
            background-color: #fff;
            font-weight: 300;
            font-size: 14px;
            border-radius: 3px;
            display: inline-block;
            opacity: 1
        }

        footer .footer-1 .footer-newsletter .input-group button {
            border: 0 none;
            font-weight: 400;
            font-size: 12px;
            height: 45px;
            text-align: center;
            line-height: 45px;
            width:100%;
            /*text-transform: uppercase;*/
            background: #333;
            border-radius: 3px !important;
            color: #fff;
            padding: 0px 15px;
            margin-left: 5px;
            margin-top: -15px;
        }

            footer .footer-1 .footer-newsletter .input-group button:hover {
                background: #fff;
                color: #333
            }

    footer .footer-1 .footer-newsletter .app a:hover {
        opacity: 0.8
    }

    footer .footer-1 .footer-newsletter .app a:first-child {
        display: inline-block;
        margin-right: 8px
    }

    footer .footer-1 .socials-wraps li {
        display: inline-block
    }

        footer .footer-1 .socials-wraps li a {
            display: inline-block;
            font-size: 18px !important;
            height: 41px;
            line-height: 41px;
            text-align: center;
            width: 41px;
            transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -webkit-transition: all 0.2s ease-in-out 0s;
            display: block;
            margin-right: 7px;
            border: 1px solid #e5e5e5;
            border-radius: 3px
        }

            footer .footer-1 .socials-wraps li a:hover {
                background: #ff525b;
                border: 1px solid #ff525b;
                color: #fff
            }

    footer .footer-1 .footer-block h3.footer-block-title {
        color: #222222;
        font-size: 16px;
        line-height: 20px;
        margin-top: 6px;
        margin-bottom: 35px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        position: relative
    }

        footer .footer-1 .footer-block h3.footer-block-title label {
            font-weight: bold;
            margin: 0 0 5px
        }

        footer .footer-1 .footer-block h3.footer-block-title:after {
            left: 0px;
            bottom: -16px;
            content: "";
            width: 40px;
            height: 2px;
            display: inline-block;
            background: #ff525b;
            position: absolute
        }

    footer .footer-1 .footer-block .footer-block-content a {
        line-height: 30px
    }

    footer .footer-1 .footer-top .footer-wrapper {
        padding: 25px 0
    }

@media (min-width: 992px) {
    footer .footer-1 .footer-top .footer-wrapper {
        padding: 30px 0 79px 0;
        padding-bottom: 30px
    }
}

@media (min-width: 992px) {
    footer .footer-1 .footer-top .footer-wrapper .col-md-3:nth-child(2) {
        padding-left: 85px
    }
}

@media (min-width: 992px) {
    footer .footer-1 .footer-top .footer-wrapper .col-md-3:nth-child(3) {
        padding-left: 55px
    }
}

footer .footer-1 .footer-center ul {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0px
}

    footer .footer-1 .footer-center ul li {
        display: inline-block
    }

        footer .footer-1 .footer-center ul li:last-child a {
            margin: 0
        }

        footer .footer-1 .footer-center ul li a {
            font-size: 14px;
            font-weight: 600;
            /*text-transform: uppercase;*/
            color: #222222;
            margin-right: 10px
        }

@media (min-width: 992px) {
    footer .footer-1 .footer-center ul li a {
        margin-right: 50px
    }
}

footer .footer-1 .footer-center ul li a:hover {
    color: #ff525b
}

footer .footer-1 .footer-center .wrap {
    padding-top: 26px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    color: #ccc;
    padding: 20px 0px 20px 0px
}

    footer .footer-1 .footer-center .wrap a {
        line-height: 24px;
        color: #888888
    }

        footer .footer-1 .footer-center .wrap a:hover {
            color: #ff525b
        }

    footer .footer-1 .footer-center .wrap b {
        color: #474747;
        opacity: 0.8
    }

    footer .footer-1 .footer-center .wrap p:nth-child(6) {
        margin-bottom: -4px
    }

footer .footer-1 .footer-bottom {
    padding: 20px 0 10px 0px;
    border-top: 1px solid #e5e5e5
}

    footer .footer-1 .footer-bottom .copyright {
        margin-top: 16px
    }

    footer .footer-1 .footer-bottom a {
        color: #ff525b;
        font-size: 14px;
    }

        footer .footer-1 .footer-bottom a:hover {
            color: #d10f36
        }

.page-404 .title-404 {
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 65px;
    color: #222;
    font-weight: bold
}

.page-404 img {
    margin-bottom: 30px
}

.page-404 .info-404 span {
    font-size: 15px;
    padding-right: 10px
}

.page-404 .info-404 .fa {
    margin-right: 5px
}

.page-404 .info-404 .btn {
    text-transform: uppercase
}

.page-contact .contact-map-wrap iframe {
    border: 6px solid #ececec;
    width: 100%;
    overflow: hidden;
    height: 300px
}

.page-contact .contact-map-wrap .contact-des {
    margin-top: 10px
}

.page-contact .contact-form .btn {
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin: 10px 0 0
}

.page-contact .store-info {
    margin-top: 40px
}

    .page-contact .store-info .item-info {
        margin-bottom: 20px;
        position: relative
    }

    .page-contact .store-info .icon-contact {
        width: 34px;
        height: 34px;
        display: inline-block;
        background-color: #f0f0f0;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        text-align: center;
        line-height: 34px
    }

    .page-contact .store-info .info-content {
        padding-left: 52px;
        position: relative
    }

        .page-contact .store-info .info-content a {
            color: #000
        }

            .page-contact .store-info .info-content a:hover {
                color: #ff525b
            }

        .page-contact .store-info .info-content h2 {
            text-transform: uppercase;
            font-size: 108.3%;
            font-family: inherit;
            color: #444;
            margin: 0;
            font-weight: normal
        }

        .page-contact .store-info .info-content .des-info {
            line-height: 18px;
            padding-top: 5px
        }

            .page-contact .store-info .info-content .des-info a {
                color: #474747
            }

                .page-contact .store-info .info-content .des-info a:hover {
                    color: #ff525b
                }

.page-about .title-about-us {
    background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/bg-title-about.png?11528875692088741135) repeat-x left center;
    margin-bottom: 17px
}

    .page-about .title-about-us h2 {
        background: #fff;
        display: inline-block;
        font-size: 183.3%;
        color: #444;
        padding: 0 30px 6px 0px;
        font-weight: normal;
        margin: 0
    }

.page-about .content-about-us .des-about-us {
    margin-left: 300px;
    line-height: 18px;
    font-size: 12px
}

.page-about .content-about-us .image-about-us {
    float: left;
    width: 270px;
    padding-top: 6px
}

.page-about .why-list li {
    position: relative;
    padding-left: 29px;
    font-size: 12px
}

    .page-about .why-list li:before {
        content: "";
        width: 14px;
        height: 12px;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 10px;
        background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/icon-whylist.png?11528875692088741135) no-repeat top left
    }

    .page-about .why-list li > a {
        display: block;
        padding: 5px 0 7px;
        background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/border-bottom-bs.png?11528875692088741135) repeat-x left bottom
    }

.page-about .our-member {
    margin-top: 30px;
    font-size: 12px;
    text-align: center
}

    .page-about .our-member .title-about-us > h2 {
        padding: 0 30px 6px 30px;
        font-size: 215.38%;
        font-weight: normal;
        font-family: inherit
    }

    .page-about .our-member .dshort-des {
        margin-bottom: 25px
    }

    .page-about .our-member .w-image-box {
        display: inline-block;
        margin: 0px auto;
        position: relative;
        overflow: hidden
    }

        .page-about .our-member .w-image-box .item-image > a:before {
            background: rgba(0, 0, 0, 0.3);
            display: inline-block;
            content: "";
            width: 100%;
            height: 0%;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 2;
            -webkit-transition: all 200ms ease-in-out;
            -moz-transition: all 200ms ease-in-out;
            -ms-transition: all 200ms ease-in-out;
            -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out
        }

        .page-about .our-member .w-image-box:hover .item-image > a:before {
            height: 100%
        }

        .page-about .our-member .w-image-box:hover .cl-nw {
            bottom: 28px
        }

        .page-about .our-member .w-image-box .cl-nw {
            display: inline-block;
            width: 25px;
            height: 25px;
            background-position: left top;
            background-repeat: no-repeat;
            position: absolute;
            bottom: -40px;
            left: 50%;
            margin-left: -12px;
            overflow: hidden;
            text-indent: -9999px;
            z-index: 10;
            border-radius: 50px;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out
        }

            .page-about .our-member .w-image-box .cl-nw.cl-facebook {
                background-image: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/cl_facebook.png?11528875692088741135);
                margin-left: -42px;
                transition: all 0.3s ease 0.3s;
                -web-kit-transition: all 0.3s ease 0.3s;
                -moz-transition: all 0.3s ease 0.3s
            }

            .page-about .our-member .w-image-box .cl-nw.cl-flickr {
                background-image: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/cl_flickr.png?11528875692088741135);
                transition: all 0.3s ease 0.6s;
                -web-kit-transition: all 0.3s ease 0.6s;
                -moz-transition: all 0.3s ease 0.6s
            }

            .page-about .our-member .w-image-box .cl-nw.cl-twitter {
                background-image: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/cl_twitter.png?11528875692088741135);
                margin-left: 18px;
                transition: all 0.3s ease 0.9s;
                -web-kit-transition: all 0.3s ease 0.9s;
                -moz-transition: all 0.3s ease 0.9s
            }

    .page-about .our-member .cl-name {
        margin: 0
    }

        .page-about .our-member .cl-name > a {
            font-size: 16px;
            color: #ff525b
        }

            .page-about .our-member .cl-name > a:hover {
                text-decoration: underline
            }

    .page-about .our-member .cl-job {
        font-size: 116.6%;
        padding: 3px 0px 2px;
        color: #444;
        margin: 0
    }

    .page-about .our-member .cl-des {
        color: #909090
    }

.page-about .happy-about-us {
    clear: both;
    padding-top: 45px
}

    .page-about .happy-about-us .happy-ab {
        border: 1px solid #e9e9e9;
        padding: 33px 8px 20px;
        position: relative
    }

    .page-about .happy-about-us .title-happy-about {
        background: #fff;
        display: inline-block;
        left: 20px;
        padding: 5px 10px;
        position: absolute;
        top: -17px
    }

        .page-about .happy-about-us .title-happy-about h2 {
            font-size: 18px;
            color: #444;
            font-family: inherit;
            font-weight: normal;
            margin: 0
        }

    .page-about .happy-about-us .ct-why {
        padding: 0 10px 0 25px;
        position: relative
    }

        .page-about .happy-about-us .ct-why:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 12px;
            background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/note-client.png?11528875692088741135) no-repeat top left;
            left: 0px;
            top: 6px
        }

        .page-about .happy-about-us .ct-why .client-say {
            font-size: 13px;
            color: #909090;
            margin: 0 0 10px
        }

    .page-about .happy-about-us .client-info-about .name {
        font-size: 133%;
        color: #ff525b
    }

.quick-view {
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1020;
    display: none
}

    .quick-view .swatch .swatch-element {
        margin: 0px 7px 5px 0
    }

    .quick-view .swatch .header {
        line-height: 32px
    }

    .quick-view .swatch label:before {
        border: 2px solid white;
        border-radius: 100%
    }

    .quick-view .swatch label {
        min-width: 28px !important;
        height: 28px !important;
        line-height: 26px;
        border-radius: 50%;
        overflow: hidden;
        padding: 0
    }

    .quick-view .selector-wrapper {
        display: none
    }

    .quick-view .content {
        position: relative;
        width: 90%;
        margin: 30px auto;
        background: #fff;
        padding: 30px
    }

    .quick-view .qv-left .quickview-image {
        border: 1px solid #e5e5e5
    }

    .quick-view .qv-left .more-view-wrapper {
        margin-top: 10px
    }

        .quick-view .qv-left .more-view-wrapper a {
            border: 1px solid #e5e5e5;
            display: block
        }

            .quick-view .qv-left .more-view-wrapper a:hover,
            .quick-view .qv-left .more-view-wrapper a.actived {
                border-color: #ff525b
            }

        .quick-view .qv-left .more-view-wrapper .owl-nav div {
            width: 30px;
            height: 30px;
            font-size: 0;
            background-color: #c1c1c1;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            top: 50%;
            margin-top: -13px;
            position: absolute
        }

            .quick-view .qv-left .more-view-wrapper .owl-nav div:hover {
                background: #ff525b
            }

            .quick-view .qv-left .more-view-wrapper .owl-nav div.owl-prev {
                background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/ico-prev.png?11528875692088741135) no-repeat;
                background-position: center center;
                left: -15px;
                float: left;
                background-color: #c1c1c1
            }

                .quick-view .qv-left .more-view-wrapper .owl-nav div.owl-prev:hover {
                    background-color: #ff525b;
                    opacity: 1
                }

            .quick-view .qv-left .more-view-wrapper .owl-nav div.owl-next {
                background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/ico-next.png?11528875692088741135) no-repeat;
                background-position: center center;
                right: -15px;
                float: right;
                background-color: #c1c1c1
            }

                .quick-view .qv-left .more-view-wrapper .owl-nav div.owl-next:hover {
                    background-color: #ff525b;
                    opacity: 1
                }

    .quick-view .qv-right label {
        font-size: 11px;
        text-transform: uppercase;
        color: #222
    }

    .quick-view .qv-right h2.product-title {
        font-size: 167%;
        font-family: inherit;
        font-weight: bold;
        margin-top: -5px
    }

    .quick-view .qv-right .box-price .price-new {
        font-size: 150%
    }

    .quick-view .qv-right .product-description {
        margin-top: 10px
    }

    .quick-view .qv-right .product-info label {
        font-weight: 700;
        text-transform: uppercase;
        min-width: 95px;
        padding-right: 5px;
        color: #222;
        font-size: 11px
    }

    .quick-view .qv-right .product-info p {
        margin: 0
    }

    .quick-view .qv-right .product-variants {
        margin: 0 -5px 15px
    }

        .quick-view .qv-right .product-variants .option-sl {
            padding: 0 5px;
            width: 50%;
            float: left
        }

            .quick-view .qv-right .product-variants .option-sl select {
                padding: 5px 0 5px 15px;
                width: 100%
            }

    .quick-view .qv-right .add-to-box .wrap-qty {
        background-color: #eee;
        width: 120px;
        height: 40px;
        float: left;
        padding: 5px 15px
    }

        .quick-view .qv-right .add-to-box .wrap-qty label {
            float: left;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            margin-bottom: 0
        }

        .quick-view .qv-right .add-to-box .wrap-qty .qty-set {
            float: left;
            vertical-align: top;
            position: relative
        }

            .quick-view .qv-right .add-to-box .wrap-qty .qty-set .quantity {
                float: left;
                position: relative;
                width: 50px;
                padding: 5px 10px;
                border: none
            }

            .quick-view .qv-right .add-to-box .wrap-qty .qty-set .button {
                width: 15px;
                height: 15px;
                background-color: #444;
                margin-bottom: 0px;
                background-repeat: no-repeat;
                padding: 0;
                border: none;
                position: absolute;
                right: 0;
                text-align: center;
                line-height: 15px;
                color: #fff;
                cursor: pointer
            }

                .quick-view .qv-right .add-to-box .wrap-qty .qty-set .button.inc {
                    top: 0
                }

                .quick-view .qv-right .add-to-box .wrap-qty .qty-set .button.dec {
                    bottom: 0px
                }

                .quick-view .qv-right .add-to-box .wrap-qty .qty-set .button:hover {
                    background: #ff525b
                }

    .quick-view .qv-right .add-to-box .add-to-cart-btn {
        line-height: 40px;
        font-weight: 700;
        height: 40px;
        border: none;
        padding: 0 20px;
        text-transform: uppercase;
        font-size: 100%;
        background: #ff525b
    }

        .quick-view .qv-right .add-to-box .add-to-cart-btn:hover {
            background: #999
        }

    .quick-view .qv-right .total-price {
        margin-bottom: 10px
    }

        .quick-view .qv-right .total-price label {
            min-width: 70px
        }

        .quick-view .qv-right .total-price span {
            color: #e74c3c;
            position: relative;
            font-size: 133.33%;
            top: 1px
        }

    .quick-view .close-quickview {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 20px
    }

@media (min-width: 1200px) {
    .quickview-template .content,
    .quick-view .content {
        width: 980px
    }
}

@media (max-width: 1034px) {
    .quick-view {
        display: none !important
    }
}

.minicart-header .block-content {
    position: absolute;
    top: calc(100% + 10px);
    right: 0px;
    z-index: 99;
    background: #FFF;
    overflow: hidden;
    width: 300px;
    border-radius: 3px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2)
}

    .minicart-header .block-content .no-items {
        padding: 20px
    }

        .minicart-header .block-content .no-items .text-continue {
            font-size: 13px;
            text-transform: uppercase
        }

    .minicart-header .block-content .head-minicart {
        background-color: #ff525b;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 0 24px;
        font-size: 116.6%
    }

        .minicart-header .block-content .head-minicart .label-products {
            float: left
        }

        .minicart-header .block-content .head-minicart .label-price {
            float: right
        }

    .minicart-header .block-content .mini-products-list {
        max-height: 340px;
        overflow-y: auto;
        padding: 20px 10px 20px 15px;
        background-color: #f2f2f2;
        display: block !important
    }

        .minicart-header .block-content .mini-products-list .product-details {
            position: relative;
            float: left;
            display: table;
            width: calc(100% - 80px)
        }

            .minicart-header .block-content .mini-products-list .product-details .inner-left {
                display: table-cell;
                padding: 0 5px 0 0;
                margin: 0;
                vertical-align: top
            }

            .minicart-header .block-content .mini-products-list .product-details .product-price {
                float: left;
                display: table-cell;
                display: inline-block
            }

        .minicart-header .block-content .mini-products-list .item .product-price .price {
            font-weight: bold;
            color: #fff;
            padding: 6px 12px;
            background-color: #ff525b;
            border-radius: 2px;
            display: inline-block
        }

        .minicart-header .block-content .mini-products-list li.item a.btn-remove {
            position: absolute;
            right: -5px;
            bottom: -7px
        }

        .minicart-header .block-content .mini-products-list li.item .product-name {
            margin: -4px 0 0;
            line-height: 16px
        }

            .minicart-header .block-content .mini-products-list li.item .product-name a {
                color: #444;
                line-height: 100%;
                font-weight: bold
            }

                .minicart-header .block-content .mini-products-list li.item .product-name a:hover {
                    color: #ff525b
                }

        .minicart-header .block-content .mini-products-list .product-image {
            border: 1px solid #e5e5e5;
            display: block
        }

        .minicart-header .block-content .mini-products-list li.item {
            width: 100%;
            display: table
        }

            .minicart-header .block-content .mini-products-list li.item a.btn-remove {
                background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/del-minicart.png?11528875692088741135) no-repeat;
                width: 17px;
                height: 16px
            }

            .minicart-header .block-content .mini-products-list li.item ~ li {
                padding-top: 20px
            }

        .minicart-header .block-content .mini-products-list .product-img-wrap {
            position: relative;
            float: left;
            width: 70px;
            margin-right: 10px;
            display: table-cell;
            min-width: 70px
        }

    .minicart-header .block-content .bottom-action .price-total-w {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 23px;
        color: #444;
        font-weight: bold;
        text-transform: uppercase
    }

        .minicart-header .block-content .bottom-action .price-total-w .price-total {
            float: right;
            font-size: 120%
        }

    .minicart-header .block-content .bottom-action .button-wrapper {
        padding: 20px 23px;
        display: inline-block;
        text-align: left
    }

        .minicart-header .block-content .bottom-action .button-wrapper a:hover {
            cursor: pointer
        }

        .minicart-header .block-content .bottom-action .button-wrapper .link-button {
            background-color: #666;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 100%;
            padding: 9px 20px;
            margin-left: 10px;
            margin-top: 12px;
            border-radius: 3px
        }

            .minicart-header .block-content .bottom-action .button-wrapper .link-button:hover {
                background: #ff525b
            }

            .minicart-header .block-content .bottom-action .button-wrapper .link-button.btn-gotocart {
                margin-left: 0
            }

    .minicart-header .block-content .price-total-w .label-price-total {
        float: left
    }

.minicart-header .product-details-bottom {
    font-size: 91.6%
}

    .minicart-header .product-details-bottom .price {
        margin-left: 10px
    }

.minicart-header .subtotal .label {
    font-weight: normal;
    vertical-align: middle
}

.minicart-header .actions {
    text-align: center;
    background: #FFF;
    padding: 0
}

    .minicart-header .actions button.button.btn-update {
        margin-right: 0px
    }

.minicart-header .block-content .actions .more-desc {
    display: inline-block;
    float: left;
    line-height: 38px;
    font-size: 133.3%;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 15px
}

.minicart-header .block-content .mini-products-list .product-details .short-description {
    margin-top: 10px
}

.minicart-header .block-content .mini-products-list .product-details-bottom strong {
    font-weight: normal
}

.minicart-header .block-content .bottom-action .button {
    overflow: visibler
}

.minicart-header .actions button.button {
    float: none
}

.update-minicart-message {
    font-size: 91.67%;
    color: #ff0000;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.socials-wrap {
    display: inline-block;
    position: fixed;
    top: 260px;
    right: 0;
    z-index: 50
}

.socials-wrap ul li:nth-child(3), .socials-wrap ul li:nth-child(4){
    display:none;
}

@media (max-width: 980px) {
    .socials-wrap {
        display: none !important
    }
}

.socials-wrap ul .li-social.facebook-social a {
    background-color: #3c599f
}

.socials-wrap ul .li-social.twitter-social a {
    background-color: #5ea9dd
}

.socials-wrap ul .li-social.google-social a {
    background-color: #dd4b39
}

.socials-wrap ul .li-social.pinterest-social a {
    background-color: #d73532
}

.socials-wrap ul .li-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background-color: #666;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
}

    .socials-wrap ul .li-social a:hover {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
        -webkit-text-shadow: 0 0 5px rgba(255, 255, 255, 0.7)
    }

.swatch {
    margin: 5px 0
}

    .swatch .header {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 5px;
        margin: 0;
        float: left;
        min-width: 75px;
        line-height: 33px
    }

    .swatch input {
        display: none
    }

    .swatch label {
        float: left;
        min-width: 33px !important;
        height: 33px !important;
        margin: 0;
        border: #ddd 1px solid;
        background-color: #e6e6e6;
        font-size: 14x;
        text-align: center;
        line-height: 32px;
        white-space: nowrap;
        text-transform: uppercase;
        border-radius: 100%
    }

        .swatch label:hover {
            border-color: #ff525b
        }

        .swatch label:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            right: 1px;
            bottom: 1px;
            border: 2px solid white;
            border-radius: 100%
        }

.swatch-element label {
    padding: 0 10px
}

.color.swatch-element label {
    padding: 0
}

.swatch input:checked + label {
    border-color: #ff525b
}

.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 10px 10px 0;
    position: relative
}

.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element.soldout .crossed-out {
    display: block
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6
}

.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 5px 10px;
    display: block;
    position: absolute;
    width: 85px;
    left: -32px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .swatch .tooltip:before {
        bottom: -20px;
        content: " ";
        display: block;
        height: 20px;
        left: 0;
        position: absolute;
        width: 100%
    }

    .swatch .tooltip:after {
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-top: solid gray 10px;
        bottom: -10px;
        content: " ";
        height: 0;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 0
    }

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.swatch.error {
    background-color: #e8d2d2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}

    .swatch.error p {
        margin: 0.7em 0
    }

        .swatch.error p:first-child {
            margin-top: 0
        }

        .swatch.error p:last-child {
            margin-bottom: 0
        }

    .swatch.error code {
        font-family: monospace
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .quick-view .owl-carousel .owl-stage-outer {
        padding: 0 1px;
        margin: 0 -1px
    }
}

#shopify-section-template-hotdeal #filters {
    margin-bottom: 30px
}

    #shopify-section-template-hotdeal #filters .button {
        color: #616161;
        font-size: 14px;
        background: #eee;
        padding: 17px 0 10px;
        text-transform: uppercase;
        border: none;
        width: 100%;
        min-height: 110px;
        text-align: center;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out
    }

        #shopify-section-template-hotdeal #filters .button > span {
            font-weight: 700
        }

        #shopify-section-template-hotdeal #filters .button:hover,
        #shopify-section-template-hotdeal #filters .button.is-checked {
            background: #ff525b;
            color: #ffffff
        }

        #shopify-section-template-hotdeal #filters .button img {
            width: auto;
            margin: 10px auto 0
        }

#shopify-section-template-hotdeal .products-listing.grid .product-layout {
    padding: 0
}

    #shopify-section-template-hotdeal .products-listing.grid .product-layout .product-item-container {
        margin-bottom: 60px
    }

#shopify-section-template-hotdeal .countdown_tab {
    width: 80%;
    position: absolute;
    top: 80%;
    margin: 0 auto;
    z-index: 99;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    #shopify-section-template-hotdeal .countdown_tab .deals-time {
        padding: 1px 0;
        background: #999;
        border: none;
        margin-right: 1%;
        width: 24%;
        float: left;
        color: #fff;
        text-align: center;
        text-transform: uppercase
    }

        #shopify-section-template-hotdeal .countdown_tab .deals-time .num-time {
            font-weight: bold;
            line-height: 100%;
            padding-top: 7px
        }

        #shopify-section-template-hotdeal .countdown_tab .deals-time .title-time {
            font-size: 10px;
            line-height: 100%;
            padding: 5px 0 7px
        }

.home-section > div {
    /*margin-bottom: 20px*/
}

.box-results {
    top: calc(100%) !important;
    border-radius: 0 !important
}

    .box-results .btn.btn-results {
        margin-top: 10px;
        background: transparent;
        box-shadow: none;
        border: 1px solid #ddd;
        color: #333;
        font-size: 14px
    }

        .box-results .btn.btn-results a {
            color: #333
        }

        .box-results .btn.btn-results:hover {
            background: #ff525b;
            border-color: #ff525b
        }

            .box-results .btn.btn-results:hover a {
                color: #fff
            }

.custom-scoll {
    display: block;
    top: 235px !important;
    position: fixed;
    z-index: 180;
    transition: 0.6s all ease 0s;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #bd8fc1
}

    .custom-scoll .scoll-cate {
        border-radius: 3px
    }

        .custom-scoll .scoll-cate li {
            width: 42px;
            height: 42px;
            display: block;
            font-size: 0;
            background: url(//cdn.shopify.com/s/files/1/2435/7365/t/17/assets/sprites2.png?11528875692088741135) no-repeat #bd8fc1;
            cursor: pointer;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            position: relative
        }

            .custom-scoll .scoll-cate li.active {
                background-color: #ff525b
            }

            .custom-scoll .scoll-cate li:hover {
                background-color: #ff525b !important
            }

                .custom-scoll .scoll-cate li:hover span {
                    width: auto;
                    visibility: visible;
                    opacity: 1;
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    border-left: 1px solid rgba(255, 255, 255, 0.3)
                }

            .custom-scoll .scoll-cate li a {
                display: block;
                height: 42px
            }

                .custom-scoll .scoll-cate li a span {
                    -webkit-transition: all 300ms ease-in-out;
                    -moz-transition: all 300ms ease-in-out;
                    -ms-transition: all 300ms ease-in-out;
                    -o-transition: all 300ms ease-in-out;
                    transition: all 300ms ease-in-out;
                    position: absolute;
                    top: 0;
                    padding: 10px 10px;
                    line-height: 22px;
                    background-color: #fe5722;
                    text-align: center;
                    white-space: nowrap;
                    display: inline-block;
                    color: #fff;
                    width: auto;
                    font-size: 14px;
                    text-transform: capitalize;
                    left: 100%;
                    visibility: hidden;
                    opacity: 0;
                    -webkit-transition: all 200ms ease-in-out;
                    -moz-transition: all 200ms ease-in-out;
                    -ms-transition: all 200ms ease-in-out;
                    -o-transition: all 200ms ease-in-out;
                    transition: all 200ms ease-in-out
                }

            .custom-scoll .scoll-cate li.active {
                background-color: #ff525b !important
            }

            .custom-scoll .scoll-cate li.neo1 {
                background-position: center 9px;
                background-color: #99619e
            }

            .custom-scoll .scoll-cate li.neo2 {
                background-position: 12px -45px
            }

            .custom-scoll .scoll-cate li.neo3 {
                background-position: center -141px
            }

            .custom-scoll .scoll-cate li.neo4 {
                background-position: 10px -196px
            }

            .custom-scoll .scoll-cate li.neo5 {
                background-position: center -244px
            }

.collection-info .collection-des {
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

.collection-info .collection_image {
    margin-bottom: 5px;
    max-height: 260px;
    overflow: hidden
}

    .collection-info .collection_image .owl-dots {
        bottom: 20px;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 50%;
        right: auto;
        margin-left: -25px
    }

    .collection-info .collection_image .owl-dot {
        background: #fff;
        margin: 0 7px;
        width: 10px;
        height: 10px;
        padding: 0 5px;
        transition: all 0.3s ease 0s;
        border-radius: 50%;
        float: left
    }

        .collection-info .collection_image .owl-dot:hover,
        .collection-info .collection_image .owl-dot.active {
            background: #ff525b
        }

.collection-info .collection-des .des_scrip {
    margin-bottom: 10px;
    display: inline-block
}

.collection-info .collection-des .subcategory-item .image-cate {
    overflow: hidden;
    border: 4px solid rgba(221, 221, 221, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: block
}

    .collection-info .collection-des .subcategory-item .image-cate:hover {
        border-color: #ddd
    }

        .collection-info .collection-des .subcategory-item .image-cate:hover img {
            opacity: 0.8
        }

.collection-info .collection-des .subcategory-item .sub_title {
    margin: 10px 0 15px;
    font-size: 16px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header.header-style1 .header-top .socials-wraps li a {
        padding-top: 2px
    }
}

.mb40 {
    margin-bottom: 40px
}
.mt30 {
    margin-top: 30px !important
}
.mt40 {
    margin-top: 40px !important
}
.padd0{
    padding:0 !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}
.mb-5 {
    margin-bottom: 2rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}
.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}
.pb-5 {
    padding-bottom: 2rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}


.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

/*tp-banner-1509962114164 {
    height: 335px !important;
}*/
.b-l {
    border-left: 1px solid #3d4246;
}
.b-r {
    border-right: 1px solid #3d4246;
}
.b-b {
    border-bottom: 1px solid #3d4246;
}
.b-t {
    border-top: 1px solid #3d4246;
}
.b-all {
    border: 1px solid #3d4246;
}
.b-none{
    border:none;
}
.b-gray {
    border: 1px solid #d6d5d5;
}
.b-radius-5{
    border-radius:5px;
}
.modal-header{
    border-bottom:none !important;
}


.text-blue {
    color: #38bbc4 !important;
}

.text-pink {
    color: #f7515b !important;
}

.text-blue {
    color: #18bbc4 !important;
}

.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.text-twitter {
    color: #00aced !important;
}

.bg-white {
    background: #ffffff !important
}

.bg-blue {
    background: #38bbc4 !important;
}

.bg-gray {
    background: #eeeeee !important;
}

.bg-red {
    background: #ff525b !important;
}

.bg-light-gray {
    background: #f1f1f1 !important;
}
.bg-light-blue {
    background: #e0f2fd !important;
}
.bg-light-pink {
    background: #fff6f7 !important;
}
.font-25{
    font-size:25px;
}
.font-20 {
    font-size: 20px;
}
.inline-block{
    display:inline-block;
}
.modal.in{
    opacity:1;
    display:block;
}
.break-heading span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #ff525b;
    font-size: 12px;
    padding: 0 10px;
}
.break-heading::before {
    content: "";
    display: block;
    border-bottom: 1px solid #d7d7d7;
    position: absolute;
    top: 20%;
    height: 0;
    width: 92%;
    z-index: 0;
}
.modal-body {
    min-height: 500px;
}
.popup-thumbs .owl-carousel .owl-dots {
    text-align: center;
}
.popup-thumbs .owl-carousel .owl-dot {
    display: inline-block;
}
.popup-thumbs .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.popup-thumbs .owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f7515b;
}
.coupon-div {  
    border: 1px dashed #979797;
    background: #c9f5ce;
    border-radius: 10px;
    padding-top: 24px;
    position: relative;
}
.coupon-inside {
    font-size: 12px;
    text-align: center;
    color: #1aab2a;
    font-weight:bold;
    background-color: #ffffff;
    border: 1px solid #ddd;
    position: absolute;
    padding: 2px 10px 3px 8px;
    top: 3px;
    left: -3px;
}
.coupon-inside:after {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    top: 0;
    border-top: 11px solid #c9f5ce;
    border-left: 9px solid #ffffff;
    border-bottom: 11px solid #c9f5ce;
}
.coupon-content {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.coupon-left {
    width: 18px;
    margin: 0 0 0 16px;
}
.coupon-right {
    padding: 8px 14px;
    font-size: 12px;
    color: #212121;
    width: 100%;
}
.prescription .prescription-img {
    background: #ff525b;
    padding: 5px;   
    display: inline-flex;
    border-radius:100%;
}
.prescription-bg {
    background: #f3d0d2;
    border-radius: 15px;
    padding: 4px 9px !important;   
    margin-bottom:15px;
}
/*** medicines page styles ***/
.valid-prescription {
    width: 100%;
    padding: 24px;
    display: block;
    background-color: #fff;
    border-radius: 6px;
    margin: 16px 0;
    border: 1px solid #dfe3e6;
    display: inline-block;
}
.valid-prescription {
    width: 100%;
    padding: 24px;
    display: block;
    background-color: #fff;
    border-radius: 6px;
    margin: 0;
    border: 1px solid #dfe3e6;
    display: inline-block
}

.valid-prescription .scooterImgContainer {
    margin: auto;
    vertical-align: bottom
}

.valid-prescription .scooterImgContainer .rx_image {
    width: 24px;
    height: 24px
}

.valid-prescription .rx-division-bigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 24px
}

.valid-prescription .rx-division-bigger .rx_image {
    width: 24px;
    height: 24px
}

.valid-prescription .rx-division-bigger .question-valid-prescription {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.22;
    text-align: left;
    padding-left: 12px;
    padding-top: 4px;
    color: #4f585e
}

.valid-prescription .rx-division-bigger .rhtChevron {
    margin-top: 2px
}

.valid-prescription .rx-div-smaller {
    padding-bottom: 0
}

.valid-prescription .rx-division-lower {
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.valid-prescription .rx-division-lower .validRxTitle {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .7)
}

.valid-prescription .rx-division-lower .validRxParam {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.valid-prescription .rx-division-lower .validRxParam .validRxImageContainer,
.valid-prescription .rx-division-lower .validRxParam .validRxImageContainer img {
    width: 35px;
    height: 35px
}

.valid-prescription .rx-division-lower .validRxText {
    width: calc(100% - 35px);
    padding-top: 8px;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: .1px;
    text-align: left;
    color: rgba(0, 0, 0, .7)
}
.medicine_lists {
    width: 100%;
    /*min-height: 50vh;*/
    display: inline-block;
    margin: 0 15px 0 0;
}
._3iNC9 {
    position: relative;
}
._1NxW8 {
    min-height: 225px;
    border-radius: 6px;
    border: 1px solid #dfe3e6;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 15px;*/
}
.zdjTo {
    width: auto;
    margin-right: 20px;
}
.zdjTo img {
    width: 24px;
    height: 24px;
}
._3bwoY {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
._3er_I {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._2UHKQ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ooufh {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.ooufh:hover, ._36aef:hover, ._1_yM9:hover, ._3o0NT._1NxW8:hover {
  color: #222;
}

[role=button] {
    cursor: pointer;
}
._2UHKQ img {
    display: block;
    position: relative;
    left: 20px;
}
._3JVGI {
    font-size: 14px;
    color: #8897a2;
}
._1mCQV {
    margin-top: 10px;
}
._36aef {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
._2k6jd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._2hXMr ._18T3X, ._3WtBj {
    width: 100%;
}
.nFRb7 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
._1_yM9 {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
}
._2xJD8 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
._3FUtb, ._3QgnP {
    color: #8897a2;
    font-size: 12px;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 10px;
}
._17CGP {
    color: #3bb896;
    background: #f2fff8;
    font-size: 12px;
    border-radius: 6px;
    padding: 5px;
}
._3Bbuk {
    font-size: 12px;
    color: #8897a2;
    margin-top: 0;
}
._18T3X {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
    position: relative;
}
._2iSNz {
    min-width: 140px;
}
._1jPMI {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
._2FE4Z {
    background: #10847e;
    color: #fff;
    width: auto;
    height: 45px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
._2FE4Z._1JBjj {
    width: 140px;
    height: 38px;
}
._2FE4Z._2Jc-Z {
    transition: opacity .2s linear;
}
._2FE4Z._2N8KX {
    background: #8897a2;
    pointer-events: none;
    color: #fff;
    border:none;
}
._2FE4Z {
    background: #ff525b;
    color: #fff;
    width: auto;
    height: 45px;
    border:none;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
._2FE4Z._3LBfS {
    width: 100%;
}