body,
html {
    height: 100%;
    width: 100%
}

*,
:after,
:before,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0;
    margin: 0
}

a,
a:focus,
a:hover,
button,
input,
select,
textarea {
    text-decoration: none;
    outline: 0
}

body,
header,
html {
    width: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 100%
}

body {
    font-family: 'Gilroy';
    overflow-x: hidden;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    -webkit-tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
}

p {
    font-size: 15px;
    line-height: 22px;
}

a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

a,
button,
input,
select,
textarea {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: inherit;
}

ul,
ul li {
    list-style: none;
}

::-moz-selection {
    color: #fff;
    background: #f8a21d
}

::selection {
    color: #fff;
    background: #f8a21d
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

picture {
    display: block;
}

.clear:after,
.clear:before {
    content: "";
    display: table
}

.clear:after {
    clear: both
}

.hiddenDesktop {
    display: none;
}

.bg-grey {
    background: #F1F1F1;
}

.section-padding {
    padding: 50px 0;
}

.title {
    font-weight: 800;
    font-size: 28px;
    line-height: 1;
}

.show {
    display: block !important;
}

.form-control, button, .btn {
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
        outline: none;
    }

/* header */
.top-header {
    padding: 20px 0;
}

    .top-header img.brand {
        margin-right: 10px;
        height: 40px;
        width: auto;
    }

    .top-header .user-profile {
        position: relative;
        float: right;
        padding-right: 15px;
    }

        .top-header .user-profile img.profile {
            /* position: absolute; */
            left: 0;
        }

        .top-header .user-profile p {
            font-size: 13px;
            text-transform: uppercase;
            padding-left: 10px;
            text-align: left;
            font-weight: 600;
            line-height: 17px;
            margin: 10px 0 0 5px;
        }

        .top-header .user-profile .btn {
            background: #000;
            color: #FAA51A;
            border-radius: 5px;
            padding: 7px 18px;
            margin: 10px 0 0 15px;
            height: 35px;
            font-size: 13px;
        }

            .top-header .user-profile .btn img {
                margin-left: 5px;
            }

header .navbar {
    padding: 15px 5px;
}

header .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
}

header .search {
    position: absolute;
    right: 0;
}

    header .search input {
        background: #fff;
        border: 1px solid #CBCBCB;
        border-radius: 5px;
        height: 35px;
        padding: 10px 35px 10px 10px;
        min-width: 280px;
    }

    header .search button {
        position: absolute;
        right: 15px;
        top: 5px;
        padding: 0;
    }

.tab-col-sm-3 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.tab-col-sm-9 {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}

/* sidebar */
.sidebar {
    background: #FAA51A 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000001A;
}

    .sidebar .card {
        border-radius: 0;
        background: transparent;
        border: none;
        border-bottom: 1px solid #C17802;
    }

        .sidebar .card:last-child {
            border-bottom: none;
        }

    .sidebar .card-header {
        box-shadow: none;
        background: transparent;
        border: none;
        padding: 0;
    }

    .sidebar .card .card-header h5 a {
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        padding: 15px 25px 15px 15px;
    }

        .sidebar .card .card-header h5 a:before {
            content: "";
            width: 12px;
            height: 2px;
            background: #9D6102;
            position: absolute;
            top: 22px;
            right: 15px;
        }

        .sidebar .card .card-header h5 a.collapsed:after {
            content: "";
            width: 2px;
            height: 12px;
            background: #9D6102;
            position: absolute;
            top: 17px;
            right: 20px;
        }

    .sidebar .card-body {
        padding: 5px 15px;
    }

        .sidebar .card-body .checkbox a {
            padding-top: 5px;
            font-weight: 600;
        }

            .sidebar .card-body .checkbox a:hover {
                color: #fff;
            }



/* checkbox */
.checkbox {
    margin-bottom: 15px
}

    .checkbox .checkbox-group {
        position: relative;
        margin-bottom: 10px;
    }

        .checkbox .checkbox-group input {
            display: none;
            cursor: pointer
        }

        .checkbox .checkbox-group label {
            display: inline-block;
            cursor: pointer;
            font-size: 14px;
            padding-left: 25px;
        }

            .checkbox .checkbox-group label:before {
                content: '';
                -webkit-appearance: none;
                background-color: white;
                border: 1px solid #000;
                padding: 7px;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                margin-right: 5px;
                top: 0px;
                position: absolute;
                left: 0px;
                border-radius: 3px;
            }

        .checkbox .checkbox-group input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 2px;
            left: 6px;
            width: 5px;
            height: 9px;
            border: solid #000;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg)
        }

