﻿@charset "UTF-8";

:root {
    --primary: #0096ff;
}


div#content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: none
}

.search img {
    width: 80px;
    height: 80px;
}


#sosearchpro .autosearch-input {
    height: 42px;
    line-height: 20px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#sosearchpro .button-search {
    border-color: #e5e5e5;
    height: 42px;
}

#sosearchpro .dropdown-menu li > a:hover {
    background: transparent;
}

@media (max-width: 479px) {
    #sosearchpro {
        width: 100%;
    }

        #sosearchpro .dropdown-menu {
            left: 0px !important;
        }
}

#sosearchpro .dropdown-menu .media {
    margin: 0px;
    border-bottom: 1px solid #e5e5e5;
}

#sosearchpro .dropdown-menu {
    padding: 0px;
    max-height: 300px;
    overflow-y: scroll;
}

    #sosearchpro .dropdown-menu .media:hover {
        background-color: #e5e5e5;
    }

    #sosearchpro .dropdown-menu .media-left {
        float: left;
        padding: 5px;
    }

    #sosearchpro .dropdown-menu .media-body {
        padding: 10px 10px 0 10px;
    }

        #sosearchpro .dropdown-menu .media-body a {
            float: left;
        }

        #sosearchpro .dropdown-menu .media-body .box-price {
            float: right;
            width: 100%;
        }

            #sosearchpro .dropdown-menu .media-body .box-price span {
                padding-right: 10px;
                float: left;
            } 

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.no-margin {
    margin: 0 !important;
}

#wrapper {
    background-color: #f3f4f8;
    padding: 128px 0 0 0;
}

.back-to-top {
    cursor: pointer;
    z-index: 1000;
    background-color: #777;
    width: 43px;
    bottom: 35px;
    right: 10px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    position: fixed;
    display: block;
    text-align: center;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

    .back-to-top.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);
    }

    .back-to-top:hover {
        background-color: #5F6E86;
    }

    .back-to-top i {
        font-size: 30px;
        margin: 0;
        color: #fff;
        display: block;
        height: 43px;
        line-height: 40px;
    }


/*============@group Banners hover effect ==================*/

.banners-effect-8 .banners > div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    vertical-align: top;
}

    .banners-effect-8 .banners > div a:before, .banners-effect-8 .banners > div a:after {
        bottom: 20px;
        content: "";
        left: 20px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 20px;
        -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        z-index: 1;
    }

    .banners-effect-8 .banners > div a:before {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .banners-effect-8 .banners > div a:after {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }

.banners-effect-8 .banners > div img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.banners-effect-8 .banners > div a:hover:before, .banners-effect-8 .banners > div a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banners-effect-8 .banners > div a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*============POPUP ADDED TO CART ==================*/
body > .alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
}

    body > .alert .alert {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }

        body > .alert .alert.fadeOut {
            top: -100%;
        }

@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}

@keyframes alert-anim {
    0% {
        top: -100%;
    }

    60% {
        top: 0;
    }

    100% {
        top: 0;
    }
}


@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }

    60% {
        font-size: 0;
    }
}

/*============ Quick Cart ==================*/
@media (min-width: 1200px) {
    .modal-lg {
        margin-top: 10%;
        width: 1050px;
    }
}

.modal-content {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    border: none;
}

    .modal-content .modal-header {
        padding: 10px 15px;
    }

    .modal-content .modal-title {
        font-weight: normal;
    }

/*===============================================
 [SASS DIRECTORY ]
 [1] Pre-Loader 
 ==============================================*/

body.preloader:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: url(../../img/loading.svg) no-repeat center center rgba(255, 255, 255, 0.9);
}
/*============START Pre-Loader CSS  ==================*/
.so-pre-loader {
    background: rgba(255, 45, 55, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    .so-pre-loader.no-pre-loader {
        background: none;
        position: absolute;
        height: auto;
    }

    .so-pre-loader .so-loader-background {
        background: #555;
        display: block;
        height: 100%;
    }

    .so-pre-loader .so-loader-center {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -25px 0 0 -25px;
    }

    .so-pre-loader .so-loader-line {
        background: #5F6E86;
        top: 0;
    }

    .so-pre-loader .spinner {
        width: 50px;
        height: 50px;
        background-color: white;
        -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
        animation: sk-rotateplane 1.2s infinite ease-in-out;
    }

    .so-pre-loader .spinner-bounce {
        width: 60px;
        height: 60px;
        position: relative;
    }

/* ************   START Loader Animation   ************ */
/* **************************************************** */
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/* ***********   END:: Loader Animation   ************* */
/* **************************************************** */

.modal.show {
    z-index: 1072;
}

    .modal.show .tooltip, .modal.show .popover {
        z-index: 1073;
    }


h2.sub-title {
    font-size: 23px;
    margin: 24px 0;
    color: #495057;
}

.color {
    color: #5F6E86;
}

.divider {
    height: 30px;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.item-article {
    font-size: 13px;
}

    .item-article dl dt {
        color: #495057;
        font-size: 18px;
        font-weight: 500;
        padding: 0 0 4px 0;
    }

    .item-article dl dd {
        margin-bottom: 15px;
    }

    .item-article .tags {
        margin: 15px 0;
    }

        .item-article .tags .label {
            border: none;
            border-radius: 2px;
            margin: 0 2px 5px 0;
            font-size: 11px;
            padding: 12px;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 400;
        }

    .item-article .button, .item-article .btn {
        padding: 9px 20px;
        background: #495057;
        color: #fff;
        border-radius: 3px;
        border: none;
    }

        .item-article .button:hover, .item-article .btn:hover {
            background: #5F6E86;
            border-color: #5F6E86;
            color: #fff;
        }

    .item-article .btn-primary {
        background: #234269;
    }

    .item-article .btn-warning {
        background: #f0ad4e;
    }

    .item-article .btn-success {
        background: #5cb85c;
    }

    .item-article .btn-danger {
        background: #5F6E86;
    }

    .item-article .btn-info {
        background: #5bc0de;
    }

    .item-article .nav-tabs {
        border: 0;
        margin-bottom: 32px;
    }

        .item-article .nav-tabs .dropdown-menu {
            padding: 15px;
            border: 1px solid rgba(0, 0, 0, 0.15);
        }

        .item-article .nav-tabs > li.active > a, .item-article .nav-tabs > li.active > a:hover, .item-article .nav-tabs > li.active > a:focus {
            color: #fff;
            border: 0;
            background: #5F6E86;
        }

            .item-article .nav-tabs > li.active > a:before, .item-article .nav-tabs > li.active > a:hover:before, .item-article .nav-tabs > li.active > a:focus:before {
                border: 10px solid #5F6E86;
                border-color: #5F6E86 transparent transparent transparent;
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -10px;
            }

        .item-article .nav-tabs > li > a {
            background: #eaeaea;
            border-radius: 2px;
            border: 0;
            color: #2d2d2d;
            text-transform: uppercase;
            padding: 0 32px;
            height: 48px;
            line-height: 48px;
            position: relative;
        }

            .item-article .nav-tabs > li > a:hover {
                background: #ddd;
            }

    .item-article .nav-pills > li > a {
        border-radius: 3px;
    }

    .item-article .nav-pills .dropdown-menu {
        padding: 15px;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .item-article .nav-pills > li.active > a, .item-article .nav-pills > li.active > a:focus, .item-article .nav-pills > li.active > a:hover {
        color: #fff;
        background: #5F6E86;
    }

    .item-article .dropcap {
        display: block;
        float: left;
        font-size: 3.5em;
        line-height: 1em;
        margin: 0 5px 0 0;
    }

    .item-article .color-custom {
        color: #5F6E86;
    }

    .item-article .color-white {
        color: #fff;
    }

    .item-article .color-dark {
        color: #000;
    }

    .item-article .bg-custom {
        background: #5F6E86;
    }

    .item-article .bg-black {
        background: #000;
    }

    .item-article a.underline {
        text-decoration: underline;
    }

        .item-article a.underline:hover {
            text-decoration: none;
        }

.custom-border {
    padding: 10px 20px;
}

.list-box {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none;
}

.list-box li {
    border-bottom: 1px solid #ececec;
}

    .list-box li:last-child {
        border-bottom: 0;
    }

    .list-box li a {
        display: inline-block;
        word-wrap: break-word;
        padding: 8px 0;
        margin-right: 5px;
        color: #495057;
    }

        .list-box li a:hover {
            color: #5F6E86;
        }
/* @end */
/*============PAGE CHECKOUT ==================*/

.table-responsive .table thead > * {
    background-color: #f2f2f2;
    font-weight: bold;
}

.table-responsive .table tbody td.text-left:hover a {
    color: #5F6E86;
}

.checkout-cart .btn-block input {
    min-width: 40px;
    text-align: center;
}

.cart-item-image {
    width: 120px;
    height: 120px;
}

.conf-content {
    text-align: center;
    padding: 90px 20px;
}

    .conf-content h1 {
        margin-top: 30px;
        text-align: center;
    }

    .conf-content h1 {
        text-align: center;
    }

.content-aside {
    margin-bottom: 30px;
}

.banner-sidebar a img {
    width: 100%;
}

#sosearchpro {
    width: 100%;
    padding: 0;
}

.sohomepage-slider .form-group {
    margin-bottom: 0;
}

.content-aside .module.banner-left {
    border: none;
    border-radius: 0;
}

/*============MODULE DEFAULT ==================*/
.module.sohomepage-slider .so-homeslider {
    direction: ltr;
}

.module .so-extraslider .extraslider-inner {
    border: none;
    padding-bottom: 0;
}

#content .sohomepage-slider .sohomeslider-description h2 {
    margin: 0;
}

#content .module h2 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin-top: 30px;
}

#content .module h3.modtitle {
    color: #222;
    font-weight: 600;
}

    #content .module h3.modtitle span {
        font-size: 18px;
        color: #000;
        font-weight: 600;
    }

.content-aside .module {
    margin-bottom: 30px;
}

    .content-aside .module h3.modtitle {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #5F6E86;
        border-radius: 5px 5px 0 0;
        padding: 15px;
        margin: 0;
    }

        .content-aside .module h3.modtitle span {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            text-transform: uppercase;
        }

    .content-aside .module .mod-content, .content-aside .module .modcontent {
        border: 1px solid #e5e5e5;
        padding: 20px;
    }

    .content-aside .module.so_filter_wrap .modcontent {
        padding: 0;
    }

    .content-aside .module#blog-search {
        border: none;
    }

