@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.form-check.collection-filter-checkbox .form-check-input {
    float: left;
    margin-left: 0;
}

.form-check.collection-filter-checkbox .form-check-input {
    position: unset;
}



.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.form-check-input:checked {
    background-color: #5c1152;
    border-color: #5c1152;
}

.form-check-input:focus {
    border-color: #5c1152;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(92 17 82 / 25%);
}

.btn:hover {
    color: #ffffff;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
}

body {
    font-family: 'Noto Serif', serif;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

:root {
    --MP-themecolor: #5c1152;
    --MP--themecolorsecondery: #b9a477;
    --themehovercolor: rgb(231 231 186);
    --themecolor2: #ffff00;
    --theme-font: calibri;
    --titlefont: 'Raleway', sans-serif;
}


.menu.account:hover .mpAccountPop,
.menu.account:hover .mpAccountPopLogin,
.menu.account:hover .mpAccountPop,
.menu.account:hover .mpAccountPopLogin {
    opacity: 1;
    -webkit-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
    visibility: visible;
}

.menu.account:hover:before {
    bottom: -18px;
    content: "";
    display: block;
    position: absolute;
    z-index: 999999;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    left: 50%;
}

.mpAccountPop {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 20px rgb(92 17 82);
    display: block;
    left: 50%;
    min-width: 280px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 38px;
    -webkit-transform: translate(-50%, 40px);
    transform: translate(-50%, 40px);
    transition: all .3s;
    visibility: hidden;
    z-index: 9999;
}

    .mpAccountPop h6 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .mpAccountPop .mpAccountPopCTA {
        align-items: center;
        display: flex;
        justify-content: space-around;
        margin: 20px 0 10px;
    }

        .mpAccountPop .mpAccountPopCTA .btn {
            font-size: 12px !important;
            font-weight: unset !important;
            height: 40px !important;
            padding: 4px 8px;
            text-transform: uppercase;
        }

#common-button .primary-btn {
    background-color: #5c1152;
    border: 0.01em solid #5c1152;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    height: 50px;
    line-height: 1em;
    outline: 0;
    padding: 0.875em 1.875em;
    position: relative;
    text-align: center;
    text-decoration: 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;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}

    #common-button .primary-btn span {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    #common-button .primary-btn:hover span {
        color: #5c1152;
        font-size: 15px;
        font-weight: bold;
    }

    #common-button .primary-btn:hover {
        background: #fff;
    }

.mpAccountPop #contact-id {
    font-size: 12px !important;
}


.desktop-contentInfo {
    display: block;
}

    .desktop-contentInfo .desktop_infoTitle_login {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
        justify-content: flex-start !important;
    }

        .desktop-contentInfo .desktop_infoTitle_login .title_dropcap {
            /* font-family: lato,sans-serif; */
            font-weight: 500;
            font-size: 27px;
            line-height: 1.33;
            align-items: center;
            text-transform: uppercase;
            align-items: center;
            justify-content: center;
            display: flex;
        }

        .desktop-contentInfo .desktop_infoTitle_login .title_dropcap {
            width: 56px;
            height: 56px;
            border-radius: 100%;
            background: #5c1152;
            color: #fff;
            margin-right: 12px;
        }

        .desktop-contentInfo .desktop_infoTitle_login .userName__ {
            font-family: 'Cormorant', serif;
            font-weight: 500;
            font-size: 26px;
            color: #242330;
            display: block;
            line-height: 41px;
            text-align: left;
        }

        .desktop-contentInfo .desktop_infoTitle_login .userEmail__ {
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.71;
            letter-spacing: 0.1px;
            color: #6e7191;
            display: block;
        }

    .desktop-contentInfo .desktop-infoTitle_login {
        justify-content: flex-start !important;
        height: 48px;
        width: 100%;
        align-content: flex-start;
        display: flex;
        align-items: center;
    }

        .desktop-contentInfo .desktop-infoTitle_login a .afterLogin_icon {
            margin-right: 16px;
            width: 24px;
            cursor: pointer;
            height: 100%;
            object-fit: contain;
        }

        .desktop-contentInfo .desktop-infoTitle_login a span {
            color: #4e4b66;
        }

/**********************************************************************************
                           Header Style 
**********************************************************************************/
/* Header Style */
.header {
    background: #fff;
}

    .header .header-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .header nav.menu ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .header nav.menu ul li {
            display: inline-block;
            padding: 0 22px;
        }

    .header nav.menu > ul > li:first-child {
        padding-left: 0;
    }

    .header nav.menu > ul > li:last-child {
        padding-right: 0;
    }

    .header nav.menu ul li a {
        color: #555;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.75px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 45px 0;
        display: inline-block;
    }

    .header .logo a {
        display: inline-block;
    }

/* .header .trigger-menu-icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 0;
  outline: medium none;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
  width: 35px;
  z-index: 999;
  position: relative;
} */

/* .header .trigger-menu-icon span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 8px 0;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

.header .trigger-menu-icon.is-active span {
  visibility: hidden;
  opacity: 0;
}

.header .trigger-menu-icon.is-active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  opacity: 1;
  margin-bottom: -9px;
}

.header .trigger-menu-icon.is-active span:last-child {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -11px;
} */

.transparent-header {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}


.fixed-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* Sticky Header */
.sticky-header.is-sticky:not(.header-sidemenu) {
    animation: 0.7s ease-in-out 0s normal both 1 running slideInDown;
    background: var(--MP-themecolor) none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header.is-sticky nav.menu ul li > a {
    color: #ffffff;
}

.header.is-sticky nav.menu ul li:hover > a {
    color: #fff;
}

.sticky-header:not(.header-sidemenu).is-sticky nav.menu > ul > li > a {
    padding: 23px 0;
}

.mobile-menu-wrapper {
    background: #fff;
    width: 100%;
}

.is-sticky .mobile-menu-wrapper {
    width: 100%;
}

    .is-sticky .mobile-menu-wrapper .mobile-menu a.cr-btn {
        display: none;
    }

.mobile-logo img {
    max-width: 120px;
}

.logo.sticky_logo {
    display: none;
}

.is-sticky .logo.sticky_logo {
    display: block;
}

.is-sticky .logo.default_logo {
    display: none;
}

/* Megamenu Styles */
.header nav.menu li.megamenu-area {
    position: inherit;
}

.mobile-back.text-end {
    display: none;
}

.header nav.menu .megamenu-area-wrap {
    background: #fbfbfb none repeat scroll 0 0;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    box-shadow: -1px 1px 5px 1px rgba(0, 0, 0, 0.15);
}

.header nav.menu ul li .mega-img a {
    padding: 0;
}

.header nav.menu ul li.mega-img {
    padding: 0 20px 20px;
}

.header nav.menu .megamenu-area-single {
    flex-grow: 100;
    /* padding: 15px 30px 10px; */
    padding: 15px 10px 0;
    width: 20%;
}

.header nav.menu .boxMenu {
    width: 60%;
}

.header nav.menu .megamenu-area-single:last-child {
    border-right: 0;
}

.header nav.menu .megamenu-area-single .collecion_heading {
    color: var(--MP-themecolor);
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
}

    .header nav.menu .megamenu-area-single .collecion_heading::after {
        background: #353535 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 40px;
    }

.header nav.menu .megamenu-area-single ul li {
    padding-left: 0;
    display: block;
    position: relative;
    width: 100%;
}

    .header nav.menu .megamenu-area-single ul li a {
        color: #777;
        display: block;
        font-weight: 600;
        padding: 6px 0;
        text-transform: capitalize;
    }

    .header nav.menu .megamenu-area-single ul li:hover a {
        color: var(--MP-themecolor);
    }

.header nav.menu li.megamenu-area > a::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 400;
    padding-left: 3px;
}