/* product section */
/* .product .form-group {
    margin-bottom: 0;
} */
.product .form-group select {
    font-size: 16px;
    padding: 5px 10px;
    appearance: none;
    background: #fff url(../images/select-arrow.png) no-repeat 96% center;
    background-size: 15px;
    height: 45px;
}

    .product .form-group select:focus {
        box-shadow: none;
    }
/* .product .col-sm-4{
    margin-top: 30px;
} */
.product .product-item {
    padding: 10px 10px 10px 10px;
    background: #fff;
    margin-top: 30px;
    height: 100%;
}

.parentCardHolder .col-sm-4, #PartialView .col-sm-4 {
    margin-bottom: 30px;
}

.product .product-item .product-img {
    height: 150px;
    overflow: hidden;
}

    .product .product-item .product-img a img {
        width: 100%;
    }

.product-img a {
    width: 100%;
}
/* .product .product-item .product-img img{
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 250px;
    bottom: 0;
    top: 0;
    margin: auto;
} */
.product .product-item h3 {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0px 15px 0px;
    /* padding-bottom: 15px; */
    border-bottom: 1px solid #FAA51A;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
}
/* .product .product-item h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #FAA51A;
    width: 100%;
    left: 0;
    right: 0;
} */
.product .product-item h5 {
    color: #4D4D4E;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    /* padding-left: 10px; */
    height: 100px;
}

.product .product-item .btns {
    padding-right: 15px;
    padding-left: 0;
}

.product .product-item .btn {
    background: #FAA51A;
    color: #FAA51A;
    border-radius: 5px;
    padding: 5px;
    margin: 0;
    /* height: 30px; */
    font-size: 13px;
}

    .product .product-item .btn img {
        width: 15px;
        height: auto;
    }

    .product .product-item .btn:nth-child(1) {
        margin-right: 5px;
    }

.product-item .row.align-items-center {
    -ms-flex-align: start !important;
    align-items: start !important;
}

    .product-item .row.align-items-center .col-sm-8 {
        padding-right: 0;
    }

.hide {
    display: none;
}

/* footer */
footer {
    padding: 30px 15px;
}

    footer p {
        font-size: 15px;
        font-weight: 300;
    }

.top-header .user-profile .btn {
    background: #FAA51A;
    color: #000;
}

.top-header .user-profile p {
    margin: 20px 0 0 5px;
    text-transform: capitalize;
}

/* .product .product-item {
    height: 100%;
} */

.product .product-item {
    transition: 0.4s;
}

/*.product .form-group{ width: 19%; display: inline-block; vertical-align: top;}*/

.product .form-group select {
    padding: 5px 30px 5px 10px;
}

.product .product-item:hover {
    box-shadow: 0px 0.5rem 0.5rem rgba(0,0,0,0.3) !important;
}

/* .product .product-item{margin-top: 0px;} */

.product .form-group p {
    border-left: 1px solid grey;
    margin: 12px 0px;
    padding-left: 10px;
}

/*06-01-2023*/

.login-main {
    background: #f1f1f1;
}

