@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&amp;family=Mr+De+Haviland&amp;family=Prata&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&amp;display=swap');
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Conv_Nexa Bold';
    src: url('fonts/Nexa%20Bold.eot');
    src: local('☺'), url('fonts/Nexa%20Bold.woff') format('woff'), url('fonts/Nexa%20Bold.ttf') format('truetype'), url('fonts/Nexa%20Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Nexa Light';
    src: url('fonts/Nexa%20Light.eot');
    src: local('☺'), url('fonts/Nexa%20Light.woff') format('woff'), url('fonts/Nexa%20Light.ttf') format('truetype'), url('fonts/Nexa%20Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*body .grecaptcha-badge {*/
/*    display: none !important;*/
/*}*/
html,
body {
    height: 100%;
}

body {
    line-height: 1.74;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    visibility: visible;
    /*font-family: "Roboto", sans-serif;*/
    color: #000000;
    position: relative;
    background-color: #ffffff;
}

body.no-overflow {
    overflow: hidden;
}

.font-nexa-bold {
    font-family: 'Conv_Nexa Bold';
}

.font-nexa-light {
    font-family: 'Conv_Nexa Light';
}

.site-wrapper-reveal {
    background: #ffffff;
}

.bg-EDECE9 {
    background: #EDECE9;
}

.bg-FBFBFB {
    background: #FBFBFB;
}

.bg-fafafa {
    background: #FAFAFA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.41;
}

h1 {
    font-size: 60px;
    line-height: 1.1;
}

.img-full {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 992px) {
    .product-details-thumbs-2 .draggable {
        min-height: 540px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 25px;
    }
}

h4 {
    font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 22px;
    }
}

h5 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 20px;
    }
}