/*============ BREADCRUMB ==================*/
.breadcrumbs .current-name {
    text-align: center;
    background: #f5f5f5;
    background-size: cover;
    font-size: 24px;
    color: #fff;
    padding: 112px 0;
    display: none;
}

ul.breadcrumb {
    background-color: transparent;
    padding: 15px 0 !important;
    display: inline-block;
    width: 100%;
    line-height: 100%;
}

    ul.breadcrumb li {
        display: inline-block;
        padding: 0 17px 0 0px;
        margin-right: 7px;
        position: relative;
    }

        ul.breadcrumb li:before {
            display: none;
        }

        ul.breadcrumb li:not(:last-child):after {
            font-family: 'FontAwesome';
            content: '\f105';
            font-size: 13px;
            top: 0px;
            right: 0;
            position: absolute;
        }

        ul.breadcrumb li a {
            display: block;
            padding: 0;
            color: #878787;
            text-decoration: none !important;
            font-size: 13px;
        }

        ul.breadcrumb li:last-child {
            padding: 5px 0px;
        }

            ul.breadcrumb li:last-child a {
                color: #5F6E86;
            }

        ul.breadcrumb li:hover a {
            color: #5F6E86;
        }
/*============ MODULE MEGAMENU VERTICAL  ==================*/

.container-megamenu.vertical ul.megamenu > li.click::before, .container-megamenu.vertical ul.megamenu > li.hover::before {
    padding: 0;
}

.vertical ul.megamenu > li.click::before, .vertical ul.megamenu > li.hover::before {
    padding: 0;
}

.container-megamenu.vertical {
    z-index: 990;
    position: relative;
}

    #menuHeading {
        margin: 0;
    }

        #menuHeading .megamenuToogle-pattern {
            position: relative;
            z-index: 20;
        }

            #menuHeading .megamenuToogle-pattern .container {
                width: auto;
                text-shadow: none;
                font-size: 14px;
                padding: 0px 10px !important;
                margin: 0;
                display: block;
                color: #fff;
                position: relative;
                border-radius: 0;
                line-height: 35px;
                font-weight: 400;
                text-align: left;
            }

                #menuHeading .megamenuToogle-pattern .container p {
                    line-height: 56px;
                    margin: 0;
                    color: #999999;
                    padding: 0 0 0 30px;
                }

                #menuHeading .megamenuToogle-pattern .container > div > span {
                    box-shadow: none;
                    height: 2px;
                    width: 20px;
                    background-color: #999999;
                    display: block;
                    margin-top: 5px;
                }

                #menuHeading .megamenuToogle-pattern .container:hover {
                    cursor: pointer;
                }


@media (min-width: 768px) {
    .container-megamenu.vertical .vertical-wrapper ul.megamenu {
        min-width: 270px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }

        .container-megamenu.vertical .vertical-wrapper ul.megamenu > li {
            cursor: pointer;
            border: none;
            margin: 0;
            position: relative;
        }

            .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {
                display: block;
                font-size: 14px;
                font-weight: 400;
                padding: 11px 0;
                line-height: 23px;
                position: relative;
                background: none;
                height: auto;
            }

                .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a strong {
                    font-weight: 400;
                }
}

.container-megamenu.vertical .vertical-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    width: 100%;
    top: 105%;
}

.container-megamenu.vertical:hover .vertical-wrapper {
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
    top: 56px;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
    margin: 0;
    margin-right: 10px;
}

/*============ MODULE FILTER ==================*/
.module.so_filter_wrap {
    border: none;
}

    .module.so_filter_wrap .so-filter-option.so-filter-price .content_scroll {
        margin: 20px 0 10px 10px;
    }

    .module.so_filter_wrap .modcontent {
        background-color: #fff;
        margin: 0;
        border: 1px solid #e5e5e5;
    }

        .module.so_filter_wrap .modcontent ul li.so-filter-options {
            padding: 20px;
            border-bottom: 1px solid #e5e5e5;
        }

            .module.so_filter_wrap .modcontent ul li.so-filter-options:last-child {
                border: none;
            }

            .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading {
                padding: 0;
                margin-bottom: 0px;
                background-color: transparent;
            }

                .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-heading .so-filter-heading-text {
                    float: left;
                    color: #282828;
                    font-weight: 500;
                    text-transform: uppercase;
                    font-size: 13px;
                    padding: 0;
                }

            .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts {
                border: none;
            }

                .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container {
                    padding: 0;
                }

                    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select {
                        margin: 0;
                    }

                        .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select ~ .opt-select {
                            border-top: 1px solid #eaeaea;
                        }

                    .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container {
                        padding: 5px 0;
                    }

                        .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container label {
                            margin-bottom: 0;
                            font-size: 13px;
                        }

                        .module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .so-option-container:hover label {
                            color: #5F6E86;
                        }

            .module.so_filter_wrap .modcontent ul li.so-filter-options:last-child {
                border-bottom: none;
                margin-bottom: 0;
            }

        .module.so_filter_wrap .modcontent .so-filter-content-opts-container {
            overflow: inherit;
        }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
                font-size: 12px;
            }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
                border: none;
            }

                .module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select.filter-option-sub:hover {
                    background-color: #fff;
                }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
                border-radius: 0;
                box-shadow: none;
            }

                .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before, .module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after {
                    display: none;
                }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
                display: inline-block;
                background: #fff;
                border: 1px solid #ddd;
                width: 49%;
                padding: 0 5px;
                float: left;
            }

                .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
                    margin-right: 2%;
                }

                .module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
                    background: transparent;
                }


            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
                background-color: transparent;
                border: 2px solid #999;
            }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-square-o {
                position: relative;
                top: 0px;
            }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input .fa-check-square-o {
                color: #5F6E86;
            }

            .module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before {
                background-color: transparent;
                border: 2px solid #999;
            }

        .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price {
            text-align: left;
            padding: 0;
        }

        .module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
            float: left;
        }

        .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max {
            display: block;
        }

            .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
                min-width: 60px;
                width: 49%;
                padding: 0 5px;
                display: inline-block;
                float: left;
                border: 1px solid #ddd;
                display: inline-block;
            }

                .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
                        position: relative;
                        top: 1px;
                    }

        .module.so_filter_wrap .modcontent .noUi-handle {
            border: none;
            background-color: #5F6E86;
            width: 7px;
            height: 7px;
            left: -7px;
            right: 7px !important;
            top: -2px;
        }

            .module.so_filter_wrap .modcontent .noUi-handle:hover {
                cursor: e-resize;
            }

        .module.so_filter_wrap .modcontent .noUi-connect {
            box-shadow: none;
            height: 3px;
            background: #5F6E86;
            border-radius: 0;
        }

        .module.so_filter_wrap .modcontent .noUi-background {
            background: #d7d7d7;
            box-shadow: none;
            height: 3px;
            border-radius: 0px;
        }

        .module.so_filter_wrap .modcontent .noUi-target {
            border: none;
        }

        .module.so_filter_wrap .modcontent .clear_filter {
            padding: 0 0 20px 0px;
        }

        .module.so_filter_wrap .modcontent .btn_resetAll {
            margin: 10px 20px 20px 20px;
        }

            .module.so_filter_wrap .modcontent .btn_resetAll .fa.fa-times {
                color: #5F6E86;
            }

.so_filter_wrap .modcontent .so-filter-heading i {
    float: right;
}

.so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: normal;
}

#content .secondary-title i.fa {
    margin-right: 10px;
    margin-left: auto;
    background-color: #5F6E86;
}

#sosearchpro .dropdown-menu .media-body .box-price .price-new {
    color: #5F6E86;
}

#sosearchpro .dropdown-menu .media-body .box-price .price {
    font-size: 14px;
    color: #5F6E86;
}

#sosearchpro .dropdown-menu .media-body .box-price span {
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

/*===============================================
 [SASS DIRECTORY ]
 [1] HEADING
 [2] LINK & COLUMN
 [3] BLOCK FORM
 [4] BLOCK TABLE
 ==============================================*/
/*================ HEADING ===================*/

body svg {
    display: none;
}

body #content svg, body #header svg {
    display: block;
}

body .atm-i svg, body .content-main svg {
    display: block;
}

html {
    width: 100%;
    outline: 0 !important;
    direction: ltr;
}

body {
    color: #878787;
    font-size: 14px;
    background-color: #fff;
}

.owl2-carousel .owl2-item img {
    transform-style: inherit;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
    margin: 0 0 15px 0;
}

* {
    outline: none !important;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: #777;
}

::-webkit-scrollbar-track {
    background: #d6d6d6;
}

body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
}

input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}


/*========= page builder =============*/
#content .so-page-builder .container {
    overflow: visible;
    padding: 0;
}
/*================ LINK & COLUMN ===================*/
.textColor {
    color: #5F6E86;
}

ul, ul.menu, ol.menu, ul.blank, .why-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

option {
    padding: 2px 5px;
    border-width: 1px;
}

.alert ol li {
    list-style-type: decimal;
    margin: 0 0 5px 15px;
}

img {
    max-width: 100%;
}

.over {
    overflow: visible;
}

.align-center {
    display: table;
    margin: 0 auto;
}

.text-danger {
    color: #fff;
    display: inline-block;
    background-color: #f9a106;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 3px;
}

a {
    color: #999999;
}

    a:hover {
        color: #e0000b;
        text-decoration: none;
    }

    a, a:visited, a:active, a:link, a:focus {
        cursor: pointer;
        text-decoration: none;
        outline: none;
    }

ol {
    counter-reset: item;
    padding: 0 0 0 15px;
}

sup {
    color: #f00;
    font-size: 100%;
    top: -4px;
}

.list-inline {
    display: inline-block;
    margin: 0;
}

.container-megamenu .list-inline a {
    display: inline-block;
}

.clearfix {
    clear: both;
}

.img-thumbnail.pull-left {
    margin-right: 30px;
}

.img-thumbnail.pull-right {
    margin-left: 30px;
}

.margin-zero {
    margin: 0;
}