section.login-page {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.login-page .logo {
    max-width: 90%;
    margin-bottom: 40px;
}

.login-page .mr-logo {
    max-width: 280px;
}

.forgot-box {
    display: none;
}

.inner-form h2 {
    font-weight: 500;
    color: #ff8a00;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}

.inner-form h3 {
    font-weight: 800;
    color: #333433;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.inner-form {
    width: 100%;
    margin: 0 auto;
    height: 300px;
}

    .inner-form .form-control {
        padding: 20px 13px;
    }

    .inner-form .btn {
        background: #F58220;
        border: none;
        display: block;
        width: 100%;
        margin: auto;
        padding: 9px 10px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .inner-form a.Single-Sign {
        display: block;
        /* background: #ececec; */
        /* background: #e77424; */
        background: #F58220;
        border: 1px #d6d6d6 solid;
        /* border-radius: 5px; */
        margin-bottom: 10px;
        padding: 12px;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        color: #fff;
    }

        .inner-form a.Single-Sign:hover {
            color: #fff;
        }

    .inner-form a.Forgot,
    .inner-form a.Back-login {
        text-align: center;
        display: inherit;
        color: #FAA51A;
        text-decoration: underline;
    }

    .inner-form a.Back-login {
        text-align: right;
    }

a.load-more {
    background-color: #FAA51A;
    padding: 15px 25px;
    border-radius: 30px;
}

    a.load-more:hover {
        color: #000;
    }

a.social_share_icons_in_form {
    padding: 0 10px 12px 0;
}

section.inner-banner img {
    width: 100%;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}

/* inner banner */
.inner-banner {
    position: relative;
}

    .inner-banner .banner-text {
        position: absolute;
        top: 45%;
        width: 45%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        text-align: left;
    }

        .inner-banner .banner-text h1 {
            font-size: 50px;
            font-weight: 800;
            letter-spacing: 1px;
            text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
            -moz-text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
            -o-text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
            line-height: 1;
        }

            .inner-banner .banner-text h1 span {
                display: block;
                color: #fff;
            }

        .inner-banner .banner-text h2 {
            font-size: 28px;
            padding: 10px;
            background: #ff8a00;
            margin-top: 15px;
            font-weight: 800;
            display: inline-block;
        }

            .inner-banner .banner-text h2 span {
                color: #fff;
            }

.share .modal-dialog {
    max-width: 400px;
}

    .share .modal-dialog .modal-content {
        border: none;
        border-radius: 0;
    }

    .share .modal-dialog .modal-header {
        border: none;
        padding: 0;
    }

    .share .modal-dialog .modal-body {
        padding: 45px;
    }

        .share .modal-dialog .modal-body h3 {
            font-weight: 800;
            font-size: 22px;
            margin-bottom: 15px;
        }

        .share .modal-dialog .modal-body .form-group {
            position: relative;
        }

        .share .modal-dialog .modal-body .icon {
            position: absolute;
            left: 10px;
            top: 10px;
        }

        .share .modal-dialog .modal-body .form-control {
            border: 1px solid #CBCBCB;
            border-radius: 5px;
            padding: 8px 10px 8px 40px;
        }

        .share .modal-dialog .modal-body .copy .form-control {
            border: 1px solid #CBCBCB;
            border-radius: 5px;
            padding: 8px 40px 8px 40px;
        }

        .share .modal-dialog .modal-body textarea.form-control {
            height: 100px;
            resize: none;
        }

        .share .modal-dialog .modal-body .copy .icon-copy {
            position: absolute;
            right: 5px;
            top: 4px;
            padding: 6px;
            background: #ff8a00;
            border-radius: 5px;
            cursor: pointer;
        }

        .share .modal-dialog .modal-body .btn {
            background: #000;
            border: none;
            display: block;
            width: 100%;
            margin: auto;
            padding: 9px 10px;
            color: #ff8a00;
            font-weight: 700;
            text-transform: uppercase;
        }

    .share .modal-dialog .close {
        position: absolute;
        padding: 0;
        top: 20px;
        right: 25px;
        font-size: 30px;
        font-weight: 300;
        color: #ff8a00;
        opacity: 1;
        z-index: 99;
    }


.product-modal .modal-dialog {
    max-width: 800px;
}

    .product-modal .modal-dialog .modal-body {
        padding: 25px;
    }

        .product-modal .modal-dialog .modal-body .img-main {
            width: 100%;
        }

    .product-modal .modal-dialog .modal-content {
        border: none;
        border-radius: 0;
    }

    .product-modal .modal-dialog .modal-header {
        padding: 0;
    }

        .product-modal .modal-dialog .modal-header h3 {
            font-weight: 800;
            font-size: 22px;
            margin: 25px 0 25px 25px;
            width: 76%;
        }

.buttons {
    display: flex;
    position: absolute;
    right: 25px;
    top: 22px;
    margin: 0 -5px;
}

    .buttons div {
        background: #000;
        color: #FAA51A;
        border-radius: 5px;
        padding: 8px;
        margin: 0 5px;
        cursor: pointer;
    }

.modal-content .modal-header .buttons div {
    background: #FAA51A
}

.buttons div img {
    text-align: center;
    line-height: 30px;
    width: 15px;
    height: auto;
    display: block;
    margin: auto;
}

.modal-body iframe,
.modal-body video {
    width: 100% !important;
}

.share-new {
    position: absolute;
    right: 15px;
    /* background: #000; */
    background: #FAA51A;
    border-radius: 10px;
    /* max-width: 100px; */
    width: auto;
    padding: 5px 5px;
    margin-top: 5px;
    display: none;
}

    .share-new .btn {
        background: unset !important;
    }

        .share-new .btn:nth-child(1) {
            margin-right: 0 !important;
        }

.like-btns {
    display: flex;
}

    .like-btns .btn-new a {
        margin-right: 5px;
        background: #FAA51A;
        border-radius: 5px;
        padding: 5px;
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
        width: 27px;
        height: 31px;
    }

        .like-btns .btn-new a img {
            width: 15px;
        }

    .like-btns .btn-new span {
        margin-right: 15px;
        display: inline-block;
    }

    .like-btns .btn-new a {
        color: #000;
    }

.product .product-item .like-btns .btn img {
    /* width: 18px; */
    vertical-align: middle;
}

@media only screen and (min-device-width: 1536px) and (max-device-width: 2560px) {
}

@media only screen and (max-width:1280px) {
    .tab-col-sm-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .tab-col-sm-9 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

@media only screen and (max-width:1024px) {
    .product .product-item h3 {
        font-size: 14px;
        margin: 15px 0;
    }

    .product .product-item h5 {
        padding-left: 0;
    }

    .product .product-item .btns {
        padding-right: 15px;
    }

        .product .product-item .btns .btn span {
            display: none;
        }

    .product .product-item .btn:nth-child(1) img {
        margin-right: 0;
    }

    .share-new {
        width: 100%;
    }

    .product .product-item h3 {
        height: 120px;
    }
}

@media only screen and (max-width:991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }

    .top-header img.brand {
        height: 25px;
    }

    header .navbar-nav .nav-link {
        margin-right: 10px;
        font-size: 15px;
    }

    header .search input {
        min-width: 250px;
    }

    .product .product-item h3 {
        line-height: 20px;
        margin: 10px 0;
    }

    .tab-col-sm-3 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .tab-col-sm-9 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

        .tab-col-sm-9 .col-sm-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .tab-col-sm-9 .col-sm-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

    .product .product-item {
        /*    margin-top: 25px;*/
    }

    .inner-banner .banner-text h1 {
        font-size: 36px;
    }

    .inner-banner .banner-text h2 {
        font-size: 22px;
        padding: 5px 10px;
        margin-top: 10px;
    }

    .share-new {
        width: 100%;
    }

    .product .product-item .btns.text-right {
        text-align: left !important;
        padding-left: 15px;
    }
}

@media only screen and (max-width:767px) {
    .hiddenDesktop {
        display: block;
    }

    .hiddenMobile {
        display: none;
    }

    .title {
        font-size: 22px;
    }

    .top-header {
        padding: 20px 0;
        position: relative;
    }

        .top-header img.brand {
            height: 20px;
        }

        .top-header .user-profile {
            float: unset;
            padding: 0 15px;
            position: absolute;
            right: 15px;
            top: -35px;
        }

            .top-header .user-profile img.profile {
                width: 45px;
                height: auto;
            }

        .top-header .profile-dropdown {
            position: absolute;
            width: 150px;
            left: -90px;
            z-index: 99;
            background: #f1f1f1;
            top: 50px;
            padding: 10px 10px 0px 10px;
            text-align: left;
            box-shadow: 0px 3px 6px #00000029;
            display: none;
        }

        .top-header .user-profile .btn {
            padding: 5px 30px;
            margin: 10px 0;
            height: 32px;
            font-size: 13px;
            /* display: none; */
        }

        .top-header .user-profile p {
            margin: 0;
            padding: 0;
            /* display: none; */
        }

    header .navbar {
        height: 55px;
        background: #4D4D4E;
        box-shadow: 0px 3px 6px #00000029;
    }

    header .navbar-collapse {
        position: absolute;
        z-index: 99;
        background: #2d2d2d;
        width: 100%;
        left: 0;
        right: 0;
        top: 60px;
    }

    header .navbar-nav .nav-link {
        margin-right: 0;
        font-size: 14px;
        padding: 13px;
        border-bottom: 1px solid #808080;
    }

    header .navbar-toggler {
        border: none;
    }

        header .navbar-toggler:focus {
            border: none;
            outline: none;
        }

    header .search {
        right: 15px;
    }

        header .search input {
            min-width: 260px;
        }

    header .brand-img img {
        height: 25px;
    }

    header.navbar-dark .navbar-toggler-icon {
        background-image: none;
        position: absolute;
        left: -5px;
        top: 13px;
        width: unset;
        height: unset;
    }

    .hamburger {
        display: inline-block;
        margin-right: 5px;
    }

        .hamburger span {
            position: relative;
            transform: translateY(-2px);
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            transition: all 0 300ms;
            display: block;
            margin: 0 10px 0 20px
        }

            .hamburger span,
            .hamburger span:after,
            .hamburger span:before {
                background: #fff;
                width: 25px;
                height: 2px
            }

                .hamburger span:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 6px;
                    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
                    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
                    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
                }

                .hamburger span:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 6px;
                    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
                    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
                    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1)
                }

        .hamburger.active span {
            background: rgba(0, 0, 0, 0)
        }

            .hamburger.active span:after {
                background: #fff;
                top: 0;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
                -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
                -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
            }

            .hamburger.active span:before {
                background: #fff;
                bottom: 0;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
                -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
                -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)
            }


    .section-padding {
        padding: 20px 0;
    }

    .sidebar {
        position: fixed;
        z-index: 999;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        display: none;
        border-radius: 0;
        padding-top: 30px;
        overflow: scroll;
        height: 100%;
    }

    h3.open-sidebar {
        font-size: 16px;
        padding: 12px 10px;
        border: 1px solid #ced4da;
        background: #fc9100;
        margin-bottom: 15px;
        color: #000;
        position: fixed;
        border: none;
        bottom: 15px;
        left: 15px;
        right: 15px;
        z-index: 999;
        text-align: center;
        font-weight: 800;
        margin: 0;
    }

    .sidebar .close {
        position: absolute;
        padding: 0;
        top: 5px;
        right: 15px;
        font-size: 30px;
        font-weight: 300;
        color: #000;
        opacity: 1;
        z-index: 99;
        text-shadow: none;
    }
    /* .open-sidebar:before,
    .open-sidebar:after{
        content: "";
        position: absolute;
        background: #1c1c1c;
        opacity: 8;
    }
    .open-sidebar:before{
        width: 16px;
        height: 3px;
        right: 15px;
        top: 20px;
    }
    .open-sidebar:after{
        width: 3px;
        height: 16px;
        right: 21px;
        top: 14px;
    } */
    .open-sidebar.active-line:after {
        content: unset;
    }

    .product .form-group.mobile-margin {
        margin-bottom: 15px;
    }

    .tab-col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tab-col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .tab-col-sm-9 .col-sm-6 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .tab-col-sm-9 .col-sm-4 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    /*   .product .product-item {
        margin-top: 20px;
    }*/
    .product .product-item .btns {
        text-align: left !important;
        padding-right: 15px;
        padding-left: 15px;
        position: absolute;
        bottom: -5px;
        margin: 0;
    }

    .product .product-item .btn {
        margin: 0px 10px 0 0;
    }

        .product .product-item .btn:nth-child(1) {
            margin-right: 10px;
        }

    footer {
        padding: 15px 10px;
    }

        footer p {
            font-size: 13px;
        }

    .inner-banner .banner-text {
        top: 83%;
        width: 85%;
    }

        .inner-banner .banner-text h1 {
            font-size: 38px;
        }

        .inner-banner .banner-text h2 {
            font-size: 20px;
            padding: 10px;
            margin-top: 10px;
        }

    .share .modal-dialog .modal-body {
        padding: 20px;
    }

    section.login-page {
        height: auto;
    }

    .product .product-item h3 {
        height: auto;
        overflow: unset;
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .login-page .logo {
        max-width: 100%;
    }

    .share-new {
        position: absolute;
        right: auto;
        width: auto;
    }

    .product-modal .modal-dialog .modal-header h3 {
        margin-top: 70px;
    }

    .product .product-item .product-img {
        margin-bottom: 10px;
    }

    .product .product-item h5 {
        height: auto;
        margin-bottom: 35px;
    }

    .like-btns {
        position: absolute;
        right: 15px;
        bottom: -5px;
    }
}