.header nav.menu li.megamenu-area:hover .megamenu-area-wrap {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.header.megamenu-fullwidth div[class^="col-"] {
    position: inherit !important;
}

.header.mega-menu-main-wrap .header-inner {
    position: relative;
}

.header .container-fluid nav.menu .megamenu-area-wrap {
    max-width: 1000px;
    left: auto;
    right: 300px;
}


/* Animated Content */
.animated-slider-content .single-slider .single-slider-content > * {
    visibility: hidden;
    opacity: 0;
}

.animated-slider-content .single-slider.slick-active .single-slider-content > * {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content h3 {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content h1 {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content p {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content a.cr-btn {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
}

/**
Sidemenu Styles
*/
/* Sidemenu Header Styles */
.sidemenu-wrapper-header {
    background: url(images/others/sidemenu.image-background.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
}

/* Sidemenu Body Styles */
.sidemenu-wrapper-body {
    margin-left: 375px;
    width: calc(100% - 375px);
}


/* Header top bar  */

.header-top {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    padding: 10px 0;
}

    .header-top span {
        color: #ffffff;
        display: inline-block;
    }

.top-bar-right {
    float: right;
}

    .top-bar-right .content {
        display: inline-block;
        margin-left: 13px;
        padding-left: 17px;
        position: relative;
    }

        .top-bar-right .content:first-child::after {
            display: none;
        }

        .top-bar-right .content::after {
            background: #ffffff none repeat scroll 0 0;
            content: "";
            height: 10px;
            left: 0;
            position: absolute;
            top: 6px;
            width: 2px;
        }

        .top-bar-right .content > a {
            color: #ffffff;
        }

        .top-bar-right .content i {
            font-size: 14px;
            margin-right: 8px;
        }

.account-dropdown li {
    display: block;
}

.account-dropdown a {
    color: #2d3e50;
    display: block;
    padding: 5px 0;
}

.top-bar-right .content > a {
    color: #ffffff;
}

    .top-bar-right .content > a:hover {
        color: #fff;
    }

/* slider */
.slider-area.common-slider-style .single-slider {
    min-height: 600px;
}

    .slider-area.common-slider-style .single-slider.fullscreen {
        min-height: 100vh;
    }

.slider-nav-btn-1.common-slider-style .slider-navigation {
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    padding: 0;
}

    .slider-nav-btn-1.common-slider-style .slider-navigation.slider-navigation-left {
        left: 0;
    }

    .slider-nav-btn-1.common-slider-style .slider-navigation.slider-navigation-right {
        right: 0;
    }

.header.common-header-style nav.menu > ul > li > a {
    padding: 35px 0;
}

.header.common-header-style {
    background: #fbfbfb none repeat scroll 0 0;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #eee;
}

.slider_btn_box .readmore-btn {
    display: inline-block;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    margin: 0;
    /* border-radius: 50px; */
}

.slider_btn_box {
    margin-top: 20px;
}

.single-slider-content h1 .is-visible {
    color: var(--MP-themecolor);
}

.header.common-header-style.transparent-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: absolute;
}

    .header.common-header-style.transparent-header.is-sticky {
        background: var(--MP-themecolor) none repeat scroll 0 0;
        position: fixed;
        top: 0;
    }

/* .slider-area.half-hight.common-slider-style .single-slider {
  min-height: 600px;
}

.half-hight.animated-slider-content .single-slider.slick-active .single-slider-content h3 {
  color: #777777;
}

.half-hight.animated-slider-content .single-slider.slick-active .single-slider-content h1 {
  color: #777777;
}

.half-hight.animated-slider-content .single-slider.slick-active .single-slider-content p {
  color: #777777;
}

.half-hight.slider-nav-btn-1 .slider-navigation {
  color: var(--MP-themecolor);
}

.half-hight.slider-nav-btn-1 .slider-navigation:hover {
  color: #fff;
} */

.readmore-btn,
a.readmore-btn,
button.readmore-btn {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    border: 1px solid var(--MP-themecolor);
    color: #ffffff;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 39px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}

/*----------------------------------------*/
/*  2.2.3 Header Searchbox
/*----------------------------------------*/

.search {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 95px;
    transition-duration: 0.4s;
    transition-property: height;
    width: 300px;
    z-index: 9999;
}

    .search.open {
        height: 50px
    }

.search-form {
    background-color: #ffffff;
    border-top: 1px solid #86bc42;
    float: right;
    width: 100%;
}

.is-sticky .search {
    top: 70px;
}

.padding-small .search {
    top: 92px;
}

.search-menu {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    border: 1px solid var(--MP-themecolor);
    box-shadow: -2px 3px 5px 1px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
    border-radius: 5px;
}

    .search-menu:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: var(--MP-themecolor);
        color: var(--MP-themecolor);
    }

.is-sticky .search-menu:hover {
    color: #777;
}

#search-form {
    overflow: hidden;
    position: relative;
}

    #search-form input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        height: 48px;
        padding: 0 40px 0 15px;
        width: 100%;
    }

.search-form input[type="search"] {
    border: medium none;
    float: left;
    background: transparent;
    font-size: 24px
}

.search-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
}

    .search-form button[type="submit"]:hover {
        color: var(--MP-themecolor);
    }

.header-logo-menu.stick .search {
    top: 96px
}

/* search and mini cart area css */
.search-cart-area > ul > li {
    cursor: pointer;
}

    .search-cart-area > ul > li > i,
    .search-cart-area > ul > li > a i {
        color: #000000;
    }

        .search-cart-area > ul > li > i.header-menu {
            font-size: 18px;
        }

        .search-cart-area > ul > li > i.header-search {
            font-size: 25px;
            position: relative;
            top: -3px;
        }

        .search-cart-area > ul > li > a i.header-cart {
            font-size: 24px;
            position: relative;
            top: -2px;
        }

.cart-box > ul > li > a {
    color: #ffffff;
}

.cart-text {
    display: block;
}

.cart-box > ul > li > a i {
    font-size: 32px;
}

.my-cart {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 40px;
    text-transform: capitalize;
    vertical-align: top;
}

.single-cart-box {
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.mini-cart .single-cart-box {
    margin-bottom: 10px;
}

.cart-checkout-area .cart-btn:first-child {
    margin-bottom: 10px;
}

.cart-img {
    float: left;
    padding-right: 10px;
    position: relative;
    width: 35%;
}

    .cart-img img {
        border: 1px solid #f6f6f6;
        max-width: 100%;
    }

.cart-content {
    float: left;
    padding: 0 15px 15px 0;
    width: 65%;
}

    .cart-content span a {
        color: #292929;
        display: block;
        font-size: 14px;
        line-height: 20px;
        overflow: hidden;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        text-transform: capitalize;
        white-space: nowrap;
    }

    .cart-content span {
        color: #333;
        display: block;
        font-size: 12px;
        line-height: 20px;
    }

.cart-actions a {
    background: #2c2c2c none repeat scroll 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}

.del-icone {
    color: #666666;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 45;
}

    .del-icone:hover,
    .cart-content span a:hover,
    .currency-selector ul li a:hover {
        color: var(--MP-themecolor);
    }

.total-price {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
}

.wish-list-item {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

    .wish-list-item::after {
        background-color: #ffffff;
        content: "";
        height: 29px;
        opacity: 0.5;
        position: absolute;
        right: 0;
        top: -10px;
        width: 1px;
    }

.total-pro {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 12px;
    height: 20px;
    left: 30px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 20px;
}

.single-cart-box,
.price-content {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.price-content {
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 15px;
}

    .price-content li {
        color: #3e3d43;
        font-size: 14px;
        font-weight: 500;
        padding: 0 0 5px;
    }

        .price-content li:last-child {
            padding: 0 0 0px;
        }

        .price-content li span,
        .cart-content span.cart-price {
            color: var(--MP-themecolor);
            /* float: right; */
            font-size: 14px;
            font-weight: 500;
        }

li.cart-total_price span {
    font-size: 21px;
    font-weight: bold;
}

li.cart-total_price {
    justify-content: space-between;
    display: flex;
}

.cart-content span.cart-price {
    float: none;
    margin: 5px 0;
}

.pro-quantity {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 11px;
    height: 23px;
    left: 5px;
    line-height: 23px;
    min-width: 25px;
    position: absolute;
    text-align: center;
    top: 3px;
}

.cart-btn .default-btn {
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    width: 100%;
}

.default-btn {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    border: 1px solid var(--MP-themecolor);
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    line-height: 34px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.cart-btn .default-btn:hover {
    color: #fff
}

/* list item */
.single-list-item .item-action a {
    transform: unset;
}

.single-list-item .item-content {
    padding: 25px 15px 0 0;
}

.single-list-item .item-action {
    justify-content: left;
    margin-top: 25px;
    position: relative;
    top: 0;
}

.single-slider-content h3 {
    display: none;
}

.link_area {
    display: none;
}

.banner-icon {
    display: none;
}

.subscribe-action-area.footer-bottom {
    display: none;
}

.footer-area.subscribe-footer-bottom.pb-footer {
    margin-bottom: 0;
}

.register-area.area-padding-large {
    padding: 70px 0;
}



/*new css Boot 5*/
a {
    text-decoration: none
}

.wrapper {
    overflow: hidden
}

    .wrapper [class*="col-"] {
        position: relative;
    }

.custom_grid_class,
.portfolio-single,
.col-lg-3.col-md-6.col-12.slick-slide {
    padding-right: 15px;
    padding-left: 15px;
}




/**
Banner Styles
*/
.single-slider {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .single-slider:active,
    .single-slider:focus {
        outline: none;
    }

.single-slider-content {
    color: #333;
    max-width: 60%;
}

    .single-slider-content.text-center {
        margin: auto;
    }

    .single-slider-content h3 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .single-slider-content h1 {
        font-size: 60px;
        line-height: 70px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .single-slider-content p {
        font-size: 16px;
        line-height: 24px;
        width: 80%;
        padding: 10px 0 30px;
        margin-bottom: 0;
    }

    .single-slider-content.text-center p {
        margin: auto;
    }

.wrapper-fluid-layout .single-slider-content.text-center p {
    margin: auto;
}

.single-banner img {
    margin-bottom: 25px;
}

/* Animated Content */
.animated-slider-content .single-slider .single-slider-content > * {
    visibility: hidden;
    opacity: 0;
}

.animated-slider-content .single-slider.slick-active .single-slider-content > * {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content h3 {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content h1 {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content p {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
}

.animated-slider-content .single-slider.slick-active .single-slider-content a.cr-btn {
    -webkit-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    -moz-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    -ms-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    -o-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
    animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
}


/* Minimal */
.slider-area .single-slider {
    position: relative;
    z-index: 3;
}

/* Minimal Banner */
.single-slider.banner-container {
    min-height: 550px;
}

    .single-slider.banner-container .single-slider-content {
        padding: 100px 0;
        padding-left: 50px;
        color: #333333;
    }

        .single-slider.banner-container .single-slider-content h1,
        .single-slider.banner-container .single-slider-content h2,
        .single-slider.banner-container .single-slider-content h3,
        .single-slider.banner-container .single-slider-content h4,
        .single-slider.banner-container .single-slider-content h5,
        .single-slider.banner-container .single-slider-content h6 {
            font-family: 'Noto Serif', serif;
        }

.slider-area {
    overflow: hidden;
    position: relative;
}

    .slider-area .particles-js {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }

.banner-animate-background {
    position: relative;
    overflow: hidden;
}

    .banner-animate-background .animate-background-image {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        text-align: center;
        background-size: cover;
        -webkit-animation: zoomInOut 20s ease-in-out infinite;
        -moz-animation: zoomInOut 20s ease-in-out infinite;
        -ms-animation: zoomInOut 20s ease-in-out infinite;
        -o-animation: zoomInOut 20s ease-in-out infinite;
        animation: zoomInOut 20s ease-in-out infinite;
    }

@keyframes zoomInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.search.mini-cart-area {
    opacity: 0;
    padding: 20px;
}

    .search.mini-cart-area.open {
        background: #ffffff none repeat scroll 0 0;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        min-height: 520px;
        opacity: 1;
        overflow: auto;
    }

.mini-cart ul {
    margin: 0;
    padding: 0;
}

.search-menu > span {
    font-size: 13px;
    height: 15px;
    left: 65%;
    position: absolute;
    top: -7px;
    width: 15px;
}

.menu-cart .search-menu {
    font-size: 20px;
    position: relative;
}

.header nav.menu .boxMenu .row.listTitle {
    margin: 0;
    line-height: 45px;
    color: #222;
}

li.boxMenu,
li.boxMenu {
    width: 60%
}

    li.boxMenu .row,
    li.boxMenu .row {
        border-bottom: 1px solid #e9eaee
    }

.header nav.menu .boxMenu .listTitle {
    margin: 0;
    line-height: 45px;
    color: #222;
    border-bottom: 1px solid #e9eaee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header nav.menu .boxMenu .listTitle p {
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .header nav.menu .boxMenu .listTitle a {
        line-height: 43px;
        border-bottom: 1px solid #f3f3f3;
        background-color: transparent;
        color: var(--MP-themecolor);
        display: inline;
        font-weight: 700;
        padding: 0;
    }

.header nav.menu .megamenu-area-single ul {
    height: 300px;
    overflow-y: scroll;
}


li.boxMenu .megaInnerMenu,
li.boxMenu .megaInnerMenu {
    border: none
}

    li.boxMenu .megaInnerMenu li,
    li.boxMenu .megaInnerMenu li {
        padding: 15px 0 !important;
        float: left;
        width: 201px
    }

        li.boxMenu .megaInnerMenu li + li,
        li.boxMenu .megaInnerMenu li + li {
            margin-left: 20px
        }

        li.boxMenu .megaInnerMenu li a,
        li.boxMenu .megaInnerMenu li a {
            padding: 0;
            text-align: center;
            overflow: hidden;
            display: block
        }

            li.boxMenu .megaInnerMenu li a .row,
            li.boxMenu .megaInnerMenu li a .row {
                border: none;
                font-weight: 700;
                color: #222
            }

                li.boxMenu .megaInnerMenu li a .row.imgHov,
                li.boxMenu .megaInnerMenu li a .row.imgHov {
                    position: relative
                }

                    li.boxMenu .megaInnerMenu li a .row.imgHov .hovCnt,
                    li.boxMenu .megaInnerMenu li a .row.imgHov .hovCnt {
                        content: '';
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.45);
                        position: absolute;
                        top: 0;
                        left: -150%;
                        transition: all 300ms ease-in-out 0s
                    }

                    li.boxMenu .megaInnerMenu li a .row.imgHov .hovCntInner,
                    li.boxMenu .megaInnerMenu li a .row.imgHov .hovCntInner {
                        position: absolute;
                        top: calc(50% - 21px);
                        left: 300%;
                        white-space: nowrap;
                        display: block;
                        font-weight: 700;
                        color: #FFF;
                        padding: 0 15px;
                        line-height: 40px;
                        border: 1px solid #FFF;
                        transition: all 300ms ease-in-out 0s
                    }

                li.boxMenu .megaInnerMenu li a .row.menuTitle,
                li.boxMenu .megaInnerMenu li a .row.menuTitle {
                    line-height: 45px;
                    text-align: center;
                    justify-content: center;
                }

            li.boxMenu .megaInnerMenu li a:hover .row,
            li.boxMenu .megaInnerMenu li a:hover .row {
                color: var(--MP-themecolor)
            }

                li.boxMenu .megaInnerMenu li a:hover .row.imgHov .hovCnt,
                li.boxMenu .megaInnerMenu li a:hover .row.imgHov .hovCnt {
                    left: 0
                }

                li.boxMenu .megaInnerMenu li a:hover .row.imgHov .hovCntInner,
                li.boxMenu .megaInnerMenu li a:hover .row.imgHov .hovCntInner {
                    left: 0;
                    right: 0;
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 110px;
                }

/* width */
.header nav.menu .megamenu-area-single ul::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Track */
.header nav.menu .megamenu-area-single ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.header nav.menu .megamenu-area-single ul::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    .header nav.menu .megamenu-area-single ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.section-header {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 0;
}

    .section-header span {
        color: var(--MP--themecolorsecondery);
    }

section {
    margin: 40px 0px 0px 0px;
}




.collection-carousel .media {
    background-color: unset;
    margin-bottom: 20px;
    display: block;
    background-color: rgba(var(--color-foreground), 0.1);
    position: relative;
    overflow: hidden;
}

.collection-text-content {
    text-align: center;
    padding-bottom: 30px;
}

.title-collection-carousel {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #5c1152;
}

.collection-text-content .count {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    line-height: 26px;
    position: relative;
    color: #999;
    text-align: center;
    transition: all .3s ease;
}

    .collection-text-content .count i {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease;
        color: var(--g-main);
        right: 0;
        opacity: 0;
        visibility: hidden;
    }

.collection-content-carousel {
    margin: 0 15px;
    /* position: relative;
  max-width: 410px; */
    overflow: hidden;
}

    .collection-content-carousel:hover {
        box-shadow: 0 4px 30px 20px #00000008;
    }

/* .collection-content-carousel:hover img {
  filter: drop-shadow(0 0.2rem 0.25rem rgba(92, 17, 82, 0.3));
} */
.owl-carousel .owl-stage-outer {
    padding: 30px 0 !important;
}


.carousel-wrapper {
    /* width: 1000px; */
    margin: auto !important;
    position: relative !important;
    text-align: center !important;
    font-family: 'Noto Serif', serif !important;
    max-width: 1300px !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    margin: 0 auto !important;
}

.owl-carousel .owl-nav {
    overflow: hidden !important;
    height: 0px !important;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #5110e9 !important;
}

.owl-carousel .item {
    text-align: center !important;
}

.owl-carousel .nav-button {
    height: 50px !important;
    width: 25px !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 40% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none !important;
    opacity: 0.25 !important;
}

.owl-carousel .owl-prev {
    left: -35px !important;
}

.owl-carousel .owl-next {
    right: -35px;
}

.owl-nav [class*=owl-] {
    color: var(--MP-themecolor) !important;
    font-size: 39px !important;
    background: #000000 !important;
    width: 44px !important;
    height: 44px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    border: 1px solid #e5e5e5 !important;
    line-height: 30px !important;
}

    .owl-nav [class*=owl-]:hover {
        background: var(--MP-themecolor) !important;
        color: #FFF !important;
        text-decoration: none !important;
    }

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px !important;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px !important;
}






/****************** Product Grid Box CSS  **************************/

/*.product-grid {
  font-family: 'Noto Serif', serif !important;
  padding: 10px;
  transition: all 0.5s ease 0s;
}*/

.product-grid {
    font-family: 'Noto Serif', serif !important;
    padding: 10px;
    /* margin: 0 -15px; */
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
}

    .product-grid:hover {
        box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1);
    }

    /*.product-grid .product-image {
  position: relative;
}*/

    .product-grid .product-image {
        position: relative;
        height: 250px;
        align-items: center;
        justify-content: center;
        margin: auto;
        display: flex;
    }

        /*.product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }*/

        .product-grid .product-image a.image {
            display: block;
            height: 250px;
            width: 100%;
        }

        /* .product-grid .product-image img {
            width: 100%;
            height: auto;
        }*/
        .product-grid .product-image img {
            width: 100%;
            height: 100%;
        }

    /*.product-grid .product-links {
  background: #fff;
  padding: 10px 0;
  margin: 0;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.08);
  list-style: none;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transition: all 0.3s ease 0s;
}*/


    .product-grid .product-links {
        background: #5c1152;
        padding: 10px 0;
        margin: 0;
        box-shadow: 1px 1px 1px 0px rgb(0 0 0 / 8%);
        list-style: none;
        opacity: 0;
        position: absolute;
        bottom: 10px;
        left: 10px;
        transition: all 0.3s ease 0s;
    }

    .product-grid:hover .product-links {
        opacity: 1;
    }

    .product-grid .product-links li {
        padding: 0 13px;
        border-right: 1px solid #ebebeb;
        display: inline-block;
    }

        .product-grid .product-links li:last-child {
            border-right: none;
        }

        /*.product-grid .product-links li a {
  color: #222222;
  font-size: 15px;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}*/

        .product-grid .product-links li a {
            color: #ffffff;
            font-size: 15px;
            display: block;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }

            /*.product-grid .product-links li a:hover {
                color: var(--MP-themecolor);
            }*/
            .product-grid .product-links li a:hover {
                color: #ffffff;
            }

            .product-grid .product-links li a:before,
            .product-grid .product-links li a:after {
                content: attr(data-tip);
                color: #fff;
                background-color: #383838;
                font-size: 12px;
                line-height: 18px;
                padding: 7px 10px;
                box-shadow: 4px 4px 8px rgba(0, 0, 0, .15);
                white-space: nowrap;
                display: none;
                transform: translateX(-50%);
                position: absolute;
                top: -42px;
                left: 50%;
                transition: all .3s ease 0s;
            }

            .product-grid .product-links li a:after {
                content: '';
                height: 15px;
                width: 15px;
                padding: 0;
                border-radius: 0;
                box-shadow: none;
                transform: translateX(-50%) rotate(45deg);
                top: -20px;
            }

            .product-grid .product-links li a:hover:before,
            .product-grid .product-links li a:hover:after {
                display: block;
            }

    .product-grid .product-content {
        text-align: left;
        padding: 15px 0;
        position: relative;
    }

    .product-grid .product-category {
        color: #929292;
        font-size: 13px;
        font-weight: 400;
        width: calc(100% - 75px);
        margin: 0 0 5px;
        display: inline-block;
    }

        .product-grid .product-category a {
            color: #929292;
            transition: all .3s ease 0s;
        }

    .product-grid .product-wt {
        color: #929292;
        font-size: 13px;
        font-weight: 400;
        width: calc(100% - 75px);
        margin: 0;
        display: inline-block;
    }

        .product-grid .product-wt a {
            color: #929292;
            transition: all .3s ease 0s;
        }

    .product-grid .rating {
        font-size: 13px;
        width: 70px;
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .product-grid .rating li {
            color: #f5c60d;
            margin: 0 -2px;
        }

            .product-grid .rating li.disable {
                color: #c4c4c4;
            }

    .product-grid .title {
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0;
    }

        .product-grid .title a {
            color: #292929;
            transition: all 0.3s ease 0s;
        }

            .product-grid .product-category a:hover,
            .product-grid .title a:hover {
                color: var(--MP-themecolor);
            }

    .product-grid .price {
        color: var(--MP-themecolor);
        font-size: 21px;
        font-weight: 500;
    }

@media screen and (max-width: 990px) {
    .product-grid {
        margin-bottom: 30px;
    }
}





/**************************** Static Banner Area  *****************************/


.static-banner_area .static-banner-image {
    background-size: cover;
    min-height: 345px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.static-banner_area .static-banner-content {
    left: 75px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 575px) {
    .static-banner_area .static-banner-content {
        left: 30px
    }
}

.static-banner_area .static-banner-content > p {
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 10px;
    z-index: 99
}

    .static-banner_area .static-banner-content > p span {
        color: var(--MP-themecolor);
        margin-right: 5px
    }

    .static-banner_area .static-banner-content > p.schedule {
        margin-bottom: 0;
        padding-bottom: 35px
    }

        .static-banner_area .static-banner-content > p.schedule span {
            font-size: 24px;
            color: var(--MP-themecolor);
            font-weight: 500
        }

.static-banner_area .static-banner-content > h2,
.static-banner_area .static-banner-content h3 {
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -0.025em;
    margin-bottom: 0;
    padding-bottom: 10px
}

@media (max-width: 575px) {

    .static-banner_area .static-banner-content > h2,
    .static-banner_area .static-banner-content h3 {
        font-size: 24px
    }
}

.static-banner_area .static-banner-content h3 {
    padding-bottom: 20px
}

.static-banner_area .static-banner-content .hiraola-btn-ps_left .hiraola-btn:hover {
    -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
    color: #ffffff !important
}

.theme-btn a {
    color: #fff;
}

.theme-btn {
    color: #ffffff;
    -webkit-box-shadow: 0px 8px 15px rgb(0 0 0 / 0%);
    box-shadow: 0px 8px 15px rgb(0 0 0 / 0%);
    width: 195px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--MP-themecolor);
}



/* Style 2 */

.section.section-padding {
    padding: 80px 0 50px;
    position: relative;
}

.spacer.spacer-bottom {
    top: auto;
    bottom: 0;
}

.spacer.spacer-lg {
    height: 190px;
}

.spacer {
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.light-bg {
    background-color: #5c115236;
}

.cta.cta-2 {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
    margin-bottom: 30px;
    /* background-image: linear-gradient(to bottom, rgba(175,162,96, 0.1), rgba(36, 109, 248, 0)); */
    display: flex;
    margin-bottom: 0;
}

    .cta.cta-2 > i {
        font-size: 70px;
        line-height: 1;
        display: block;
        margin-right: 30px;
    }

    .cta.cta-2 a i {
        transition: .3s;
    }

    .cta.cta-2 a:hover i {
        transform: translateX(5px);
    }

    .cta.cta-2.item1 > i,
    .cta.cta-2.item1 a {
        color: var(--MP-themecolor);
    }

    .cta.cta-2.item2 > i,
    .cta.cta-2.item2 a {
        color: var(--MP-themecolor);
    }




/* 6.0. Blog Posts */
.post {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}

    .post .post-thumbnail {
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .post .post-thumbnail img {
            border-radius: 8px;
            transition: .3s;
        }

            .post .post-thumbnail img:hover {
                transform: scale(1.1);
            }

    .post .post-author {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        line-height: 1;
    }

        .post .post-author img {
            width: 35px;
            border-radius: 50%;
            margin-right: 15px;
        }

        .post .post-author .post-author-body {
            flex: 1;
        }

            .post .post-author .post-author-body p {
                font-weight: 500;
                font-size: 15px;
                margin-bottom: 4px;
            }

                .post .post-author .post-author-body p a,
                .post .post-title a {
                    color: #222;
                }

                    .post .post-author .post-author-body p a:hover,
                    .post .post-title a:hover {
                        color: #5c1152;
                    }

            .post .post-author .post-author-body span {
                font-size: 13px;
                color: #848486;
            }

    .post .post-title {
        margin-bottom: 15px;
    }

    .post .post-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .post .post-controls .post-comment-authors-img,
        .post .post-controls .post-comment-authors {
            display: flex;
            align-items: center;
        }

            .post .post-controls .post-comment-authors span {
                color: #848486;
                font-size: 13px;
            }

        .post .post-controls .post-comment-authors-img {
            margin-left: 20px;
        }

            .post .post-controls .post-comment-authors-img a {
                display: inline-block;
                margin-left: -10px;
            }

                .post .post-controls .post-comment-authors-img a img {
                    width: 25px;
                    border-radius: 50%;
                }

                .post .post-controls .post-comment-authors-img a:last-child {
                    width: 25px;
                    height: 25px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #fffcef;
                    border-radius: 50%;
                    font-size: 12px;
                    color: #222;
                    font-weight: 600;
                }

    /* List */
    .post.post-list {
        display: flex;
    }

        .post.post-list .post-thumbnail {
            margin-right: 15px;
            margin-bottom: 0;
        }

        .post.post-list p {
            margin: 0;
        }

/* 6.4. Testimonials */
.mpm-testimonial {
    margin-bottom: 30px;
    text-align: left;
}

.mpm-testimonial-body {
    position: relative;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
    height: 220px;
    overflow: hidden;
}

    .mpm-testimonial-body::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fffcef;
    }

    .mpm-testimonial-body::after {
        content: '\f140';
        position: absolute;
        font-family: flaticon;
        font-size: 34px;
        opacity: .3;
        display: block;
        top: 20px;
        right: 20px;
        color: #5c1152;
    }

    .mpm-testimonial-body p {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .mpm-testimonial-body h5 {
        margin-bottom: 5px;
    }

.mpm-testimonial-author {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .mpm-testimonial-author img {
        width: 62px !important;
        border-radius: 8px;
        margin-right: 15px;
    }

.mpm-testimonial-author-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .mpm-testimonial-author-inner h6 {
        margin-bottom: 0;
    }

    .mpm-testimonial-author-inner span {
        line-height: 20px;
        font-size: 13px;
        font-weight: 600;
        color: #848486;
    }



/*======================
3. Footer
========================*/
.mpm-footer {
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
}

.btn-custom-2.grey {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .1);
    color: #515151;
}

.btn-custom,
.btn-custom-2 {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #5c1152;
    line-height: 24px;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}

.mpm-footer p {
    margin-bottom: 20px;
    color: #515151;
}

.mpm-footer a,
.mpm-footer i {
    color: #515151;
}

    .mpm-footer a:hover {
        color: #5c1152;
    }

.footer-widget {
    padding-bottom: 80px;
}

    .footer-widget .widget-title,
    .footer-logo {
        margin-bottom: 20px;
        font-weight: bold;
    }

.footer-logo {
    width: 130px;
}

.footer-widget ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .footer-widget ul li {
        display: block;
    }

        .footer-widget ul li + li {
            margin: 10px 0 0;
        }

        .footer-widget ul li a {
            position: relative;
            display: block;
        }

            .footer-widget ul li a i {
                font-weight: 400;
            }

    .footer-widget ul.social-media li {
        display: inline-block;
        margin-top: 0;
    }

        .footer-widget ul.social-media li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-size: 18px;
            margin-right: 10px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .footer-widget ul.social-media li a i {
                color: #515151;
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
            }

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

    .footer-bottom a {
        font-weight: 600;
        color: #515151;
    }

    .footer-bottom ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        list-style: none;
    }

        .footer-bottom ul li {
            margin: 0;
        }

            .footer-bottom ul li a {
                font-weight: 400;
                padding-left: 15px;
            }

/* Style 2 */
.mpm-footer.footer-2 {
    padding: 0;
}

    .mpm-footer.footer-2 .footer-top {
        background-color: #5c115236;
        border-top: 1px solid rgba(0, 0, 0, .1);
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

        .mpm-footer.footer-2 .footer-top .footer-widget {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        .mpm-footer.footer-2 .footer-top .social-media {
            height: 100%;
            align-items: center;
        }

    .mpm-footer.footer-2 .footer-middle {
        padding: 60px 0 0;
    }

    .mpm-footer.footer-2 .footer-widget {
        padding-bottom: 60px;
    }

.acr-language-selector > a {
    display: flex;
    align-items: center;
    font-weight: 600;
}

    .acr-language-selector > a img {
        margin-right: 10px;
    }

.acr-language-selector .dropdown-menu {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
    padding: 15px;
    transition: 0s;
    border: 0;
}

    .acr-language-selector .dropdown-menu img {
        margin-right: 5px;
        width: 30px;
    }

    .acr-language-selector .dropdown-menu li {
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 10px;
        transition: .3s;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

        .acr-language-selector .dropdown-menu li + li {
            margin-top: 10px;
        }

        .acr-language-selector .dropdown-menu li:hover {
            color: #bead8e;
        }

        .acr-language-selector .dropdown-menu li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

.footer-btn-wrapper {
    display: flex;
    align-items: center;
}

    .footer-btn-wrapper p {
        margin-bottom: 0;
        max-width: 500px;
    }

.footer-btn {
    text-align: right;
}

    .footer-btn a {
        margin-left: 10px;
        text-transform: uppercase;
    }

        .footer-btn a i {
            color: #5c1152;
            margin-right: 10px;
            font-size: 18px;
        }

/* Dark footer */
.footer-dark {
    background-color: #222;
}

    .footer-dark .footer-widget .widget-title {
        color: #fff;
    }

    .footer-dark p,
    .footer-dark .media-body p,
    .footer-dark .media-body span,
    .footer-dark a,
    .footer-dark i {
        color: #cecece;
    }

    .footer-dark ul.social-media li a {
        color: #cecece;
    }

        .footer-dark ul.social-media li a i {
            color: #cecece;
        }

.mpm-footer.footer-dark a:hover {
    color: #fff;
}

.footer-dark .form-control {
    background-color: #29313a;
    border-color: #29313a;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .mean-container .mean-nav {
        width: 90%;
    }

    .mean-container .mean-nav {
        width: 100%;
        position: absolute;
    }
}







/***************************** Login/SignUp  Modal Css ******************************/
.MpLogin.modal-content {
    margin-top: 45px;
    border-radius: 10px 0 10px 10px;
    border: 0;
    position: relative;
}

    .MpLogin.modal-content .fxt-btn-close {
        position: absolute;
        top: -45px;
        -webkit-box-shadow: none;
        box-shadow: none;
        right: 0;
        background-color: #ffffff;
        padding: 10px 27px 12px;
        line-height: 1;
        border: 0;
        cursor: pointer;
        border-radius: 10px 10px 0 0;
    }

        .MpLogin.modal-content .fxt-btn-close span {
            font-size: 30px;
            font-weight: bold;
            color: #5c1152;
        }

    .MpLogin.modal-content .fxt-page-title-wrap {
        position: relative;
        z-index: 1;
        margin-top: 30px;
        text-align: center;
    }

        .MpLogin.modal-content .fxt-page-title-wrap:before {
            content: "";
            background-color: #e7e7e7;
            height: 1px;
            width: 100%;
            position: absolute;
            z-index: -1;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
        }

    .MpLogin.modal-content .fxt-page-title {
        color: #ffffff;
        font-weight: 700;
        text-align: center;
        border: 1px solid #e7e7e7;
        font-size: 24px;
        padding: 10px 40px;
        background-color: #5c1152;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 0;
    }

.MpLogin .fxt-content {
    padding: 20px;
    width: 100%;
    background-color: #fff;
}

.MpLogin .fxt-form .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.MpLogin .fxt-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
}

.MpLogin .fxt-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
}

.MpLogin .fxt-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .MpLogin .fxt-checkbox-area .checkbox {
        padding-left: 5px;
        margin-right: 30px;
        margin-bottom: 5px;
    }

        .MpLogin .fxt-checkbox-area .checkbox label {
            padding-left: 20px;
            color: #a4a4a4;
            margin-bottom: 0;
            font-size: 15px;
            position: relative;
        }

            .MpLogin .fxt-checkbox-area .checkbox label:before {
                content: "";
                position: absolute;
                width: 16px;
                height: 16px;
                top: 4px;
                left: 0;
                margin-left: -5px;
                border: 1px solid;
                border-color: #dcdcdc;
                border-radius: 3px;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            }

            .MpLogin .fxt-checkbox-area .checkbox label:after {
                position: absolute;
                margin-left: -20px;
                padding-left: 3px;
                font-size: 10px;
                color: #555555;
            }

        .MpLogin .fxt-checkbox-area .checkbox input[type="checkbox"] {
            display: none;
        }

            .MpLogin .fxt-checkbox-area .checkbox input[type="checkbox"]:checked + label::after {
                font-family: 'IcoFont' !important;
                content: "\eed6";
                font-weight: 900;
                color: #ffffff;
                left: 12px;
                top: 0px;
                font-size: 18px;
            }

            .MpLogin .fxt-checkbox-area .checkbox input[type="checkbox"]:checked + label::before {
                background-color: #111;
                border-color: #111;
            }

    .MpLogin .fxt-checkbox-area .switcher-text {
        color: #5c1152;
        font-size: 15px;
        margin-bottom: 5px;
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.MpLogin .fxt-btn-fill {
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 3px;
    background-color: #5c1152;
    padding: 10px 36px;
    margin-bottom: 10px;
    /*width: 100%;*/
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.MpLogin .fxt-style-line {
    overflow: hidden;
    text-align: center;
}

    .MpLogin .fxt-style-line h3 {
        text-align: center;
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 20px;
        color: #a4a4a4;
        display: inline-block;
        position: relative;
        padding: 0 25px;
        z-index: 1;
    }

        .MpLogin .fxt-style-line h3:before {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #ebebeb;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

        .MpLogin .fxt-style-line h3:after {
            display: inline-block;
            content: "";
            height: 1px;
            width: 100%;
            background-color: #ebebeb;
            right: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            position: absolute;
            z-index: 1;
        }

.MpLogin .fxt-footer {
    text-align: center;
}

    .MpLogin .fxt-footer p {
        color: #999898;
    }

.MpLogin .switcher-text2.inline-text {
    margin-left: 3px;
}

.MpLogin .switcher-text2 {
    color: #5c1152;
    font-size: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

label.Privacy-Policy-reg a {
    color: #5c1152;
    font-weight: bold;
}




.Otp_reg-main .fxt-form h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}

.Otp_reg-main .fxt-form .fxt-otp-logo {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.Otp_reg-main .fxt-form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
}

.fxt-form p span {
    display: block;
}

.fxt-form .fxt-otp-label {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.fxt-form .fxt-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .fxt-form .fxt-form-row .fxt-form-col {
        padding: 10px 5px;
        text-align: center;
        margin-right: 10px;
        flex-basis: 0;
        flex-grow: 1;
    }

/***************************** Login/SignUp  Modal Css ******************************/
/*----- breadcrumb style css start -----*/
.breadcrumb-area {
    background-color: #f5f5f5;
}

.breadcrumb-wrap {
    padding: 24px 0;
    text-align: center;
}

    .breadcrumb-wrap .breadcrumb {
        background: transparent;
        margin-bottom: 0;
        padding: 0;
        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;
    }

        .breadcrumb-wrap .breadcrumb .breadcrumb-item a {
            color: #222222;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            text-transform: capitalize;
        }

            .breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
                color: #c29958;
            }

        .breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
            color: #7e7e7e;
            content: "/";
            font-size: 12px;
            margin: 0 5px;
        }

        .breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
            display: none;
        }

        .breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
            color: #c29958;
            font-size: 14px;
            font-weight: 400;
            text-transform: capitalize;
        }

/*----- breadcrumb style css end -----*/

/***************************** Product List And filter End ******************************/


/* .collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
} */

.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
    .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
    .collection-product-wrapper .product-top-filter .popup-filter .search-count,
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        /* border-right: 1px solid #dddddd; */
        padding: 18px;
        text-transform: capitalize;
        /* width: 35%; */
        cursor: pointer;
        border: 1px solid #dddd;
        border-radius: 5px;
        background: #5c1152;
        color: #fff;
        padding: 10px;
        height: 50px;
    }

        .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
        .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
        .collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
            margin-bottom: 0;
        }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
        padding: 20px;
        width: 10%;
    }

        .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
            height: 100%;
            vertical-align: middle;
            cursor: pointer;
        }

            .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
            .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
                margin-right: 14px;
            }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
        padding: 20px;
        width: 20%;
        border-right: 1px solid #dddddd;
    }

        .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
        .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
            .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
                margin-left: 10px;
            }

                .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
                .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
                    height: 18px;
                    cursor: pointer;
                }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        position: relative;
        width: 20%;
    }

        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
            border: 0;
            padding: 20px;
            border-right: 1px solid #dddddd;
            width: 100%;
            -webkit-appearance: none;
            -moz-appearance: none;
            cursor: pointer;
            background: url(../images/dropdown.png) no-repeat 95%;
        }

            .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
            .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
            .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
            .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
                outline: unset;
            }

            .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
            .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
            .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
            .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
                padding: 20px 0;
                background: #fff;
                color: #000;
            }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: auto;
        border: 1px solid #dddd;
        border-radius: 5px;
    }

        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
            right: 10px;
        }

        .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
            border-right: none;
            background: #5c1152;
            /* border-right: 1px solid #dddddd; */
            padding: 18px;
            text-transform: capitalize;
            /* width: 35%; */
            cursor: pointer;
            border: 1px solid #dddd;
            border-radius: 5px;
            background: #5c1152;
            color: #fff;
            padding: 10px 25px;
            height: 50px;
        }