.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }
}
/*================ FORM ===================*/
legend {
    font-size: 18px;
    padding: 7px 0px;
}
/* @group 2. Inputs
 -------------------*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="date"], input[type="number"], input[type="email"], input[type="search"], input[type="tel"], .form-control, select {
    background-color: white;
    color: #3d3d3d;
    padding: 9px 15px;
    font-size: 13px;
    box-shadow: none !important;
    transition: all 0.3s ease;
    border-radius: 19px;
    border: 1px solid #d6d6d6;
    font-family: 'Poppins', sans-serif;
}

*:focus {
    outline: none;
}

input#input-captcha {
    margin-bottom: 15px;
}

textarea {
    max-width: 100%;
}

.form-control {
    height: 38px;
}
/* @end */
/* @group 3. Dropdown 
 -------------------*/

.shopping_cart .btn-shopping-cart .checkout {
    padding: 10px 20px 20px 20px;
}

.shopping_cart .dropdown-menu .content-item {
    max-height: 245px;
    overflow: auto;
}

.shopping_cart .btn-shopping-cart .added_items {
    color: #222;
}

header .dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    margin-top: 10px;
    padding: 10px 20px;
    min-width: 120px;
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.2);
    left: 0;
    right: auto;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
}

    header .dropdown-menu > li .btn-block {
        padding: 5px 0;
        line-height: 22px;
        color: #495057;
    }

        header .dropdown-menu > li .btn-block:hover {
            color: #5F6E86;
        }

    header .dropdown-menu > li:hover button {
        color: #5F6E86;
    }

    header .dropdown-menu .btn-block {
        border: none;
        background: transparent;
        text-align: left;
    }

.dropdown-menu > li > a {
    padding: 5px 0px;
    line-height: 22px;
    color: #495057;
}

    .dropdown-menu > li > a:hover {
        color: #5F6E86;
    }

.btn-group .btn-link {
    text-align: left;
    background: transparent;
    text-decoration: none;
    padding: 5px 10px;
    color: #878787;
    font-weight: normal;
    color: #495057;
    position: relative;
    z-index: 1;
}

    .btn-group .btn-link:hover {
        color: #5F6E86;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
}

.nav-header {
    color: #667280;
}

header .open > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.dropdown-menu {
    background: #fff;
    padding: 5px 0;
    margin-top: 0;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    font-size: 12px;
}

#cart .dropdown-menu {
    margin-right: 15px;
    padding: 0;
    width: 450px;
}

    #cart .dropdown-menu:after {
        left: auto;
        right: 49px;
    }

    #cart .dropdown-menu .checkout .btn-view-cart {
        float: left;
    }

#sosearchpro .dropdown-menu {
    top: 100%;
    display: none;
}

@media (min-width: 1200px) {
    #sosearchpro .dropdown-menu {
        min-width: 300px;
    }
}

#sosearchpro .dropdown-menu .media-left {
    float: left;
}

#sosearchpro .dropdown-menu .media-body a {
    color: #495057;
    float: none;
}

    #sosearchpro .dropdown-menu .media-body a:hover {
        color: #5F6E86;
    }

#sosearchpro .dropdown-menu:after {
    display: none;
}
/* @end */
/* @group 4. Buttons 
 ------------------*/

.button, .btn {
    padding: 9px 18px;
    border-radius: 19px;
    border: solid 1px var(--primary);
    background-color: white;
    color: var(--primary);
    text-transform: uppercase;
}

    .button:hover, .btn:hover {
        color: var(--primary);
        background: white;
        border-color: var(--primary);
    }

.btn-warning {
    background: #f0ad4e;
}

.btn-success {
    background: #5cb85c;
}

.btn-info {
    background: #999;
    border-radius: 0;
    text-transform: uppercase;
    visibility: visible;
}

.btn-danger {
    background: #5F6E86;
    border-radius: 5px;
}

.button .fa, .btn .fa {
    margin: 0 5px;
}

.button-continue-shopping {
    display: block;
    float: left;
}

.button-checkout {
    display: block;
    float: right;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}
/* @end */
.btn-inline {
    display: inline-block;
}
/*================ POPUP ADDED TO CART ===================*/