h6 {
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
span {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: #dcb14a;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.h-lg {
    font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h-lg {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .h-lg {
        font-size: 34px;
    }
}

.font-lg-p {
    font-size: 18px;
}

.mark,
mark {
    padding: 0 0;
    background-color: transparent;
}

.font-weight--bold {
    font-weight: 700;
}

.font-weight--reguler {
    font-weight: 500;
}

.font-weight--normal {
    font-weight: 400;
}

.font-weight--light {
    font-weight: 300;
}


/*-- Default Class*/

.text-color-primary {
    color: #dcb14a;
}

.text-color-secondary {
    color: #d2a98e;
}

.text-black {
    color: #111 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #f4f5f7;
}

.bg-gray-2 {
    background: #F6FAFE;
}

.bg-gray-3 {
    background: #f6f2ed;
}

.bg-theme-default {
    background: #dcb14a;
}

.theme-bg-secondary {
    background: #d2a98e;
}

.black-bg {
    background: #000000;
}

.border-radus-5 {
    border-radius: 5px;
}

.sub-heading {
    color: #999;
}

.text-red {
    color: red;
}

.text-green {
    color: #d2a98e;
}

.bg-gradient {
    background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}


/*-- Tab Content & Pane Fix --*/

select {
    padding: 3px 20px;
    height: 56px;
    max-width: 100%;
    width: 100%;
    outline: none;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    background: #f8f8f8 url("../images/icons/selector-icon.png") no-repeat center right 20px;
    background-color: #f8f8f8;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select:focus {
    background: #f8f8f8 url("../images/icons/selector-icon.png") no-repeat center right 20px !important;
}

.fixed-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*------- Defauld Class --------*/

.text-black {
    color: #333;
}

.box-shadow-top {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
    border: 1px solid #ededed !important;
}

.border-top {
    border-top: 1px solid #ededed !important;
}

.border-right {
    border-right: 1px solid #ededed !important;
}

.border-bottom {
    border-bottom: 1px solid #ededed !important;
}

.border-left {
    border-left: 1px solid #ededed !important;
}

.border-top-dash {
    border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
    border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
    border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
    border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-top-black {
    border-top: 1px solid #333;
}

.border-bottom-black {
    border-bottom: 1px solid #333;
}

.bg-img {
    background: #888;
}

.sub-heading {
    font-size: 14px;
}

.section-title--one {
    position: relative;
    padding-bottom: 10px;
    font-family: Conv_Nexa Bold;
}

.section-title--one::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    background: #ef9002;
    height: 2px;
    width: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title--center::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    background: #ef9002;
    height: 2px;
    width: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-sub-title {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-top: -5px;
}

.section-under-heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.40;
    color: #111;
}

.section-under-heading a {
    color: #dcb14a;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.section-under-heading a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: -1px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.section-under-heading a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.img-width {
    width: 100%;
}

.title-dec-text {
    text-align: center;
    max-width: 760px;
    margin: auto;
}

::-moz-selection {
    color: #ffffff;
    background-color: #dcb14a;
}

::selection {
    color: #ffffff;
    background-color: #dcb14a;
}

form {
    /* FF 4-18 */
    /* FF 19+ */
    /* IE 10+ */
}

form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form input:focus::-moz-placeholder {
    color: transparent;
}

form input:focus:-ms-input-placeholder {
    color: transparent;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::placeholder,
form textarea::placeholder {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    background: 0 0;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 3px;
    cursor: pointer;
}

.box-home {
    background-color: #f4f5f7;
}

.page-box {
    max-width: 1330px;
    margin: auto;
    background-color: #fff;
}

.page-box .header-sticky.is-sticky {
    max-width: 1330px;
    margin: auto;
    left: 0;
    right: 0;
}


/*===================================

 - Breadvrumb

=================================*/

.breadcrumb-area {
    border-bottom-width: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-size: cover;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .breadcrumb-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.58;
    text-transform: uppercase;
}

.breadcrumb-list li a {
    position: relative;
}

.breadcrumb-list li a::after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.breadcrumb-list li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    z-index: 0;
}

.breadcrumb-list li.active {
    color: #777;
}

@media only screen and (max-width: 575px) {
    .breadcrumb-list {
        margin-top: 20px;
    }
}

.page-pagination li {
    display: inline-block;
}

.page-pagination li a {
    font-weight: 500;
    padding: 0 10px;
    display: block;
    text-align: center;
    line-height: 41px;
    min-width: 41px;
    height: 41px;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 2px;
    border-radius: 5px;
}

.page-pagination li a.current {
    background: #f6f5f9;
    color: #dcb14a;
}

.page-pagination li a:hover {
    color: #dcb14a;
}


/*=============================================















   - Scroll top















=============================================*/

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #ef9000;
    background-size: 200% auto;
    background-position: left center;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 80px;
}
/*=============================================
   - Ask Us Floating Button
=============================================*/

.askus-floating-btn {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 999;
    -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    background-color: #ef9000;
    color: #ffffff;
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 479px) {
    .askus-floating-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
}
.askus-floating-btn img {
    min-width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
    -webkit-transform: translate(-50%, 80px);
    -ms-transform: translate(-50%, 80px);
    transform: translate(-50%, 80px);
}

.scroll-top:hover {
    background-position: right center;
}

.scroll-top:hover .arrow-top {
    -webkit-transform: translate(-50%, -80px);
    -ms-transform: translate(-50%, -80px);
    transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.error-page-content .icon {
    font-size: 63px;
    color: #dcb14a;
}

.error-page-content .description {
    font-size: 18px;
}

.error-page-content .description a {
    color: #dcb14a;
    font-weight: 500;
    border-bottom: 1px solid;
}

.error-page-content .pages-search {
    max-width: 400px;
    margin: auto;
    position: relative;
}

.error-page-content .pages-search input {
    border: 1px solid #d9d9d9;
    padding: 13px 65px 13px 15px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}

.error-page-content .pages-search .submit-btn {
    width: 50px;
    height: 50px;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 10px;
}

.all-muted,
.btn-muted {
    cursor: wait;
    opacity: 0.5;
    pointer-events: none;
}

.quickCart .products-thumbnails img,
.checkout-page .products-thumbnails img {
    cursor: default;
}

.quickcart-closer {
    width: 25px;
    height: 25px;
    background: #f8f6f3;
    z-index: 1;
}


/*=====  End of Default CSS  ======*/


/*============================================















=           02. Section Spacing Css          =















=============================================*/

.section-space {
    /* Section Padding Css */
    /* Section Margin Css */
}

.section-space--ptb_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_120 {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_120 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_120 {
        padding-top: 60px;
    }
}

.section-space--pb_120 {
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_120 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_120 {
        padding-bottom: 60px;
    }
}

.section-space--ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_100 {
    padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_100 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_100 {
        padding-top: 60px;
    }
}

.section-space--pb_100 {
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_100 {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_100 {
        padding-bottom: 60px;
    }
}

.section-space--ptb_90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_90 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-space--pt_90 {
    padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_90 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_90 {
        padding-top: 40px;
    }
}

.section-space--pb_90 {
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_90 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_90 {
        padding-bottom: 40px;
    }
}

.section-space--ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.section-space--pt_80 {
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_80 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_80 {
        padding-top: 40px;
    }
}

.section-space--pb_80 {
    padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_80 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_80 {
        padding-bottom: 40px;
    }
}

.section-space--ptb_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_70 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.section-space--pt_70 {
    padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_70 {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_70 {
        padding-top: 30px;
    }
}

.section-space--pb_70 {
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_70 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_70 {
        padding-bottom: 30px;
    }
}

.section-space--ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--ptb_60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--ptb_60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.section-space--pt_60 {
    padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_60 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_60 {
        padding-top: 60px;
    }
}

.section-space--pb_60 {
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_60 {
        padding-bottom: 60px;
    }
}

.section-space--pt_40 {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pt_40 {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pt_40 {
        padding-top: 30px;
    }
}

.section-space--pb_40 {
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--pb_40 {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--pb_40 {
        padding-bottom: 30px;
    }
}

.section-space--ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-space--pt_30 {
    padding-top: 30px;
}

.section-space--pb_30 {
    padding-bottom: 30px;
}

.section-space--mt_15 {
    margin-top: 15px;
}

.section-space--mt_20 {
    margin-top: 20px;
}

.section-space--mt_30 {
    margin-top: 30px;
}

.section-space--mt_40 {
    margin-top: 40px;
}

.section-space--mt_50 {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_50 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_50 {
        margin-top: 30px;
    }
}

.section-space--mt_60 {
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_60 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_60 {
        margin-top: 30px;
    }
}

.section-space--mt_70 {
    margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_70 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_70 {
        margin-top: 30px;
    }
}

.section-space--mt_80 {
    margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_80 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_80 {
        margin-top: 30px;
    }
}

.section-space--mt_100 {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_100 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_100 {
        margin-top: 60px;
    }
}

.section-space--mt_120 {
    margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mt_120 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mt_120 {
        margin-top: 60px;
    }
}

.section-space--mb_15 {
    margin-bottom: 15px;
}

.section-space--mb_20 {
    margin-bottom: 20px;
}

.section-space--mb_30 {
    margin-bottom: 30px;
}

.section-space--mb_40 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .section-space--mb_40 {
        margin-bottom: 30px;
    }
}

.section-space--mb_50 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_50 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_50 {
        margin-bottom: 30px;
    }
}

.section-space--mb_60 {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_60 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_60 {
        margin-bottom: 30px;
    }
}

.section-space--mb_100 {
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_100 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_100 {
        margin-bottom: 60px;
    }
}

.section-space--mb_120 {
    margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-space--mb_120 {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-space--mb_120 {
        margin-bottom: 60px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .small-mt__0 {
        margin-top: 0px;
    }
    .small-mt__10 {
        margin-top: 10px;
    }
    .small-mt__20 {
        margin-top: 20px;
    }
    .small-mt__30 {
        margin-top: 30px;
    }
    .small-mt__40 {
        margin-top: 40px;
    }
    .small-mt__50 {
        margin-top: 50px;
    }
    .small-mt__60 {
        margin-top: 60px;
    }
    .small-mb__30 {
        margin-bottom: 30px;
    }
    .small-mb__40 {
        margin-bottom: 40px;
    }
    .small-mb__50 {
        margin-bottom: 50px;
    }
    .small-mb__60 {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tablet-mt__0 {
        margin-top: 0px;
    }
    .tablet-mt__30 {
        margin-top: 30px;
    }
    .tablet-mt__40 {
        margin-top: 40px;
    }
    .tablet-mt__50 {
        margin-top: 50px;
    }
    .tablet-mt__60 {
        margin-top: 60px;
    }
    .tablet-mb__30 {
        margin-bottom: 30px;
    }
    .tablet-mb__40 {
        margin-bottom: 40px;
    }
    .tablet-mb__50 {
        margin-bottom: 50px;
    }
    .tablet-mb__60 {
        margin-bottom: 60px;
    }
}


/*=====  End of spacing  ======*/


/*======================================















=        03. Offcanvas Minicart Area   =















=======================================*/

.offcanvas-minicart_wrapper .offcanvas-menu-inner {
    padding: 60px;
    width: 450px;
    -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .offcanvas-minicart_wrapper .offcanvas-menu-inner {
        width: 100%;
        padding: 53px 50px 45px;
    }
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .close-btn-box {
    text-align: left;
    margin-bottom: 30px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
    background: transparent;
    color: #333;
    top: 0;
    right: 0;
    left: auto;
    text-align: right;
    font-size: 20px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close:hover {
    color: #212121;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
    max-height: 311px;
    position: relative;
    overflow: auto;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li {
    padding-bottom: 30px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li:last-child {
    padding-bottom: 0;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product>a.product-item_remove>i {
    position: absolute;
    font-size: 14px;
    top: auto;
    right: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product .product-item_content {
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-left: 20px;
    padding-right: 10px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product .product-item_content a.product-item_title {
    color: #000000;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    width: 90%;
    display: block;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product .product-item_content a.product-item_title:hover {
    color: #333;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product .product-item_content label {
    font-weight: 500;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product .product-item_content label span {
    color: #666;
    padding-left: 10px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list>li.minicart-product .product-item_content .product-item_quantity {
    display: block;
    font-size: 13px;
    color: #333;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    font-size: 24px;
    font-weight: 500;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
    padding-bottom: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
    height: 60px;
    line-height: 60px;
    color: #ffffff !important;
}


/* ---Offcanvas--- */

.offcanvas-minicart_wrapper .offcanvas-menu-inner {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -440px;
    width: 440px;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_logo {
    padding: 30px 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .offcanvas-minicart_wrapper .offcanvas-menu-inner {
        width: 300px;
        padding: 60px 20px 0 !important;
    }
}

.offcanvas-minicart_wrapper.open .offcanvas-menu-inner {
    visibility: visible;
    left: auto;
    right: 0;
    opacity: 1;
    z-index: 999;
}


/*=============================================















=            04. container Css            =















=============================================*/

.container-fluid--cp-150 {
    padding: 0 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid--cp-150 {
        padding: 0 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container-fluid--cp-150 {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container-fluid--cp-150 {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-150 {
        padding: 0 30px;
    }
}

@media (min-width: 1700px) {
    .container-fluid--cp-140 {
        padding: 0 140px !important;
    }
}

@media (min-width: 1700px) and (max-width: 1663px) {
    .container-fluid--cp-140 {
        padding: 0 100px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-140 {
        padding: 0 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-140 {
        padding: 0 30px;
    }
}

@media (min-width: 1600px) {
    .container-fluid--cp-120 {
        padding: 0 120px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-120 {
        padding: 0 110px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-120 {
        padding: 0 50px;
    }
}

.container-fluid--cp-100 {
    padding: 0 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .container-fluid--cp-100 {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container-fluid--cp-100 {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container-fluid--cp-100 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-100 {
        padding: 0 15px;
    }
}

@media (min-width: 1600px) {
    .container-fluid--cp-80 {
        padding: 0 80px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1664px) {
    .container-fluid--cp-80 {
        padding: 0 30px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid--cp-80 {
        padding: 0 30px;
    }
}

.container-fluid--cp-60 {
    padding: 0 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container-fluid--cp-60 {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-60 {
        padding: 0 15px;
    }
}

.container-fluid--cp-30 {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .container-fluid--cp-30 {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .page-content-double-sidebar .container {
        max-width: 1600px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container {
    max-width: 1170px;
}

.container_fl {
    padding-left: 15px;
    padding-right: 15px;
}

.col-06__left {
    width: 600px;
    max-width: 100%;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .col-06__left {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
}

.col-06__right {
    width: 600px;
    max-width: 100%;
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .col-06__right {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.banner-image__content {
    width: 570px;
    max-width: 100%;
}

.row--35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--35 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--35>[class*="col"],
.row--35>[class*="col-"] {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--35>[class*="col"],
    .row--35>[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--35>[class*="col"],
    .row--35>[class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--35>[class*="col"],
    .row--35>[class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--30 {
    margin-left: -30px;
    margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--30>[class*="col"],
.row--30>[class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--30>[class*="col"],
    .row--30>[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--30>[class*="col"],
    .row--30>[class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--30>[class*="col"],
    .row--30>[class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--25 {
    margin-left: -25px;
    margin-right: -24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .row--25 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.row--25>[class*="col"],
.row--25>[class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .row--25>[class*="col"],
    .row--25>[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row--25>[class*="col"],
    .row--25>[class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .row--25>[class*="col"],
    .row--25>[class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.row--6 {
    margin-left: -6px;
    margin-right: -6px;
}

.row--6>[class*="col"],
.row--6>[class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.row--5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row--5>[class*="col"],
.row--5>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}


/*=====  End of container  ======*/


/*=============================================















=                05. Header Css               =















=============================================*/

.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /*-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);







	-o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);







	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);







	-webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;







	animation: .95s ease-in-out 0s normal none 1 running fadeInDown;*/
    -webkit-box-shadow: 0 1px 1px 0 #f0f0f0;
    box-shadow: 0 1px 1px 0 #f0f0f0;
    background-color: #fff;
}

.header-sticky.is-sticky.header_height-120 {
    height: 90px;
}

.header_absolute {
    /*position: absolute;*/
    z-index: 9;
    width: 100%;
}

.header_height-90 {
    height: 71px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #f8f6f3;
    /*margin-top: 40px; for band*/
}

.header_height-120 {
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.top-logo-area {
    border-bottom: 1px solid #ddd;
    margin-top: 50px;
    padding-bottom: 50px;
}

.header-sticky .logo__hidden {
    display: none;
}

.header-sticky .content__hidden {
    display: inherit !important;
}

@media only screen and (max-width: 767px) {
    .header-sticky .logo__hidden {
        display: inherit;
    }
    .header-sticky .content__hidden {
        display: none !important;
    }
    .high-point {
        font-size: 12px !important;
    }
}

.is-sticky .top-logo-area {
    display: none;
}

.is-sticky .content__hidden {
    display: none !important;
}

.is-sticky .logo__hidden {
    display: inherit;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* logo */
}

.header-left-search {
    width: 100%;
    max-width: 184px;
}

.header-left-search .header-search-box {
    position: relative;
    margin: 0;
}

.header-left-search .search-field {
    width: 57%;
    padding: 4px 35px 4px 11px;
    /* border-width: 0 0 1px; */
    border-color: rgba(0, 0, 0, 0.25);
    background-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font-size: 13px;
}

.header-left-search .search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    font-size: 17px;
    color: #000;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: transparent;
}

.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right-side .header-right-items {
    margin-left: 10px;
}

.header-right-side .header-right-items a:not(.btn--border_1) {
    font-size: 14px;
    color: #848181;
    font-family: 'Conv_Nexa Light';
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.header-right-side .header-right-items a.mobile-navigation-icon {
    font-size: 30px;
}

.header-right-side .header-right-items a.mobile-navigation-icon i {
    margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .header-right-side .header-right-items {
        margin-left: 30px;
    }
}

.header-left-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-left-side .header-right-items {
    margin-left: 0px;
    margin-right: 40px;
}

.header-left-side .header-right-items a {
    font-size: 24px;
}

.header-left-side .header-right-items a.mobile-navigation-icon {
    font-size: 30px;
}

.header-left-side .header-right-items a.mobile-navigation-icon i {
    margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .header-left-side .header-right-items {
        margin-right: 30px;
    }
}

.header-cart {
    position: relative;
}

.header-cart .item-counter {
    font-size: 12px;
    vertical-align: .3em;
    position: absolute;
    min-width: 19px;
    height: 19px;
    background-color: #ef9000;
    text-align: center;
    line-height: 19px;
    border-radius: 19px;
    bottom: 1px;
    right: -10px;
    padding: 0 5px;
    color: #fff;
}

.header-login-register-wrapper .modal-dialog {
    max-width: 450px;
    border-radius: 0;
}

.header-login-register-wrapper .modal-content {
    border: none;
    border-radius: 0rem;
}

.modal-box-wrapper,
.myaccount-box-wrapper {
    background: #fff;
    width: 100%;
}

.modal-box-wrapper .helendo-tabs ul .tab__item,
.myaccount-box-wrapper .helendo-tabs ul .tab__item {
    width: 50%;
    text-align: center;
}

.modal-box-wrapper .helendo-tabs ul .tab__item a,
.myaccount-box-wrapper .helendo-tabs ul .tab__item a {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    background-color: #ededed;
}

.modal-box-wrapper .helendo-tabs ul .tab__item a.active,
.myaccount-box-wrapper .helendo-tabs ul .tab__item a.active {
    background: #fff;
    color: #000000;
}

.modal-box-wrapper .content-modal-box,
.myaccount-box-wrapper .content-modal-box {
    padding: 40px;
}

.modal-box-wrapper .content-modal-box .account-form-box .single-input,
.myaccount-box-wrapper .content-modal-box .account-form-box .single-input {
    margin-top: 30px;
}

.modal-box-wrapper .content-modal-box .account-form-box .single-input input,
.myaccount-box-wrapper .content-modal-box .account-form-box .single-input input {
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    color: #666;
    border: 1px solid #ccc;
}

.modal-box-wrapper .content-modal-box .checkbox-wrap,
.myaccount-box-wrapper .content-modal-box .checkbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-box-wrapper .content-modal-box .checkbox-wrap label,
.myaccount-box-wrapper .content-modal-box .checkbox-wrap label {
    margin-bottom: .0rem;
}

@media only screen and (max-width: 479px) {
    .modal-box-wrapper .content-modal-box .checkbox-wrap,
    .myaccount-box-wrapper .content-modal-box .checkbox-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.modal-box-wrapper .content-modal-box .checkbox-wrap a,
.myaccount-box-wrapper .content-modal-box .checkbox-wrap a {
    font-size: 14px;
}

.modal-box-wrapper .content-modal-box .input-checkbox,
.myaccount-box-wrapper .content-modal-box .input-checkbox {
    opacity: 0;
    line-height: 1;
    height: inherit;
    display: none;
}

.modal-box-wrapper .content-modal-box span,
.myaccount-box-wrapper .content-modal-box span {
    display: inline-block;
    text-transform: inherit;
    position: relative;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-weight: 400;
}

.modal-box-wrapper .content-modal-box span::before,
.myaccount-box-wrapper .content-modal-box span::before {
    font-family: linearicons;
    content: "";
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.modal-box-wrapper .content-modal-box .input-checkbox:checked+span::before,
.myaccount-box-wrapper .content-modal-box .input-checkbox:checked+span::before {
    content: "";
}

.myaccount-box-wrapper .helendo-tabs ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.myaccount-box-wrapper .helendo-tabs ul .tab__item {
    width: auto;
    text-align: center;
    font-size: 24px;
    padding: 0 22px;
}

.myaccount-box-wrapper .helendo-tabs ul .tab__item a {
    color: #666;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0;
    background-color: transparent;
}

.myaccount-box-wrapper .helendo-tabs ul .tab__item a.active {
    background: transparent;
    color: #000000;
}

.header-left-sidebar__content-header {
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
}

.header-left-sidebar__content-footer {
    bottom: 0;
}

.header-left-sidebar__content-header {
    top: 0;
}

.header-left-sidebar {
    font-size: 14px;
    width: 300px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    border-right: 1px solid #efefef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-left-sidebar {
        width: 240px;
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-left-sidebar {
        display: none;
    }
}

.header-left-sidebar__content {
    height: 100%;
    overflow-y: auto;
    padding: 50px 40px 0;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-left-sidebar__content {
        padding: 50px 20px 0;
    }
}

.page-template-template-home-left-sidebar {
    margin-left: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-template-template-home-left-sidebar {
        margin-left: 240px;
    }
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .page-template-template-home-left-sidebar {
        margin-left: 0;
    }
}

.newsletter-slidebar-box {
    position: relative;
}

.newsletter-slidebar-box input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 0 40px 0 0;
}

.newsletter-slidebar-box .submit-button {
    background: transparent;
    position: absolute;
    right: 0px;
    border: none;
}

.helendo-language-currency .widget-language h6,
.helendo-language-currency .widget-currency h6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1;
}

.helendo-language-currency .widget-language ul li,
.helendo-language-currency .widget-currency ul li {
    margin-top: 8px;
}

.helendo-language-currency .widget-language ul li.actived a,
.helendo-language-currency .widget-currency ul li.actived a {
    color: #dcb14a;
}

.helendo-language-currency .widget-language ul li a,
.helendo-language-currency .widget-currency ul li a {
    color: #999;
    opacity: 1;
    height: auto;
    padding: 0;
}

.helendo-language-currency .widget-language ul li a:hover,
.helendo-language-currency .widget-currency ul li a:hover {
    color: #dcb14a;
}

.mobile-menu-contact-info h6,
.mobile-menu-social-share h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #fff;
}

.mobile-menu-contact-info p,
.mobile-menu-social-share p {
    color: #fff;
}

.mobile-menu-contact-info .social-share li,
.mobile-menu-social-share .social-share li {
    display: inline-block;
    margin-right: 15px;
}


/*===============================















    - search overlay















===============================*/

.search-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__inner {
    width: 100%;
    height: 100%;
    cursor: default;
    background: #f4f5f7;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: hidden;
}

.search-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.search-overlay__header {
    background-color: #f4f5f7;
    padding: 50px 0;
}

.search-overlay__header .mobile-navigation-close-icon {
    font-size: 20px;
}

.search-overlay__body {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 75px;
}

.search-overlay__form {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.search-overlay__form input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    padding: 15px 50px 15px 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .search-overlay__form input {
        font-size: 30px;
        height: 60px;
    }
}

.search-overlay__form input::-webkit-input-placeholder {
    color: #000000;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-moz-placeholder {
    color: #000000;
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input:-ms-input-placeholder {
    color: #000000;
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::-ms-input-placeholder {
    color: #000000;
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input::placeholder {
    color: #000000;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-overlay__form input[type="text"]:focus {
    color: #000000;
    border-color: #000000;
}

.search-overlay__form .submit-button {
    position: absolute;
    right: 15px;
    border: none;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
}

.search-overlay__form .submit-button :hover {
    color: #dcb14a;
}

.product-cats label {
    font-weight: 400;
    padding: 0 18px;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

.product-cats label input[type="checkbox"],
.product-cats label input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.product-cats label input {
    display: none;
}

.product-cats label input:checked+span {
    color: #999;
}


/*==============================















    - Navigation Menu Css















===============================*/

.navigation-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.navigation-menu>ul>li {
    margin: 0 24px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .navigation-menu>ul>li {
        margin: 0 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .navigation-menu>ul>li {
        margin: 0 15px;
    }
}

.navigation-menu>ul>li>a {
    display: block;
    color: #000000;
    padding: 36px 2px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.18;
}

.navigation-menu>ul>li.has-children>a {
    position: relative;
}

.navigation-menu>ul>li.has-children>a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    border-bottom-color: #d7d7d7;
    border-left-color: #d7d7d7;
    left: 50%;
    background-color: #fff;
    z-index: 9999;
    -webkit-transform: rotate(135deg) translateX(50%) translateY(0px);
    -ms-transform: rotate(135deg) translateX(50%) translateY(0px);
    transform: rotate(135deg) translateX(50%) translateY(0px);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    bottom: -12px;
    opacity: 0;
}

.navigation-menu>ul>li.has-children--multilevel-submenu {
    position: relative;
}

.navigation-menu>ul>li.has-children:hover .megamenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu>ul>li.has-children:hover .megamenu--home-variation__item {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navigation-menu>ul>li.has-children:hover>.submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.navigation-menu>ul>li:hover>a::before,
.navigation-menu>ul>li.active>a::before {
    opacity: 1;
    bottom: -2px;
    -webkit-transform: rotate(135deg) translateX(50%) translateY(0px);
    -ms-transform: rotate(135deg) translateX(50%) translateY(0px);
    transform: rotate(135deg) translateX(50%) translateY(0px);
}


/*===================================















    - Multilevel Submenu Css















====================================*/

.submenu {
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    min-width: 240px;
    padding: 20px 0;
    z-index: 9;
}

.submenu>li {
    position: relative;
}

.submenu>li>a {
    display: block;
    padding: 5px 30px;
    color: #ababab;
    font-weight: 400;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.submenu>li>a>span {
    position: relative;
}

.submenu>li>a:hover {
    color: #000000;
}

.submenu>li:hover>.submenu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

.submenu>li.active>a {
    color: #dcb14a;
}

.submenu>li.has-children>a {
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.submenu>li.has-children.active>a {
    color: #dcb14a;
}

.submenu .submenu {
    top: 0px;
    left: 100%;
    right: auto;
}

.submenu .submenu.left {
    right: 100%;
    left: auto;
}

.submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}

.submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
}

.submenu .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}

.submenu .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
}

.submenu .submenu .submenu .submenu .submenu {
    top: 0;
    left: 100%;
    right: auto;
}

.submenu .submenu .submenu .submenu .submenu.left {
    right: 100%;
    left: auto;
}


/*=========================================















    - Mega Menu Css















===========================================*/

.megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: -30%;
    background: url(../images/bg/bg-menu.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border: 1px solid #ddd;
}

.megamenu--mega {
    min-width: 1080px;
    width: 100%;
    padding: 35px 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .megamenu--mega {
        min-width: 900px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .megamenu--mega {
        min-width: 900px;
        left: -40%;
    }
}

.megamenu--mega>li {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu--mega>li .page-list-title {
    font-size: 14px;
    margin-bottom: 20px;
    color: #111;
}

.megamenu--mega>li>ul>li>a {
    padding: 10px 0;
    color: #ababab;
    line-height: 1.2;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.megamenu--mega>li>ul>li>a:hover {
    color: #000000;
}

.megamenu--mega>li>ul>li>a>span {
    position: relative;
}

.megamenu--mega>li>ul>li>a>span:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #dcb14a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.megamenu--mega>li>ul>li.active>a {
    color: #dcb14a;
}


/*================================















    - Mobile Menu Overlay Css















==================================*/

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
    overflow: auto;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-overlay__inner {
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    width: 420px;
    height: 100%;
    float: left;
    cursor: default;
    background: #f3f3f3;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-y: auto;
}

@media only screen and (max-width: 479px) {
    .mobile-menu-overlay__inner {
        width: 100%;
    }
}

.mobile-menu-overlay__inner .mobile-menu-close-box {
    /* padding: 50px 40px 30px; */
    padding: 20px;
}

.mobile-menu-overlay__inner .mobile-menu-close-box .mobile-navigation-close-icon {
    font-size: 20px;
    cursor: pointer;
}

.mobile-menu-overlay.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-overlay__header {
    background-color: #ffffff;
    padding: 15px 0;
}

.mobile-menu-overlay__body {
    /* padding: 20px 40px 100px; */
    padding: 0px;
    color: #fff;
}

.mobile-menu-overlay__body .offcanvas-navigation {
    /* onepage style */
}

.mobile-menu-contact-info p,
.mobile-menu-contact-info h6 {
    color: #fff !important;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a {
    display: block;
    color: #6d6d6d;
    padding-top: 18px;
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    /*font-weight: bold;*/
    text-transform: uppercase;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li>a:hover {
    color: #666;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children {
    position: relative;
    border: 1px solid #00000020;
    padding: 0 20px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.active .menu-expand:before {
    content: '\43';
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand {
    position: absolute;
    right: 20px;
    top: 12px;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #5a5a5a;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .menu-expand:before {
    content: '\43';
    font-size: 18px;
    font-family: "ElegantIcons";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu {
    padding: 12px 0 0px 25px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a {
    display: block;
    font-size: 15px;
    color: #868686;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li a:hover {
    color: #666;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children.active .menu-expand:before {
    content: "\43";
    font-family: "ElegantIcons";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand {
    position: absolute;
    right: 0;
    top: 6px;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu li.has-children .menu-expand:before {
    content: "\43";
    font-family: "ElegantIcons";
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children {
    position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
    content: "\43";
    font-family: "ElegantIcons";
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
    content: "\43";
    font-family: "ElegantIcons";
    font-size: 16px;
    font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children.mb-icons {
    /* text-align: center; */
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
}
li.has-children.mb-icons .container-checker {
    background-color: #e1e1e1;
    border-radius: 40px;
    padding: 15px 10px 10px;
}
.has-children.mb-icons i.headericons {
    font-size: 25px;
    margin: 0 5px;
}
/* .has-children.mb-icons i.headericons.icon-cart::after {
    content: 'CART';
}
.has-children.mb-icons i.headericons.icon-user::after {
    content: 'LOGIN';
    margin-left: 10px;
} */
.mobile-menu-overlay__body .offcanvas-navigation--onepage>ul>li.active>a {
    font-weight: 700;
}

.preview-nav>ul>li {
    margin: 0 24px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .preview-nav>ul>li {
        margin: 0 22px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .preview-nav>ul>li {
        margin: 0 15px;
    }
}

.preview-nav>ul>li>a {
    padding: 0px 0px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.preview-nav>ul>li>a::after {
    content: '';
    width: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    background-color: #000000;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.preview-nav>ul>li:hover>a::after,
.preview-nav>ul>li.active>a::after {
    width: 100%;
    left: 0;
    right: auto;
}


/*=====  End of Header  ======*/


/*=========================================















=               06. Footer Css            =















===========================================*/

.reveal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .reveal-footer {
        position: static;
    }
}

.footer-widget-wrapper {
    margin-bottom: -35px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget__title {
    margin-top: -3px;
    color: #828282;
    font-family: Conv_Nexa Bold;
}

.footer-widget a {
    color: #777777
}

.footer-widget__list li {
    margin-bottom: 15px;
    color: #fff;
}

.footer-widget__newsletter i {
    color: #fff;
}

.footer-widget__list li i {
    margin-right: 10px;
}

.footer-widget__list li:last-child {
    margin-bottom: 0;
}

.footer-widget__list li .image_btn {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    overflow: hidden;
}

.footer-widget__newsletter input {
    width: 100%;
    border-radius: 7px;
    border: 2px solid #e4e4e4;
    background: transparent;
    padding: 8px 70px 7.5px 7px;
}

.footer-widget__newsletter .submit-button {
    background: #c3c3c3;
    position: absolute;
    right: 15px;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    padding: 9px 20px;
    border-radius: 0px 7px 7px 0px;
}

@media only screen and (max-width: 767px) {
    .footer-widget__footer-menu {
        margin-bottom: 20px;
    }
}

.footer-widget__footer-menu li {
    display: inline-block;
    margin-right: 27px;
}

.footer-widget__footer-menu li:last-child {
    margin-right: 0;
}

.footer-social-networks .item {
    display: inline-block;
    margin-right: 20px;
}

.footer-social-networks .item:last-child {
    margin-right: 0;
}

.footer-bottom-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .footer-bottom-social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 0 0;
    }
}

.footer-bottom-social .title {
    margin-right: 60px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-bottom-social .title {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer-bottom-social .title {
        margin-right: 20px;
    }
}

.instagram_gallery a {
    width: 80px;
    margin: 5px;
}

.instagram_gallery a img {
    width: 80px;
}

.copyright-text {
    display: block;
}


/*=====  End of footer ======*/


/*=======================================















=            07. Sidebar Css           =















=========================================*/

.shop-widget {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.shop-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-shop-categories .widget-nav-list li,
.widget-size .widget-nav-list li,
.widget-price .widget-nav-list li {
    margin-bottom: 6px;
}

.widget-shop-categories .widget-nav-list li:last-child,
.widget-size .widget-nav-list li:last-child,
.widget-price .widget-nav-list li:last-child {
    margin-bottom: 0;
}

.widget-shop-categories .widget-nav-list li a,
.widget-size .widget-nav-list li a,
.widget-price .widget-nav-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-color .widget-nav-list li {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 20px;
}

.widget-color .widget-nav-list li:last-child {
    margin-bottom: 0;
}

.tagcloud a::after {
    content: ",";
}

.tagcloud a {
    font-size: 16px;
    padding-right: 5px;
}

.page-pagination li {
    text-align: center;
    padding: 0 5px;
}

.page-pagination li .page-numbers {
    height: 34px;
    padding: 0 13px;
    border-radius: 0;
    text-align: center;
    position: relative;
    color: #000;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-pagination li .page-numbers.current {
    background-color: #dcb14a;
}

.page-pagination li .page-numbers i {
    font-size: 12px;
    padding-left: 8px;
}


/*=====  End of Sidebar  ======*/


/*=======================================















=          08. Hero Slider Css           =















=========================================*/

.bg-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.single-hero-slider-one {
    height: 800px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-one {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-one {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-one {
        height: 500px;
    }
}

.single-hero-slider-one .hero-title {
    position: relative;
    padding-bottom: 15px;
}

.single-hero-slider-one .hero-title::after {
    background-color: #dcb14a;
    position: absolute;
    content: '';
    min-height: 4px;
    min-width: 70px;
    max-height: 4px;
    max-width: 70px;
    left: 0;
    bottom: 0;
}

.single-hero-slider-one .hero-btn-one {
    background: #f09b1a;
    color: #ffffff;
    line-height: 38px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 15px;
    height: 38px;
    padding: 0 20px;
}

.single-hero-slider-one .hero-btn-one i {
    margin-left: 5px;
}

.hero-slider-one .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-slider-one .slick-dots {
        bottom: 2px;
    }
}

.hero-slider-one .slick-dots li {
    display: inline-block;
    margin: 10px;
}

.hero-slider-one .slick-dots li button {
    font-size: 0;
    border: none;
    height: 12px;
    width: 12px;
    background: #ddd;
    border-radius: 100%;
}

.hero-slider-one .slick-dots li.slick-active button {
    background: #dcb14a;
}

.slick-current .hero-text-one {
    margin-top: 50px;
}

.slick-current .hero-text-one h6 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.slick-current .hero-text-one h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.slick-current .hero-text-one p {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.slick-current .hero-text-one .btn {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.hero-slider-two .slick-arrow {
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}

.hero-slider-two .slick-arrow:before {
    content: "";
    display: block;
    width: 103px;
    height: 1px;
    background-color: #666666;
    position: absolute;
    bottom: -4px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-slider-two .slick-arrow.arrow-next {
    right: 100px;
    left: auto;
}

.hero-slider-two .slick-arrow.arrow-next:before {
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-two .slick-arrow {
        left: 30px;
    }
    .hero-slider-two .slick-arrow.arrow-next {
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-two .slick-arrow {
        left: 15px;
    }
    .hero-slider-two .slick-arrow.arrow-next {
        right: 15px;
    }
    .hero-slider-two .slick-arrow:before {
        content: "";
        display: block;
        width: 40px;
    }
}

.hero-slider-two .slick-arrow:hover {
    color: #000000;
}

.hero-slider-two .slick-arrow:hover:before {
    background-color: #000000;
}

.hero-slider-five .slick-arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 30px;
}

.hero-slider-five .slick-arrow.arrow-next {
    right: 15px;
    left: auto;
}

.hero-slider-five .slick-arrow:hover {
    color: #000000;
}

.hero-slider-five .slick-arrow:hover:before {
    background-color: #000000;
}

.single-hero-slider-five {
    height: 1100px;
    background: #f1f1f1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-hero-slider-five {
        height: 900px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-five {
        height: 850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-five {
        height: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-five {
        height: 500px;
    }
}

.single-hero-slider-five .hero-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: -256px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-five .hero-content-wrap {
        margin-top: -156px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-five .hero-content-wrap {
        margin-top: -156px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-five .hero-content-wrap {
        margin-top: 0;
    }
}

.single-hero-slider-five .hero-content-wrap .hero-text-five {
    z-index: 99;
}

.single-hero-slider-five .small-title {
    position: relative;
    padding-left: 25px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.single-hero-slider-five .small-title::after {
    background-color: #999999;
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 0;
    bottom: 0;
}

.single-hero-slider-five .hero-title {
    position: absolute;
    padding-bottom: 15px;
}

.single-hero-slider-five .inner-images {
    text-align: center;
    position: absolute;
    right: 0;
}

.single-hero-slider-five .inner-images .image-two {
    position: absolute;
    bottom: -84px;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-five .inner-images .image-two {
        width: 200px;
        bottom: -4px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-five .inner-images {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-five .inner-images {
        width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-five .inner-images {
        width: 300px;
    }
}

.slick-current .hero-text-five {
    margin-top: 50px;
}

.slick-current .hero-text-five h6 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.slick-current .hero-text-five h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.slick-current .hero-text-five a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.slick-current .inner-images .image-one {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.slick-current .inner-images .image-two {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fp-table.active h6 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.fp-table.active h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

.fp-table.active a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.fullpage-area .section {
    position: relative;
}

.fullpage-fotter-area {
    position: absolute;
    bottom: 50px;
    width: 100%;
    z-index: 55;
}

.fullpage-fotter-area .fullpage-social-list li {
    margin-right: 20px;
}

.fullpage-fotter-area h5 span {
    font-size: 18px;
    color: #777;
}

#fp-nav ul {
    position: absolute;
    top: 55%;
    z-index: 3;
    right: 67px;
    padding: 0;
    margin: 0;
    list-style: none;
}

#fp-nav ul {
    position: fixed !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

#fp-nav ul li a {
    width: 10px;
    height: 10px;
    background-color: #d8dde6;
    display: inline-block;
    border-radius: 100%;
}

#fp-nav ul li a.active {
    background-color: #9fa5b2;
}

.single-hero-slider-7,
.single-hero-slider-four {
    height: 600px;
    background: #f1f1f1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-hero-slider-7,
    .single-hero-slider-four {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-7,
    .single-hero-slider-four {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-7,
    .single-hero-slider-four {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-7,
    .single-hero-slider-four {
        height: 500px;
    }
}

.single-hero-slider-7 .hero-content-wrap,
.single-hero-slider-four .hero-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-left: 100px;
}

.single-hero-slider-7 .hero-content-wrap .hero-text-7,
.single-hero-slider-four .hero-content-wrap .hero-text-7 {
    z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-7 .hero-content-wrap,
    .single-hero-slider-four .hero-content-wrap {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-7 .hero-content-wrap,
    .single-hero-slider-four .hero-content-wrap {
        margin-left: 0px;
    }
}

.single-hero-slider-7 h6,
.single-hero-slider-four h6 {
    position: relative;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.single-hero-slider-7 .inner-images,
.single-hero-slider-four .inner-images {
    text-align: center;
    position: absolute;
    right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-7 .inner-images,
    .single-hero-slider-four .inner-images {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-7 .inner-images,
    .single-hero-slider-four .inner-images {
        width: 400px;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-7 .inner-images,
    .single-hero-slider-four .inner-images {
        width: 300px;
        right: 0;
    }
}

.hero-slider-7 .slick-arrow,
.hero-slider-four .slick-arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 30px;
}

.hero-slider-7 .slick-arrow.arrow-next,
.hero-slider-four .slick-arrow.arrow-next {
    right: 15px;
    left: auto;
}

.hero-slider-7 .slick-arrow:hover,
.hero-slider-four .slick-arrow:hover {
    color: #000000;
}

.hero-slider-7 .slick-arrow:hover:before,
.hero-slider-four .slick-arrow:hover:before {
    background-color: #000000;
}

.single-hero-slider-four {
    height: 780px;
    background: #f1f1f1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-hero-slider-four {
        height: 700px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-four {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-four {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-four {
        height: 500px;
    }
}

.single-hero-slider-four .inner-images {
    top: 12%;
}

.hero-slider-four .slick-dots {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.hero-slider-four .slick-dots li {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 10px 0;
    padding-right: 20px;
    position: absolute;
    opacity: 0;
    font-size: 18px;
}

.hero-slider-four .slick-dots li::before {
    content: " / 03";
    right: -15px;
    position: absolute;
    font-size: 16px;
    color: #666666;
}

.hero-slider-four .slick-dots li:last-child::after {
    display: none;
}

.hero-slider-four .slick-dots li .pager__item {
    background: transparent;
    border: none;
    position: relative;
}

.hero-slider-four .slick-dots li.slick-active {
    color: #000000;
    opacity: 1;
}

.slick-current .hero-text-7 h6 {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.slick-current .hero-text-7 h1 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.slick-current .hero-text-7 a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.slick-current .inner-images .image-one {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.hero-slider-8 .col-lg-12 {
    padding-left: 55px;
    padding-right: 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .hero-slider-8 .col-lg-12 {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-8 .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-8 .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-8 .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hero-slider-8 .hero-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-left: 100px;
}

.hero-slider-8 .hero-content-wrap .hero-text-7 {
    z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-8 .hero-content-wrap {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-8 .hero-content-wrap {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slider-8 .hero-content-wrap {
        margin-left: 30px;
    }
}

.hero-slider-8 .slick-arrow {
    position: absolute;
    top: 50%;
    left: 135px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 30px;
}

.hero-slider-8 .slick-arrow.arrow-next {
    right: 135px;
    left: auto;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-8 .slick-arrow {
        left: 35px;
    }
    .hero-slider-8 .slick-arrow.arrow-next {
        right: 35px;
        left: auto;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slider-8 .slick-arrow {
        display: none;
    }
}

.hero-slider-8 .slick-arrow:hover {
    color: #000000;
}

.hero-slider-8 .slick-arrow:hover:before {
    background-color: #000000;
}

.single-hero-slider-10 {
    height: 900px;
    background: #f1f1f1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .single-hero-slider-10 {
        height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-10 {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-10 {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-10 {
        height: 550px;
    }
}

.single-hero-slider-10 .hero-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.single-hero-slider-10 .hero-content-wrap .hero-text-7 {
    z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-10 .hero-content-wrap {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-10 .hero-content-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-hero-slider-10 .hero-content-wrap p {
        display: none;
    }
}

.single-hero-slider-10 h5 {
    position: relative;
    font-weight: 400;
}

.single-hero-slider-10 .inner-images {
    text-align: center;
    position: absolute;
    right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slider-10 .inner-images {
        width: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slider-10 .inner-images {
        width: 400px;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slider-10 .inner-images {
        width: 300px;
        right: 50px;
        bottom: -80px;
    }
}

@media only screen and (max-width: 575px) {
    .single-hero-slider-10 .inner-images {
        width: 300px;
        right: 0px;
        bottom: -100px;
    }
}

.hero-slider-10 .slick-dots {
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slider-10 .slick-dots {
        right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-10 .slick-dots {
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider-10 .slick-dots {
        right: 15px;
    }
}

.hero-slider-10 .slick-dots li {
    margin: 10px 0;
    font-size: 18px;
    color: #666;
}

.hero-slider-10 .slick-dots li .pager__item {
    background: transparent;
    border: none;
    position: relative;
}

.hero-slider-10 .slick-dots li .pager__item::after {
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 40px;
    background: #666;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hero-slider-10 .slick-dots li.slick-active {
    color: #000000;
}

.hero-slider-10 .slick-dots li.slick-active .pager__item::after {
    width: 60px;
    background: #000000;
}

.hero-product-image {
    position: relative;
    overflow: hidden;
}

.hero-product-image>a {
    display: block;
}

.hero-product-image>a img {
    width: 100%;
}

.hero-product-image>a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.hero-product-image .product-banner-title {
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 30px;
    background: #ffffffc7;
    padding: 14px;
}

.hero-product-image .product-banner-title h4 {
    font-size: 22px;
}

.hero-product-image .product-banner-title h6 {
    font-size: 16px;
}

.hero-product-image:hover h4 {
    color: #999;
}

.hero-product-image:hover h6 {
    color: #dcb14a;
}

.hero-area-video.youtube-bg {
    background: url(../images/banners/video-about.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.hero-area-video.dotted-overlay::before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-hero-slider-12 {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-hero-slider-12 .hero-text-12 {
    height: 100%;
}


/*=======================================















=          09. About Us Css           =















=========================================*/

.hero-about-us-content p {
    font-size: 20px;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
}

.about-us-content-4 {
    height: 100%;
    padding: 50px;
}

.elendo-video-box {
    background: url(../images/banners/video-banner.jpg);
    min-height: 450px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.elendo-video-box .video-icon a {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}

.elendo-video-box .video-icon::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.elendo-video-box:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.elendo-video-box:hover .video-icon::before {
    opacity: 1;
}

.elendo-video-box .linear-ic-play {
    font-size: 62px;
    line-height: 60px;
    font-style: normal;
}

.elendo-video-box .linear-ic-play::before {
    content: "I";
    font-family: "ElegantIcons";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.banner-video-box {
    position: relative;
    overflow: hidden;
}

.banner-video-box::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-video-box .video-icon a {
    z-index: 3;
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-video-box .video-icon a i {
    font-size: 62px;
    line-height: 60px;
}

.banner-video-box:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.banner-video-box:hover::after {
    opacity: 1;
}

.banner-video-box .linear-ic-play {
    font-style: normal;
}

.banner-video-box .linear-ic-play::before {
    content: "I";
    font-family: "ElegantIcons";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.about-us-content_6 h2 {
    font-size: 60px;
    font-family: 'Mr De Haviland', cursive;
    margin-bottom: 20px;
}

.about-us-content_6 p {
    max-width: 780px;
    margin: auto;
}

.single-support-item {
    margin-top: 50px;
}

.single-support-item .header-support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-support-item .header-support .icon {
    line-height: 1;
    font-size: 36px;
    color: #000;
    margin-right: 20px;
}

.single-support-item .iconbox-desc {
    margin-top: 20px;
}

.progress-charts {
    overflow: hidden;
}

.progress-charts h6.heading {
    margin-bottom: 13px;
    text-transform: uppercase;
}

.progress-charts h6.heading span.percent-label {
    color: #222;
    font-weight: 600;
}

.progress-charts h6.custom-color--2 {
    color: #000;
}

.progress-charts h6.custom-color--3 {
    color: #66a7e8;
}

.progress-charts h6.custom-color--4 {
    color: #f10;
}

.progress-charts h6.custom-color--5 {
    color: #23a455;
}

.progress-charts h6.custom-color--6 {
    color: #a0a0a0;
}

.progress-charts h6.custom-color--7 {
    color: #000;
}

.progress-charts h6.custom-color--8 {
    color: #7971ea;
}

.progress-charts .progress {
    height: 3px;
    overflow: visible;
    font-size: 14px;
    background-color: #eee;
    border-radius: 0;
}

.progress-charts .progress .progress-bar {
    overflow: visible;
    position: relative;
    background: #dcb14a;
}

.progress-charts .progress .progress-bar.custom-color--2 {
    background-color: #000;
}

.progress-charts .progress .progress-bar span.percent-label {
    position: absolute;
    color: #222;
    right: -7px;
    top: -35px;
    font-size: 14px;
    font-weight: 600;
}

.prog-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.progress-charts {
    margin-bottom: 20px;
}

.radial-progress-single.progress-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .radial-progress-single.progress-flex {
        display: block;
    }
}


/*=======================================















=        10. Product Details Css           =















=========================================*/

.product-details-thumbs-2 {
    float: left;
    width: 110px;
}

.product-details-thumbs-2 .sm-image {
    margin-bottom: 5px;
}

.product-details-thumbs-2 .sm-image:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .product-details-thumbs-2 {
        float: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 -5px;
    }
    .product-details-thumbs-2 .sm-image {
        padding: 5px;
    }
}

.product-details-images-2 {
    float: right;
    width: calc(100% - 110px);
    padding-left: 10px;
}

.product-details-images-2 .lg-image a {
    display: block;
}

.product-details-images-2 .lg-image a img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .product-details-images-2 {
        float: inherit;
        width: calc(100% - 0px);
        padding-left: 0px;
    }
}

.product-details-content .price {
    color: #444242;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* .product-details-content .price#product-heading {
    color: #000;
} */

.product-details-content .on-sale-price {
    font-weight: 400;
}

.product-details-content .on-sale-price .new-price {
    color: #df0303;
    font-size: 30px;
    margin-right: 18px;
}

.product-details-content .on-sale-price .old-price {
    font-size: 20px;
    text-decoration: line-through;
    color: #999;
    margin-top: 5px;
}

.product-details-content .stock {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 15px;
}

.product-details-content .stock p {
    color: #000000;
}

.product-details-content .stock.in-stock p span {
    color: #3bc604;
}

.product-details-content .stock.out-of-stock p span {
    color: #df0303;
}

.product-details-scroll-images .lg-image {
    margin-bottom: 30px;
}

.product-details-scroll-images .lg-image:last-child {
    margin-bottom: 0;
}

.product-details-scroll-images .lg-image a {
    display: block;
}

.product-details-scroll-images .lg-image a img {
    width: 100%;
}

.content-center .product-variants {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-center .cart-quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.group-cart-table .table td {
    text-align: center;
}

.group-cart-table .quantity-field label {
    margin-right: 5px;
}

.group-cart-table .quantity-field input {
    width: 50px;
    text-align: center;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table .table td {
        min-width: 200px;
    }
}

.product-details-tab .nav li {
    margin: 0px 0px;
    position: relative;
    padding: 0 20px;
    margin-bottom: 20px;
}


/*.product-details-tab .nav li::before {

	content: "|";

	top: 50%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	right: 0;

	position: absolute;

}*/

.product-details-tab .nav li:last-child::before {
    display: none;
}

.product-details-tab .nav li:first-child {
    padding-left: 0;
}

.product-details-tab .nav li a {
    font-weight: 500;
    font-size: 18px;
    display: block;
    position: relative;
    min-width: 338px;
}

.product-details-tab .nav li:last-child {
    padding-right: 0px;
}

@media only screen and (max-width: 575px) {
    .product-details-tab .nav li a {
        padding-bottom: 10px;
    }
    .product-details-tab .nav li a:last-child {
        margin-top: 10px;
    }
}

.product-details-tab .nav li:hover>a {
    width: 100%;
}

.product_details_container {
    margin: -5px -10px;
}

.single-product-gallery {
    float: left;
    padding: 5px 10px;
    width: 50%;
}

.comments-reply-area .comment-input .comment-form-author,
.comments-reply-area .comment-input .comment-form-email {
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .comments-reply-area .comment-input .comment-form-author,
    .comments-reply-area .comment-input .comment-form-email {
        width: 100%;
    }
}

.feature_list li {
    margin-bottom: 5px;
}

.feature_list li i {
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
}

.comment-form-comment .comment-notes {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
    height: 140px;
}

.comment-form-comment label {
    display: block;
    margin-bottom: 1px;
}

.comment-form-comment label span {
    color: #dcb14a;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
}

@media only screen and (max-width: 575px) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 100%;
    }
}

.comment-input {
    margin: 0 -10px;
    overflow: hidden;
}

.comment-input label {
    display: block;
    margin-bottom: 1px;
}

.comment-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
    height: 40px;
}

.comment-form-submit .comment-submit {
    background: #dcb14a;
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    margin-top: 20px;
}

.comment-form-submit .comment-submit:hover {
    background: #000000;
}

.product-details-wrap {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.shop_attributes {
    width: 100%;
}

.shop_attributes tr {
    width: 50%;
    float: left;
}

.comments-reply-area .comment-input .comment-form-author,
.comments-reply-area .comment-input .comment-form-email {
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .comments-reply-area .comment-input .comment-form-author,
    .comments-reply-area .comment-input .comment-form-email {
        width: 100%;
    }
}

.comment-form-submit .comment-submit {
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 4px 28px;
    margin-top: 20px;
}

.comment-form-submit .comment-submit:hover {
    background: #444;
}

.blog-wrap-col-3 .blog-contend h3 {
    font-size: 18px;
}

.blog-wrap-col-3 .blog-contend .blog-date-categori {
    margin-bottom: 10px;
}

.blog-wrap-col-3 .blog-contend .blog-date-categori ul li {
    display: inline-block;
}

.blog-wrap-col-3 .blog-contend .blog-date-categori ul li a {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 400;
}

.blog-wrap-col-3 .blog-contend .blog-date-categori ul li a i {
    font-size: 14px;
    margin-right: 5px;
}

.blog-wrap-col-3 .blog-btn {
    display: inline-block;
    padding: 5px 15px;
}

.product-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    display: flex;
    margin-right: 8px;
    color: #ddd;
}

.product-rating .yellow {
    color: #F5A623;
}

.product-rating i {
    margin: 0;
}

.pro_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pro_review.ans {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .pro_review.ans {
        margin-bottom: 30px;
        margin-left: 20px;
        margin-top: 30px;
    }
}

.review_thumb {
    margin-right: 20px;
    min-width: 8%;
}

@media only screen and (max-width: 767px) {
    .review_thumb {
        min-width: 25%;
    }
}

.review_info h4 {
    font-weight: 500;
}

.rating_send {
    border: 1px solid #dddddd;
    display: block;
    float: right;
    font-size: 20px;
    margin-top: -55px;
    padding: 2px 13px;
}

.rating_send a {
    font-size: 14px;
}

.review_date {
    margin-top: 5px;
}

.review_details p {
    margin-top: 5px;
}

.product-color-wrapper,
.product-size-wrapper {
    color: #666;
    font-weight: 500;
}

.product-color-wrapper label,
.product-size-wrapper label {
    color: #000000;
}

.product-size-menu li {
    margin-right: 20px;
}

.product-size-menu li a {
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #f1f1f1;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    color: #333;
}

.product-size-menu li a.active {
    border: 1px solid #bfbfbf;
}

.product-color-menu li {
    margin-right: 20px;
}

.product-color-menu li a {
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #f1f1f1;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    color: #333;
    position: relative;
}

.product-color-menu li a.active {
    background: #333;
}

.product-color-menu li a.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #eee;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 8px;
    left: 11px;
}

@media only screen and (max-width: 575px) {
    .quickview-button {
        margin-top: 10px;
    }
}

.variations select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-color: #bfbfbf;
    border-radius: 0;
    padding: 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    cursor: pointer;
    background: #fff url("../images/icons/selector-icon.png") no-repeat center right 20px;
}

.variations select:focus {
    background: #f8f8f8 url("../images/icons/selector-icon.png") no-repeat center right 20px !important;
}

.groupped-table {
    width: 100%;
}

.groupped-table thead th {
    background-color: #f4f5f7;
    border: none;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 15px;
    width: 50%;
}

.groupped-table .product-quantity {
    text-align: right;
}

.groupped-table .product-groupped-item .product-title {
    font-size: 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    color: #000;
    display: block;
}

.groupped-table .product-groupped-item .price {
    color: #999;
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
}

.groupped-table tr {
    border: 0;
    border-bottom: 1px solid #eaeaea;
}

.groupped-table .single-groupped-item th {
    padding: 15px 15px 14px;
    color: #666;
    width: inherit;
    text-align: left;
    border: none;
}

.groupped-table .single-groupped-item .quickview-quality {
    text-align: right;
}

.groupped-table .single-groupped-item input.input-text {
    width: 45px;
    border: 1px solid #ddd;
    padding: 2px 5px;
}


/*=======================================















=        11. Shop Pages Css           =















=========================================*/

.col__20 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col__20 {
    width: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col__20 {
        width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col__20 {
        width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .col__20 {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .col__20 {
        width: 100%;
    }
}

.plr-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.shop-toolbar__items-wrapper,
.shop-toolbar__item--left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-toolbar__items-wrapper .shop-toolbar__item,
.shop-toolbar__item--left .shop-toolbar__item {
    border-right: 1px solid #000;
    line-height: 12px;
    cursor: pointer;
    display: block;
    padding: 0 17px;
}

.shop-toolbar__items-wrapper .shop-toolbar__item:last-child,
.shop-toolbar__item--left .shop-toolbar__item:last-child {
    border-right: none;
}

.shop-toolbar__items-wrapper .shop-toolbar__item:last-child,
.shop-toolbar__item--left .shop-toolbar__item:last-child {
    padding-right: 0;
}

.shop-toolbar__items-wrapper .shop-toolbar__item:first-child,
.shop-toolbar__item--left .shop-toolbar__item:first-child {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .shop-toolbar__items-wrapper,
    .shop-toolbar__item--left {
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.shop-toolbar__item--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .shop-toolbar__item--left {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.toolber-tab-menu li {
    padding: 0 10px;
}

.toolber-tab-menu li a {
    padding: 0;
}

.toolber-tab-menu li a img {
    width: 1em;
    height: 1em;
    opacity: 0.5;
}

.toolber-tab-menu li a.active {
    color: #999;
}

.toolber-tab-menu li a.active img {
    opacity: 1;
}

.shop-toolbar__item--filter i {
    padding-left: 8px;
    font-size: 12px;
    font-weight: 700;
}

.product-filter-wrapper {
    margin-bottom: 30px;
    font-size: 14px;
    padding: 40px 15px 10px;
    display: none;
    width: 100%;
}

.product-filter-wrapper .product-filter h5 {
    font-size: 18px;
    margin: 0 0 17px;
    text-transform: capitalize;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .product-filter-wrapper .product-filter h5 {
        margin: 0 0 10px;
    }
}

.product-filter-wrapper .product-filter .widget-nav-list li {
    position: relative;
    margin-bottom: 8px;
    padding: 1px 0;
    display: block;
    font-size: 16px;
}

.product-filter-wrapper .product-filter .price-filter ul li {
    margin-bottom: 10px;
}

.product-filter-wrapper .product-filter .product-tags ul {
    width: 100%;
}

.product-filter-wrapper .product-filter .product-tags ul li {
    width: 50%;
    display: inline-block;
    float: left;
}

.product-filter-wrapper .product-filter .fliter-size ul li {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-filter-wrapper .product-filter .fliter-size ul li {
        margin-right: 2px;
    }
}

.product-filter-wrapper .product-filter .fliter-size ul li:last-child {
    margin-right: 0px;
}

.product-filter-wrapper .product-filter .fliter-size ul li a {
    color: #535353;
    font-size: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 9px 16px;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-filter-wrapper .product-filter .fliter-size ul li a {
        padding: 3px 8px;
    }
}

.product-filter-wrapper .product-filter .fliter-size ul li a:hover {
    color: #fff;
    border: 1px solid #dcb14a;
    background-color: #dcb14a;
}

.product-filter-wrapper .product-filter .tagcloud a {
    font-size: 16px;
    padding-right: 5px;
}

.product-filter-wrapper .product-filter .tagcloud a::after {
    content: ",";
}

.product-filter-wrapper .filter-close-wrap a {
    font-size: 16px;
    color: #dcb14a;
}

.product-filter-wrapper .filter-close-wrap a i {
    position: relative;
    top: 3px;
    font-size: 20px;
    margin-right: 3px;
}

.product-filter-wrapper .col__20 {
    width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-filter-wrapper .col__20 {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .product-filter-wrapper .col__20 {
        width: 25%;
    }
}

@media only screen and (max-width: 575px) {
    .product-filter-wrapper .col__20 {
        width: 50%;
    }
}

.swatch-color {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    opacity: .5;
    margin-right: 10px;
}

.swatch-color.black {
    background-color: #000000;
}

.swatch-color.green {
    background-color: #81d742;
}

.swatch-color.grey {
    background-color: #adadad;
}

.swatch-color.red {
    background-color: #dd3333;
}

.swatch-color.white {
    background-color: #f4f4f4;
}

.swatch-color.yellow {
    background-color: #eeee22;
}

.shop-short-by {
    position: relative;
    padding: 10px 0;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .shop-short-by {
        padding: 30px 0;
    }
}

.shop-short-by>ul>li {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.shop-short-by>ul>li a {
    color: #000000;
}

.shop-short-by>ul>li a i {
    color: #282828;
    font-weight: 700;
    margin-left: 3px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.shop-short-by>ul>li a i.angle-up {
    position: absolute;
    right: 3px;
    top: 1px;
    opacity: 0;
    visibility: hidden;
}

.shop-short-by>ul>li>ul {
    left: 0;
    top: 100%;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #ddd;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

@media only screen and (max-width: 767px) {
    .shop-short-by>ul>li>ul {
        right: 0;
        left: auto;
    }
}

.shop-short-by>ul>li>ul li {
    display: block;
}

.shop-short-by>ul>li>ul li a {
    padding: 5px 10px;
    white-space: pre;
    display: block;
    border-radius: 4px;
    font-size: 0.92em;
    color: #777777;
    line-height: 24px;
}

.shop-short-by>ul>li>ul li a:hover {
    color: #222;
}

.shop-short-by>ul>li>ul li.active a {
    color: #222;
}

.shop-short-by>ul>li:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.product-border .product-thumbnail {
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    border-width: 1px 0 1px 1px;
}

.product-border:last-child .product-thumbnail {
    border-width: 1px;
}

.product-border .col__20 {
    padding-right: 0px;
    padding-left: 0px;
}

.no-gutters-coustom .col__20 {
    padding-right: 0px;
    padding-left: 0px;
}


/*==============================================















=         12. Cart & Checkout Pages Css          =















================================================*/

h3.cart-page-title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.header-color-gray.cart-table-content table thead>tr th {
    padding: 10px 0;
}

.header-color-gray.cart-table-content table tbody>tr td {
    padding: 20px 0px 20px;
}

.cart-table-content table {
    width: 100%;
}

.cart-table-content table thead>tr th {
    border-top: medium none;
    font-size: 18px;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 0 33px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content table thead>tr th {
        padding: 0 0 33px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead>tr th {
        padding: 0 20px 33px 20px;
    }
}

.cart-table-content table thead>tr th .product-name {
    max-width: 400px;
}

.cart-table-content table thead>tr th .product-price {
    max-width: 300px;
}

.cart-table-content table tbody>tr td {
    font-size: 14px;
    padding: 40px 0px 40px;
    border-top: 1px solid #ddd;
}

.cart-table-content table tbody>tr td.product-remove {
    width: 50px;
}

.cart-table-content table tbody>tr td.product-remove a {
    color: #777777;
}

.cart-table-content table tbody>tr td.product-img {
    width: 100px;
}

.cart-table-content table tbody>tr td.product-name {
    width: 370px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody>tr td.product-name {
        min-width: 250px;
    }
}

@media only screen and (max-width: 575px) {
    .cart-table-content table tbody>tr td.product-name {
        min-width: 200px;
        padding-left: 20px;
        padding-right: 0px;
    }
}

.cart-table-content table tbody>tr td.product-name a {
    font-size: 16px;
    font-weight: 500;
}

.cart-table-content table tbody>tr td.product-name a:hover {
    color: #dcb14a;
}

.cart-table-content table tbody>tr td.product-price {
    min-width: 250px;
}

.cart-table-content table tbody>tr td.product-price span {
    color: #1f2226;
    font-weight: 500;
}

.cart-table-content table tbody>tr td.product-stock-status {
    min-width: 180px;
    font-weight: 500;
}

.cart-table-content table tbody>tr td.product-stock-status p {
    color: #690;
    font-size: 16px;
}

.cart-table-content table tbody>tr td.product-total {
    min-width: 70px;
}

.cart-table-content table tbody>tr td.product-total span {
    font-weight: 600;
}

.cart-table-content table tbody>tr td.price-total {
    min-width: 70px;
}

.cart-table-content table tbody>tr td.price-total span {
    font-weight: 600;
}

.cart-table-content table tbody>tr td.product-wishlist-cart {
    text-align: right;
    min-width: 250px;
}

.cart-table-content table tbody>tr td.product-wishlist-cart>a {
    background-color: #232323;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 14px 25px;
    text-transform: capitalize;
}

.cart-table-content table tbody>tr td.product-wishlist-cart>a:hover {
    background-color: #dcb14a;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #CDCDCD;
    padding: 18px 0 0;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        display: block;
    }
}

.cart-shiping-update-wrapper .discount-code {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.cart-shiping-update-wrapper .discount-code input {
    padding: 0 115px 0 0;
    border: none;
    height: 34px;
    font-size: 12px;
    color: #282828;
    background-color: transparent;
    border-bottom: 1px solid #D8D8D8;
}

.cart-shiping-update-wrapper .discount-code button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
}

.cart-shiping-update-wrapper .cart-clear a {
    font-weight: 600;
    display: inline-block;
    margin: 3px 0 0 7px;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper .cart-clear {
        margin-top: 20px;
    }
}

.grand-total-wrap {
    border: 1px solid #bfbfbf;
    background: #F9F9F9;
    padding: 0px 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .grand-total-wrap {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .grand-total-wrap {
        margin-top: 40px;
    }
}

.grand-total-wrap h4 {
    font-weight: 800;
    font-size: 14px;
    margin: 0;
}

.grand-total-wrap .grand-total-content {
    padding: 30px 0 30px;
}

.grand-total-wrap .grand-total-content ul li {
    font-weight: bold;
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 16px;
    margin-bottom: 17px;
}

.grand-total-wrap .grand-total-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.grand-total-wrap .grand-total-content ul li span {
    float: right;
    font-weight: 400;
}

.grand-total-wrap .grand-btn {
    margin-left: -30px;
    margin-right: -30px;
}

.grand-total-wrap .grand-btn a {
    background-color: #262626;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 23px 10px 20px;
}

.grand-total-wrap .grand-btn a:hover {
    background-color: #dcb14a;
}

.discount-code {
    max-width: 400px;
}

.discount-code input {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 0;
    padding: 15px 15px 13px;
}

.cart_totals {
    max-width: 400px;
}


/*-------- 26. Checkout style ---------*/

.customer-zone>p {
    position: relative;
    padding: 14px 30px 14px 60px;
    background-color: #f4f5f7;
    margin: 0;
}

.customer-zone>p::before {
    content: "\f058";
    color: #6dde6d;
    display: inline-block;
    position: absolute;
    font-family: fontawesome;
    left: 30px;
}

.checkout-login-info {
    border: 1px solid #ddd;
    padding: 30px;
    display: none;
    margin-top: 30px;
}

.checkout-login-info p {
    color: #777;
    margin: 0 0 22px;
}

.checkout-login-info .single-input input {
    border: 1px solid #CDCDCD;
    height: 50px;
    background-color: transparent;
    width: 100%;
    color: #777;
    font-size: 14px;
    padding: 0 20px;
}

.checkout-login-info .single-input input:focus {
    border: 1px solid #262626;
}

.checkout-login-info .single-input label {
    display: block;
    margin: 0 0 10px;
}

.checkout-login-info .single-input label span {
    color: red;
}

.checkout-coupon-info {
    border: 1px solid #ddd;
    padding: 30px;
    display: none;
    margin-top: 30px;
}

.checkout-coupon-info p {
    color: #777;
    margin: 0 0 22px;
}

.checkout-coupon-info form input[type="text"] {
    border: 1px solid #CDCDCD;
    height: 50px;
    background-color: transparent;
    width: 100%;
    color: #777;
    font-size: 14px;
    padding: 0 20px;
}

.checkout-coupon-info form input[type="text"]:focus {
    border: 1px solid #262626;
}

.checkout-coupon-info form input[type="submit"] {
    background: #262626 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    margin-top: 15px;
    padding: 5px 30px 7px;
    text-transform: capitalize;
    font-weight: 400;
    width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-coupon-info form input[type="submit"] {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-coupon-info form input[type="submit"] {
        padding: 5px 16px;
        margin-left: 5px;
    }
}

.checkout-coupon-info form input[type="submit"]:hover {
    background-color: #dcb14a;
}

.billing-info-wrap .billing-info label {
    display: block;
    margin: 0 0 10px;
}

.billing-info-wrap .billing-info label span {
    color: red;
}

.billing-info-wrap .billing-info input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #777;
    width: 100%;
}

.billing-info-wrap .billing-info input:focus {
    border: 1px solid #262626;
}

.billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 20px;
}

.billing-info-wrap .billing-select label {
    display: block;
    margin: 0 0 10px;
}

.billing-info-wrap .billing-select label span {
    color: red;
}

.billing-info-wrap .billing-select .select-active {
    border: 1px solid #e6e6e6;
    color: #262626;
    border-radius: 0;
    background: transparent url(../images/icons/selector-icon.png) no-repeat center right 20px !important;
}

.billing-info-wrap .billing-select .select-active:focus {
    background: transparent;
}

.billing-info-wrap .billing-select .select2-container {
    display: block;
}

.billing-info-wrap .billing-select .select2-container .select2-choice {
    border: 1px solid #e6e6e6;
    background: transparent;
    -moz-appearance: none;
    height: 50px;
    padding: 2px 20px;
    color: #262626;
    cursor: pointer;
}

.billing-info-wrap .billing-select .select2-container .select2-choice .select2-chosen {
    height: 50px;
}

.billing-info-wrap .additional-info-wrap {
    margin: 3px 0 0;
}

.billing-info-wrap .additional-info-wrap label {
    display: block;
    margin: 0 0 10px;
    padding: 5px 0 0;
}

.billing-info-wrap .additional-info-wrap textarea {
    min-height: 120px;
    background-color: transparent;
    border-color: #e8e8e8;
    padding: 20px;
    color: #8a8a8a;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .billing-info-wrap.mr-100 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .billing-info-wrap.mr-100 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .billing-info-wrap.mr-100 {
        margin-right: 0px;
    }
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    cursor: pointer;
    display: block;
    height: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    color: #262626;
    line-height: 50px;
    padding: 0px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 34px;
    background-color: transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0073aa;
    color: #fff;
}

.your-order-area {
    padding: 40px 45px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border: 1px solid #bfbfbf;
    background-color: #f6f6f6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
        padding: 40px 25px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        padding: 40px 12px 50px;
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin: 0 0 45px;
}

.your-order-area h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -14px;
    background-color: #000;
    width: 50px;
    height: 2px;
}

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #CDCDCD;
}

.your-order-area .your-order-wrap .your-order-info ul li {
    padding: 0 0 7px;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
    font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
    font-size: 18px;
}

.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #CDCDCD;
    padding: 24px 0 23px;
}

.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px;
}

.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
    margin-bottom: 0;
}

.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
}

.your-order-area .your-order-wrap .payment-method {
    margin: 25px 0 0;
}

.your-order-area .your-order-wrap .payment-method h5 {
    text-transform: uppercase;
}

.your-order-area .your-order-wrap .payment-method p {
    color: #777;
    font-size: 12px;
    margin: 14px 0 0;
}

.your-order-area .your-order-wrap .condition-wrap {
    margin: 40px 0 0;
}

.your-order-area .your-order-wrap .condition-wrap p {
    color: #777;
    line-height: 1.88;
    margin: 0;
}

.your-order-area .your-order-wrap .condition-wrap p a {
    color: #777;
}

.your-order-area .your-order-wrap .condition-wrap .condition-form input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: relative;
    top: 6px;
}

.your-order-area .your-order-wrap .condition-wrap .condition-form span {
    color: #262626;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.your-order-area .your-order-wrap .condition-wrap .condition-form span span.star {
    color: red;
}

.your-order-area .Place-order a {
    background-color: #262626;
    display: block;
    cursor: pointer;
    padding: 22px 50px 21px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.your-order-area .Place-order a:hover {
    background-color: #dcb14a;
}

.order-tracking-form-box input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #777;
    width: 100%;
}

.order-tracking-form-box input:focus {
    border: 1px solid #262626;
}

.order-tracking-form-box input.billing-address {
    margin-bottom: 20px;
}


/*==============================================















=         13. Contact Us Pages Css          =















================================================*/

.single-contact-info-item {
    margin-top: 30px;
    text-align: center;
}

.single-contact-info-item .icon {
    float: none;
    margin-right: auto;
}

.single-contact-info-item .icon i {
    line-height: 1;
    font-size: 36px;
    color: #000;
}

.single-contact-info-item .iconbox-desc {
    display: inline-block;
}

.contact-input {
    margin: 0 -10px;
}

.contact-input .contact-inner {
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .contact-input .contact-inner {
        width: 100%;
    }
}

.contact-inner {
    margin: 0 0 20px;
}

.contact-inner {
    margin: 0 0 20px;
}

.contact-inner input,
.contact-inner textarea {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #777;
    width: 100%;
}

.contact-inner input:focus,
.contact-inner textarea:focus {
    border: 1px solid #262626;
}

.contact-inner textarea {
    height: 150px;
    padding: 15px;
}

.contact-inner select {
    color: #777;
}

.googleMap-1 {
    height: 800px;
}


/*=======================================















=        14. preview Pages Css           =















=========================================*/

.hero-preview {
    width: 100%;
}

.hero-preview .single-hero-slider-one {
    height: 900px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-preview .single-hero-slider-one {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-preview .single-hero-slider-one {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-preview .single-hero-slider-one {
        height: 500px;
    }
}

.hero-preview .bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding-top: 250px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .hero-preview .bg-img {
        padding-top: 120px;
    }
}

.hero-preview .preview-hero-text {
    margin-top: 120px;
}

.hero-preview .preview-hero-text h1 {
    font-size: 100px;
    margin-bottom: 28px;
    font-weight: 600;
}

.hero-preview .preview-hero-text p {
    padding-bottom: 195px;
    font-size: 26px;
    line-height: 1.615;
}

.hero-preview .preview-hero-text a {
    color: #999;
    font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-preview .preview-hero-text {
        margin-top: 100px;
    }
    .hero-preview .preview-hero-text h1 {
        font-size: 70px;
        margin-bottom: 18px;
    }
    .hero-preview .preview-hero-text p {
        padding-bottom: 95px;
        font-size: 18px;
        line-height: 1.615;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-preview .preview-hero-text {
        margin-top: 60px;
    }
    .hero-preview .preview-hero-text h1 {
        font-size: 54px;
        margin-bottom: 18px;
    }
    .hero-preview .preview-hero-text p {
        padding-bottom: 95px;
        font-size: 18px;
        line-height: 1.615;
    }
}

@media only screen and (max-width: 767px) {
    .hero-preview .preview-hero-text h1 {
        font-size: 40px;
        margin-bottom: 18px;
    }
    .hero-preview .preview-hero-text p {
        padding-bottom: 95px;
        font-size: 18px;
        line-height: 1.615;
    }
}

.single-demo-page {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-demo-page img {
    border: 1px solid #cccccc;
    display: block;
}

.single-demo-page span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
    margin-top: 32px;
    margin-left: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.single-demo-page:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-demo-page:hover span {
    border-color: #000;
}

.preview-footer-area.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.preview-footer-area .preview-footer-text {
    padding: 120px 0;
}

.preview-footer-area .preview-footer-text h2 {
    font-size: 48px;
    margin-bottom: 31px;
    line-height: 1.25;
}

.preview-footer-area .preview-footer-text p {
    font-size: 24px;
    line-height: 1.67;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .preview-footer-area .preview-footer-text {
        padding: 60px 0;
    }
    .preview-footer-area .preview-footer-text h2 {
        font-size: 28px;
    }
    .preview-footer-area .preview-footer-text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .preview-footer-area .preview-footer-text {
        padding: 60px 0;
    }
    .preview-footer-area .preview-footer-text h2 {
        font-size: 22px;
    }
    .preview-footer-area .preview-footer-text p {
        font-size: 16px;
    }
}

.preview-footer-area .copyright {
    padding: 0 0 50px 0;
}


/*======================================















=        15. Button Css















=======================================*/

.btn {
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 38px;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: transparent;
}

.btn--sm {
    line-height: 38px;
    padding: 0 22px;
    height: 40px;
}

.btn--md {
    line-height: 38px;
    padding: 0 32px;
    height: 40px;
}

.btn--lg {
    line-height: 44px;
    padding: 0 42px;
    height: 46px;
}

.btn--black {
    background: #000000;
    color: #ffffff;
}

.btn--black:hover,
.btn--black:focus {
    background: #222;
    color: #ffffff;
}

.btn--border_1 {
    border: 1px solid #737373;
    background: #797877;
    color: #ffffff;
    flex-grow: 0;
    display: flex;
    margin: 0 auto;
    align-items: center;
    /* font-size: 12px; */
    /* font-family: 'Conv_Nexa Bold'; */
    line-height: normal;
    padding: 10px 30px;
}

.btn--border_1:hover {
    border: 1px solid #222;
    background: #222;
    color: #ffffff;
}

.btn--full {
    width: 100%;
}

.btn--icon {
    border: 1px solid #222;
    text-align: center;
    height: 46px;
    line-height: 44px;
    padding: 0 22px;
}

.btn--icon:hover {
    border: 1px solid #222;
    background: #222;
    color: #ffffff;
}

.btn--text-icon {
    font-size: 18px;
    font-weight: 500;
}

.btn--text-icon i {
    margin-right: 10px;
}

.btn--border-bottom {
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
    line-height: 1;
}

.btn--border-bottom:hover {
    text-decoration: underline;
}

.tf-btn {
    font-size: 18px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    font-weight: 700 !important;
    text-align: center;
    background-color: #7baa0b;
    color: #fff;
}

.tf-btn:hover,
.tf-btn:focus {
    color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .tf-btn {
        padding: 0 10px;
        font-size: 12px;
    }
}


/*======================================















=        16. Featuted Product Css















=======================================*/

.images-text-bg img {
    max-width: 650px;
    max-height: 121px;
}

.featuted-product-one .product-thumbnail a {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .featuted-product-one .product-thumbnail {
        margin-bottom: 30px;
    }
}

.featuted-product-one:hover .product-thumbnail a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.featured-pice {
    margin-top: 15px;
    font-size: 16px;
    color: #999;
}

.featured-pice span {
    color: #666;
    font-size: 24px;
    font-weight: 500;
}


/*================================================















=                 17. Product Css             =















==================================================*/

.single-product-item {
    margin-bottom: 34px;
}

.single-product-item .products-images {
    position: relative;
}

.single-product-item .product-thumbnail {
    position: relative;
    display: block;
}

.single-product-item .product-thumbnail::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-product-item .product-thumbnail .ribbon {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #000000;
    color: #ffffff;
    padding: 0 15px;
    z-index: 3;
}

.single-product-item .product-thumbnail .ribbon.out-of-stock {
    background: #000000;
}

.single-product-item .product-thumbnail .ribbon.onsale {
    background: #f14705;
}

.single-product-item .product-thumbnail>img {
    width: 100%;
}

.single-product-item .product-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-product-item .product-actions a {
    width: 45px;
    height: 45px;
    line-height: 48px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 7px;
    margin-right: 7px;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.single-product-item .product-actions a:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.single-product-item .product-actions a:nth-child(2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.single-product-item .product-actions a:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.single-product-item .product-actions a .tool-tip {
    position: absolute;
    background: #000;
    text-align: center;
    padding: 8px 12px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .6s, margin .3s;
    -o-transition: opacity .6s, margin .3s;
    transition: opacity .6s, margin .3s;
    white-space: pre;
    font-size: 13px;
    line-height: 14px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    border-radius: 2px;
}

.single-product-item .product-actions a .tool-tip::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: "";
    height: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    bottom: -6px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}

.single-product-item .product-actions a:hover {
    color: #dcb14a;
}

.single-product-item .product-actions a:hover .tool-tip {
    visibility: visible;
    opacity: 1;
    top: -35px;
}

.single-product-item:hover .product-thumbnail::after {
    opacity: 1;
    visibility: visible;
}

.single-product-item:hover .product-actions a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.single-product-item:hover .product-actions a:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.single-product-item:hover .product-actions a:nth-child(2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.single-product-item:hover .product-actions a:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.single-product-item .product-content {
    margin-top: 20px;
}

.single-product-item .product-content .prodect-title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}

.single-product-item .product-content .prodect-price span {
    color: #666;
    font-size: 18px;
}

.product-slider-active .slick-arrow {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -18px;
    z-index: 3;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-slider-active .slick-arrow.arrow-next {
    right: -18px;
    left: auto;
}

/* @media only screen and (max-width: 767px) {
    .product-slider-active .slick-arrow {
        left: 2px;
    }
    .product-slider-active .slick-arrow.arrow-next {
        right: 2px;
    }
} */


/*================================================















=       18. Product Tab list Css             =















==================================================*/

.product-tab-menu li {
    padding: 0 17px;
    margin-top: 10px;
    border-right: 1px solid #000;
    line-height: 12px;
    cursor: pointer;
    display: block;
}

.product-tab-menu li:last-child {
    border-right: none;
}

.product-tab-menu li:last-child {
    padding-right: 0;
}

.product-tab-menu li:first-child {
    padding-left: 0;
}

.product-tab-menu li a {
    padding: 0;
}

.product-tab-menu li a.active {
    color: #999;
}

.tab-content .tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    max-width: 100%;
    opacity: 0;
}

.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    overflow: visible;
}


/*================================================















=     19. Single Product details Css             =















==================================================*/

.product-modal-box .modal-dialog {
    margin: 5% auto 8%;
    max-width: 1170px;
}

.product-modal-box .modal-dialog .modal-content {
    border-radius: 0;
    padding: 0;
}

.product-modal-box .modal-body {
    padding: 0rem;
}

.product-modal-box .modal-dialog .modal-content .modal-header {
    border: none;
    padding: 0;
    right: 20px;
    top: 20px;
    position: absolute;
    z-index: 9999;
    color: #000000;
}

.product-dec-small {
    margin: 5px;
}

.product-small-image {
    margin: 0 -10px;
    margin-top: 20px;
}

.product-dec-small {
    padding: 0 10px;
}

.product-small-image {
    position: relative;
}

.product-small-image .slick-arrow {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    top: calc(50% - 15px);
    text-align: center;
    left: 15px;
    right: auto;
    z-index: 3;
    color: #000;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15);
}

.product-small-image .slick-arrow.pro-dec-next {
    right: 0px;
    left: auto;
}

.product-details-content p {
    font-size: 15.5px;
    color: #636363;
    word-break: break-all;
}

.quickview-ratting-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.quickview-ratting-wrap .quickview-ratting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    color: #ddd;
}

.quickview-ratting-wrap .quickview-ratting .yellow {
    color: #F5A623;
}

.quickview-ratting-wrap .quickview-ratting i {
    margin: 0;
}

.quickview-content-wrap .price {
    font-weight: 400;
}

.quickview-content-wrap .stock p {
    color: #000000;
    font-weight: 600;
}

.quickview-content-wrap .stock.in-stock span {
    color: #3bc604;
}

.quickview-content-wrap .quickview-peragraph p {
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .quickview-content-wrap {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .quickview-content-wrap {
        padding: 40px;
    }
}

.quickview-action-wrap .quickview-cart-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .quickview-action-wrap .quickview-cart-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.quickview-action-wrap .quickview-quality {
    border: 1px solid #ddd;
}

.quickview-action-wrap .quickview-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.quickview-action-wrap .quickview-button .button {
    margin-left: 15px;
}

.quickview-action-wrap .quickview-wishlist a {
    width: 50px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.quickview-quality .cart-plus-minus {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
    text-align: center;
}

.quickview-quality .cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}

.quickview-quality .cart-plus-minus .qtybutton.dec {
    height: 34px;
    top: 12px;
    left: 4px;
    font-weight: 600;
    font-size: 14px;
}

.quickview-quality .cart-plus-minus .qtybutton.inc {
    height: 34px;
    top: 12px;
    right: 4px;
    font-weight: 600;
    font-size: 14px;
}

.quickview-quality .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #262626;
    font-size: 14px;
    height: 46px;
    line-height: 40px;
    margin: 0;
    padding: 0px;
    text-align: center;
    width: 100px;
    font-weight: 600;
}

.quickview-quality.quality-height-dec .cart-plus-minus {
    height: 45px;
}

.quickview-quality.quality-height-dec .cart-plus-minus .qtybutton.dec {
    height: 45px;
    top: 11px;
}

.quickview-quality.quality-height-dec .cart-plus-minus .qtybutton.inc {
    height: 45px;
    top: 12px;
}

.quickview-quality.quality-height-dec .cart-plus-minus input.cart-plus-minus-box {
    height: 45px;
    line-height: 45px;
}

.quickview-quality.quality-height-dec2 .cart-plus-minus {
    height: 45px;
    margin-left: -15px;
}

.quickview-quality.quality-height-dec2 .cart-plus-minus .qtybutton.dec {
    height: 45px;
    top: 11px;
    font-weight: 500;
    left: 22px;
}

.quickview-quality.quality-height-dec2 .cart-plus-minus .qtybutton.inc {
    height: 45px;
    top: 12px;
    font-weight: 500;
    right: 22px;
}

.quickview-quality.quality-height-dec2 .cart-plus-minus input.cart-plus-minus-box {
    height: 45px;
    line-height: 45px;
    width: 80px;
    font-weight: 400;
}

.product-support-text a {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.product-support-text a i {
    margin-right: 10px;
}

.quickview-meta span {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.product_meta .item_meta {
    font-weight: 500;
    color: #666;
}

.product_meta .item_meta .label {
    color: #000000;
}

.product_meta .item_meta a:hover {
    color: #666;
    text-decoration: underline;
}

.product_socials {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .product_socials {
        margin-top: 30px;
    }
}

.product_socials .helendo-social-share {
    margin-left: 20px;
}

.product_socials .helendo-social-share li {
    display: inline-block;
    margin-right: 10px;
}

.quickview-product-active .images {
    display: block !important;
}

.quickview-product-active .images img {
    width: 100%;
}

.quickview-product-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -0px;
    z-index: 3;
    font-size: 20px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.quickview-product-active .slick-arrow.arrow-next {
    right: -0px;
    left: auto;
}

.quickview-product-active:hover .slick-arrow {
    left: 10px;
    opacity: 1;
}

.quickview-product-active:hover .slick-arrow.arrow-next {
    right: 10px;
    left: auto;
}

.image-swatches-nav li a {
    padding: 0;
    margin-right: 10px;
    border: 1px solid transparent;
}

.image-swatches-nav li a img {
    width: 80px;
}

.image-swatches-nav li a.active {
    border: 1px solid #dde;
}

.video-icons-popup a::after {
    font-family: 'FontAwesome';
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.55);
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999999;
}

.video-style {
    position: relative;
}

.i-video {
    position: relative;
}

.i-video i {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: white;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    border-radius: 50%;
    font-style: none;
}


/*======================================















=         20. Countdown Css            =















=======================================*/

.countdown-deals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-self: start;
}

.countdown-deals.counter-style--one .single-countdown {
    display: inline-block;
    margin-right: 80px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-deals.counter-style--one .single-countdown {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .countdown-deals.counter-style--one .single-countdown {
        margin-right: 30px;
    }
}

.countdown-deals.counter-style--one .single-countdown::after {
    position: absolute;
    content: ":";
    right: -40px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-deals.counter-style--one .single-countdown::after {
        font-size: 36px;
        right: -28px;
    }
}

@media only screen and (max-width: 767px) {
    .countdown-deals.counter-style--one .single-countdown::after {
        font-size: 26px;
        right: -20px;
    }
}

.countdown-deals.counter-style--one .single-countdown:last-child::after {
    display: none;
}

.countdown-deals.counter-style--one .single-countdown .single-countdown__time {
    display: block;
    font-family: "Prata", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__time {
        font-size: 28px;
    }
}

.countdown-deals.counter-style--one .single-countdown .single-countdown__text {
    margin-top: 10px;
    display: block;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--one .single-countdown .single-countdown__text {
        font-size: 16px;
        margin-top: 0px;
    }
}

.countdown-deals.counter-style--two .single-countdown {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    color: #dcb14a;
}

.countdown-deals.counter-style--two .single-countdown::after {
    position: absolute;
    content: ":";
    right: -20px;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #dcb14a;
}

.countdown-deals.counter-style--two .single-countdown:last-child::after {
    display: none;
}

.countdown-deals.counter-style--two .single-countdown .single-countdown__time {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #dcb14a;
    margin-bottom: 0px;
}

.countdown-deals.counter-style--two .single-countdown .single-countdown__text {
    color: #dcb14a;
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--two .single-countdown .single-countdown__text {
        font-size: 14px;
        margin-top: 0px;
    }
}

.countdown-deals.counter-style--three .single-countdown {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    color: #dcb14a;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--three .single-countdown {
        margin-right: 20px;
    }
}

.countdown-deals.counter-style--three .single-countdown .single-countdown__time {
    display: block;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    color: #dcb14a;
    margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--three .single-countdown .single-countdown__time {
        font-size: 30px;
    }
}

.countdown-deals.counter-style--three .single-countdown .single-countdown__text {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .countdown-deals.counter-style--three .single-countdown .single-countdown__text {
        font-size: 16px;
        margin-top: 0px;
    }
}


/*======================================















=         21. Blog Css            =















=======================================*/

.single-blog-item {
    overflow: hidden;
}

.single-blog-item .blog-thumbnail-box {
    position: relative;
}

.single-blog-item .blog-thumbnail-box .thumbnail {
    display: block;
    width: 100%;
}

.single-blog-item .blog-thumbnail-box .btn-blog {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 14px;
    border: none;
    background-color: #fff;
    color: #000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.single-blog-item .blog-thumbnail-box .btn-blog::after {
    font-family: ElegantIcons;
    content: "L";
    position: relative;
    left: 20px;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.single-blog-item .blog-contents {
    margin-top: 25px;
}

.single-blog-item .blog-contents .blog-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 15px;
}

.single-blog-item .blog-contents .blog-title a {
    color: #000000;
}

.single-blog-item .blog-contents .blog-title::before,
.single-blog-item .blog-contents .blog-title::after {
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    height: 1.5px;
    width: 70px;
    background: rgba(180, 180, 180, 0.7);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.single-blog-item .blog-contents .blog-title::after {
    width: 0px;
}

.single-blog-item .blog-contents .blog-title-two {
    font-size: 22px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-blog-item .blog-contents .blog-title-two a {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-blog-item .blog-contents .d_text {
    max-width: 800px;
}

.single-blog-item:hover .blog-thumbnail-box .btn-blog {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.single-blog-item:hover .blog-thumbnail-box .btn-blog::after {
    left: 0;
}

.single-blog-item:hover .blog-contents .blog-title::after {
    width: 70px;
    background: #dcb14a;
}

.single-blog-item:hover .blog-contents .blog-title-two a {
    text-decoration: underline;
}

.single-blog-item .meta-tag-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-top: 15px;
}

.single-blog-item .meta-tag-box .meta {
    position: relative;
}

.single-blog-item .meta-tag-box .meta::after {
    color: #999;
    padding: 0 8px;
    content: "/";
}

.single-blog-item .meta-tag-box .meta:last-child::after {
    display: none;
}

.single-blog-item .meta-tag-box .meta.cat {
    color: #999;
}

.single-blog-item .meta-tag-box .meta.cat a {
    color: #000000;
}

.single-blog-item .meta-tag-box .meta.cat a:hover {
    color: #dcb14a;
}

.blog-search input {
    width: 100%;
    border: none;
    height: 35px;
    border-bottom: 1px solid #ddd;
    background: transparent;
    padding: 0 40px 0 0;
}

.blog-search .submit-button {
    background: transparent;
    position: absolute;
    right: 15px;
    border: none;
}

.widget-blog-recent-post .widget-nav-list li {
    display: inline-block;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.widget-blog-recent-post .widget-nav-list li a {
    color: #000000;
}

.widget-blog-recent-post .widget-nav-list li a .post-date {
    cursor: auto;
    color: #999;
}

.widget-blog-recent-post .widget-nav-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget-blog-categories .widget-nav-list li {
    margin-bottom: 6px;
}

.widget-blog-categories .widget-nav-list li:last-child {
    margin-bottom: 0;
}

.widget-blog-categories .widget-nav-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-tagcloud a {
    font-size: 16px;
    color: #767676;
    margin: 5px;
    padding: 8px 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f3f4f7;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 400;
}

.blog-tagcloud a:hover {
    background: #000000;
    color: #ffffff;
}

blockquote {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 35px;
    padding-top: 4px;
    margin: 35px;
    margin-right: 0;
    position: relative;
}

blockquote::before {
    content: "{";
    font-size: 28px;
    font-family: ElegantIcons;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-social-networks {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.blog-post-social-networks .item {
    display: inline-block;
    margin-right: 20px;
}

.blog-post-social-networks .item:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .blog-post-social-networks {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px 0 0 0;
    }
}

.blog-post-social-networks .title {
    margin-right: 60px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-social-networks .title {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .blog-post-social-networks .title {
        margin-right: 20px;
    }
}

.post-author-box {
    padding: 33px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f5f7;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .post-author-box {
        padding: 33px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .post-author-box {
        padding: 33px 25px;
    }
}

.post-author-box .post-author-info {
    margin-left: 55px;
}

@media only screen and (max-width: 767px) {
    .post-author-box .post-author-info {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .post-author-box .post-author-info {
        margin-left: 0;
        margin-top: 20px;
    }
}

.post-author-box .author-socials {
    padding: 0;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.post-author-box .author-socials li:after {
    content: "-";
    margin: 0 5px;
}

.post-author-box .author-socials li:last-child:after {
    content: "";
    margin: 0 5px;
}

.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
    margin: 0;
    padding: 40px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}

.post-navigation .nav-links i {
    display: block;
    text-align: center;
    min-width: 30px;
    height: 70px;
    line-height: 70px;
    background-color: #f4f5f7;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.post-navigation .nav-links .nav-previous {
    padding-left: 40px;
    color: #000000;
}

@media only screen and (max-width: 575px) {
    .post-navigation .nav-links .nav-previous .d-text {
        display: none;
    }
}

.post-navigation .nav-links .nav-next {
    padding-right: 40px;
    color: #000000;
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .post-navigation .nav-links .nav-next .d-text {
        display: none;
    }
}

.post-navigation .nav-links span {
    display: block;
    width: 100%;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}

.post-navigation .nav-links.post-next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comment-input-12 .comment-notes {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
    height: 140px;
}

.comment-input-12 input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin-top: 20px;
}

@media only screen and (max-width: 575px) {
    .comment-input-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .comment-input-12 {
        width: 100%;
    }
}


/*======================================















=         22. Newsletter Css            =















=======================================*/

.newsletter--one .input-box {
    border: none;
    background: #f4f5f7;
    width: 100%;
    height: 54px;
    padding: 10px 170px 10px 20px;
}

.newsletter--one .submit-btn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    opacity: 1;
    padding: 0 40px;
    border: none;
    height: 54px;
    background: #000000;
    color: #ffffff;
}

.newsletter--box {
    background: #f4f5f7;
    padding: 50px 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .newsletter--box {
        padding: 50px 15px;
    }
}

.newsletter--two {
    position: relative;
}

.newsletter--two .input-box {
    border: none;
    background: #fff;
    width: 100%;
    height: 54px;
    padding: 10px 70px 10px 20px;
}

.newsletter--two .submit-btn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    opacity: 1;
    padding: 0 30px;
    border: none;
    height: 54px;
    background: transparent;
    color: #000000;
}

.newsletter--two.max-420 {
    max-width: 420px;
}

.newsletter--three .input-box {
    border: none;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 10px 70px 10px 20px;
    color: #000000;
}

.newsletter--three .input-box::-webkit-input-placeholder {
    color: #000000;
}

.newsletter--three .input-box::-moz-placeholder {
    color: #000000;
}

.newsletter--three .input-box:-ms-input-placeholder {
    color: #000000;
}

.newsletter--three .input-box::-ms-input-placeholder {
    color: #000000;
}

.newsletter--three .input-box::placeholder {
    color: #000000;
}

.newsletter--three .submit-btn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 16px;
    opacity: 1;
    padding: 0 30px;
    border: none;
    height: 60px;
    background: transparent;
    color: #000000;
}

.newsletter--four .input-box {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    height: 40px;
    padding: 10px 50px 10px 0;
}

.newsletter--four .submit-button {
    background: transparent;
    position: absolute;
    right: 15px;
    border: none;
}


/*======================================















=         23. Banner Product Css            =















=======================================*/

.banner-product-image {
    position: relative;
    overflow: hidden;
}

.banner-product-image a {
    display: block;
}

.banner-product-image a img {
    width: 100%;
}

.banner-product-image a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner-product-image .product-banner-title {
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-product-image .product-banner-title {
        left: 40px;
        top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .banner-product-image .product-banner-title {
        left: 30px;
        top: 30px;
    }
}

.banner-images-one {
    overflow: hidden;
}

.banner-images-one .thumbnail {
    display: block;
}

.banner-images-one .banner-title {
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .banner-images-one .banner-title {
        top: 40px;
        left: 30px;
    }
}

.banner-images-one:hover .thumbnail img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.banner-images-one:hover .banner-title .text-btn-normal {
    color: #999;
}

.banner-images-one .text-btn-normal:hover {
    color: #999;
}

.banner-area-box .banner-inner-box {
    margin-top: -135px;
    background: #fff;
    padding: 0 15px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area-box .banner-inner-box {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area-box .banner-inner-box {
        margin-top: 35px;
    }
}

.mt-130 {
    margin-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .mt-130 {
        margin-top: 60px;
    }
}

.mt-180 {
    margin-top: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .mt-180 {
        margin-top: 60px;
    }
}

.single-arival-product>a {
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .single-arival-product>a img {
        width: 100%;
    }
}

.single-arival-product>a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.single-arival-product .product-content {
    margin-top: 30px;
}

.single-arival-product .product-content .product-price {
    margin-top: 10px;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}

.d-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-product--03>a {
    display: block;
    overflow: hidden;
}

.single-product--03>a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.single-product--03 .product-content {
    margin-top: -79px;
    margin-left: 80px;
    z-index: 33;
    position: relative;
    background: #fdfdfdcc;
    border: 1px solid #f7f7f7;
}

.single-product--03 .product-content .product-price {
    margin-top: 10px;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}

.single-product--03 .product-content.top--content {
    margin-bottom: -79px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product--03 .product-content.top--content {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product--03 .product-content {
        margin-left: 20px;
        margin-top: 30px;
    }
    .single-product--03 .product-content.top--content {
        margin-bottom: 0px;
    }
}

.single-shopping-support {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.single-shopping-support .icon {
    color: #dcb14a;
    font-size: 48px;
    margin-right: 26px;
}


/*======================================















=         24. Brand Css            =















=======================================*/

.single-brand-item {
    text-align: center;
}

.single-brand-item a {
    display: block;
}

.single-brand-item a img {
    opacity: .35;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-brand-item a:hover img {
    opacity: 1;
}

.brand-slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    z-index: 3;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-slider-active .slick-arrow.arrow-next {
    right: -10px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .brand-slider-active .slick-arrow {
        left: 0;
    }
    .brand-slider-active .slick-arrow.arrow-next {
        right: 0px;
        left: auto;
    }
}

.footer-area {
    background: #fdfdfd;
    padding-left: 4%;
    padding-right: 4%;
}

.is-sticky .logo img {
    margin-top: 0px;
}

.logo a img {
    width: 110px;
}


/*.logo img {







	margin-top: 24px;







}*/

.top-header {
    z-index: 9999;
    position: relative;
    background: #414141;
}

.top-header a {
    color: #fff;
}

.footer-widget__list a {
    font-size: 15px;
}

.header-menu a {
    margin-left: 10px;
    color: #696868;
    font-size: 15px;
    font-family: 'Conv_Nexa Light';
    font-weight: 800;
}

.cta a,
.cta-btn {
    max-width: none;
    text-decoration: none;
}

.home-row h2.title,
.home-row h3.title {
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
}

.hp-video h2.title {
    padding-bottom: 25px;
}

.hp-video .cta-btn {
    border-color: #fff;
    color: #fff;
}

.hp-video .cta-btn:hover {
    background: #fff;
    color: #4a4a4a;
}

.hpmt-video {
    position: relative;
    padding-bottom: 100%;
    /* 16:9 */
    height: 0;
    background: #333333;
    overflow: hidden;
}

.hpmt-video-content {
    opacity: 0.7;
}

.hpmt-video-content iframe {
    position: absolute;
    top: 50%;
    left: 50.1%;
    height: 100%;
    width: 175%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: 0px;
}

.hpmt-video-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hpmt-video-text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 411px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    background: #1b1a1a94;
    padding: 2%;
}

.hp-video {
    margin: 0 !important;
    min-height: 45.3vw !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 60px 0;
    position: relative;
    /*background-image: url(../images/banner-img.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.home-row h2.title,
.home-row h3.title {
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
    color: #fff;
}

.hp-video h2.title {
    padding-bottom: 10px;
    margin-bottom: 19px;
}

.hp-video h2.title:after {
    background: #fff;
}

.hp-featured-products .title:after,
.hp-difference .title:after,
.hp-social h2.title:after,
.hp-video h2.title:after,
.hp-catalogs h2.title:after,
.hp-blog h2.title:after {
    left: 0;
    right: 0;
    margin: auto;
}

.main-graphic-block .title:after,
.hp-featured-products .title:after,
.hp-difference .title:after,
.hp-social h2.title:after,
.hp-video h2.title:after,
.wholesale-distributor-column h3.title:after,
.hp-catalogs h2.title:after,
.hp-blog h2.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    background: #4a4a4a;
    display: block;
}

.hp-video h2.title:after {
    background: #fff;
}

.hp-video h2.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 115px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
}

.hp-video h2.title:after {
    background: #fff;
}

.hp-video .cta-btn {
    border-color: #fff;
    color: #fff;
    border: 1px solid;
    padding: 6px 15px;
}

.hp-video .cta-btn {
    border-color: #fff;
    color: #fff;
}

.hp-video .cta-btn {
    border-color: #fff;
    color: #fff;
}

.set-lr-pad {
    padding: 0px 75px
}

.featuted-product-wrap,
.story {
    background: #f8f6f3
}

.featuted-product-wrap.catalog-wrap {
    /* height: 600px;
    min-height: 600px;
    max-height: 600px; */
    background-color: #fff;
}



.mb-50 {
    margin-bottom: 50px;
}

.catlog {
    width: 100%;
}

.story {
    background: #f8f6f3;
    border: 1px solid #e4e4e4;
    padding-bottom: 57px;
}

.story-text {
    padding: 63px 0px 20px 31px;
}

.story-text p {
    color: #4a4949;
    font-size: 0.9rem;
}

@media (min-width: 767px) {
    .hpmt-video {
        padding-bottom: 56.25%;
        /* 16:9 */
    }
    .hpmt-video-content iframe {
        width: 100%;
        height: 100%;
    }
}

.grey-row {
    background: #f8f6f3;
}

.partner-apply {
    margin-bottom: -40px;
}

.partner-usp,
.partner-apply {
    padding: 120px 0;
}

.partner-info,
.partner-usp,
.partner-apply {
    text-align: center;
}

.partner-info,
.partner-usp,
.partner-benefits,
.partner-apply {
    margin: 60px 0 20px;
}

.section-title {
    font: 500 26px/1.3 'Avenir Next', 'Open Sans', Montserrat, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.partner-apply .actions-toolbar {
    display: flex;
    justify-content: center;
}

.partner-apply .primary {
    margin: 0 30px;
    float: none;
    width: 100%;
    max-width: 335px;
}

.footer-social-networks {
    width: 100%;
    text-align: left;
}

.news-tile {
    font-size: 12px;
    color: #8a8a8a;
}

.fetaure-ancher {
    display: block;
}

.catalog-section.fetaure-ancher img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.catalog-section:after {
    content: '\f04b';
    font-family: 'fontawesome';
    display: block;
    border-radius: 50%;
    background: #ef9000;
    color: #ffffff;
    width: 80px;
    height: 80px;
    text-align: center;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 40px;
    font-weight: 300;
    line-height: 80px;
    box-sizing: border-box;
    padding-left: 10px;
}
.catalog-wrap .section-title--one::after{
    display: none;
}
.catalog-wrap .section-title--one::before {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #ef9002;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.catalog-wrap:hover .section-title--one::before {
    width: 70px;
    color: #dcb14a;
}
.catalog-wrap:hover .section-title--one {
    color: #dcb14a;
}
.catalog-wrap .section-title--one {
    text-transform: capitalize;
}
.featuted-product-wrap.catalog-wrap p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fetaure-ancher img {
    width: 100%;
    height: auto;
}


.menu {
    float: right;
}

.menu .parant {
    margin-right: 10px;
    display: inline-block;
}

.menu .parant a {
    display: block;
    padding: 19px 0px;
    font-size: 14px;
}

.menu .parant .drop-down-item {
    position: absolute;
    width: 100%;
    left: 0px;
    background: #fff;
    top: 67px;
    padding: 25px 0px 0px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    min-height: 329px;
    border-bottom: 1px solid #f1f1f1;
    transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    -ms-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -webkit-transition: all .1s ease 0s;
    /*transform: translateY(-2em);







	-o-transform: translateY(-1em);







	-ms-transform: translateY(-1em);







	-moz-transform: translateY(-1em);







	-webkit-transform: translateY(-1em);*/
}

.menu .parant:hover .drop-down-item {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .8s ease .20s;
    transition: all .8s ease .20s;
    /* transform: translateY(0%);







 -o-transform: translateY(0%);







 -ms-transform: translateY(0%);







 -moz-transform: translateY(0%);







 -webkit-transform: translateY(0%);*/
}

.drop-down-item .col-md-3 {
    padding: 0px;
}

.drop-down-item .col-md-3:not(:nth-child(3)),
.drop-down-item .cent-img {
    margin: 0px 10px
}

.drop-down-item .col-md-2+.col-md-4 {
    padding-right: 6px !important;
}

.drop-down-item .col-md-2+.col-md-4+.col-md-4 {
    padding-left: 6px !important;
}

.parant a i {
    font-size: 10px;
}

.sub-menu-item a {
    text-transform: capitalize;
    margin-left: 0px;
    font-size: 14px !important;
}

.sub-menu-item a:hover,
.menu .parant a:hover {
    color: #ef9000
}

.header-menu {
    position: inherit !important;
}

.parant .drop-down-item a {
    padding: 6px 0px;
    text-transform: uppercase;
}

.menu-img-box {}

.sub-menu-item h5 {
    font-size: 17px;
}

.pillo-menu {
    margin-right: 10px;
}
/* home page popup  */
.home-popup {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
}
.overlay-home-popup{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background: #596460;
    opacity: 0.3;
    transition: opacity 0.2s;
}
.home-popup-main{
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 450px;
    transform: translate(-50%, -50%);
}
.home-popup-inner{
    background-color: transparent;
    background-clip: padding-box;

}
.homepopup-info {
    margin-top: -60px;
}
.close-home-popup {
    z-index: 9999;
    opacity: 1;
}
@media (max-width:1050px) {
    .home-popup-main {
        width: 370px;
    }
}
@media (max-width:450px) {
    .home-popup-main {
        width: 300px;
    }
    .homepopup-info {
        margin-top: -33px;
    }
}


@media (min-width:1000px) {
    .menu-img-box img {
        display: block;
        width: 100%;
        height: auto;
    }
    .menu-img-box {
        padding: 0px !important;
        margin: 0px !important;
        position: relative;
    }
    .menu-img-box span {
        background: #4a4a4ac7;
        font-size: 16px;
        padding: 10px;
        color: #fff;
        font-family: "Roboto", sans-serif;
        font-weight: 200;
        border: 1px solid #3e3d3d66;
    }
    .menu-img-box div span:hover {
        background: #fff;
        color: #666;
        border: 1px solid #f0f0f0;
    }
    .menu-img-box div {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 999;
        bottom: 10px;
        text-align: right;
    }
}

.featuted-product-wrap .section-title--one {
    font-family: 'Conv_Nexa Light';
}

.img-pad img {
    margin-top: 7vh;
}

.list-fillter .parant {
    float: left;
}

.list-fillter {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.my-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}

.my-nav>li {
    display: block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-align: left;
}

.featured-product-contect .button-box .btn {
    width: fit-content;
}

@media (min-width: 767px) {
    .my-nav>li {
        display: inline-block;
    }
}

.my-nav>li:before {
    content: "\200B";
    position: absolute;
}

.hp-video {}

.fillter-nav .fillter-nav-parant {
    cursor: pointer;
    padding: 15px 0.6vh;
    font-family: 'Conv_Nexa Light';
    font-weight: 500;
    color: #444343;
}

.last-fillterNav:nth-child(8) .fillter-sub-item {
    right: 0;
}

.fillter-nav {
    display: inline-block;
    position: relative;
}

.fillter-nav ul.fillter-sub-item {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0.25em;
    list-style: none;
    margin: 0;
    padding: 20px 0;
    min-width: 31em;
    position: absolute;
    top: 3.6em;
    z-index: 999;
    font-family: 'Conv_Nexa Light';
    font-weight: 500;
    border-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0;
    max-height: 400px;
    overflow-y: scroll;
}

.fillter-nav-parant:hover {
    background: #f5f5f5;
}

.fillter-nav ul.fillter-sub-item>li:before {
    content: "\200B";
    position: absolute;
}

.fillter-sub-item .col-md-6 {
    float: left;
}

.my-nav .fillter-nav i {
    font-size: 10px;
}

.my-nav .fillter-nav input {
    margin-bottom: 5px;
    color: #676666;
}

.fillter-nav .fillter-sub-item {
    display: none;
}

.fillter-nav:hover .fillter-sub-item {
    display: block;
}

.product-content .prodect-title,
.product-content a {
    color: #060606;
    font-weight: 400;
    font-size: 20px;
}

.section-title h4 {
    color: #8a8888;
}

.sticky-fillter {
    position: fixed;
    width: 100%;
    top: 70px;
    background: #fbfbfb;
    z-index: 99;
    /* padding: 5px 0px; */
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    transition: all .4s ease-in-out;
    -o-transition: all .10s ease-in-out;
    -ms-transition: all .10s ease-in-out;
    -moz-transition: all .10s ease-in-out;
    -webkit-transition: all .10s ease-in-out;
}

.sticky-fillter .list-fillter {
    border: 0px;
}

.last-fillterNav:last-child {
    background: red;
}

.last-fillterNav:last-child .fillter-sub-item,
.move-right {
    right: 0px;
}

.slider-nav {
    width: 75%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-current {
    opacity: 1;
}

.slick-initialized .slider-nav .slick-slide {
    width: 80px !important;
}

.slider-for .single-img {
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-nav .tab-img {
    width: 100% !important;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*.products-images {

	background: #f7f7f7;

	padding: 10px;

	border: 1px solid #efefef;

}*/

.slick-prev:before,
.slick-next:before {
    color: #969696 !important;
}

.shortby ul span {
    max-width: 97px;
    border: 1px solid #d2d2d2;
    padding: 11px;
    display: block;
    color: #847e7e;
}

.ilatic {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 26px;
}

.fillter-nav summary:hover .fillter-nav ul.fillter-sub-item {
    display: block;
}

@media (min-width: 1435px) {
    .header-area .menu-container {
        padding: 0px 13vh;
    }
}

.slider-navigation {
    padding: 30px 15px;
    text-align: center;
}

#slider-thumbs {
    margin-top: -100px;
}

#slider-thumbs .list-inline li {
    width: 25%;
    padding: 0px;
    margin-right: -4px;
    cursor: pointer;
}

#slider-thumbs .list-inline li:first-child {
    padding-left: 5px;
}

.slider-nav-arrow {
    text-align: center;
    margin-bottom: 0px;
    visibility: hidden;
}

.selected .slider-nav-arrow {
    visibility: visible;
}

.selected .slider-navigation {
    opacity: 0.5;
}

.slider-for .single-img {
    width: 100% !important;
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.slider-nav .tab-img {
    width: 70px !important;
    min-height: 70px;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: cover;
    background-position: center center;
}

.carousel-inner {
    overflow: hidden;
    max-height: 444px;
}

.slider-nav {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
}

.slider-nav li {
    display: inline-block;
}

.product-content {
    text-align: center;
    margin-bottom: 38px;
}

.product-listing .col-md-4 {
    text-align: center;
}

.product-listing .carousel-inner {
    height: 320px;
    overflow: hidden;
}

.product-listing .col-md-4>a {
    min-height: 560px;
    max-height: 560px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-listing .col-md-4>.slider-for {
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-listing .col-md-4>.slider-for,
.product-listing .col-md-4>.slider-for img {
    max-width: 100%;
}

.inn-p {
    margin-top: 15px;
}

.inn-p p {
    margin-bottom: 0px;
    color: #949292;
}

.breadcrumb_box h2 {
    text-transform: uppercase;
    color: #5d5b5b;
    font-size: 1.8em;
}

.collection-header div {
    width: 100%;
    height: 56vh;
    background-repeat: no-repeat;
    background-size: 100%;
}

.collection-normal__description {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 3rem;
    letter-spacing: 1.5px;
    margin-top: 17px;
    text-align: center;
}

.size-list {
    list-style-type: none;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
    letter-spacing: .5px;
    width: 800px;
    margin: 0px auto;
}

.size-list td {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    width: 133.3px;
    letter-spacing: .5px;
}

.inner-banner {
    text-align: center;
    color: #fff;
    padding: 6vh 0px;
    position: relative;
}

.inner-banner h1 {
    font-family: 'Conv_Nexa Light';
    color: #8a8787;
    font-size: 3em;
    text-align: center;
    line-height: 55px;
    position: relative;
    z-index: 99;
}

.our-story h2 {
    font-size: 22px;
    font-weight: 300;
}

.story-box .nav-tabs {
    border: 0px;
    max-width: 416px;
    margin: 32px auto;
    text-align: center;
}

.story-box .nav-tabs .nav-item {
    margin-bottom: -1px;
    max-width: 200px;
    font-size: 26px;
    border: 1px solid #ececec;
    margin: 0px 15px;
    background: #e6e6e6;
}

.story-box .nav-tabs .nav-item a {
    color: #696767;
    font-family: 'Conv_Nexa Light';
}

.story-box .nav-tabs .active,
.story-box .nav-tabs .active a {
    background: #000 !important;
    color: #fff !important;
    position: relative;
}

.story-box .featured-product-contect {
    text-align: center
}

.story-box .featured-product-contect .section-title--one {
    text-transform: capitalize;
}

.our-story .number {
    display: block;
    font-size: 22px;
    background: #ef9000;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    border-radius: 50%;
}

.story-box .nav-tabs .active a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    position: absolute;
    bottom: 0px;
    bottom: -19px;
    right: 34%;
}

.become-form {
    background: #ececec;
    padding-top: 70px;
    padding-bottom: 70px;
}

.form-head {
    margin: 50px 0px
}

.form-head hr {
    width: 300px
}

.none {
    display: none;
}

.main-form {
    max-width: 600px;
    margin: 0px auto;
    padding: 29px;
    margin-bottom: 58px;
}

#prevBtn {
    background-color: #bbbbbb;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: auto;
    width: 56px;
    margin: 0 2px;
    /* background-color: #bbbbbb; */
    border: none;
    /* border-radius: 50%; */
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
    border-bottom: 1px solid #e0e0e0;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #666966;
    color: #fff;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

#regForm {
    margin: 40px auto;
}

.partner-form input {
    width: 100%;
    background: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #efefef;
    padding: 5px 15px;
}

.partner-form select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #efefef;
    padding: 5px 15px;
}

.partner-form input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #efefef;
    padding: 5px 13px;
}

.partner-form select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #efefef;
    padding: 5px 13px;
}

.bottom-line {
    max-width: 1137px;
    margin: 0px auto;
}

.partner-form .step {
    display: inline-block;
    width: 115px;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0px 18px;
}

.partner-form .all-step {
    margin-bottom: 30px;
    text-align: center
}

.partner-form .tab h4 {
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 28px;
}

.updtade-form .tab {
    display: block
}

.updtade-form h4 {
    text-align: center;
}

.inner-form-heading {
    font-size: 19px;
    margin-bottom: 20px;
}

.radio-inline input {
    width: 20px;
}

.inner-tab-li {
    display: block;
    text-align: center;
    padding-top: 15px;
    margin-top: 10px;
}

.inner-tab-li li {
    display: inline-block;
}

.four-tab-main .product-details-wrap {
    border: 0px
}

.section-subtitle {
    text-align: center;
    font-size: 2.2em;
    line-height: 47px;
    color: #a4a3a3;
    font-family: 'Conv_Nexa Light';
    margin-bottom: 30px;
}

.inner-tab-li li a {
    background: #f5f5f5;
    padding: 14px;
    border: 1px dashed #dad9d9;
    color: #7d7d7d;
}

.inner-tab-li .active a {
    background: #ef9000;
    color: #fff;
    border: 1px dashed #7f7f7f;
}

@media all and (min-width: 767px) and (max-width: 1603px) {
    .menu .parant {
        margin-right: 7px;
    }
}

.quat {
    text-align: center;
    font-family: 'Courgette', cursive;
    font-size: 1.4em;
    color: #717171;
    font-weight: 100
}

.high-point {
    text-align: center;
    margin-bottom: 0;
    padding: 8px 0px;
    border: 0px;
    border-radius: 0px;
    color: #0e1d30;
    background-color: #ef9000;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    font-size: 14px;
    font-weight: 700;
}

.slider-for a {
    display: block;
}

.fillter-tag {
    margin: 15px 0px;
    text-align: center;
}

.close-btn {
    /* width: 20px; */
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 4px;
    padding: 0 0;
    transform: translate(0%, -50%);
    /* height: 20px; */
    font-size: 18px;
    /* padding: 7px;*/
    z-index: 99;
    font-weight: bold;
}

.fillter-tag ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fillter-tag ul li {
    padding: 2px 0px;
    text-decoration: none;
    font-size: 14px;
    color: #7d7c7c;
    display: block;
    position: relative;
    width: 113px;
    display: inline-block;
    border: 1px solid #7d7c7c;
    margin-bottom: 8px;
    margin-right: 9px;
    text-align: center;
    border-radius: 4px;
}

.rug-rectungler {
    height: auto;
    width: 100%;
}

.product-listing .carousel {
    padding: 15px 20px;
}

.product-listing .col-md-4 .carousel {
    padding: 15px 15px;
}

.mobile-menu {
    display: none;
}

.mobile-navigation-icon {
    font-size: 32px
}

.filler-show-btn,
.close-fillter-btn {
    display: none;
}

#searchColumn,
#searchColumn3,
.fillter-sub-item .col-md-12 {
    display: none;
}

.filter-content .badge {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    color: #7d7c7c;
    border: 1px solid #7d7c7c;
    padding: 10px;
}

.remove-filer-cross {
    background: none;
    border: 0;
    font-size: 25px;
    padding: 0 0 0 5px;
    line-height: 0;
}


/*
====================================================
START OF NEW ADDITION OF CSS AFI 66
====================================================
 */

h5.card-title {
    font-size: 20px;
}

.styledCheckbox.form-check .form-check-label {
    width: 100%;
}

.icon-img {
    width: 25px;
    height: auto;
    min-width: min-content;
}

.icon-truck {
    width: 18.75px;
    height: auto;
}

.icon-shop {
    width: 16px;
    height: auto;
}

.icon-truck,
.icon-shop {
    margin-right: 10px;
}

.ps-5 {
    padding-left: 3rem!important;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.styledCheckbox.form-check .form-check-input {
    margin-right: 10px;
    margin-top: 0;
}

.form-check.styledCheckbox {
    margin-bottom: 0.125rem;
    border-radius: 10px;
}

.col-md-12.address-cards {
    padding: 0;
}

.col-md-12.address-cards .card {
    border-radius: 10px;
}

.form-checkout .order_form_button_outer .place-order-btn {
    background: #ef9030;
    border-radius: 5px;
}

.checkout-balance {
    border-radius: 10px;
}

.checkout-page p,
.checkout-page label {
    margin-left: 10px;
    color: #0C0C0C;
    font-family: 'Conv_Nexa Light';
    font-weight: 800;
    font-size: 15px;
}

.checkout-page label {
    margin-left: 10px;
    line-height: normal;
    margin-bottom: 0;
}

.checkout-page p.specs {
    font-size: 13px;
}

.checkout-page h1,
.checkout-page h2,
.checkout-page h3,
.checkout-page h4,
.checkout-page h5 {
    font-family: 'Conv_Nexa Light';
    color: #696868;
}

.checkout-page h6 {
    color: #1B1C21;
}

.new-selectables {
    display: flex;
}

.checkout-page .new-selectables h6 {
    color: #333;
}

.checkout-page ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #69686894;
    opacity: 1;
    /* Firefox */
}

.header-right-items [class^="icon-"],
.header-right-items [class*=" icon-"] {
    font-size: 20px;
}

.headericons .cartCount{
    top: -13px;
    right: -4px;
    font-size: 11px;
    background-color: #ef9000;
    border-radius: 10rem;
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.quickCart-opener {
    position: static;
}

.quickCart {
    width: 500px;
    min-height: 535px;
    height: auto;
    right: 10px;
    top: 60px;
    z-index: 1001;
    box-shadow: 1px 5px 10px #000;
    border-radius: 10px;
    overflow-y: auto;
    padding-bottom: 50px;
    background: #f8f6f3 !important;
    z-index: 1001;
}

.quickCart .checkout-balance {
    /* height: 600px; */
    margin: 0 !important;
}

.quickCart .checkout-balance h3 {
    font-size: 20px;
    color: #5d5b5b;
    font-family: 'Conv_Nexa Light';
}

.quickCart .checkout-balance p {
    margin-left: 10px;
    color: #696868;
    font-family: 'Conv_Nexa Light';
    font-weight: 600;
    line-height: 18px;
    font-size: 15px;
}

.quickCart .checkout_items_wrap {
    max-height: 300px;
    overflow: auto;
}

.quickCart .close-icon,
.quick-profile .closeProfile,
.cost-type .closeProfile {
    font-weight: bold;
    color: #000;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.removeProd {
    left: -5px;
    top: -5px;
    background: #ef9030;
    padding: 2px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.newStyle .removeProd {
    left: -10px;
    top: 50%;
    background: initial;
    color: #f00;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
}

.newStyle .card .removeProd {
    left: -22px;
}

.quickCart .newStyle .removeProd {
    left: -15px;
}

.quickCart .products-thumbnails .newStyle img {
    min-width: 90% !important;
    width: 90% !important;
    float: right;
}

.newStyle .table>thead>tr>th {
    font-size: 14px;
    font-weight: normal;
    color: #1B1C21;
    text-transform: uppercase;
    border: 0;
}

.newStyle .table>tbody>tr {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0;
}

.all-muted {
    opacity: 0.5;
}

.headericons {
    color: #696868;
    cursor: pointer;
}

.header-right-items .quick-profile,
.cost-type {
    width: 400px;
    min-height: 400px;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1001;
    box-shadow: 1px 5px 10px #000;
    border-radius: 10px;
    overflow-y: hidden;
    padding-bottom: 50px;
    background: #f8f6f3 !important;
    z-index: 1001;
}

span.container-checker {
    position: static;
}

.quick-profile .upperArea,
.cost-type .upperArea {
    border-bottom: 1px solid #ccc;
}

.profile-img {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #fff;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    overflow: hidden;
}

.profile-img h1 {
    font-size: 39px;
    line-height: 66px;
    font-weight: bold;
    color: #ef9000;
}

.user-name,
.user-email {
    font-family: 'Conv_Nexa Light' !important;
    color: #696868 !important;
    font-size: 18px !important;
    position: initial !important;
}

.quick-profile .inner-user-settings,
.cost-type .inner-user-settings {
    padding: 10px 30px;
    background: transparent;
}

.user-information {
    margin-top: 20px;
}

.quick-profile .user-settings,
.cost-type .user-settings {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    align-items: center;
}

#profile-parent .cost-type {
    min-height: 260px;
    padding-bottom: 0;
}

.cost-type .form-label {
    font-size: 14px;
}

.pageLoader, .cartLoader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
    z-index: 99999;
}
.cartLoader {
    position: absolute !important;
    height: 100% !important;
}

.pageLoader #loading_msg,
.cartLoader #loading_msg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.cartLoader #loading_msg {
    top: 40%;
}

.cart-actions>input {
    max-width: 150px;
}

.cart-actions>input {
    max-width: 150px;
}

.cart-actions .update-cart-button {
    margin-left: 10px;
}

.cart-actions .cart-loader {
    margin-left: 10px;
}

.column-gap-20 {
    column-gap: 20px;
}

.icon-arrow-right {
    position: relative;
    top: 3px;
    left: 10px;
}

.login-modal-popup .modal-dialog.modal-lg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 50%;
}

.quick-cart-btn,
.btn.quick-cart-btn {
    display: block;
    background: #797877;
    padding: 5px 30px;
    border: 1px solid #737373;
    color: #ffffff;
}

.cart-is-empty,
.specs strong.cart-is-empty {
    font-size: 30px;
    color: #828282;
    font-family: 'Conv_Nexa Light';
}

.product-listing .slider-for .handles-position,
.products-images .handles-position,
.simple-grid-item .handles-position,
.product-listing .handles-position {
    right: 10px;
    top: 0;
    min-width: 90px;
    min-height: 30px !important;
    background-repeat: no-repeat !important;
}

.product-listing .handles-position:nth-of-type(1),
.products-images .handles-position:nth-of-type(1),
.simple-grid-item .handles-position:nth-of-type(1) {
    top: 5px;
}

.product-listing .handles-position:nth-of-type(2),
.products-images .handles-position:nth-of-type(2),
.simple-grid-item .handles-position:nth-of-type(2) {
    top: 35px;
}

.product-listing .handles-position:nth-of-type(3),
.products-images .handles-position:nth-of-type(3),
.simple-grid-item .handles-position:nth-of-type(3) {
    top: 65px;
}

.product-listing .handles-position:nth-of-type(4),
.products-images .handles-position:nth-of-type(4),
.simple-grid-item .handles-position:nth-of-type(4) {
    top: 95px;
}

/*
.cartoverlay{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.7;
    z-index:1000;
} */


/*
====================================================
END OF NEW ADDITION OF CSS AFI 66
====================================================
 */

@media(max-width:767px) {
    .filler-show-btn,
    .close-fillter-btn {
        display: block;
    }
    .filler-show-btn {
        text-align: right;
    }
    .filler-show-btn button {
        width: auto;
        min-width: 150px;
        border: 1px solid #e0e0e0;
        height: 40px;
        margin-top: 20px;
        font-size: 14px;
        font-family: 'Conv_Nexa Light';
        font-weight: 500;
        color: #444343;
        padding: 5px 10px;
        background-color: #ffffff;
    }
    select.sort-filter{
        border-radius: 0;
    }
    .close-fillter-btn {
        /* position: fixed;
        left: 229px;
        z-index: 9999;
        border: 1px solid #9a9a9a; */
        border: 1px solid transparent;
        background-color: transparent;
        padding: 0;
    }
    .list-fillter {
        display: none;
    }
    #sub3 {
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: #f8f6f3;
        width: 100%;
        color: black;
        display: none;
        z-index: 9999;
        height: 100%;
        overflow-y: auto;
        padding: 15px 0px 30px;
        overflow-x: hidden;
    }
    .fillter-sub-item input[type=text] {
        display: none
    }
    .fillter-nav ul.fillter-sub-item {
        position: relative;
        display: block !important;
        width: 100%;
        background: none;
        border: 0px;
        top: -28px;
    }
}

@media (min-width:768px) and (max-width:1350px) {
    .fillter-nav .fillter-sub-item {
        height: 300px;
        overflow-x: auto;
        min-width: 15em !important;
    }
    .three-column .col-md-3 {
        max-width: 100%;
    }
    .fillter-sub-item .col-md-6 {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .three-column-size .col-md-3 {
        width: 100% !important;
        float: none !important;
        max-width: 100%;
    }
}

/* new filter hide show on mobile and tablet */

.mobile-show-new{
    display: none;
}
@media(max-width:766px) {
    .mobile-hide-new {
        display: none;
    }
    .mobile-show-new{
        display: block;
    }
    .filter-headeing-area {
        border-bottom: 1px solid #00000020;
    }
}
.navbar-show{
    display: flex;
}
.mobile-show{
    display: none;
}
@media(max-width:1350px) {
    .navbar-show{
        display: none;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .mobile-menu {
        display: block;
    }
    .header-menu {
        display: none !important;
    }
    .become-form {
        background: #ececec;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo img {
        width: 92px;
    }
    .header-area .col-sm-2 {
        width: 30%;
        max-width: 30%;
        flex: none;
    }
    .header-area .col-sm-10 {
        width: 70%;
        max-width: 70%;
        flex: none;
    }
    .mobile-serch-box,
    .mobile-menu {
        display: inline-block;
    }
    .mobile-serch-box {
        width: 83%
    }
    .mobile-menu {
        width: 10%
    }
    .header-left-search {
        width: 100%;
        max-width: inherit;
        position: relative;
        top: -7px;
        left: -15px;
    }
    .three-column .col-md-3 {
        width: 100% !important;
        float: none !important;
    }
    .three-column {
        min-width: 100% !important;
    }
    .three-column-size {
        min-width: 100% !important;
    }
    .three-column-size .col-md-3 {
        width: 100% !important;
        float: none !important;
    }
    .hp-video {
        height: 350px;
        background-size: 100% auto !important;
    }
    .hpmt-video-text-content {
        width: 260px;
    }
    .set-lr-pad {
        padding: 0px;
    }
    .featuted-product-wrap .col-lg-6,
    .featuted-product-wrap .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .featuted-product-wrap,
    .story {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
    .hp-video h2.title {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .hp-video .cta-btn {
        font-size: 12px;
    }
    .header-sticky.is-sticky {
        z-index: 999;
    }
    .product-wrapper {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media(max-width:768px) {
    .section-title {
        margin-bottom: 10px;
    }
    .single-product-item {
        margin-bottom: 0px;
    }
    .featured-product-contect .key-p {
        margin-top: 9px !important;
        padding: 0px 15px;
    }
    .catalog {
        padding-top: 30% !important;
    }
    .product-details-tab .nav li a {
        font-size: 14px;
        min-width: auto;
    }
    .product-details-tab .nav li {
        padding: 0px;
    }
    .product_tab_content .owl-carousel .owl-nav {
        display: none;
    }
    .footer-widget__title {
        font-size: 13px;
    }
    .inner-banner {
        padding: 1vh 0px;
    }
    .inner-banner h1 {
        font-size: 1em !important;
    }
}


/*@media only screen and (min-width: 768px) and (max-width: 1200px) {

	.sticky-fillter{ z-index:999;}

	.header-sticky.is-sticky {

    z-index: 999 !important;

      }

	}*/

.spinner-vir {
    text-align: center;
    min-height: 400px;
}


/*spinner css*/

.lds-circle {
    display: inline-block;
    width: 51px;
    height: 51px;
    margin: 6px;
    border-radius: 50%;
    background: #cef;
    animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {
    0%,
    100% {
        animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
    }
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(1800deg);
        animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
    }
    100% {
        transform: rotateY(3600deg);
    }
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #ef9000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.catalog {
    /*background-image: url(../images/catlog.jpg) !important;*/
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 61vh;
    padding-top: 8%;
}

.catalog-txt {
    max-width: 475px;
    margin: 0 auto;
    background: #1b1b1bab;
    color: #fff;
    padding: 30px;
    position: relative;
}

.catalog-txt h3 {
    color: #fff;
    font-family: 'Conv_Nexa Light';
}

.catalog-txt h2 {
    color: #fff;
    font-family: 'Conv_Nexa Bold';
}

.catalog-txt a {
    color: #fff;
    font-family: 'Conv_Nexa Light';
    border: 1px solid #fff;
    padding: 5px 10px;
    font-size: 20px;
    margin-top: 10px;
}

.three-column {
    min-width: 57em !important;
}

.three-column .col-md-3 {
    width: 25%;
    float: left;
}

.variations span {
    color: #ffffff;
    border: 1px solid #030a13;
    padding: 7px;
    margin-left: 1px;
    background: #0e1d30;
}

.detiel-drop {
    margin-top: 30px;
    color: #4c4a4a;
    /* border: 1px solid; */
    border: 1px dashed #c1c1c1;
    border-radius: 0px;
}

.product-details-content h4 {
    font-size: 15px;
}

.three-column-size {
    min-width: 43em !important;
}

.three-column-size .col-md-3 {
    width: 25%;
    float: left;
}

.easyzoom img {
    width: 1200px;
    height: auto;
}

/*
.my-table {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
*/


/* #Primary

================================================== */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=devanagari,latin-ext');
:root {
    --white: #ffffff;
    --light: #f0eff3;
    --black: #000000;
    --dark-blue: #1f2029;
    --dark-light: #353746;
    --red: #da2c4d;
    --yellow: #f8ab37;
    --grey: #ecedf3;
}

::selection {
    color: var(--white);
    background-color: var(--black);
}

::-moz-selection {
    color: var(--white);
    background-color: var(--black);
}

mark {
    color: var(--white);
    background-color: var(--black);
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.checkbox:checked~.background-color {
    background-color: var(--white);
}

.z-bigger [type="radio"]:checked,
.z-bigger [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox:checked+label,
.checkbox:not(:checked)+label {
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}

.checkbox:checked+label:before,
.checkbox:not(:checked)+label:before {
    position: absolute;
    font-family: 'unicons';
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.checkbox:not(:checked)+label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked+label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.checkbox:checked~.section .container .row .col-12 p {
    color: var(--dark-blue);
}

.checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
    position: relative;
    padding: 11px 5px;
    min-width: calc(100% / 3 - 10px);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    /* margin-left: 5px; */
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#item_color .checkbox-tools+label {
    min-width: initial;
    background: none !important;
    width: 80px;
    height: auto;
}

#item_color .checkbox-tools:not(:checked)+label {
    border: none;
    box-shadow: none;
}

#item_color .checkbox-tools:not(:checked)+label:hover {
    border: 1px solid #e4e4e4;
    box-shadow: none;
}

#item_color .checkbox-tools:checked+label {
    background-color: transparent;
    border-color: #707070;
}

#item_color .checkbox-tools+label img {
    width: 100%;
    height: 100%;
}


/* .checkbox-tools:checked+label,
.checkbox-tools:not(:checked)+label {
    position: relative;
    display: inline-block;
    padding: 11px 0px;
    width: 106px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
} */

.checkbox-tools:not(:checked)+label {
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    color: #676666;
}

.checkbox-tools:checked+label {
    background-color: #464343;
    border-radius: 0px;
    border: 1px solid #353232;
}

.checkbox-tools:not(:checked)+label:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-tools:checked+label::before,
.checkbox-tools:not(:checked)+label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}

.checkbox-tools:checked+label .uil,
.checkbox-tools:not(:checked)+label .uil {
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked~.section .container .row .col-12 .checkbox-tools:not(:checked)+label {
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.detiel-heading {
    font-size: 18px;
    margin: 12px 0px;
    color: #444242;
    font-weight: 500;
}

.table tbody+tbody {
    border: 0px;
}

.table-bordered th {
    font-weight: 500;
    color: #545151;
}

.menu .parant .main-item:hover {
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.menu .parant .main-item {
    border-bottom: 1px solid #0000;
}

.product-details-thumbs-2 {
    text-align: center;
}

.product-details-thumbs-2 .slick-arrow {
    font-size: 23px;
    align-self: center;
}

.product-details-thumbs-2 .draggable {
    margin-bottom: 5px
}

.services-sec {
    padding: 60px 0px;
    margin: 60px 0px;
}


/*.my-table tr td:first-child:after {

	content: '\f178';

    top: 24px;

    font: normal normal normal 14px/1 FontAwesome;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    right: 0;

    position: absolute;

    width: 28px;

    display: block;

    color: #a7a7a7;

}*/

.my-table.table td, .my-table.table th {
    padding: 0.25rem;
}

.my-table tr td:first-child {
    position: relative;
}

tr td:first-child {
    font-weight: bold;
}

.my-table tr td {
    width: 50%;
    border: none;
}

.inner-become .partner-apply {
    padding: 30px 0 !important;
}

.inner-become .section-title {
    margin-bottom: 10px !important;
}

.mobile-h5 {
    font-size: 15px;
    color: #484848;
}

.acknowledment {
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    margin: 5vh 0;
    padding: 3vh 5px;
}

.landing-wrap .product-banner-title {
    background-color: #000000ab;
    padding: 16px;
}

.landing-wrap .product-banner-title h3,
.landing-wrap .product-banner-title a {
    color: #fff;
    font-family: 'Conv_Nexa Light';
    font-weight: 300;
}

@media (min-width:1440px) {
    .key-p {
        max-width: 523px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.spinner-vir p {
    position: absolute;
    bottom: 21%;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    color: #0e1d30;
}

.spinner-vir {
    position: relative;
}

.owl-next.disabled {
    display: none !important;
}

.remaining_photos {
    background: #fff !important;
    height: 25px;
    width: 25px;
    border-radius: 50% !important;
    position: absolute;
    right: 22px;
    bottom: 50px;
    z-index: 9;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
}

.list-inline {
    z-index: inherit !important;
}

.list-inline .owl-next {
    z-index: 9;
}

.my-table tr td:first-child {
    /*background-color: #f5f5f5;*/
    width: 35%;
    border: none;
}

.single-product-wrap .table-bordered tr td:first-child,
.single-product-wrap .table-bordered tr th:first-child {
    background-color: #f5f5f5;
    border-right: 0px;
}

.single-product-wrap .table-bordered tr td:last-child,
.single-product-wrap .table-bordered tr th:last-child {
    border-right: 0px !important;
}

.review-btn {
    background: #797877 !important;
    /* padding: 0px !important; */
    padding: 0 5px 0px 5px !important;
    width: 142px !important;
}

.updtade-form h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 38px;
}

.show_more {
    padding: 7px 10px;
    border: 1px solid #070e17;
    margin-bottom: 18px;
    background: #0e1d30;
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 3px;
}

.show_more:hover {
    border: 1px solid #ca7c06;
    background: #ef9000;
    color: #ffffff !important;
}

.product-slider-active .products-images {
    display: flex;
    height: 300px;
    align-items: center;
}

.related-products .products-images {
    display: flex;
    min-height: 260px;
    height: 260px;
    align-items: center;
    overflow: hidden;
}

.mobile-menu-overlay .sub-menu li a {
    text-transform: uppercase;
}

.favourite-grid {
    columns: 2;
}

.favourite-grid .card a {
    width: 100%;
}

.card img {
    max-width: 100%;
}

.btn.btn-dark {
    padding: 0 20px;
    min-width: 150px;
    background: #ef9000;
}

.newStyle .btn.btn-dark {
    padding: 0 10px;
    width: auto;
    font-size: 15px;
}

.backdrop {
    background: rgb(0 0 0 / 75%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.login-popUp h4 {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.login-popUp p,
#popup_login_form label {
    font-size: 15.5px;
    color: #636363;
}

.lr-login-page,
.lr-login-page header {
    background: #f8f6f3;
}

.lr-login-mode .bg-white,
.lr-register-mode .bg-white {
    border-radius: 10px;
}

.alternate-check {
    justify-content: center;
    margin-top: 20px;
    color: #696868;
}

.alternate-check p>a {
    color: #ef9030;
}

.lr-login-page button.btn.btn-primary {
    background: #ef9030;
}

.lr-login-page .registerBtn {
    width: 310px;
    margin: 0 auto;
}

.emptyCart {
    font-family: 'Conv_Nexa Light';
    color: #696868;
}

#item_customer_parent #item_customer {
    max-height: 150px;
    overflow-y: scroll;
    /* margin-bottom: 20px; */
}

.checkout_items_wrap .border-bottom-thick:last {
    border-bottom: none;
}

.font-conv-nexa-bold {
    font-family: 'Conv_Nexa Bold';
}

.muted,
.muted>* {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.muted-fields input,
.muted-fields select,
.muted-fields textarea {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

button.add-to-cart .spinner-border {
    display: none !important;
    width: 1rem;
    height: 1rem;
}

#updating-cart .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

button.add-to-cart.btn-muted .spinner-border {
    display: block !important;
}

button.add-to-cart.btn-muted .label-text {
    display: none !important;
}

.card.payment-card .icons img {
    min-width: 30px;
    max-width: 30px;
}

.bottom-0 {
    bottom: 0px;
}

.checkout-page .product-description p {
    font-size: 12px;
}

select {
    background: #fff url("../images/icons/selector-icon.png") no-repeat center right 20px !important;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #ef9030;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    position: relative;
    font-family: 'Conv_Nexa Bold';
    opacity: 1 !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: rgb(34 34 34 / 50%);
}

#progressbar #account:before {
    content: " ";
    background: #fff url("../images/icons/lock-solid.png") no-repeat;
    background-position: center;
    border: 1px solid #ccc;
}

#progressbar #personal:before {
    content: " ";
    background: #fff url("../images/icons/truck-fast-solid.png") no-repeat;
    background-position: center;
    border: 1px solid #ccc;
}

#progressbar #payment:before {
    content: " ";
    background: #fff url("../images/icons/credit-card-solid.png") no-repeat;
    background-position: center;
    border: 1px solid #ccc;
}

#progressbar #confirm:before {
    content: " ";
    background: #fff url("../images/icons/circle-check-solid.png") no-repeat;
    background-position: center;
    border: 1px solid #ccc;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0;
    padding: 2px;
    z-index: 2;
    position: relative;
}

#progressbar li:after {
    content: '';
    width: 70px;
    height: 2px;
    background: #CFCFCF;
    z-index: 1;
    margin-right: 10px;
}

#progressbar li strong {
    opacity: 1 !important;
    margin: 0 10px;
    text-transform: uppercase;
    line-height: normal;
}

#progressbar #account.active:before {
    content: " ";
    background: #ef9030 url("../images/icons/lock-solid.png") no-repeat;
    background-position: center;
    border: 1px solid #ef9030;
}

#progressbar #personal.active:before {
    content: " ";
    background: #ef9030 url("../images/icons/truck-fast-solid-white.png") no-repeat;
    background-position: center;
    border: 1px solid #ef9030;
}

#progressbar #payment.active:before {
    content: " ";
    background: #ef9030 url("../images/icons/credit-card-solid-white.png") no-repeat;
    background-position: center;
    border: 1px solid #ef9030;
}

#progressbar #confirm.active:before {
    content: " ";
    background: #ef9030 url("../images/icons/circle-check-solid-white.png") no-repeat;
    background-position: center;
    border: 1px solid #ef9030;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #ef9030;
}

#progressbar #confirm:after {
    display: none;
}

.pb-100 {
    padding-bottom: 100px;
}

.qty-styles {}

.qty-action {
    background: #FFFFFF;
    padding: 4px;
    width: 25px;
    border: 1px solid #ccc;
}

.qty-styles input::-webkit-outer-spin-button,
.qty-styles input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-styles input[type=number] {
    -moz-appearance: textfield;
    border: 1px solid #ccc;
    border-left: 0;
}

.qty-styles .qty-action+input.form-control {
    width: auto;
    max-width: 70px;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.qty-minus+.form-control,
.qty-minus+.form-control+.qty-add {
    border-left: 0;
}

.new-selectables select {
    height: auto;
    margin-left: 10px;
    width: 200px;
    max-width: initial;
    padding-right: 50px;
    font-size: 14px;
    font-family: 'Conv_Nexa Light';
}

.fixheight-32 {
    height: 32px;
}

.delivery-method:not(.preview-card) {
    margin-left: 100px;
}

.check-container {
    position: relative;
    display: flex;
    width: 20px;
    height: 20px;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 11;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.check-container:hover input~.checkmark {
    background-color: #ccc;
}

.check-container input:checked~.checkmark {
    background-color: #ef9030;
}

.checkmark:after {
    content: " ";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newStyle .form-control {
    background: #fff;
    border-color: #ECECEC;
    border-radius: 0;
    padding: 10px;
}

input.is-invalid,
input.is-invalid+.input-group-addon {
    border-color: #dc3545 !important;
}

.newStyle .input-group.date .form-control,
.newStyle .card-key-details .input-group .form-control {
    border-right: 0;
    box-shadow: none;
}

.newStyle .input-group-addon {
    color: #ef9030;
    background-color: #fff;
    border: 1px solid #ececec;
    border-left: 0 !important;
    border-radius: 0;
}

.fullwidth {
    width: 100%;
}

.color-red {
    color: var(--red);
}

.card.payment-card {
    background: transparent;
    border: 0;
}

input[type="checkbox"].same-billing-address,
input[type="checkbox"].save-update-card {
    margin: -2px 10px 0 -3px;
}

.preview-card {
    background: #fff;
    border: 2px solid #F2F2F2;
    margin-top: 12px;
    margin-bottom: 20px !important;
}

.preview-card p {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 0 !important;
    font-size: 14px;
    color: #333;
}

.preview-card p:nth-child(even) {
    background: #FBFBFB;
}

.product-listing .rug-callection {
    display: flex;
    min-height: 482px;
    align-items: center;
}

.main-content.search-page .product-listing .col-md-4 a {
    min-height: 480px;
    display: flex;
    align-items: center;
}

#qty_msg {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    min-height: auto !important;
    padding: 0 5px;
    border-radius: 4px;
}

#qty-main .qty-styles input {
    width: 120px;
    max-width: 150px;
    height: 50px;
}

#qty-main .qty-styles input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#qty-main .qty-styles .qty-action {
    padding: 10px;
    width: 45px;
    text-align: center;
}

/* css by asad */
.lr-register-mode .reg-form-p, .lr-register-mode .reg-main-div,
.lr-login-mode .login-form-p, .lr-login-mode .login-main-div {
    padding: 3rem;
}
.product-details-content .mbl-qty-main-box {
    flex-direction: row;
    align-items: center;
}
.product-details-content #qty_msg {
    min-height: 55px;
}
/* asad cart and checkout page  */
.container .cust-order-details {
    flex-direction: row;
    justify-content: space-between;
}
.cust-order-details .checkout-balance .for-mobile-only{
    display: none;
}
.container .shipping-method-s2 {
    justify-content: center;
}
.delivery-method .address-cards .dropship-opt {
    align-items: center;
}
#selected_filters .clear-all {
    float: right;
}
.clear-all button {
    border: 0;
    background-color: transparent;
    color: #000000;
}
.clear-all button:hover {
    color: #ff8d00;
}
#selected_filters .filter-content{
    padding: 24px;
    display: flex;
    text-align: center;
}
.filter-content-selected{
    margin: auto;
    width: 100%;
}
.item-accordion {
    position: relative;
    margin: 10px 0;
}
.item-accordion p {
    padding: 10px;
    color: #202529;
}
.detiel-heading.item-accordion-heading {
    /* background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    color: #676666;*/
    padding: 10px 5px;
    margin: 0;
    cursor: pointer;
}
.detiel-heading.item-accordion-heading::after {
    content: "\f107";
    color: #676666;
    right: 20px;
    position: absolute;
    font-family: "FontAwesome";
}
.detiel-heading.item-accordion-heading[aria-expanded="true"]::after {
    content: "\f106";
}

#item_customer_parent #item_customer:disabled {
    background-color: #f5f5f5 !important;
    color: #000000;
    cursor: not-allowed;
}

#item_customer_parent #item_customer {
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 45px;
}

/*.hp-video {
    background-size: auto 100%;
    background-position: center;
}*/
/* home page mobile and teblet version */
@media (max-width:768px) {
    .single-product-item .product-content {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .cust-order-details .checkout-balance .for-desktop-only{
        display: none;
    }
    .cust-order-details .checkout-balance .for-mobile-only{
        display: block;
    }
    .cust-order-details .checkout-balance .mobile-cart-details .mb-cart-inner {
        margin-bottom: 40px;
    }
    .cust-order-details .for-mobile-only .products-thumbnails .removeProd {
        left: -45px;
        top: 10px;
        font-size: 25px;
    }
    .cust-order-details .for-mobile-only .products-thumbnails {
        position: relative;
    }
    .cust-order-details .for-mobile-only h4 {
        text-align: left;
        font-family: 'Conv_Nexa Bold';
        font-size: 18px;
        font-weight: 700;
        color: #1B1C21;
        border: 0;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
        margin: 0 10px 0 -15px;
    }
    .cust-order-details .for-mobile-only .product-description p,
    .cust-order-details .for-mobile-only h6 {
        font-size: 16px;
    }
    .cust-order-details .for-mobile-only .order-qty .qty-action {
        padding: 2px;
    }
    .cust-order-details .for-mobile-only .order-qty .cart-actions {
        padding: 10px 10px 10px 0;
        align-items: center;
    }
    .cust-order-details .for-mobile-only .order-price {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding: 10px 0;
    }
    .cust-order-details .for-mobile-only .product-description,
    .cust-order-details .for-mobile-only .order-qty {
        padding: 10px 0;
    }
    .quickCart .products-thumbnails img, .checkout-page .products-thumbnails img {
        min-width: 100px;
        max-width: 70%;
        height: auto;
        margin: 0 -15px;
    }
    .container .shipping-method-s2 {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .new-selectables select {
        width: 250px;
    }
    .delivery-method:not(.preview-card) {
        margin-left: 0;
    }
    .address-summery.step-4 .address-summery-inner,
    .step-3 .s2-payment-pt,
    .delivery-method .address-cards .dropship-opt,
    .delivery-method .address-cards {
        flex-direction: column;
        align-items: unset;
    }
    .col-md-9.step2-pd-info {
        margin-left: 15px;
    }
    .newStyle .card .removeProd {
        left: -29px;
        top: -7px;
    }
    .login-modal-popup .modal-dialog.modal-lg {
        width: 80%;
    }
}
@media (max-width:520px) {
    .product-slider-active .products-images {
        justify-content: center;
    }
    .single-product-item .product-thumbnail>img {
        height: 300px;
    }
    .featuted-product-wrap .section-title--one {
        margin: 10px 0 0 0;
    }
    .single-product-item .product-content.item-detais-pg {
        margin-top: 70px;
        margin-bottom: 0px;
    }
    #progressbar li,
    #progressbar li.active::after {
        display: none;
    }
    #progressbar > li.current {
        display: flex;
    }
    .container .cust-order-details {
        flex-direction: column;
    }
    .lr-register-mode .reg-form-p, .lr-register-mode .reg-main-div,
    .lr-login-mode .login-form-p, .lr-login-mode .login-main-div {
        padding: 1.5rem 0.5rem;
    }
    .product-slider-active .slick-arrow{
        left: 0;
    }
    .product-slider-active .slick-arrow.arrow-next{
        right: 0;
    }
    .product-details-content .mbl-qty-main-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-details-content #qty_msg {
        min-height: 0px;
    }
    .other-information .user-add-info {
        flex-direction: column;
        padding: 0 !important;
    }
    .other-information .user-add-info .form-group.col-md-6 {
        padding: 0 !important;
    }
    #selected_filters .filter-content{
        width: 100%;
        padding: 0;
        text-align: left;
    }

}
/* filter accordian bootstrap css */
@media (max-width:768px) {
    .my-nav li.fillter-nav {
        margin: 0;
    }
    .filter-accordians .accordion-item {
        background-color: #fff;
        border: 1px solid #00000020;
    }
    .filter-accordians .accordion-header {
        margin-bottom: 0;
    }
    .filter-accordians .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #f8f6f3;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    }
    .filter-accordians .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background-color: #e7f1ff;
        box-shadow: inset 0 -1px 0 #00000020;
    }
    .filter-accordians .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        /* padding: 1px 6px; */
        content: "\e93a";
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
        font-family: 'Linearicons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        letter-spacing: 0;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        font-feature-settings: "liga";
        -webkit-font-variant-ligatures: discretionary-ligatures;
        -moz-font-variant-ligatures: discretionary-ligatures;
        font-variant-ligatures: discretionary-ligatures;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .filter-accordians .accordion-button:not(.collapsed)::after {
        /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
        transform: rotate(-180deg);
    }
    .filter-accordians .accordion-body {
        padding: 1rem;
        background-color: #f8f6f3;
    }

}
@media (min-width: 2050px) {
    .header-menu{
        padding-right: 100px;
    }
}