.collection-product-wrapper .product-top-filter .popup-filter {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
        width: 3px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
        background: #dddddd;
    }

    .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
        background: #888888;
    }

        .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
            background: #555555;
        }

    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        position: relative;
        cursor: pointer;
        width: 20%;
        background: url(../images/dropdown.png) no-repeat 95%;
    }

        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
            font-size: 16px;
            color: #222222;
        }

        .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
            background-color: #f8f8f8;
            width: 270px;
            height: 600px;
            overflow-y: scroll;
        }

            .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
                border: none;
            }

            .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
                padding: 0 30px;
            }

            .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
                padding: 0 30px;
            }

                .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
                    width: 100%;
                }

    .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
        display: none;
        position: absolute;
        z-index: 9;
        top: 75px;
        left: 0;
        border: 1px solid #f1f5f4;
        -webkit-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
        min-width: 330px;
    }

        .collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
            display: block;
        }

        .collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
            margin-bottom: 0;
        }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: 20%;
    }

        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
            padding-right: 45px;
            font-size: 16px;
        }

        .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
        .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
            right: 35px;
        }

    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
        padding: 20px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
        width: 20%;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        right: 25px !important;
    }

.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 50px;
}

    .collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
        display: none;
    }

.collection-product-wrapper .product-wrapper-grid .product-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 18px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 8px 4px;
    font-size: 12px;
}