.alert {
    position: relative;
    padding: 15px 20px;
    z-index: 30;
    color: #fff;
    border-radius: 0;
    min-height: 60px;
    box-sizing: border-box;
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}

    .alert i {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 60px;
        font-size: 40px;
        -webkit-animation: alert-icon-anim 1s;
        -moz-animation: alert-icon-anim 1s;
        -o-animation: alert-icon-anim 1s;
        animation: alert-icon-anim 1s;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    }

        .alert i:before {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            line-height: 0;
        }

    .alert a:hover {
        text-decoration: underline;
    }

    .alert button.close {
        position: absolute;
        top: 50%;
        line-height: 1;
        right: 15px;
        color: #fff;
        opacity: 0.7;
        background: none;
        border: none;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .alert button.close:hover, .alert button.close:focus {
            opacity: 1;
            color: #fff;
        }

    .alert.fadeOut {
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

        .alert.fadeOut .alert {
            top: 100%;
        }

@media (max-width: 479px) {
    .alert {
        padding-right: 30px;
    }

        .alert button.close {
            right: 5px;
        }
}

.alert-success {
    background-color: #4caf50;
}

.alert-danger {
    background-color: #f44336;
}

    .alert-danger i {
        background: #d32f2f;
    }

.alert-info {
    background-color: #03a9f4;
}

.alert-warning {
    background-color: #ff5722;
}
/*================ TABLE ===================*/
.table thead > tr > th {
    background: #eee;
}

table.std th, table.std td {
    vertical-align: middle;
    border: #ccc;
    padding: 10px;
    text-align: center;
}

table.std th {
    white-space: nowrap;
    background: #f5f5f5;
}

table.std tfoot td {
    color: #333;
    text-align: right;
    white-space: nowrap;
}

table.std {
    background: #fdfdfd;
    border-spacing: 0;
    vertical-align: middle;
    border: #ccc;
    width: 100%;
}

table th {
    border: #ccc;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

table tfoot td {
    text-align: right;
}

/*============ PAEG ABOUT US ==============*/
.box-1-about {
    margin-bottom: 20px;
}

.title-info {
    background: url("../../images/bg-title-about.png") repeat-x left 12px;
}

    .title-info h2 {
        display: inline-block;
        font-size: 22px;
        padding: 0 25px 6px 0;
        font-weight: 300;
        color: #333;
    }

.welcome-about-us {
    margin-top: 30px;
}

    .welcome-about-us .image-about-us {
        float: left;
        width: 270px;
        padding-top: 6px;
    }

    .welcome-about-us img:hover {
        opacity: 0.7;
    }

.our-member {
    clear: both;
    padding-top: 30px;
}

    .our-member img:hover {
        opacity: 0.7;
    }

.title-info {
    background: url("../../images/bg-title-about.png") repeat-x left 12px;
    margin-bottom: 17px;
}

    .title-info h2 {
        padding: 0 15px 6px 15px;
    }


.subtitle-info {
    background: url("../../images/bg-title-about.png") repeat-x left 12px top 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .subtitle-info h2 {
        padding: 0 20px;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        color: #333;
    }

/*============ PAGE 404  ==============*/
.button-404 > a {
    margin: 0 10px;
}

.content_404 {
    margin: 40px 0 30px;
    overflow: hidden;
}

    .content_404 .block-top h2 {
        color: #222;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .content_404 .block-top .warning-code {
        font-size: 14px;
        color: #7d7d7d;
        margin-bottom: 40px;
    }


.title-under {
    position: relative;
    margin-bottom: 50px;
}

    .title-under:after {
        content: "";
        position: absolute;
        display: block;
        height: 4px;
        width: 68px;
        background: #5F6E86;
        bottom: -10px;
    }

    .title-under.text-center:after {
        left: 50%;
        margin-left: -34px;
    }

/* PAGE - FAQ & Gallery
 =======================================================*/

.label-new, .label-sale {
    text-align: center;
    background-color: #5F6E86;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 6px;
    text-transform: uppercase;
    z-index: 2;
    padding: 0 15px;
    margin-bottom: 5px;
}

.label-sale {
    background: rgb(183,1,32);
    background: linear-gradient(90deg, rgba(183,1,32,1) 0%, rgba(255,45,55,1) 100%);
    left: -11px;
}

.product-view .label-sale {
    left: 4px;
}

.label-sale:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -7px;
    left: 0;
    right: auto;
    border-bottom: 7px solid transparent;
    border-top: 0 solid transparent;
    border-right: 11px solid #c60009;
}

.label-percent {
    padding: 2px 5px;
    background: #5F6E86;
    font-size: 13px;
    font-weight: normal;
}

.product-options label {
    padding: 0;
    color: #666;
}

.product-options .label {
    font-weight: normal;
    font-size: 11px;
}

.product-options .radio {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    .product-options .radio .fa {
        display: none;
    }

.product-options .active .fa {
    display: block;
}

.product-options .fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center;
}
/*============ BOX RATING ==============*/

.free-delivery {
    font-size: 14px;
    font-weight: 700;
    color: #7D7D7D;
    letter-spacing: 1px;
    line-height: 28px;
    height: 28px;
    text-align: right;
}

.free-delivery-empty {
    height: 28px;
    width: 100%;
}

.discount-amount {
    font-size: 12px;
    font-weight: 400;
    color: #F90606;
    text-align: right;
    line-height: 18px;
}

.discount-empty {
    height: 38px;
    width: 100%;
}

.old-price {
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    text-decoration: line-through;
    text-align: right;
    line-height: 20px;
}

.price {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 24px;
    color: #f13737;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

    .price .price-tax, .price-old {
        padding: 0;
        text-decoration: line-through;
        color: #aaa;
        font-size: 16px;
        font-weight: 400;
    }

    .price span.price {
        color: #282828;
    }

.price-new {
    color: #f13737;
    font-size: 18px;
    font-weight: 500;
}

.price .callforprice {
    font-size: 12px;
    line-height: 100%;
}

/*====================PRODUCT CATEGORY ====================*/
.products-category .filter_group {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}


.products-category .form-group .short-by {
    margin-right: 10px;
}

/*TOOLBAR LISTING TOP*/

.filters-panel {
    border-radius: 0px;
    margin-bottom: 30px;
}

    .filters-panel::after {
        display: block;
        clear: both;
        content: "";
    }

    .filters-panel.product-filter-top {
        margin-top: 15px;
    }

    .filters-panel.product-filter-bottom {
        border-top: 1px solid #ebebeb;
        padding-top: 20px;
        margin-top: 20px;
    }

    .filters-panel .pagination {
        margin: 0;
    }

    .filters-panel .list-view {
        display: inline-block;
    }

        .filters-panel .list-view .btn-gridview {
            border: none;
            color: #484848;
            float: left;
            padding: 0 5px;
            font-size: 12px;
        }

        .filters-panel .list-view button.btn {
            margin: 0px;
            margin-right: 5px;
            width: 33px;
            height: 33px;
            line-height: 31px;
            background: #fafafa;
            text-align: center;
            padding: 0;
            border-radius: 3px !important;
            border: 1px solid #e5e5e5;
            color: #282828;
        }

            .filters-panel .list-view button.btn i {
                color: #282828;
            }

            .filters-panel .list-view button.btn:hover, .filters-panel .list-view button.btn.active {
                background: #5F6E86;
                border-color: #5F6E86;
                box-shadow: none;
                color: #fff;
            }

                .filters-panel .list-view button.btn:hover i, .filters-panel .list-view button.btn.active i {
                    color: #fff;
                }

            .filters-panel .list-view button.btn:focus {
                border-radius: 0;
                outline: none;
            }

        .filters-panel .list-view .fa {
            font-size: 14px;
        }

    .filters-panel label {
        font-size: 12px;
        font-weight: normal;
        color: #484848;
    }

    .filters-panel .btn-default {
        color: #878787;
        font-size: 12px;
    }

@media (min-width: 1200px) {
    .short-by-show {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .short-by-show {
        margin-top: 12px;
    }
}

.filters-panel .form-group {
    margin-left: 10px;
}

    .filters-panel .form-group.short-by {
        margin: 0;
    }

    .filters-panel .form-group select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../../images/icon/bg-select.png) no-repeat center right;
        border: 1px solid #e5e5e5;
        height: 33px;
        line-height: 33px;
        padding: 0px 20px 0 10px;
        background-color: #fafafa;
        border-radius: 3px;
        color: #878787;
    }

        .filters-panel .form-group select.form-control:hover {
            cursor: pointer;
        }

/*================ PRODUCT LIST ===================*/
.products-list {
    clear: both;
}

    .products-list .product-layout {
        transition: all 0.5s ease 0s;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
    }

        .products-list .product-layout .product-item-container {
            position: relative;
        }

            .products-list .product-layout .product-item-container .left-block {
                position: relative;
            }

                .products-list .product-layout .product-item-container .left-block .product-image-container {
                    margin-bottom: 0;
                    text-align: center;
                }


            .products-list .product-layout .product-item-container:hover .left-block .product-image-container a:before {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                -ms-opacity: 1;
                -o-opacity: 1;
                opacity: 1;
            }

    .products-list .product-grid .product-item-container {
        background-color: #fff;
        margin: 0 0 10px 0;
        padding: 0;
        position: relative;
        border: 1px solid #e5e5e5;
        overflow: visible;
        border-radius:12px;
    }

        .products-list .product-grid .product-item-container .left-block {
            position: relative;
        }

            .products-list .product-grid .product-item-container .left-block .product-image-container {
                position: relative;
                overflow: hidden;
            }

                .products-list .product-grid .product-item-container .left-block .product-image-container img {
                    width: 100%;
                    border-top-left-radius:12px;
                    border-top-right-radius:12px;
                }

            .products-list .product-grid .product-item-container .left-block .loading span {
                visibility: hidden;
            }

            .products-list .product-grid .product-item-container .left-block .loading:before {
                content: "\e6c2";
                display: block;
                font-family: 'Pe-icon-7-stroke';
                position: absolute;
                color: #fff;
                left: calc(50% - 8px);
                font-size: 18px;
                -webkit-animation: spinner 2s infinite linear;
                animation: spinner 2s infinite linear;
            }

            .products-list .product-grid .product-item-container .left-block .cartinfo--left {
                left: 5px;
                top: 5px;
            }

            .products-list .product-grid .product-item-container .left-block .cartinfo--right {
                right: 5px;
                top: 5px;
            }

            .products-list .product-grid .product-item-container .left-block .cartinfo--center {
                width: 100%;
                bottom: 50%;
                margin-bottom: -20px;
                display: flex;
                justify-content: center;
            }

                .products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button {
                    float: left;
                }

        .products-list .product-grid .product-item-container .button-group {
            padding: 0;
            position: absolute;
            z-index: 99;
        }

            .products-list .product-grid .product-item-container .button-group .btn-button {
                border: none;
                display: block;
                width: 44px;
                height: 44px;
                text-align: center;
                line-height: 44px;
                background-color: #fff;
                font-size: 14px;
                color: #222;
                transition: all 0.3s cubic-bezier(0.45, 0.22, 0.27, 1.55) 0s;
                opacity: 0;
                -webkit-transform: scale(0.5);
                -moz-transform: scale(0.5);
                -ms-transform: scale(0.5);
                -o-transform: scale(0.5);
                transform: scale(0.5);
                visibility: hidden;
                margin: 0 0 5px 0;
                box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
            }

                .products-list .product-grid .product-item-container .button-group .btn-button span {
                    display: none;
                }

                .products-list .product-grid .product-item-container .button-group .btn-button.addToCart {
                    transition-delay: 0.3s;
                }

                .products-list .product-grid .product-item-container .button-group .btn-button:hover {
                    background-color: #5F6E86;
                    color: #fff;
                }

            .products-list .product-grid .product-item-container .button-group.cartinfo--center .btn-button {
                margin: 0 2px;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
            }

        .products-list .product-grid .product-item-container .right-block {
            clear: both;
            text-align: right;
            padding: 5px 8px 19px 8px;
        }

            .products-list .product-grid .product-item-container .right-block .price {
                margin-bottom: 0;
                margin-top: 3px;
                min-height: 25px;
                text-align:left;
            }

            .products-list .product-grid .product-item-container .right-block h4 {
                margin: 0;
                font-weight: 600;
            }

                .products-list .product-grid .product-item-container .right-block h4 a {
                    font-size: 12px;
                    color: #282828;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    height: 48px;
                    text-align: left;
                    line-height: 16px;
                }

                    .products-list .product-grid .product-item-container .right-block h4 a:hover {
                        color: #5F6E86;
                    }


        .products-list .product-grid .product-item-container.item--static .cartinfo--static {
            background-color: #282828;
            position: absolute;
            top: -44px;
            left: 0;
            display: table;
            width: 100%;
            height: 44px;
            opacity: 0;
            transition: all 0.4s ease-in-out 0s;
        }

            .products-list .product-grid .product-item-container.item--static .cartinfo--static .addToCart {
                display: table-cell;
                height: 44px;
                line-height: 46px;
                background-color: #282828;
                width: 100%;
                padding: 0 44px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                border: none;
                font-size: 14px;
                text-transform: uppercase;
                color: #fff;
            }

                .products-list .product-grid .product-item-container.item--static .cartinfo--static .addToCart i {
                    display: none;
                }

                .products-list .product-grid .product-item-container.item--static .cartinfo--static .addToCart span {
                    display: block;
                }

                .products-list .product-grid .product-item-container.item--static .cartinfo--static .addToCart:hover {
                    background-color: #5F6E86;
                    color: #fff;
                }

            .products-list .product-grid .product-item-container.item--static .cartinfo--static .btn-button {
                margin: 0;
                display: table-cell;
                opacity: 1;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
                visibility: visible;
                position: absolute;
                top: 0;
                z-index: 3;
                background-color: #282828;
                color: #fff;
                box-shadow: none;
            }

                .products-list .product-grid .product-item-container.item--static .cartinfo--static .btn-button:hover {
                    background-color: #5F6E86;
                    color: #fff;
                    border-color: #5F6E86;
                }

        .products-list .product-grid .product-item-container.item--static .right-block {
            display: inline-block;
            width: 100%;
            position: relative;
            transition: all 0.4s ease-in-out 0s;
            z-index: 99;
            top: 0;
        }

        .products-list .product-grid .product-item-container.item--static:hover {
            border-color: #f5f5f5;
            z-index: 9;
        }

        .products-list .product-grid .product-item-container:hover:before {
            opacity: 1;
            visibility: visible;
        }

        .products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            visibility: visible;
        }

        .products-list .product-grid .product-item-container:hover .left-block .product-image-container:before {
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            transition: all 0.3s ease-in-out 0s;
        }


@media (min-width: 1200px) {
    .products-list .product-grid-4:nth-child(4n+1) {
        clear: both !important;
    }
}

.products-list .product-grid-4 .product-item-container .right-block .addToCart {
    padding: 0 5px;
}

    .products-list .product-grid-4 .product-item-container .right-block .addToCart.btn-callfor {
        padding: 0 5px !important;
    }

.products-list .product-grid-6 .product-item-container {
    padding: 0px;
}


.products-list .product-list .box-label {
    left: 5px;
}

.products-list .product-list .product-item-container {
    border: 1px solid #e5e5e5;
    margin-bottom: 3px;
}

    .products-list .product-list .product-item-container .left-block {
        padding: 0 7px 0 0;
        width: 130px;
        float: left;
        position: relative;
    }

@media (max-width: 767px) {
    .products-list .product-list .product-item-container .left-block {
        width: 40%;
    }
}

.products-list .product-list .product-item-container .left-block .product-image-container {
    text-align: center;
}

.products-list .product-list .product-item-container .left-block .addToCart, .products-list .product-list .product-item-container .left-block .button-group {
    display: none !important;
}

.products-list .product-list .product-item-container .right-block {
    margin-left: 120px;
    padding: 10px 20px 0 0;
    text-align: right;
}

@media (max-width: 767px) {
    .products-list .product-list .product-item-container .right-block {
        margin-left: 40%;
        padding: 10px 10px 10px 0;
    }
}

.products-list .product-list .product-item-container .right-block .button-group {
    display: none;
}

.products-list .product-list .product-item-container .right-block h4 {
    margin-bottom: 5px;
    font-weight: 400;
    text-align: left;
}

    .products-list .product-list .product-item-container .right-block h4 a {
        color: #444;
        text-transform: uppercase;
        font-size: 16px;
    }

        .products-list .product-list .product-item-container .right-block h4 a:hover {
            color: #5F6E86;
        }

.products-list .product-list .product-item-container .right-block .price {
    display: inline-block;
    margin: 8px 0 8px 0;
}

.products-list .product-list .product-item-container .right-block .description {
    margin-bottom: 10px;
}

    .products-list .product-list .product-item-container .right-block .description button i {
        display: none;
    }

.products-list .product-grid .product-item-container .right-block .description input {
    background-color: white;
    border: solid 1px;
    padding: 4px 5px 4px 10px;
    width: 60px;
    font-size: 16px;
    vertical-align: top;
}

.products-list .product-grid .product-item-container .right-block .description button {
    width:100%;
}

    .products-list .product-grid .product-item-container .right-block .description button span {
        display: none;
    }

    .products-list .product-grid .product-item-container .right-block .description button i {
        font-size: 28px;
    }


.products-list .product-list .product-item-container .right-block .description button {
    vertical-align: top;
    padding: 10px 20px;
}

.products-list .product-list .product-item-container .right-block .description input {
    background-color: white;
    border: solid 1px;
    padding: 6px 6px 6px 10px;
    width: 70px;
    font-size: 18px;
    vertical-align: top;
}

.product-listing {
    padding: 0;
}
    
#close-sidebar {
    display: none;
}

    /*============ QUICKVIEW ==============*/

    @keyframes spinner {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /*===============================================
 [SASS DIRECTORY ]
 [1] CONTENT PRODUCT OTHER
 [2] PRODUCT INFO
 [3] PRODUCT TABS 
 [3] RELATED PRODUCT 
 ==============================================*/
    .tab-content > .active {
        opacity: 1;
    }

    /*============CONTENT PRODUCT OTHER ==================*/
    .zoomContainer {
        z-index: 450;
    }

    .lightSlider {
        padding: 0;
    }

    .product_page_price {
        margin-top: 10px;
        margin: 10px 0;
        line-height: 24px;
        min-height: 24px;
        color: #282828;
        font-size: 18px;
        font-weight: 500;
    }

        .product_page_price .price-new {
            font-size: 28px;
        }

        .product_page_price .price-old {
            vertical-align: top;
        }

        .product_page_price .price-tax {
            margin-bottom: 10px;
            color: #495057;
            font-size: 12px;
            font-weight: normal;
        }

        .product_page_price .discount {
            font-size: 16px;
            font-weight: 400;
            color: #F90606;
            text-align: left;
            line-height: 26px;
        }

    .product-detail a.thumbnail.active, .product-detail a.thumbnail:focus, .product-detail a.thumbnail:hover {
        border-color: #5F6E86;
    }

    .product-detail .so-extraslider {
        margin: 0;
    }


    /*============PRODUCT INFO ==================*/
    .product-view {
        margin-bottom: 30px;
    }

        .product-view .content-product-mainbody {
            margin-top: 40px;
        }

        .product-view .content-product-left .large-image {
            cursor: pointer;
            display: block;
            overflow: hidden;
            position: relative;
            border: 1px solid #eaeaea;
            padding: 0px;
            text-align: center;
        }

        .product-view .content-product-left .full_slider {
            margin: 0;
            margin-top: 10px;
        }

            .product-view .content-product-left .full_slider .image-additional {
                padding: 0;
                float: left;
                margin-bottom: 10px;
                width: 100%;
            }

            .product-view .content-product-left .full_slider .thumbnail {
                border-color: #eaeaea;
                padding: 0;
                border-radius: 0;
                margin-bottom: 0;
            }

                .product-view .content-product-left .full_slider .thumbnail.active {
                    border-color: #666;
                }

            .product-view .content-product-left .full_slider:hover .owl2-controls {
                opacity: 1;
            }

            .product-view .content-product-left .full_slider .owl2-controls {
                opacity: 0;
                transition: 0.3 all ease-in-out;
            }

                .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next {
                    background-color: #999;
                    border: none;
                    border-radius: 0px;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    float: left;
                    text-indent: -9999px;
                    overflow: hidden;
                    cursor: pointer;
                    opacity: 1;
                    position: absolute;
                    top: 50%;
                    z-index: 99;
                }

                    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:before {
                        color: #fff;
                        font-family: 'FontAwesome';
                        display: block;
                        text-indent: 0 !important;
                        width: 100%;
                        height: 100%;
                        font-size: 36px;
                    }

                    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-next, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-next {
                        right: 0;
                    }

                        .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
                            content: "\f105";
                        }

                    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-prev {
                        left: 0;
                    }

                        .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
                            content: "\f104";
                        }

                    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:hover, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:hover {
                        background-color: #5F6E86;
                    }

                        .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:hover:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:hover:before {
                            color: #fff;
                        }

                .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next {
                    margin-top: -20px;
                }

                    .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-prev:before, .product-view .content-product-left .full_slider .owl2-controls .owl2-nav .owl2-next:before {
                        font-size: 16px;
                    }

    @media (min-width: 1200px) {
        .product-view div.col-gallery-slider .product-box-desc {
            position: absolute;
            width: 45% !important;
            right: 0;
            transform: translateY(-100%);
        }

        .product-view div.col-gallery-slider .short_description {
            position: absolute;
            width: 45%;
            right: 0;
        }
    }

    .product-view .content-product-right {
        overflow: hidden;
    }

        .product-view .content-product-right .title-product h1 {
            font-size: 18px;
            text-transform: uppercase;
            color: #222;
            font-weight: 800;
        }

        .product-view .content-product-right .product-box-desc {
            float: left;
            width: 100%;
            margin-bottom: 20px;
            position: relative;
        }

        .product-view .content-product-right .product-box-desc div {
            padding:10px 0;
            font-weight:bold;
            color:black;
        }

        .product-view .content-product-right .product-label {
            line-height: 24px;
            margin-top: 15px;
            float: left;
            width: 100%;
        }

            .product-view .content-product-right .product-label .price {
                float: left;
                margin-top: 0;
                margin-bottom: 0;
            }

        .product-view .content-product-right .short_description {
            display: block;
            padding-top: 20px;
            clear: both;
        }

            .product-view .content-product-right .short_description h3 {
                margin-bottom: 5px;
            }

            .product-view .content-product-right .short_description ol {
                padding: 0;
            }

        .product-view .content-product-right h3 {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .product-view .content-product-right .box-info-product {
            float: left;
            width: 100%;
            margin: 0;
        }

            .quantity {
                margin-bottom: 25px;
            }

                .quantity .control-label {
                    min-width: 120px;
                }

.quantity-control {
    position: relative;
    border: none;
}

    .quantity-control input.form-control {
        float: left;
        width: 80px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        font-size: 16px;
        background-color: #fff;
        border: 1px solid #d6d6d6;
        border-radius: 17px !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .quantity-control span {
        width: 33px;
        height: 32px;
        color: #999;
        float: left;
        line-height: 32px;
        padding: 0;
        background-color: white;
        border-radius: 17px;
        border: 1px solid #ccc;
        text-align:center;
    }

        .quantity-control span:hover {
            color: #0083df;
            cursor: pointer;
        }

            .product-view .content-product-right .box-info-product .cart {
                margin: 0 0 10px;
            }

                .product-view .content-product-right .box-info-product .cart .btn.btn-checkout {
                    margin: 0 15px;
                    background-color: #b1cc0e;
                }

    #product {
        margin-top: 20px;
    }

        #product div.required .control-label:before {
            content: '* ';
            color: #f00;
            font-weight: bold;
        }

        #product .image_option_type .product-options {
            display: inline-block;
        }

        #product .control-label {
            font-weight: 400;
            margin-bottom: 5px;
        }

        #product .product-options .img-thumbnail {
            width: 22px;
            height: 22px;
            border-radius: 0;
            padding: 1px;
        }

        #product .option_image label {
            padding: 0;
        }

        #product .option_image input {
            visibility: hidden;
        }

        #product .option_image .option-name {
            padding: 0 5px;
        }

        #product .icheckbox.checked:before, #product .iradio.checked:before {
            background-color: #5F6E86;
            border-color: #5F6E86;
        }

    .thumb-vertical-outer {
        width: 90px;
        position: relative;
        float: left;
        margin-right: 15px;
    }

        .thumb-vertical-outer .thumbnail {
            border-color: #f7f7f7;
            padding: 0;
            border-radius: 0;
            margin-bottom: 5px;
        }

            .thumb-vertical-outer .thumbnail.active {
                border-color: #5F6E86;
            }

    /*============RELATED PRODUCT==================*/
    .related-horizontal h3.modtitle {
        border-bottom: 1px solid #eaeaea;
        display: inline-block;
        width: 100%;
        position: relative;
        margin-top: 0 !important;
    }

        .related-horizontal h3.modtitle span {
            font-size: 18px;
            color: #222;
            font-weight: 700;
            float: left;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

    .related-horizontal .related-products {
        position: static;
        padding-bottom: 40px;
    }

    .related-horizontal .modtitle {
        margin-bottom: 20px;
    }

    .related-horizontal .related-products-slider {
        position: relative;
        z-index: 2;
    }
    /*==== related vertical ===*/

    .product-view .social-share {
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

        .product-view .social-share .title-share {
            float: left;
            font-size: 14px;
            color: #222;
            text-transform: uppercase;
            font-weight: 700;
            margin-top: 3px;
            margin-right: 10px;
        }

        .product-view .social-share .wrap-content {
            float: left;
        }

            .product-view .social-share .wrap-content a {
                margin-left: 5px;
            }

    .content-product-bottom {
        position: relative;
        display: inline-block;
        width: 100%;
    }

        .content-product-bottom .nav-tabs {
            border-bottom: 2px solid #ebebeb;
            position: relative;
            display: inline-block;
            width: 100%;
        }

            .content-product-bottom .nav-tabs:after {
                position: absolute;
                content: "";
                bottom: -2px;
                left: 0;
                width: 110px;
                background-color: #222;
                height: 2px;
            }

            .content-product-bottom .nav-tabs li {
                margin-bottom: 0;
                margin-right: 50px;
                position: relative;
            }

                .content-product-bottom .nav-tabs li:last-child:after {
                    display: none;
                }

                .content-product-bottom .nav-tabs li:after {
                    position: absolute;
                    content: "";
                    top: 13px;
                    right: -25px;
                    width: 1px;
                    background-color: #999;
                    height: 15px;
                }

                .content-product-bottom .nav-tabs li a {
                    border: none;
                    font-size: 20px;
                    color: #666;
                    font-weight: 500;
                    padding: 5px 0;
                }

                    .content-product-bottom .nav-tabs li a:hover, .content-product-bottom .nav-tabs li a:focus {
                        border: none;
                        color: #222;
                        background-color: transparent;
                    }

                .content-product-bottom .nav-tabs li.active > a {
                    background-color: transparent;
                    border: none;
                    color: #222;
                }

        .content-product-bottom .tab-content {
            border: none;
            padding: 0;
        }

            .content-product-bottom .tab-content .active.tab-pane {
                height: auto;
                display: block;
                overflow: hidden;
            }

        .content-product-bottom .owl2-controls .owl2-nav {
            position: static;
        }

            .content-product-bottom .owl2-controls .owl2-nav .slick-arrow, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-next {
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 50%;
                width: 34px;
                height: 34px;
                line-height: 30px;
                text-align: center;
                float: left;
                text-indent: -9999px;
                overflow: hidden;
                cursor: pointer;
                opacity: 1;
                z-index: 99;
                font-size: 24px;
                position: absolute;
                top: 50%;
                margin-top: -17px;
                transition: all 0.2s ease-in-out 0s;
                font-weight: 400;
            }

                .content-product-bottom .owl2-controls .owl2-nav .slick-arrow:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-next:before {
                    color: #282828;
                    font-family: 'FontAwesome';
                    display: block;
                    text-indent: 0 !important;
                    width: 100%;
                    height: 100%;
                    font-size: 24px;
                }

                .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.slick-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.slick-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.slick-next, .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.owl2-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.owl2-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.owl2-next {
                    right: -17px;
                    left: auto;
                }

    @media (max-width: 767px) {
        .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.slick-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.slick-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.slick-next, .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.owl2-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.owl2-next, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.owl2-next {
            right: 5px !important;
        }
    }

    .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.slick-next:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.slick-next:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.slick-next:before, .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.owl2-next:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.owl2-next:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.owl2-next:before {
        content: "\f105";
    }

    .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.slick-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.slick-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.slick-prev, .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.owl2-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.owl2-prev {
        left: -17px;
        right: auto;
    }

    @media (max-width: 767px) {
        .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.slick-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.slick-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.slick-prev, .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.owl2-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.owl2-prev {
            left: 5px !important;
        }
    }

    .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.slick-prev:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.slick-prev:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.slick-prev:before, .content-product-bottom .owl2-controls .owl2-nav .slick-arrow.owl2-prev:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev.owl2-prev:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-next.owl2-prev:before {
        content: "\f104";
    }

    .content-product-bottom .owl2-controls .owl2-nav .slick-arrow:hover, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev:hover, .content-product-bottom .owl2-controls .owl2-nav .owl2-next:hover {
        border-color: #5F6E86;
        background-color: #5F6E86;
    }

        .content-product-bottom .owl2-controls .owl2-nav .slick-arrow:hover:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-prev:hover:before, .content-product-bottom .owl2-controls .owl2-nav .owl2-next:hover:before {
            color: #fff;
        }
    /*==========tab ==========*/
    .content-product-bottom .tab-content {
        margin-bottom: 0;
    }

        .content-product-bottom .tab-content .products-list .product-layout {
            width: 100%;
        }

        .content-product-bottom .tab-content .tab-pane {
            display: block;
            height: 0;
            overflow: hidden;
            margin: 0 -20px;
        }

            .content-product-bottom .tab-content .tab-pane.active {
                height: auto !important;
                margin-top: 0px;
                padding: 20px;
            }

            .content-product-bottom .tab-content .tab-pane .products-list .product-layout .product-item-container {
                margin-bottom: 0;
            }

        .content-product-bottom .tab-content .owl2-carousel .owl2-stage-outer {
            overflow: visible;
        }

        .content-product-bottom .tab-content .owl2-item.active {
            height: auto;
            display: block;
        }

    #sosearchpro .dropdown-menu .media-body .box-price span {
        float: left;
        padding: 0 10px 0 0px;
    }

    #sosearchpro .dropdown-menu .media:hover {
        background-color: transparent;
    }

    header .dropdown-menu > li .btn-block img {
        position: relative;
        top: -2px;
    }

    header #sosearchpro .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .shopping_cart .btn-view-cart:hover {
        color: #fff;
    }

    header #sosearchpro .dropdown-menu {
        border-radius: 0;
    }

    /*============ HEADER  ==================*/
    @media (max-width: 991px) {
        .responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
            right: 0;
            left: auto;
        }

        .responsive ul.megamenu > li.active .close-menu {
            right: 0;
            left: auto;
        }
    }