.top-filter {
    position: absolute;
    z-index: 1;
    top: 67px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9;
}

    .top-filter ::-webkit-scrollbar {
        width: 4px;
    }

    .top-filter ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .top-filter ::-webkit-scrollbar-thumb {
        background: #888;
    }

        .top-filter ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .top-filter .collection-collapse-block {
        padding-bottom: 0;
    }

        .top-filter .collection-collapse-block .collapse-block-title:after {
            display: none;
        }

    .top-filter .button_bottom {
        padding-bottom: 20px;
    }

    .top-filter .collection-collapse-block-content {
        max-height: 210px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.collection-filter-block {
    margin-bottom: 30px;
    padding: 0 30px;
    border: 1px solid white;
    background-color: #f9f9f9;
}

.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    display: none;
}

    .collection-mobile-back span {
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
        cursor: pointer;
    }

        .collection-mobile-back span i {
            font-size: 20px;
            font-weight: bold;
            margin-right: 5px;
        }

.collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    margin: 30px 0 0 0;
}


.collection-filter-block {
    margin-bottom: 30px;
    padding: 0 30px;
    border: 1px solid white;
    background-color: #f9f9f9;
}

    .collection-filter-block .product-service {
        padding: 30px 0;
    }

        .collection-filter-block .product-service .media {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .collection-filter-block .product-service .media svg {
                height: 40px;
                width: 40px;
                fill: var(--theme-deafult);
            }

                .collection-filter-block .product-service .media svg path {
                    fill: var(--theme-deafult);
                }

            .collection-filter-block .product-service .media .media-body {
                padding-left: 10px;
            }

                .collection-filter-block .product-service .media .media-body h4 {
                    margin-bottom: 8px;
                    font-size: 14px;
                    font-weight: 600;
                }

                .collection-filter-block .product-service .media .media-body p {
                    margin-bottom: 0;
                    text-transform: capitalize;
                }

            .collection-filter-block .product-service .media:last-child {
                padding-bottom: 0;
            }

.collection-collapse-block {
    padding-bottom: 24px;
}

    .collection-collapse-block.open {
        margin-bottom: 12px;
    }

    .collection-collapse-block .collapse-block-title {
        position: relative;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 16px;
        color: #444444;
        font-weight: 600;
        margin: 30px 0 0 0;
    }

        .collection-collapse-block .collapse-block-title:after {
            position: absolute;
            display: block;
            top: 0;
            right: -3px;
            content: "\f0d7";
            font-family: FontAwesome;
            color: #444444;
        }

    .collection-collapse-block .collection-collapse-block-content .color-selector {
        margin-top: 30px;
    }

    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 18px;
    }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
            color: #777777;
            padding-bottom: 10px;
        }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
            padding-bottom: 0;
        }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
            margin-top: 30px;
        }

    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
        margin-bottom: 12px;
    }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
            margin-top: 30px;
        }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
            margin-bottom: 0;
        }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
            text-transform: uppercase;
            cursor: pointer;
            font-size: 12px;
            color: #777777;
            font-weight: 600;
            letter-spacing: 0.5px;
            padding-left: 10px;
        }

            .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
                top: 1px;
                height: 15px;
                width: 15px;
                background: #ffffff;
                border: 1px solid #777777;
            }

            .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
                top: 1px;
                height: 15px;
                width: 15px;
                background-size: 65%;
            }

        .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .form-check-input:checked ~ .form-check-label:after {
            background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
        }

.collection-filter .theme-card .offer-slider img {
    padding: 15px 15px 15px 0;
}

.color-selector ul li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #444444;
}

.color-selector ul .color-1 {
    background-color: white;
}

.color-selector ul .color-2 {
    background-color: grey;
}

.color-selector ul .color-3 {
    background-color: red;
}

.color-selector ul .color-4 {
    background-color: purple;
}

.color-selector ul .color-5 {
    background-color: blue;
}

.color-selector ul .color-6 {
    background-color: yellow;
}

.color-selector ul .color-7 {
    background-color: green;
}

.color-selector ul li.active {
    border: 1px solid black;
    position: relative;
}

    .color-selector ul li.active:after {
        content: "";
        background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
        top: 9px;
        right: 4px;
        height: 15px;
        width: 15px;
        background-size: 70%;
        background-repeat: no-repeat;
        position: absolute;
        opacity: 0.4;
    }

.color-w-name {
    margin-top: 30px;
}

    .color-w-name ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 12px;
        color: #777777;
        font-weight: 600;
        letter-spacing: 0.5px;
        cursor: pointer;
    }

        .color-w-name ul li span {
            display: block;
            height: 26px;
            width: 26px;
            border-radius: 3px;
            margin-right: 5px;
            margin-bottom: 0;
            border: 1px solid #777777;
            margin-right: 10px;
        }

    .color-w-name ul .color-1 {
        background-color: white;
    }

    .color-w-name ul .color-2 {
        background-color: grey;
    }

    .color-w-name ul .color-3 {
        background-color: red;
    }

    .color-w-name ul .color-4 {
        background-color: purple;
    }

    .color-w-name ul .color-5 {
        background-color: blue;
    }

    .color-w-name ul .color-6 {
        background-color: yellow;
    }

    .color-w-name ul .color-7 {
        background-color: green;
    }

    .color-w-name ul li.active span {
        border: 1px solid #777777;
        position: relative;
    }

        .color-w-name ul li.active span:after {
            content: "";
            background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
            top: 7px;
            right: 3px;
            height: 15px;
            width: 15px;
            background-size: 70%;
            background-repeat: no-repeat;
            position: absolute;
        }