.btn-shopping-cart {
    cursor: pointer;
}

.btn-shopping-cart .dropdown-menu {
    min-width: 320px;
}

        .btn-shopping-cart .dropdown-menu .cart_product_name {
            color: #495057;
        }

            .btn-shopping-cart .dropdown-menu .cart_product_name:hover {
                color: #5F6E86;
            }

        .btn-shopping-cart .dropdown-menu .empty {
            padding: 15px;
            margin: 0;
        }

    .btn-shopping-cart .table > tbody > tr > td {
        border: none;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
    }

    .btn-shopping-cart .checkout {
        padding: 0 20px 10px;
    }

    .btn-shopping-cart .added_items {
        padding: 10px;
    }

    .megamenu-style-dev {
        position: relative;
    }

        .megamenu-style-dev .vertical ul.megamenu {
            position: absolute;
            width: 100%;
            background: #232323;
            z-index: 99;
        }

            .megamenu-style-dev .vertical ul.megamenu > li > a {
                font-size: 11px;
            }

        .megamenu-style-dev .vertical .vertical ul.megamenu > li {
            margin: 0;
            border-right: 0;
            background: #222;
        }

            .megamenu-style-dev .vertical .vertical ul.megamenu > li strong i {
                display: none;
            }

            .megamenu-style-dev .vertical .vertical ul.megamenu > li > a {
                padding-left: 15px;
                padding-right: 12px;
                color: #fff;
            }

                .megamenu-style-dev .vertical .vertical ul.megamenu > li > a:hover {
                    color: #fff;
                }

            .megamenu-style-dev .vertical .vertical ul.megamenu > li:hover {
                background-color: #444;
            }

                .megamenu-style-dev .vertical .vertical ul.megamenu > li:hover > a {
                    color: #fff;
                }

            .megamenu-style-dev .vertical .vertical ul.megamenu > li.active > a {
                background: transparent !important;
            }


    /*======================================================*/


    .common-home .typeheader-10 .container-megamenu.horizontal ul.megamenu > li.home > a {
        background-color: transparent;
        color: #5F6E86;
    }

    footer #collapse-footer {
        display: block;
    }

    .footer-container {
        clear: both;
    }

    footer .so-page-builder .container {
        padding: 0 15px;
    }


    footer a:hover {
        color: #5F6E86;
    }

    .sohomepage-slider .so-homeslider {
        border: none;
        z-index: 0;
    }

    .container-fluid .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .common-home a:hover {
        color: #5F6E86;
    }

    #main-content, #content {
        margin-bottom: 30px;
    }

    @media (min-width: 1700px) {
        #content .so-page-builder .container {
            padding: 0;
        }

        .wrapper-full .container {
            width: 1400px;
        }

            .wrapper-full .container.container-main {
                width: 1430px;
            }

        .container-main {
            padding: 40px 0 0 0 !important;
        }

        .content-aside {
            width: 320px;
        }

        .fluid-sidebar {
            width: calc(100% - 320px);
        }
    }

    @media (min-width: 1365px) and (max-width: 1699px) {
        #content .so-page-builder .container {
            padding: 0;
        }

        .wrapper-full .container {
            width: 1320px;
        }

            .wrapper-full .container.container-main {
                width: 1320px;
            }
    }

    .content-top {
        margin: 0;
    }

        .content-top .col-slideshow {
            padding: 0;
            width: 100%;
            float: left;
        }

    /*====================== mod title ========================*/
    .layout-10.common-home #content .label-sale {
        width: 40px;
        min-width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        left: 15px;
        right: auto;
        top: 15px;
        padding: 0;
        display: inline-block;
        position: absolute;
        width: auto;
        text-align: center;
        background-color: #252525;
        border-radius: 100%;
    }

        .layout-10.common-home #content .label-sale:before {
            display: none;
        }

    .layout-10.common-home #content .label-sale {
        right: 15px;
        left: auto;
        background-color: #f3283c;
    }

    .layout-10.common-home #content .module h3.modtitle {
        margin-bottom: 15px;
        padding-bottom: 10px;
        padding-top: 30px;
        clear: both;
    }

        .layout-10.common-home #content .module h3.modtitle span {
            font-size: 24px;
            color: #282828;
            font-weight: 700;
            position: relative;
            padding: 0 0 0 8px;
            display: inline-block;
        }

    .layout-10.common-home #content .module .form-group {
        text-align: center;
        font-style: italic;
        color: #878787;
    }


    .sohomepage-slider .so-homeslider .owl2-nav div::before, .sohomepage-slider .so-homeslider .owl2-nav div:hover:before {
        background-color: transparent !important;
    }

    #content .sohomepage-slider {
        margin: 0;
        text-align: left;
    }

        #content .sohomepage-slider .form-group {
            margin-bottom: 0;
        }

        #content .sohomepage-slider .so-homeslider {
            border: none;
            display: block;
        }

            #content .sohomepage-slider .so-homeslider img.lazyloaded {
                width: 100%;
            }

        #content .sohomepage-slider .owl2-controls {
            height: 0;
        }

            #content .sohomepage-slider .owl2-controls .owl2-nav {
                position: absolute;
                bottom: 40px;
                right: 120px;
            }

                #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next, #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
                    font-size: 0px;
                    z-index: 99;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                    border-radius: 0;
                    text-indent: -999em;
                    display: block;
                    background-color: #fff;
                    border: none;
                    box-shadow: none;
                    position: static;
                    display: inline-flex;
                    margin-left: 2px;
                }

                    #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:after, #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:after {
                        display: none;
                    }

                    #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before, #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
                        font-size: 30px;
                        color: #5F6E86;
                        font-family: 'FontAwesome';
                        display: block;
                        text-indent: 0 !important;
                        width: 60px;
                        height: 60px;
                        line-height: 58px;
                        text-align: center;
                        opacity: 1;
                        position: static;
                    }

                    #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover, #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover {
                        background-color: #5F6E86;
                    }

                        #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover:before, #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover:before {
                            color: #fff;
                        }

                #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next {
                    right: 15px;
                    left: auto;
                }

                    #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-next:before {
                        content: "\f105";
                        content: "\f105";
                    }

                #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev {
                    left: 15px;
                    right: auto;
                }

                    #content .sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:before {
                        content: "\f104";
                        content: "\f104";
                    }

            #content .sohomepage-slider .owl2-controls .owl2-dots {
                position: static;
                left: auto;
                right: auto;
                width: 100%;
                display: inline-block;
                text-align: center;
                position: relative;
                top: -40px;
                z-index: 10;
            }

                #content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot {
                    background-color: transparent;
                    border: 2px solid #fff;
                    margin: 0 5px;
                    width: 13px;
                    height: 13px;
                    padding: 0;
                    transition: all 0.3s ease 0s;
                    border-radius: 100%;
                    float: none;
                    display: inline-block;
                }

                    #content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot span {
                        background-color: transparent;
                        display: block;
                        width: 100%;
                        height: 100%;
                        border-radius: 100%;
                        -webkit-border-radius: 100%;
                        margin: 0;
                    }

                    #content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover, #content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active {
                        border-color: #5F6E86;
                    }

                        #content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot:hover span, #content .sohomepage-slider .owl2-controls .owl2-dots .owl2-dot.active span {
                            box-shadow: none;
                            -webkit-box-shadow: none;
                            background: rgba(0, 0, 0, 0.3);
                        }

        #content .sohomepage-slider:hover .owl2-controls .owl2-nav .owl2-next, #content .sohomepage-slider:hover .owl2-controls .owl2-nav .owl2-prev {
            visibility: visible;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -o-opacity: 1;
            opacity: 1;
            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);
        }

    .common-home .banners img {
        width: 100%;
    }

    .so-categories {
        position: relative;
        overflow: visible;
    }

        .so-categories .form-group {
            margin-bottom: 0;
        }

        .so-categories .modcontent {
            margin: 0;
            margin-top: 20px;
        }

    .menu-vertical {
        float: left;
        clear: left;
    }

    .navbar-header {
        float: left;
        margin: 0 5px;
    }

    .navbar-toggle {
        margin: 0;
        width: 30px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        border: none;
        background-color: transparent !important;
    }

        .navbar-toggle:hover {
            color: #fff;
        }

        .navbar-toggle i {
            font-size: 14px;
        }


        .navbar-toggle .icon-bar {
            background: #FFFFFF;
            width: 100%;
            height: 2px;
            border-radius: 0;
        }

    @media (min-width:768px) {

        .navbar-toggle {
            display: none
        }

        .typeheader-10 .middle-left {
            width: 250px;
            margin-top: -4px;
        }
    }

    @media (max-width:768px) {

        #sosearchpro .media-body {
            line-height: 24px;
        }

        /*my custom*/

        .socials-footer-section p {
            font-size: 9px !important;
            margin: 0;
        }

        .socials-footer-section li {
            width: 50px !important;
        }

        .typefooter-10 .module .modtitle {
            font-size: 10px !important;
        }

        .socials-footer-section li a {
            line-height: 20px !important;
        }

        .payments-section-wrap {
            padding: 0;
        }

        .copyright {
            padding: 0 !important;
        }

            .copyright p {
                font-size: 10px !important;
                margin-bottom: 0 !important;
                margin-top: 5px !important;
                line-height: 14px !important;
            }
    }

    .antiBotWrapper {
        margin-top: 0px;
        text-align: left;
    }

    .antiBotQuestion {
        color: #28272d;
        font-size: 16px;
        font-weight: 500;
        padding: 0 0 0 10px;
        display: inline-block;
    }

    .antiBotAnswer {
        width: 65px;
        padding: 10px 4px 4px 4px;
        border: none;
        font-size: 22px !important;
        display: inline-block;
        vertical-align: bottom;
    }

    .container .container {
        width: auto !important;
    }

    #label-results-count {
        padding-left: 0;
        line-height: 16px;
    }

    .transaction-details-title {
        margin-top: 50px;
    }

    .transaction-details {
        width: 100%;
    }

        .transaction-details td {
            width: 50%;
            padding: 2px 5px;
        }

            .transaction-details td:nth-child(2n+1) {
                text-align: right;
                font-weight: bold;
            }

            .transaction-details td:nth-child(2n+2) {
                text-align: left;
            }

    .info-items {
        padding-left: 10px;
        padding-top: 8px;
    }

        .info-items .info-item p {
            padding-left: 14px;
        }

    .orderConfirmationTable {
        font-size: 14px;
        color: #333;
        border-width: 0px;
        border-color: #e0e0e0;
        border-collapse: collapse;
        width: 100%;
        margin: 0 auto
    }

        .orderConfirmationTable tr {
            background-color: #fff;
        }

        .orderConfirmationTable th {
            font-size: 13px;
            background-color: #e0211c;
            border-width: 0px;
            padding: 8px;
            border-style: solid;
            border-color: #729ea5;
            text-align: center;
            color: white;
            line-height: 12px;
            font-weight: 400
        }

    .orderConfirmationTableWhite {
        font-size: 14px;
        border-width: 0px;
        padding: 8px;
        border-style: solid;
        border-color: #ffffff
    }

    .orderConfirmationTableLightGray {
        font-size: 14px;
        border-width: 0px;
        padding: 8px;
        border-style: solid;
        border-color: #ffffff;
        background: #e8e8e8
    }

    .orderConfirmationTableMediumGray {
        font-size: 14px;
        background-color: #656565;
        padding: 8px;
        text-align: right;
        color: white;
        font-weight: 400;
        line-height: 12px;
        border: none
    }

    .orderConfirmationTableDarkGray {
        font-weight: 600;
        font-size: 14px;
        color: white;
        background-color: #323232;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #ffffff;
        text-align: right;
    }

    .orderConfirmationItemSubtotal {
        font-weight: 600;
        border: none;
        font-size: 13px;
        padding: 8px;
        text-align: right;
        border-bottom: 1px solid #bdbdbd;
    }

    .orderConfirmationItemNumeric {
        border: none;
        font-size: 13px;
        padding: 8px;
        text-align: center;
        border-bottom: 1px solid #bdbdbd
    }

    .orderConfirmationItemName {
        border: none;
        font-size: 13px;
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #bdbdbd;
    }

        .orderConfirmationItemName a {
            text-decoration: none;
        }

    .orderConfirmationItemImage {
        border: none;
        padding: 8px;
        text-align: center;
        border-bottom: 1px solid #bdbdbd;
    }

        .orderConfirmationItemImage img {
            width: 120px;
        }

.tiktok img, .instagram img {
    height: 30px;
    width: 30px;
    max-width: 30px;
}

    .complaintRecord, .internalComplaintInfo {
        display: flex;
        flex-direction: row;
    }

        .complaintRecord fieldset, .internalComplaintInfo fieldset {
            border: 1px solid gray;
            padding: 8px;
            margin: 4px;
            border-radius: 5px;
        }

            .complaintRecord fieldset input, .internalComplaintInfo fieldset input {
                background-color: white;
                border: solid 1px lightgray;
                width: 100%;
            }

        .complaintRecord button[name='remove'] {
            height: 40px;
            text-align: center;
            padding: 6px;
            margin-top: 4px;
        }

            .complaintRecord button[name='remove'] i {
                font-size: 22px !important;
                line-height: 26px !important;
            }

        .complaintRecord .fixed-value {
            width: 100%;
            font-size: 42px;
            font-weight: 500;
            line-height: 42px;
            text-align: center;
        }

    .complaints-success {
        text-align: center;
        border: 1px solid gray;
        border-radius: 5px;
        padding: 40px 20px;
        margin: 15px 15px 160px 15px;
    }

        .complaints-success p {
            font-size: 28px;
            color: #5F6E86;
            font-weight: 500;
        }

        .complaints-success span {
            font-size: 16px;
            color: #5F6E86;
            font-weight: bold;
        }

    input.nosubmit {
        width: 100%;
        border: 1px solid #555;
        display: block;
        color:black;
        padding: 6px 4px 6px 40px;
        background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
        background-color:white;
        border-radius:5px;
    }