.btn-solid.btn-xs {
    padding: 5px 8px !important;
    text-transform: capitalize !important;
}

.btn-solid {
    padding: 13px 29px !important;
    color: #ffffff !important;
    letter-spacing: 0.05em !important;
    border: 2px solid #5c1152 !important;
    background-image: linear-gradient(30deg, #5c1152 50%, transparent 50%) !important;
    background-size: 850px !important;
    background-repeat: no-repeat !important;
    background-position: 0 !important;
    -webkit-transition: background 300ms ease-in-out !important;
    transition: background 300ms ease-in-out !important;
}

.product-wrapper-grid {
    margin-top: 30px;
}

/***************************** Product List And filter End ******************************/

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*----- product details content start ----*/
.option-title {
    line-height: 1;
    font-weight: 400;
    margin-right: 10px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-details-des .product-name {
    font-weight: 400;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 575.98px) {
    .product-details-des .product-name {
        font-size: 17px;
    }
}

.product-details-des .pro-review {
    padding-left: 10px;
}

    .product-details-des .pro-review span {
        font-size: 14px;
        line-height: 1;
        color: #555555;
    }

.product-details-des .price-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.price-box .price-regular {
    font-size: 30px;
    font-weight: bold;
}

.product-details-des .customer-rev {
    padding-top: 10px;
}

    .product-details-des .customer-rev a {
        color: #222222;
        font-size: 13px;
        text-transform: capitalize;
    }

        .product-details-des .customer-rev a:hover {
            color: #c29958;
        }

.product-details-des .offer-text {
    font-weight: 400;
}

.product-details-des .quantity-cart-box {
    margin-bottom: 20px;
}

.product-details-des .quantity {
    margin-right: 15px;
}

    .product-details-des .quantity .pro-qty {
        width: 100PX;
        height: 40px;
        border: 1px solid #ddd;
        padding: 0 15px;
        border-radius: 0;
        float: left;
    }

        .product-details-des .quantity .pro-qty .qtybtn {
            width: 10px;
            display: block;
            float: left;
            line-height: 40px;
            cursor: pointer;
            text-align: center;
            font-size: 16px;
            color: #555555;
        }

.product-details-des .btn.btn-cart2 {
    background: var(--MP-themecolor) none repeat scroll 0 0;
    border: 1px solid var(--MP-themecolor);
    padding: 0 40px;
    height: 45px;
    line-height: 40px;
    color: #fff;
}

.product-details-des .quantity .pro-qty input {
    width: 45px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product-details-des .pro-desc {
    margin-bottom: 20px;
}

.product-details-des .availability {
    margin-bottom: 15px;
}

    .product-details-des .availability i {
        color: #81ca33;
    }

    .product-details-des .availability span {
        color: #555555;
        font-size: 13px;
        font-weight: 500;
        line-height: 1;
        padding-left: 3px;
        text-transform: uppercase;
    }

.product-details-des .useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    .product-details-des .useful-links a {
        font-size: 14px;
        font-weight: 500;
        color: #222222;
        margin-right: 20px;
        text-transform: capitalize;
    }

        .product-details-des .useful-links a:hover {
            color: #c29958;
        }

        .product-details-des .useful-links a i {
            font-size: 20px;
            padding-right: 5px;
            vertical-align: middle;
        }

.product-details-des .like-icon {
    padding-top: 20px;
    border-top: 1px solid #efefef;
}

    .product-details-des .like-icon a {
        color: #fff;
        text-align: center;
        display: inline-block;
        font-size: 12px;
        line-height: 22px;
        padding: 0 8px;
        margin-right: 6px;
        border-radius: 3px;
        text-transform: capitalize;
    }

@media only screen and (max-width: 479.98px) {
    .product-details-des .like-icon a {
        margin-right: 0;
    }
}

.product-details-des .like-icon a i {
    padding-right: 5px;
}

.product-details-des .like-icon a.facebook {
    background-color: #3B5999;
}

.product-details-des .like-icon a.twitter {
    background-color: #1DA1F2;
}

.product-details-des .like-icon a.pinterest {
    background-color: #CB2028;
}

.product-details-des .like-icon a.google {
    background-color: #fe6d4c;
}

.product-details-des .like-icon a:hover.facebook {
    background-color: #2d4474;
}

.product-details-des .like-icon a:hover.twitter {
    background-color: #0c85d0;
}

.product-details-des .like-icon a:hover.pinterest {
    background-color: #9f191f;
}

.product-details-des .like-icon a:hover.google {
    background-color: #fe4419;
}

.product-details-des .share-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-details-des .share-icon a {
        color: #555555;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        padding: 0 8px;
        margin-right: 5px;
    }

.color-categories {
    line-height: 1;
}

    .color-categories li {
        display: inline-block;
        padding: 1px;
        border-radius: 50%;
        border: 1px solid #efefef;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

        .color-categories li:hover {
            border-color: #c29958;
        }

        .color-categories li a {
            height: 12px;
            width: 12px;
            display: block;
            border-radius: 50%;
        }

.c-lightblue {
    background-color: #b0c4de;
}

.c-darktan {
    background-color: #aa9e78;
}

.c-grey {
    background-color: #808080;
}

.c-brown {
    background-color: #964B00;
}

@media only screen and (max-width: 479.98px) {
    .product-details-des .share-icon a {
        padding: 0 5px;
    }
}

.product-details-des .share-icon a:hover {
    color: #c29958;
}

.product-details-des .color-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.product-details-des .pro-size {
    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: 18px;
}

    .product-details-des .pro-size .nice-select {
        width: 100px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }

.product-details-des .group-product-table {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

    .product-details-des .group-product-table.table-bordered {
        border: none;
    }

    .product-details-des .group-product-table td {
        width: 33.33%;
        padding: 8px;
        vertical-align: middle;
    }

        .product-details-des .group-product-table td a {
            color: #555555;
            text-transform: capitalize;
        }

            .product-details-des .group-product-table td a:hover {
                color: #c29958;
            }

        .product-details-des .group-product-table td .pro-qty {
            width: 90px;
            height: 35px;
            border: 1px solid #ddd;
            padding: 0 15px;
            float: left;
        }

            .product-details-des .group-product-table td .pro-qty .qtybtn {
                width: 15px;
                display: block;
                float: left;
                line-height: 31px;
                cursor: pointer;
                text-align: center;
                font-size: 15px;
                font-weight: 700;
                color: #555555;
            }

            .product-details-des .group-product-table td .pro-qty input {
                width: 28px;
                float: left;
                border: none;
                height: 33px;
                line-height: 33px;
                padding: 0;
                text-align: center;
                background-color: transparent;
            }

/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-des {
        margin-top: 76px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des {
        margin-top: 58px;
    }
}

.product-details-des.quick-details {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-des.quick-details {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des.quick-details {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-des.quick-details .product-name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des.quick-details .product-name {
        font-size: 18px;
    }
}

.product-details-des.box-layout {
    padding-top: 47px;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
    .product-details-des.box-layout {
        margin-top: 0;
    }
}

.product-details-des.box-layout p {
    max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
    .product-details-des.box-layout p {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
    .product-details-des.sidebar-sticky {
        margin-top: 0;
    }
}

.product-details-des.quick-des p {
    padding-top: 0;
}

.productView-info-name {
    font-weight: bold;
    margin-right: 10px;
}

.prduct-de {
    margin-bottom: 15px;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
    background-color: #ffffff;
}


    .product-review-info .nav.review-tab li a:hover,
    .product-review-info .nav.review-tab li a.active {
        color: #ffffff;
        background-color: #5c1152;
        border-color: #fff;
    }

@media only screen and (max-width: 479.98px) {
    .product-review-info .nav.review-tab li a {
        font-size: 14px;
    }
}

.product-review-info .tab-content.reviews-tab {
    border: 1px solid #efefef;
    padding: 15px 20px 20px;
}

    .product-review-info .tab-content.reviews-tab .table {
        margin-bottom: 0;
    }

        .product-review-info .tab-content.reviews-tab .table tr {
            text-transform: capitalize;
        }

.product-review-info .tab-content .review-description {
    padding-top: 25px;
    padding-bottom: 25px;
    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 (min-width: 768px) and (max-width: 991px) {
    .product-review-info .tab-content .review-description {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description {
        display: block;
    }
}

.product-review-info .tab-content .review-description .tab-thumb {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description .tab-thumb {
        -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    }
}

.product-review-info .tab-content .review-description .tab-des {
    padding-left: 40px;
    -webkit-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description .tab-des {
        padding-left: 14px;
        -webkit-flex-basis: calc(100% - 220px);
        -ms-flex-preferred-size: calc(100% - 220px);
        flex-basis: calc(100% - 220px);
    }
}

.product-review-info .tab-content .review-description .tab-des h3 {
    color: #c29958;
    font-size: 20px;
    font-weight: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.product-review-info .tab-content .review-description .tab-des ul li {
    font-size: 13px;
    list-style: inherit;
}

.review-form h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .review-form h5 {
        font-size: 16px;
    }
}

form.review-form .form-group.row {
    margin-bottom: 25px;
}

.btn-sqr {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #c29958;
    padding: 12px 25px;
}

.total-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

@media only screen and (max-width: 479.98px) {
    .total-reviews {
        display: block;
    }
}

.total-reviews .rev-avatar {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    max-height: 60px;
}

@media only screen and (max-width: 479.98px) {
    .total-reviews .rev-avatar {
        margin-bottom: 20px;
    }
}

.total-reviews .review-box {
    margin-left: 10px;
    border: 1px solid #efefef;
    padding: 10px;
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

@media only screen and (max-width: 479.98px) {
    .total-reviews .review-box {
        margin-left: 0;
    }
}

.total-reviews .review-box .post-author {
    padding-bottom: 10px;
}

    .total-reviews .review-box .post-author p {
        font-size: 12px;
        font-style: italic;
        text-transform: capitalize;
    }

        .total-reviews .review-box .post-author p span {
            font-size: 13px;
        }

.total-reviews .review-box p {
    font-size: 14px;
    font-style: italic;
}

/*----- reviews area end -----*/
.pro-nav {
    margin-top: 20px;
}


/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide > div > div {
    vertical-align: middle;
}

.slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 0;
    font-size: 70px;
    color: #777777;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

    .slick-arrow-style button.slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

    .slick-arrow-style button.slick-arrow:hover {
        color: #c29958;
    }

.slick-arrow-style:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

    .slick-arrow-style:hover button.slick-arrow.slick-prev {
        left: -60px;
        right: auto;
    }

@media only screen and (min-width: 1200px) and (max-width: 1499px), 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: 767.98px) {
    .slick-arrow-style:hover button.slick-arrow.slick-prev {
        left: -20px;
    }
}

.slick-arrow-style:hover button.slick-arrow.slick-next {
    left: auto;
    right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), 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: 767.98px) {
    .slick-arrow-style:hover button.slick-arrow.slick-next {
        right: -20px;
    }
}

.slick-arrow-style_hero button.slick-arrow {
    font-size: 60px;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: transparent;
    z-index: 1;
}

    .slick-arrow-style_hero button.slick-arrow.slick-next {
        right: 0;
    }

    .slick-arrow-style_hero button.slick-arrow:hover {
        color: #c29958;
        background-color: transparent;
    }

.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
    left: 15px;
}

.slick-append {
    background-color: #fff;
    z-index: 2;
    margin-top: -2px;
}

    .slick-append button {
        font-size: 30px;
        line-height: 1;
        position: inherit;
        display: inline-block;
        background-color: transparent;
        color: #555555;
    }

        .slick-append button:hover {
            color: #c29958;
        }

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .slick-dot-style ul.slick-dots li {
        display: inline-block;
        margin-right: 10px;
    }

        .slick-dot-style ul.slick-dots li:last-child {
            margin-right: 0;
        }

        .slick-dot-style ul.slick-dots li button {
            width: 14px;
            height: 14px;
            padding: 0;
            border: none;
            display: block;
            text-indent: -5000px;
            cursor: pointer;
            border-radius: 50%;
            -webkit-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            border: 2px solid #777777;
            background-color: transparent;
        }

        .slick-dot-style ul.slick-dots li.slick-active button {
            border-color: #c29958;
            background-color: #c29958;
        }

.slick-row-3 .slick-list {
    margin: 0 -3px;
}

    .slick-row-3 .slick-list .slick-slide {
        margin: 0 3px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-3 .slick-list {
        margin: 0 -3px !important;
    }

        .slick-sm-row-3 .slick-list .slick-slide {
            margin: 0 3px !important;
        }
}

.slick-row-4 .slick-list {
    margin: 0 -4px;
}

    .slick-row-4 .slick-list .slick-slide {
        margin: 0 4px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-4 .slick-list {
        margin: 0 -4px !important;
    }

        .slick-sm-row-4 .slick-list .slick-slide {
            margin: 0 4px !important;
        }
}

.slick-row-5 .slick-list {
    margin: 0 -5px;
}

    .slick-row-5 .slick-list .slick-slide {
        margin: 0 5px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-5 .slick-list {
        margin: 0 -5px !important;
    }

        .slick-sm-row-5 .slick-list .slick-slide {
            margin: 0 5px !important;
        }
}

.slick-row-6 .slick-list {
    margin: 0 -6px;
}

    .slick-row-6 .slick-list .slick-slide {
        margin: 0 6px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-6 .slick-list {
        margin: 0 -6px !important;
    }

        .slick-sm-row-6 .slick-list .slick-slide {
            margin: 0 6px !important;
        }
}

.slick-row-7 .slick-list {
    margin: 0 -7px;
}

    .slick-row-7 .slick-list .slick-slide {
        margin: 0 7px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-7 .slick-list {
        margin: 0 -7px !important;
    }

        .slick-sm-row-7 .slick-list .slick-slide {
            margin: 0 7px !important;
        }
}

.slick-row-8 .slick-list {
    margin: 0 -8px;
}

    .slick-row-8 .slick-list .slick-slide {
        margin: 0 8px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-8 .slick-list {
        margin: 0 -8px !important;
    }

        .slick-sm-row-8 .slick-list .slick-slide {
            margin: 0 8px !important;
        }
}

.slick-row-9 .slick-list {
    margin: 0 -9px;
}

    .slick-row-9 .slick-list .slick-slide {
        margin: 0 9px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-9 .slick-list {
        margin: 0 -9px !important;
    }

        .slick-sm-row-9 .slick-list .slick-slide {
            margin: 0 9px !important;
        }
}

.slick-row-10 .slick-list {
    margin: 0 -10px;
}

    .slick-row-10 .slick-list .slick-slide {
        margin: 0 10px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-10 .slick-list {
        margin: 0 -10px !important;
    }

        .slick-sm-row-10 .slick-list .slick-slide {
            margin: 0 10px !important;
        }
}

.slick-row-11 .slick-list {
    margin: 0 -11px;
}

    .slick-row-11 .slick-list .slick-slide {
        margin: 0 11px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-11 .slick-list {
        margin: 0 -11px !important;
    }

        .slick-sm-row-11 .slick-list .slick-slide {
            margin: 0 11px !important;
        }
}

.slick-row-12 .slick-list {
    margin: 0 -12px;
}

    .slick-row-12 .slick-list .slick-slide {
        margin: 0 12px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-12 .slick-list {
        margin: 0 -12px !important;
    }

        .slick-sm-row-12 .slick-list .slick-slide {
            margin: 0 12px !important;
        }
}

.slick-row-13 .slick-list {
    margin: 0 -13px;
}

    .slick-row-13 .slick-list .slick-slide {
        margin: 0 13px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-13 .slick-list {
        margin: 0 -13px !important;
    }

        .slick-sm-row-13 .slick-list .slick-slide {
            margin: 0 13px !important;
        }
}

.slick-row-14 .slick-list {
    margin: 0 -14px;
}

    .slick-row-14 .slick-list .slick-slide {
        margin: 0 14px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-14 .slick-list {
        margin: 0 -14px !important;
    }

        .slick-sm-row-14 .slick-list .slick-slide {
            margin: 0 14px !important;
        }
}

.slick-row-15 .slick-list {
    margin: 0 -15px;
}

    .slick-row-15 .slick-list .slick-slide {
        margin: 0 15px;
    }

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-15 .slick-list {
        margin: 0 -15px !important;
    }

        .slick-sm-row-15 .slick-list .slick-slide {
            margin: 0 15px !important;
        }
}

.slick-slider .slick-slide > div {
    margin-bottom: 30px;
}

    .slick-slider .slick-slide > div:last-child {
        margin-bottom: 0;
    }




.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--MP-themecolor);
    margin: 0 auto;
    margin-bottom: 20px;
}

    .dbox .icon span {
        font-size: 20px;
        color: #fff;
    }

.dbox .text {
    width: 100%;
}

.dbox p span {
    font-weight: 500;
    color: #000;
}

.dbox .text p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #fafafa;
    color: #666666;
}

.dbox p a {
    color: var(--MP-themecolor);
    font-weight: bold;
}

.contact-wrap {
    background: #fff;
}

#contactForm .form-control {
    font-size: 16px;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    background: transparent;
    height: 36px;
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.contact-wrap {
    background: #ededed;
    margin-bottom: 20px;
}

    .contact-wrap .form-group {
        margin-bottom: 1rem;
    }

.contactForm .btn.btn-primary {
    background: var(--MP-themecolor) !important;
    border-color: var(--MP-themecolor) !important;
    color: #fff;
}

#contactForm .form-control:focus {
    box-shadow: none;
}






.default-address-select {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .default-address-select p {
        font-size: 15px;
        line-height: 26px;
        color: #666;
    }

    .default-address-select .button {
        display: inline-block;
        height: 46px;
        line-height: 42px;
        font-size: 15px;
        font-weight: 500;
        color: var(--MP-themecolor);
        padding: 0 25px;
        border-radius: 5px;
        border: 1px solid;
        background-color: #fff;
        border: 2px solidvar(--MP-themecolor);
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
    }

    .default-address-select:hover {
        -webkit-box-shadow: 7px 3px 5px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 7px 3px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 7px 3px 5px 0px rgb(186 186 186 / 50%);
    }

    .default-address-select .button:hover::after {
        opacity: 1;
        visibility: visible;
        margin-left: 0;
    }

    .default-address-select .button::after {
        content: "\eab8";
        font-family: 'IcoFont' !important;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        opacity: 0;
        visibility: hidden;
        width: 30px;
        margin-left: -10px;
        position: absolute;
        text-align: center;
    }

    .default-address-select .button:hover {
        padding-right: 40px;
        padding-left: 20px;
        background-color: var(--MP-themecolor);
        color: #fff;
    }

.add-address {
    justify-content: flex-end;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .add-address .button {
        cursor: pointer;
        display: inline-block;
        height: 46px;
        line-height: 42px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        padding: 0 25px;
        border-radius: 5px;
        background-color: var(--MP-themecolor);
        border: 2px solidvar(--MP-themecolor);
        -webkit-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
    }

        .add-address .button:hover::after {
            opacity: 1;
            visibility: visible;
            margin-left: 0;
        }

        .add-address .button::after {
            content: "\efc2";
            font-family: 'IcoFont' !important;
            font-size: 18px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
            opacity: 0;
            visibility: hidden;
            width: 30px;
            margin-left: -10px;
            position: absolute;
            text-align: center;
        }

        .add-address .button:hover {
            padding-right: 40px;
            padding-left: 20px;
        }


.save-Address .button::after {
    content: "\ee00";
    font-family: 'IcoFont' !important;
}