.blog-post {
    display: flex;
    padding: 20px;
    background-color: white;
    color: black;
    border-radius: 6px;
    box-shadow: -3px 5px 10px -2px rgba(0,0,0,0.18);
    -webkit-box-shadow: -3px 5px 10px -2px rgba(0,0,0,0.18);
    -moz-box-shadow: -3px 5px 10px -2px rgba(0,0,0,0.18);
    margin: 0 0 15px 0;
}

.blog-image {
    margin: 0 20px 20px 20px;
}

    .blog-image img {
        border-radius: 10px;
        width: 100px;
        max-width: unset !important;
    }

.blog-content {
    flex-grow: 1;
}

.blog-quick-title {
    font-weight: bold;
    color: black !important;
}

    .blog-quick-content {
        margin-bottom:5px;
        font-size:13px;
        line-height:21px;
    }

.blog-side-post {
    padding: 20px;
    background-color: white;
    color: black;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: -3px 5px 10px -2px rgba(0,0,0,0.18);
    -webkit-box-shadow: -3px 5px 10px -2px rgba(0,0,0,0.18);
    -moz-box-shadow: -3px 5px 10px -2px rgba(0,0,0,0.18);
    margin: 0 0 15px 0;
}

.blog-index-page-title, .blog-details-title {
    color: black;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e4e6;
    margin-bottom: 30px;
}

.blog-details-image img {
    border-radius: 10px;
    width: 100%;
    max-width: unset !important;
}

.blog-details-content {
    margin-top:30px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
}

.contact-address-top {
    padding:0 20px;
    background-color:white;
    font-size:16px;
    margin-top:40px;
    color:black;
}

    .contact-address-top div {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contact-address-top i {
        margin-right: 10px;
        color: var(--primary);
        font-size: 16px;
    }

    .contact-address-top p {
        display:inline;
        font-size: 12px;
    }

.contact-brands {
    margin-top: 40px;
    width: 100%;
}

.contact-brands-row {
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    width: 100%;
}

    .contact-brands-row div {
        padding:10px;
        width:20%;
    }

    .contact-brands-row img {
        border: 1px solid var(--primary);
        border-radius: 8px;
        width: 100%;
    }

.contact-address-bottom {
}

.contact-address-bottom div {
    padding:10px 5px;
}

    .contact-address-bottom i {
        margin-right: 10px;
        color: var(--primary);
        font-size: 18px;
    }

    .contact-address-bottom .form-group {
        padding: 0 20px 0 0;
        margin: 0;
    }

    .contact-address-bottom button {
        width: 100%;
        padding: 0 20px 0 0;
    }

.adult-modal {
    margin-left:auto;
    margin-right:auto;
    margin-top:200px;
    background-color:white;
    width:550px;
    height:fit-content;
    padding:0;
    border-radius:5px;
    border:solid 1px #ccc;
}

    .adult-modal img {
        width: 200px;
    }

.adult-logo {
    text-align:center;
}


    .adult-modal h2{
        text-align:center;
        margin-top:30px;
        margin-bottom:30px;
        font-weight:600;
        font-size:16px;
    }

.adult-modal h5 {
    text-align: center;
    margin-bottom: 20px;
    font-size:11px;
    font-weight:300;
}

    .adult-modal-body {
        padding: 40px 40px 30px 40px;
        width: 100%;
    }

.adult-modal-footer {
    background-color: #e5e5e5;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    color: black;
}

.adult-backdrop {
    opacity:0.6 !important;
}

.slider-container {

}

#cart-sidebar {
    width: 400px;
    position: fixed;
    right: 0;
    top: 88px;
    background-color: #f3f4f8;
    padding: 20px;
    border-right: solid 1px #c2c3c5;
    box-shadow: -23px 0px 18px 0px rgba(0,0,0,0.1);
    z-index:1000;
}

    #cart-sidebar .cart-close {
        position: absolute;
        top: 20px;
        right: 19px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        border: 1px solid white;
        background-color: white;
        box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.41);
        -webkit-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.41);
        -moz-box-shadow: -1px 0px 10px 1px rgba(0,0,0,0.41);
        padding: 8px;
        border-radius: 15px;
    }

    #cart-sidebar .cart-item {
        margin: 20px 0;
        background-color: white;
        border:none;
        border-radius:4px;
        padding: 10px 15px 10px 0;
    }

    #cart-sidebar .cart-item .row {
        position:relative;
    }

    #cart-sidebar .cart-item .ci-label {
        padding:10px 0;
    }

        #cart-sidebar .cart-item .ci-label a {
            color:black;
        }

        #cart-sidebar .cart-item .quantity {
            margin-bottom:0 !important;
        }

    #cart-sidebar .quantity-control span {
        font-size:12px;
        width:24px;
        height:24px;
        line-height:24px;
    }

    #cart-sidebar .cart-item .quantity-control input.form-control {
        font-size: 12px;
        line-height: 24px;
        height:24px;
        width:60px;
    }

            #cart-sidebar h4 {
                font-weight: 400;
            }

    #cart-sidebar h4 span {
        color:gray;
    }

    #cart-sidebar .cart-remove-item {
        position: absolute;
        top: 2px;
        right: 20px;
        width: 14px;
        height: 14px;
        cursor: pointer;
        z-index: 10000;
    }

    #cart-sidebar a img {
        width:100%;
    }

.sidebar-cart-price {
    color: #f13737;
    font-size: 14px;
    font-weight: 500;
}

.npr {
    padding-right:0;
}

.npl {
    padding-left:0;
}

.sdbc-items {
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
}

.sdbc-total {
    color: #f13737;
    font-size: 14px;
    font-weight: 500;
    padding:15px 0;
}

    .sdbc-total .price-new {
        font-size: 14px;
        color: #f13737;
    }

    .sdbc-footer {
        height: 100px;
    }

.product-description {
    color: #999999;
    font-size: 12px;
    margin-bottom: 20px;
}

.desc-spacer {
    height: 10px;
    padding: 0;
}

.product-description .pd-section {
    background: rgb(189,96,4);
    background: linear-gradient(47deg, #292929 0%, #8a8a8a 100%);
    color: white;
}

.product-description table {
    width: 100%;
}

.product-description .pd-section td {
    padding: 5px 10px;
    line-height:26px;
}

.producttab .tabsslider.horizontal-tabs .tab-content {
    padding: 0;
    display: block;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    border: none;
}

.product-description .pd-item td:first-child {
    font-weight: 500;
}

.product-description .pd-item td {
    padding: 5px 5px 5px 15px;
    font-size: 13px;
}

.cart-header {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

    .cart-header img {
        width: 330px;
    }

.cart-content {
    width:100%;
    display:flex;
}

.cart-details {
    background-color: white;
    width: 400px;
    padding:40px 20px;
}

.cart-details table {
    width:100%;
}

    .cart-details table td {
        color:black;
        padding:10px;
    }

    .cart-details table tr td:first-child {
        text-align:left;
    }

    .cart-details table tr td:last-child {
        text-align: right;
    }

#tableCart {
    flex-grow: 1;
    margin-right:30px;
}

#tableCart td {
    padding-bottom:15px;
}

    #tableCart td img {
        border-radius: 5px;
        box-shadow: 0px 0px 4px 0px rgba(26,26,26,0.1);
        -webkit-box-shadow: 0px 0px 4px 0px rgba(26,26,26,0.1);
        -moz-box-shadow: 0px 0px 4px 0px rgba(26,26,26,0.1);
    }

.circle-button {
    width: 33px;
    height: 32px;
    color: #999;
    line-height: 32px;
    padding: 0;
    background-color: white;
    border-radius: 17px;
    border: 1px solid #ccc;
    text-align: center;
    cursor:pointer;
}

.cart-name-cell {
    color: black;
    font-weight:bold;
    padding-right:10px;
    padding-left:10px;
    vertical-align:central;
    text-align:left;
}

.cart-price-cell {
    text-align: right;
    color: #f13737;
    font-weight:bold;
}

.cart-name-cell a {
    color: black;
    font-weight: bold;
}

.cart-remove-cell{
    text-align:right;
}

.mt-30 {
    margin-top:30px;
}

.w-100p {
    width:100%;
}

#modalStores .fa-close {
    position:absolute;
    top:8px;
    right:8px;
    cursor:pointer;
    font-size:22px;
}

.cities-container{
    overflow-x:hidden;
    overflow-y:scroll;
    height:600px;
}

.store-city {
    padding: 6px 0;
}

    .store-city h3 {
        cursor: pointer;
        font-size:14px;
        margin:0 0 6px 0;
    }

        .store-city h3 i {
            margin: 0 0 0 10px;
        }

    .store-location {
        border-top: 1px solid #c2c2c2;
        padding: 10px 5px;
    }

        .store-location p {
            margin: 0;
            font-size: 13px;
        }

        .store-location img {
            padding-right: 8px;
            color: #0081b1;
            width: 32px;
            height: 32px;
        }

        .store-location span {
            height: 16px;
            color: #0589fd;
            font-size:13px;
        }

.searchStoresPanel {
    width:100%;

}

.store-wrapper {
    display: none;
}

.searchStoresPanel input {
    width: 100%;
    margin-bottom: 20px;
    padding:6px 15px;
}

.hide-imp {
    display:none !important;
}

.mobile-footer {
    display: none;
    text-align:center;
    color:white;
}

    .mobile-footer .footer-pages {
        color:white;
        font-size:14px;
        padding-top:20px;
        padding-bottom:20px;
    }
        .mobile-footer .footer-pages li {
            padding:10px 0;
            text-transform:uppercase;
        }

        .mobile-footer .footer-pages a {
            color: white;
            font-size:16px;
        }

.typefooter-10 {
    padding-top: 0px;
    background-color: #000000;
}

    .typefooter-10 .module .modtitle {
        font-size: 13px;
        color: white;
        font-weight: 500;
        position: relative;
        margin-bottom: 4px;
    }


    .typefooter-10 .so-page-builder .container {
        overflow: visible;
        padding: 0;
    }

    .typefooter-10 .so-page-builder .container-top {
        margin: 0 auto;
        padding: 0;
    }

.socials-footer-section {
    text-align: center;
}

    .socials-footer-section li {
        position: relative;
        margin: 0;
        width: 90px;
        display: inline-block;
    }

        .socials-footer-section li a {
            color: #fff;
            font-size: 18px;
            line-height: 40px;
            text-align: center;
            display: block;
        }

            .socials-footer-section li a:hover {
                opacity: 0.8;
            }

    .socials-footer-section p {
        font-size: 13px;
        margin: 0;
        color: white;
    }


.typefooter-10 .footer-bottom {
    padding: 5px 0;
    background-color: #fff;
}

    .typefooter-10 .footer-bottom .container {
        padding: 0;
    }

    .typefooter-10 .footer-bottom .copyright {
        font-size: 13px;
        color: white;
        padding-top: 3px;
    }

        .typefooter-10 .footer-bottom .copyright a {
            color: #222;
        }

            .typefooter-10 .footer-bottom .copyright a:hover {
                color: #5F6E86;
            }

    .typefooter-10 .footer-bottom .payment-w {
        text-align: right;
    }

.copyright p {
    color: white;
    text-align: right;
    line-height: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.copyright a {
    color: white;
}

.flex-footer {
    display: flex;
    flex-direction: row;
}

.socials-footer-section {
    padding: 0px;
    flex-grow: 1;
}

.socials-footer-section-desktop {
    clear: both;
    float: right;
}

.socials-footer-section-desktop li {
    float:right;
}

    .flex-footer {
        display: block;
    }

.copyright-mobile {
    text-align:center;
    color:white;
    font-size:14px;
    padding-bottom:20px;
}

.footer-bottom-layer {
    background-color: #323232;
    padding:20px 10px 5px 10px;
}

.mobile-logo {
    width: 200px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.desktop-logo {
    width: 300px;
    margin-top: 70px;
    margin-bottom: 35px;
}

.contact-mobile {
    color:white;
    text-align:center;
    font-size:12px;
    font-weight:200;
}

.contact-desktop {
    color: white;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
}

.info-footer-section {
    width: 100%;
    padding: 20px 2px;
}

    .info-footer-section-desktop a,.info-footer-section a {
        color: #B8B8B8;
    }

    .info-footer-section .info-item {
        padding: 10px 0;
        display: inline-block;
    }

    .info-footer-section .info-item span {
        display: inline-flex;
        line-height: 30px;
        font-size: 13px;
    }

.vertical-pipe {
    width: 1px;
    color: white;
    display: inline-flex;
    font-weight:200;
    padding-left:10px;
    padding-right:10px;
}

.pages-footer-section .row div {
    padding: 0 8px 20px 8px;
    font-size: 18px;
}

.desktop-short-logo {
    position:absolute;
    right:0;
    top:70px;
    width:460px;
}

.flex-footer .footer-bottom-layer {
    background-color: #323232;
    padding: 30px 10px;
}