body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow-x: hidden !important;
}
  .paypal-button-fundingicons{
margin-top: 27px;
}
span.mini-label-shipment{
  font-weight:600;
  margin-bottom:6px;
  font-size:12px;
}
/*.main-listing, .vm-product-grid.container{
  padding:0px !important;
}*/
.product-related-products img{
  max-width:100% !important;
  height: auto !important;
}
button:active,
a:active {
    outline: none;
    border: none;
}

input[type=text]:focus,
textarea:focus,
input[type=email]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 0.5);
    border: 1px solid rgba(81, 203, 238, 0.5);
}

.chzn-container-single:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 0.5);
    border: 1px solid rgba(81, 203, 238, 0.5);
}

.home-20 {
    background: #f5f5f5;
}

#main-20 {
    overflow: hidden;
    max-width: 1530px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.btn-primary:active {
    background-color: #ede40d !important;
}

.btn-new {
    padding: 6px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: auto;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    min-height: 35px;
}

.btn-new:hover {
    background-color: #ede40d;
    color: #000;
    transition: all ease 0.3s;
}

.btn-new-inverse:hover {
    background-color: #ede40d;
    color: #fff;
    transition: all ease 0.3s;
}

.btn-new-inverse {
    padding: 6px 20px;
    background-color: #666;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: auto;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    min-height: 35px;
}

.btn-shipto a:hover {
    background-color: #ede40d;
    color: #fff;
    transition: all ease 0.3s;
}

.btn-shipto a {
    padding: 8px 20px;
    background-color: #666;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: auto;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 14px;
}

.checkout-button-top {
    text-align: center !important;
    border: 0px !important;
    float: right;
    width: 100%;
    text-align: center;
}

.exsisting-customer:hover {
    background-color: #000 !important;
    color: #fff !important;
    transition: all ease 0.3s;
}

.address-popup .modal-header {
    display: none;
}

.existing-customer-div {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
}

.exsisting-customer {
    padding: 9px 20px !important;
    background-color: #ede40d !important;
    color: #000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    margin: 3px 0px;
    letter-spacing: 0px !important;
    margin-bottom: 20px;
    margin-right: 10px;
}

.nav-tabs li a {
    display: block !important;
}

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

li {}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    text-decoration: none;
    transition: .3s;
    color: #333;
}

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

p {
    margin: 0;
}

button {
    outline: none;
}

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

@media (min-width: 1920px) {
    .container-fluid {
        padding: 0 90px;
        max-width: 1920px;
    }
}

.breadcrumb {
    padding: 0px !important;
    background-color: transparent !important;
    margin-bottom: 0px !important;
    justify-content: center;
}

.breadcrumb li:first-child {
    display: none !important;
}

.breadcrumb li .divider img {
    margin-top: -3px;
    position: relative;
    margin-left: 0px;
    margin-right: 4px;
}


/* common classes*/

.border-1px {
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.border-t-1px {
    border-top: 1px solid#ebebeb;
}

.list-product.border-b-0 {
    border-bottom-color: transparent;
}

#backgroung-content {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 1px;
}

.hidden {
    display: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.mtb-60px {
    margin: 60px 0;
}

.ptb-100px {
    padding: 100px 0;
}

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

.mr-30px {
    margin-right: 30px;
}

.mlr-10px {
    margin: 0 10px;
}

.plr-15px {
    padding: 0 15px;
}

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

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

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

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

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

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

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

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

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

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

.m-0px {
    margin: 0px;
}

.row.mr-0px {
    margin-right: 0;
}

.row.ml-0px {
    margin-left: 0;
}

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

.position-relative {
    position: relative;
}

.plr-0px {
    padding: 0;
}

.mb-0 .list-product {
    margin-bottom: 0px;
}

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


/*----------------------------------------*/


/*  2. Element Style Css
/*----------------------------------------*/


/*----------------------------------------*/


/*  2.1. Owl Dot Style
/*----------------------------------------*/

.owl-dot-style .owl-dots {
    bottom: 26px;
    left: 0px;
    position: absolute;
    right: 0;
    text-align: center;
}

.owl-dot-style .owl-dots .owl-dot {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin: 0 5px;
    width: 16px;
    transition: .3s;
}

.owl-dot-style .owl-dots .owl-dot:hover {
    background: #ede40d none repeat scroll 0 0;
}

.owl-dot-style .owl-dots .owl-dot.active {
    background: #ede40d none repeat scroll 0 0;
}


/*----------------------------------------*/


/*  2.2. Owl Nav Style
/*----------------------------------------*/

.owl-nav-style .owl-nav>div.owl-prev {
    right: 43px;
}

.owl-nav-style.owl-nav-style-5 .owl-nav>div {
    top: -52px;
}

.responsive-owl-nav-style.owl-nav-style.owl-nav-style-5 .owl-nav>div {
    top: -52px;
}

.owl-nav-style .owl-nav>div {
    position: absolute;
    top: -71px;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 34px;
    height: 34px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 1;
    opacity: 1;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.owl-nav-style .owl-nav>div.owl-prev:before {
    content: "\f3d2";
}

.owl-nav-style .owl-nav>div:before {
    font-size: 16px;
    line-height: 32px;
    display: block;
    font-family: "Ionicons";
    font-weight: 600;
}

.owl-nav-style .owl-nav>div.owl-next:before {
    content: "\f3d3";
}

.owl-nav-style .owl-nav>div.owl-next {
    right: 0;
}

.brand-slider.owl-nav-style .owl-nav>div.owl-next {
    right: 15px;
}

.slider-home-16.owl-nav-style .owl-nav>div.owl-next {
    right: 15px;
}

.owl-nav-style .owl-nav>div:hover {
    color: #fff;
    border-color: #ede40d;
    background-color: #ede40d;
}

.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav>div:hover {
    box-shadow: 0 0 13.95px 1.05px rgba(0, 0, 0, .17);
}

.custom-nav-style.owl-nav-style .owl-nav>div.owl-prev {
    right: 63px;
}

.custom-nav-style.owl-nav-style .owl-nav>div.owl-next {
    right: 20px;
}

.responsive-owl-nav-style.owl-nav-style .owl-nav>div {
    top: -55px;
}

.custom-nav-style.responsive-owl-nav-style.owl-nav-style .owl-nav>div {
    top: -44px;
}

.responsive-owl-nav-style.owl-nav-style.owl-nav-style-4 .owl-nav>div {
    top: -92px;
}

.owl-nav-style-4 .owl-nav>div:hover {
    color: #fff;
    border-color: #ef1e1e;
    background-color: #ef1e1e;
}

.home-furniture .owl-nav-style .owl-nav>div:hover {
    color: #fff;
    border-color: #ef1e1e;
    background-color: #ef1e1e;
}

.owl-nav-style-3 .owl-nav>div {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    color: #888;
    width: 54px;
    height: 54px;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 5;
    opacity: 0;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: -15px;
}

.owl-nav-style-3 .owl-nav>div.owl-prev {
    left: -55px;
}

.owl-nav-style-3 .owl-nav>div.owl-prev:before {
    content: "\f3d2";
}

.owl-nav-style-3 .owl-nav>div.owl-next:before {
    content: "\f3d3";
}

.owl-nav-style-3 .owl-nav>div:before {
    font-size: 18px;
    line-height: 52px;
    display: block;
    font-family: "Ionicons";
}

.owl-nav-style-3 .owl-nav>div.owl-next {
    right: -55px;
}

.owl-nav-style-3:hover .owl-nav>div {
    opacity: 1;
}

.owl-nav-style-3 .owl-nav>div:hover {
    color: #fff;
    border-color: #ef1e1e;
    background-color: #ef1e1e;
}

.quick-view .col-md-7 {
    align-content: center;
}

.quick-view .modal-dialog {
    /* margin: 0% auto; */
    max-width: 960px;
    width: 90%;
    padding: 35px 0px;
}

.modal-content {
    border-radius: 20px;
}

.quick-view .modal-dialog .modal-body {
    /* padding: 35px 15px; */
    padding-bottom: 0px;
}

.quick-view .modal-dialog .quickview-big-img img {
    width: 100%;
}

.quick-view .modal-header .close {
    outline: none
}

.quick-view {
    z-index: 9999;
}

.quick-view {
    top: 50px;
}

.quick-view .pro-details-size-color {
    margin: 15px 0 0;
}


/*----------------------------------------*/


/* 2.6.Owl Carousel Single Element Animatoin Style  */


/*----------------------------------------*/

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 span {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
}

.loader {
    background-position: center center;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    text-align: center;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*----------------------------------------*/


/*  2.7 Mega Menu Style  */


/*----------------------------------------*/

.sticky-nav.menu_fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 888;
    padding: 0px 0px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .4);
    background-color: #fff;
    top: 0;
}

header {
    top: 39px !important
}

.menu_fixed .logo-wrapper,
.menu_fixed .search-box {
    display: none;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.header-navigation {
    background-color: #000000;
}

.main-navigation ul li ul.mega-menu-wrap {
    background-color: #fff;
    display: block;
    left: 0;
    padding: 30px 30px 30px 30px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 1110px;
    z-index: 9999;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.vertical-menu ul li ul.mega-menu-wrap {
    position: absolute;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    top: 0;
    left: 100%;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    width: 900px;
    padding: 30px 30px 30px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
}

.vertical-menu-wrap .menu-dropdown:hover>.mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.menu-dropdown:hover>.mega-menu-wrap {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.mega-menu-title {
    display: block;
    width: 100%;
    float: inherit;
}

.main-navigation ul li ul.mega-menu-wrap>li ul li {
    display: block;
    float: inherit;
    padding: 0px;
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li {
    display: block;
    float: inherit;
    padding: 0px;
}

.main-navigation ul li ul.mega-menu-wrap>li ul li a {
    color: #888;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 0;
    line-height: 27px;
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li a {
    color: #888;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 0;
    line-height: 32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    border: 0;
}

.main-navigation ul li ul.mega-menu-wrap>li ul li a:hover {
    color: #ede40d;
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li a:hover {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.main-navigation ul li ul.mega-menu-wrap>li.w-100 ul li>a:hover {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a:hover {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.main-navigation ul li ul.mega-menu-wrap>li ul li.mega-menu-title a {
    color: #ede40d;
    line-height: 1;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.vertical-menu ul li ul.mega-menu-wrap>li ul li.mega-menu-title a {
    color: #ede40d;
    line-height: 1;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}

.main-navigation ul li ul.mega-menu-wrap>li {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 25%;
}

.main-navigation ul li ul.mega-menu-wrap>li.w-100 {
    width: 100% !important;
    margin-top: 20px;
}

.vertical-menu ul li ul.mega-menu-wrap>li {
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 0;
    width: 25%;
}

.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper {
    width: 100%;
    margin-top: 20px;
}

.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper a img {
    width: 100%;
}

.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper {
    width: 100%;
    margin-top: 30px;
}

.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper a img {
    width: 100%;
}

.vertical-menu ul li ul.mega-menu-wrap>li.banner-wrapper a {
    padding: 0;
}

.main-navigation ul li ul.mega-menu-wrap>li.banner-wrapper a {
    padding: 0;
}

h3.vertical-menu-heading {
    color: #fff;
    background: #ab9b69;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 60px;
    line-height: 32px;
    padding: 15px 20px;
    cursor: pointer;
    margin: 0;
}

h3.vertical-menu-heading:before {
    content: '\f394';
    display: inline-block;
    font-size: 24px;
    font-family: "Ionicons";
    font-weight: 400;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    vertical-align: -3px;
}

h3.vertical-menu-heading:after {
    content: '\f3d0';
    display: inline-block;
    font-size: 12px;
    font-family: "Ionicons";
    font-weight: 400;
    margin-left: 7px;
    float: right;
}

ul.vertical-menu-wrap li>a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    background: #fff;
    color: #ede40d;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    transition: none;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.vertical-menu-wrap {
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    z-index: 9999;
}

.vertical-menu {
    height: 60px;
    width: 270px;
    position: relative;
}

ul.vertical-menu-wrap li>a i {
    position: absolute;
    right: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    transform: rotate(-90deg);
}

ul.vertical-menu-wrap li>a#more-btn i {
    left: 20px;
    right: auto;
    transform: rotate(0deg);
}

ul.vertical-menu-wrap li>a#more-btn {
    padding-left: 40px;
}

.vertical-menu .sub-menu {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
    left: 100% !important;
    min-width: 250px;
    top: 0;
}

.vertical-menu .menu-dropdown:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}

.vertical-menu-wrap li>.sub-menu a {
    font-weight: 400;
    padding: 10px 20px;
}

.vertical-menu-wrap li>.sub-menu a:hover {
    padding-left: 30px;
}

ul.vertical-menu-wrap li a {
    padding: 10px 20px;
}

.sub-menu.sub-menu-2 {
    left: 100% !important;
    transform: translateY(-30px);
}

li.menu-dropdown.position-static:hover .sub-menu.sub-menu-2 {
    transform: translateY(-40px);
}

.topmenu-wrapper .login {
    position: relative;
}

.topmenu-wrapper .login::after {
    position: absolute;
    content: "\e988";
    font-family: 'feather' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    left: -22px;
    top: 1px;
    font-size: 18px;
}

.topmenu-wrapper ul li a i.right {
    margin-left: 5px;
    vertical-align: middle;
}

.topmenu-wrapper ul li a i {
    height: 20px;
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}

.dropdown-nav {
    position: relative
}

.dropdown-nav:hover>a {
    color: #ede40d;
}

.dropdown-nav .dropdown-menu {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 0;
    width: 180px;
    background: #fff;
    border: 1px solid #eee;
    display: none;
    z-index: 2000;
    list-style: none;
    margin: 1px 0 0;
    padding: 15px;
    text-transform: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.dropdown-nav .dropdown-menu:before {
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.dropdown-nav:hover .dropdown-menu {
    display: block
}

.dropdown-nav .dropdown-menu ul li {
    display: block;
    float: inherit !important;
}

.dropdown-nav .dropdown-menu ul li a {
    text-transform: capitalize;
    font-size: 15px
}

.dropdown-nav .dropdown-menu ul li a:hover {
    color: #ede40d;
}

.dropdown-nav .dropdown-menu ul li a svg {
    display: inline-block;
    vertical-align: middle
}

.dropdown-nav .dropdown-menu a {
    display: block;
    line-height: 1;
    padding: 8px 0
}


/*----------------------------------------*/


/*  4.2. Header Navigation Style */


/*----------------------------------------*/

.main-navigation ul li {
    display: inline-block;
}

.main-navigation ul li:hover>a {
    color: #fff;
}

.main-navigation ul li a {
    position: relative;
    display: block;
    padding: 10px 12px;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 15px;
}

.main-navigation ul li.active a::after,
.main-navigation ul li:hover a::after {
    width: 100%;
    transition: all 0.3s ease-in;
}

.main-navigation ul li a::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    background-color: #ede40d;
    width: 0%;
    height: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease-in;
}

.main-navigation ul li a:hover {
    color: #fff;
}

.main-navigation ul li .nav-header {
    display: block;
    padding: 10px 8px;
    color: #fff;
    font-weight: 600;
    position: relative;
    font-size: 15px;
}

.main-navigation ul li .nav-header:hover {
    color: #fff;
}

.main-navigation ul li>a i {
    display: inline-block;
    vertical-align: -3px;
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
}

.sub-menu {
    position: absolute;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
    min-width: 205px;
    left: auto!important;
    background: #000;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
}

.menu-dropdown {
    position: relative;
}

.main-navigation ul li .sub-menu>li>a {
    position: relative;
    overflow: hidden;
    position: relative;
    display: block !important;
    color: #888;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 !important;
}
.main-navigation ul li .sub-menu>li>a::after{
  display:none;
}
.main-navigation ul li .sub-menu>li {
    position: relative;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border-bottom:1px solid #555;
    position: relative;
    display: block !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-navigation ul li .sub-menu>li:hover>a {
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    color: #ede40d;
}

.sub-menu>li {
    display: block !important;
}

.menu-dropdown:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    padding: 0 !important;
}

.main-navigation ul li.menu-dropdown>a i.ion-ios-arrow-down {
    display: inline-block;
    vertical-align: -1px;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.main-navigation ul li.menu-dropdown.position-static>a i.ion-ios-arrow-down {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
}


/*----------------------------------------*/


/*  5. Slider Area Style  */


/*----------------------------------------*/

.slider-area .container {
    align-self: center;
}

.slider-content-1 {
    max-width: 50%;
}

.slider-height-6 {
    height: 500px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #bebebe;
}

.slider-area h1 {
    font-size: 2.5vw;
    font-weight: 700;
    color: #ede40d;
    margin-bottom: 15px;
    line-height: 1;
}

.slider-area span {
    float: right;
    text-shadow: 1px 1px 18px rgba(255, 255, 255, 1);
    font-weight: 600;
    margin-right: 10%;
}

.slider-area p {
    margin-top: 10px;
}

.slider-area .slider-content-13 h1 {
    font-size: 42px;
}

.slider-area .slider-content-13 h1 strong {
    font-size: 45px;
}

.slider-area .slider-content-13 p {
    width: 49%;
}

.slider-content-16.slider-content-13 {
    padding-left: 60%;
}

.slider-content-16.slider-content-13 p {
    width: 100%;
}

.slider-area .slider-content-13.slider-content-15 p {
    width: 35%;
}

.slider-area strong {
    font-size: 60px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    font-style: normal;
}

.slider-area p {
    font-size: 19px;
    font-weight: 600;
    color: #000 !important;
    position: absolute;
    margin-top: 6vw;
    background-color: #ede40d;
    padding: 5px 10px;
    border-radius: 3px;
    width: max-content;
    position: relative;
    padding-left: 60px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 15px 0px rgb(230, 181, 131);
    clear: both;
}

.slider-area p::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 44px;
    height: 22px;
    background-image: url(../img/free.png);
    color: #000;
    z-index: 999;
}

.home-2 .shop-btn {
    margin-top: 20px;
}

.shop-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #ede40d;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    font-size: 16px;
}

.shop-btn:hover {
    color: #fff;
    background: #000;
}


/*----------------------------------------*/


/*  .top menu  */


/*----------------------------------------*/

.topmenu-wrapper {
    /*padding: 7px 0px;*/
    border-bottom: 1px solid #d7d7d7;
    background-color: #f4f4f4;
}

.topmenu-wrapper {
    color: #2c2c2c;
    font-size: 16px;
}

.topmenu-wrapper ul li {
    float: right;
    color: #2c2c2c;
    padding: 0px 7px;
}

.topmenu-wrapper i {
    font-size: 18px;
    vertical-align: middle;
}


/*----------------------------------------*/


/*  .logo-wrapper  */


/*----------------------------------------*/

.logo-wrapper {}

.logo-wrapper {}

.logo-wrapper .logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo-wrapper .logo a {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.logo-wrapper .logo img {
    max-height: 80px;
}

.logo-wrapper .middle-menu {
    height: 100%;
}

.logo-wrapper .middle-menu li {
    display: inline-block;
    padding: 20px 10px;
    border-right: 1px solid #d7d7d7;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.logo-wrapper .middle-menu li:first-child {
    display: none;
}

.logo-wrapper .middle-menu li:last-child {
    border-right: 0px;
}

.logo-wrapper .middle-menu h6 {
    position: relative;
    float: left;
}

.logo-wrapper .middle-menu h6 .numbers {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #000080;
    color: #fff;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

.logo-wrapper .middle-menu .name {
    float: left;
    font-size: 15px;
    margin-top: 16px;
    font-weight: 600;
    margin-left: 2px;
}

.logo-wrapper .middle-menu i,
.middle-menu i {
    font-size: 50px;
    vertical-align: center;
}

.search-box {
    margin-top: -70px;
}

.search-box button {
    display: none;
}

.search-box input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px 15px;
    border-radius: 26px;
    padding-left: 40px;
}

.search-box .search {
    position: relative;
}

.search-box .search::before {
    position: absolute;
    font-family: 'feather' !important;
    content: "\e9c1";
    top: 8px;
    left: 16px;
    font-size: 20px;
    color: #777;
}


/*----------------------------------------*/


/*  .mini-cart */


/*----------------------------------------*/

.menu {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slide-menu-right {
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 9999;
}

.total_products {}

.btn-show-cart a {
    padding: 6px 5px;
    background-color: #ede40d;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
}

.btn-show-cart a:hover {
    padding: 6px 5px;
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease-in;
}

.cart-product-item .vm2-remove_from_cart {
position: absolute;
  right: 4px;
  top: 9px;
  color: #df0c0c !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
  cursor: pointer;
  display: block;
  z-index: 999999;}

.product_row {
    border-bottom: 1px solid #ddd;
    padding-right: 20px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}

.product_row:last-child {
    margin-bottom: 80px;
}

.toggle-slide-right {
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.total-text {
    position: absolute;
    bottom: 42px;
    right: 0px;
    z-index: 999;
    color: #000;
}

.total_products-text {
    position: absolute;
    bottom: 42px;
    left: 0px;
    z-index: 999;
    color: #000;
}

button.close-menu {
    color: #fff;
    border: 1px solid grey;
    border-radius: 5px;
    display: block;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin-top: -28px;
}

button.close-menu i {
    font-size: 30px;
}

button.close-menu {
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

button.close-menu:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

.mini-cart-header {
    color: #000;
}

.mini-cart-header h3 {
    font-size: 20px;
    font-weight: 600;
}

body.smr-open .mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    cursor: url(../img/nav-close-cursor.png) 15 15, pointer;
}

body.smr-open .slide-menu-right {
    right: 0;
    overflow-y: auto;
}

.sidebar-menu .cart-sidebar-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.sidebar-menu .cart-widget-heading {
    padding: 25px;
    display: block;
    background: #222;
}

.sidebar-menu .cart-widget-heading h4,
.sidebar-menu .cart-widget-heading h5,
.sidebar-menu .cart-widget-heading h4,
.sidebar-menu .cart-widget-heading h3 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0
}

.sidebar-menu .cart-widget-content {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    position: relative
}

.sidebar-menu .cart-widget-content .cart-widget-product {
    position: relative
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-empty {
    display: none
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-empty p {
    font-size: 14px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
    height: 84vh;
    max-height: 84vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    position: relative
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image {
    margin-right: 15px;
    display: table-cell;
    float: none!important;
    margin-right: 0;
    width: 30%
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-image img {
    width: 100%;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: none;
    outline: none
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content {
    border: 0;
    width: 70%;
    display: table-cell;
    float: none!important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0px;
    text-align: left;
    vertical-align: top
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-remove svg {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-top: -6px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link {
    color: #333;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .product-link:hover {
    color: #ede40d;
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral {
    color: #777;
    font-size: 16px
}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .qty-cart {}

.sidebar-menu .cart-widget-content .cart-widget-product .cart-product-item li .product-content .cart-collateral .product-price-amount {
    font-weight: 600;
    color: #333
}

.sidebar-menu .cart-widget-footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: auto;
    padding-top: 15px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    min-height: 72px;
}

.sidebar-menu .cart-widget-footer .cart-footer-inner {
    padding: 20px 10px;
    vertical-align: bottom;
    width: 100%;
    background-color: #fff;
}

.sidebar-menu .cart-widget-footer .cart-total-hedding {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-size: 18px
}

.sidebar-menu .cart-widget-footer .cart-total-hedding .cart-total-price {
    color: #ede40d;
    ;
    float: right;
    font-weight: 600;
}

.sidebar-menu .cart-widget-footer .cart-action-buttons {
    display: block;
    text-align: center
}

.sidebar-menu .cart-widget-footer .cart-action-buttons .btn {
    width: 100%
}

.sidebar-menu .cart-widget-footer .cart-action-buttons .btn:first-child {
    margin-bottom: 15px
}


/*----------------------------------------*/


/*  .Promotional_Wrapper */


/*----------------------------------------*/

.promotional-area .promotional-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.promotional-area .promotional-wrapper img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.promotional-area .promotional-wrapper a:hover img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.wrapper {
    padding: 40px 0px 20px 0px;
}


/*----------------------------------------*/


/*  .product */


/*----------------------------------------*/

.section-title {
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

.section-title::after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #433f3f30;
    left: 15px;
    right: 15px;
    bottom: 10px;
}

.section-title h2 {
    color: #e3db03;
    text-transform: capitalize;
    font-family: "Fraunces", serif;
    font-size: 2.5rem;
    line-height: 2.6rem;
}

.section-title img {
    width: 250px;
    margin-top: 17px;
}

.section-title p {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
}

.section-title h5 {
    font-size: 16px;
    margin-top: 10px;
}

.category-widget {
    border: 1px solid #ececec !important;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.category-widget img {
    max-height: 184px;
}

.category-widget .category-content {
    padding: 10px;
    text-align: center;
}

.category-widget .category-content h5 {
    color: #070202;
    font-weight: 400;
    font-family: "Fraunces", serif;
}

.category-widget:hover p {
    letter-spacing: 2px;
    transition: all 0.3s ease-in;
}

.category-widget .category-content p {
    color: #e3db03;
    text-transform: uppercase;
    padding-top: 2px;
    transition: all 0.3s ease-in;
    font-size: 12px;
}

.product-item {
    position: relative;
    border: 1px solid #ececec;
    border-radius: 20px;
    /* margin-bottom: 20px; */
    overflow: hidden;
}

.product-item .block-product-thumbnail {
    z-index: 1;
    position: relative;
    margin-bottom: 4px;
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    /* min-height: 200px; */
}

.product-item .block-product-thumbnail .wishlist-compare-button-block {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: auto;
    z-index: 111;
    margin-bottom: 10px
}

.new {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    background-color: #ede40d;
    color: #000;
    font-weight: 600;
    padding: 0px 6px 2px 6px;
    font-size: 11px;
    border-radius: 5px;
}

.new p {
    line-height: 18px;
}

.sale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    background-color: #ff1a00;
    color: #fff;
    font-weight: 600;
    padding: 0px 6px 2px 6px;
    font-size: 11px;
    border-radius: 5px;
}

.sale p {
    line-height: 18px;
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-wish,
.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-quickview {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 400ms cubic-bezier(.92, .05, .545, .85)
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-wish {
    transition-delay: 650ms;
    display: none;
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-wish .wishlist-button,
.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-quickview .quickview-button {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: top;
    background-color: #ede40d;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    overflow: visible;
    border: none;
    line-height: .8em!important;
    margin-bottom: 5px;
    border-radius: 25px;
    padding: 0
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-wish .wishlist-button i,
.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-quickview .quickview-button i {
    height: 18px;
    font-size: 18px
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-wish .wishlist-button {
    margin-bottom: 10px
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .btn .text {
    position: absolute;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 18px;
    background: #ede40d;
    color: #000000;
    visibility: hidden;
    overflow: visible;
    opacity: 0;
    transition: all .3s ease;
    text-transform: none;
    pointer-events: none;
    top: 50%;
    left: auto;
    right: 300%;
    margin-top: -5px;
    transform: translate(0, -50%);
    width: -moz-max-content;
    width: max-content;
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .wrap-quickview {
    transition-delay: 550ms
}

.product-item .block-product-thumbnail a {
    display: block;
    position: relative;
    text-align: center;
}

.product-item .block-product-thumbnail a img {
    /* max-width: 100%; */
 width: auto !important;
  max-height: 150px;
    /* padding: 10px 10px; */
    width: 100%;
    height: auto;
}

.product-item .block-product-thumbnail .image-block {
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.product-item .block-product-thumbnail .image-block img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-item .block-product-content {
    position: relative;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-item .block-product-content .content-top-wrap-block {
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    padding: 0px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-item .block-product-content .content-top-wrap-block h3 {
    /*margin-bottom:0;
 display:inline-block;
 max-width:100%;
 overflow:hidden;
 -ms-text-overflow:ellipsis;
 text-overflow:ellipsis;
 white-space:nowrap;
 text-transform:capitalize;
 font-style:normal;*/
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: inherit;
    /* color: #23262d; */
    /* min-height: 32px; */
    margin-top: 10px;
}

.product-item .content-top-wrap-block h3 a {
    color: #070202;
    font-weight: 400;
    font-family: "Fraunces", serif;
}

.product-item .block-product-content .content-top-wrap-block .price {
    padding-bottom: 5px;
    display: inline-flex;
    color: #222;
    font-style: normal;
    font-weight: 750;
    font-size: 17px !important;
    margin-top: 10px;
    letter-spacing: .02em;
    transition-delay: 100ms
}

.product-item .block-product-content .content-top-wrap-block .price .vm-price-value {
    font-size: 17px !important;
}

.salepricered .PricesalesPrice {
    color: #ff1a00 !important;
}
.pagination-centered{
display:none;
}
.PricecostPrice {
  text-decoration: line-through;
  color: #dcd300;
  padding-left: 5px;
  font-weight: 600;
display:none;
}
.product-item .block-product-content .content-top-wrap-block .price ul{ display:flex;}
.hot-deals .product-price {
    display: flex;
}

.hot-deals .PricebasePrice {
    float: left;
}

.product-item .block-product-content .content-top-wrap-block .price i {
    margin-right: 5px
}

.product-item .block-product-content .content-top-wrap-block .price .actual {
    text-decoration: line-through;
    color: #999
}

.product-item .content-bottom-wrap-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-top: 0;
    width: 100%;
    z-index: 3;
    position: absolute;
    bottom: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 450ms cubic-bezier(.485, .075, .12, .855);
    transition-delay: 0ms;
    transform: translateY(60px)
}

.product-item .content-bottom-wrap-block .btn {
    padding: 6px 18px;
    font-size: 14px
}

.product-item .block-product-quantity {
    padding: 0px;
    display: flex;
}

.hotdeals-area .product-item .block-product-quantity .product {
    width: 100%;
}

.product-item .block-product-quantity .btn-new {
    width: 100%;
    margin-left: 5px;
    padding: 6px 5px;
    font-size: 12px;
}

.product-item .addtocart-bar {
    display: inline-flex;
    width: 100%;
    margin-top: 0px !important;
}

.product-item .addtocart-bar .addtocart-button {
    /* padding: 6px 5px; */
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    min-height: 35px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product-item .addtocart-bar .vm-btn.vm-btn-secondary {
    padding: 9px 5px;
    background-color: #ede40d;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    min-height: 35px;
}

.product-item .addtocart-bar .addtocart-button::before {
    content: "+";
    position: absolute;
    ;
    left: 0px;
    top: 0px;
}

.product-item .addtocart-bar .addtocart-button:hover,
.product-item .addtocart-bar .vm-btn.vm-btn-secondary:hover {
    background-color: #ede40d;
    color: #000;
}

.product-item .quantity-box input {
    background: #f7f8fa;
    display: block;
    width: 55px;
    max-width: 55px !important;
    height: 35px;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
    color: #191919;
    border-radius: 10px;
    border: 1px solid #ddd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-item:hover .wrap-wish,
.product-item:hover .wrap-quickview {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    transition: all 250ms cubic-bezier(.39, .575, .565, 1) !important
}

.product-item:hover>.block-product-thumbnail .wishlist-compare-button-block .wrap-wish {
    transition-delay: 150ms
}

.product-item:hover>.block-product-thumbnail .wishlist-compare-button-block .wrap-quickview {
    transition-delay: 225ms
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .btn:hover {
    color: #000;
    background: #ede40d;
}

.product-item .block-product-thumbnail .wishlist-compare-button-block .btn:hover span.text {
    opacity: 1;
    visibility: visible;
    left: auto;
    right: 135%;
    width: -moz-max-content;
    width: max-content;
}

.product-item:hover .content-bottom-wrap-block {
    visibility: visible;
    opacity: 1;
    transition: all 300ms cubic-bezier(.445, .05, .55, .95);
    transition-delay: 400ms;
    transform: translateY(0)
}

.product-item:hover img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.product-item .addtocart-area .vm-customfields-wrap {
    margin-bottom: 10px !important;
}

.slider-nav {
    position: absolute;
    right: 0;
    top: -75px;
}

.swiper-container {
    /* padding-top: 20px !important; */
}

.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
    color: #23262d;
    background-color: #e7e7eb;
    background-image: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}


/*----------------------------------------*/


/*  Hot Deals */


/*----------------------------------------*/

.hotdeals-area {
    /* padding: 40px 0px; */
    /* padding-top: 15px; */
}

.hot-deals .product-item {
    display: flex;
    border: 1px solid #ececec;
    padding: 0px 0px;
}

.hot-deals .product-item .block-product-thumbnail {
    width: 50%;
    align-self: center;
}

.hot-deals .product-ite .block-product-content {
    width: 50%;
    text-align: center;
    align-self: center;
}

.hot-deals .product-item .block-product-thumbnail .image-block img {
    max-height: 250px;
    min-width: 200px;
}

.hot-deals .addtocart-area {
    width: 100%;
}

.hot-deals .product-item .block-product-content {
    display: flex;
    width: 50%;
}

.hot-deals .product-item .block-product-content .content-top-wrap-block {
    align-self: center;
    text-align: center;
    padding: 30px 10px;
    width: 100%;
}

.hot-deals .product-item .block-product-content .content-top-wrap-block h5 {
    /* margin-bottom: 0;
display: inline-block;
max-width: 100%;
color: #23262d;
font-style: normal;
font-weight: 600;
font-size: 16px;
text-align: inherit;
color: #23262d;*/
    color: #070202;
    font-weight: 400;
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-align: inherit;
    color: #23262d;
    min-height: 32px;
}

.hot-deals .product-item .block-product-content .content-top-wrap-block h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.hot-deals .product-item .block-product-content .content-top-wrap-block h4 span {
    color: #0ed523;
    font-weight: 600;
}

.hot-deals .product-item .block-product-content .content-top-wrap-block .price {
    font-weight: 800;
    font-size: 19px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


/*----------------------------------------*/


/*  .partners */


/*----------------------------------------*/

.partnerss-area {
    padding: 40px 0px;
    padding-top: 15px;
    display: none;
}

.partnerss-area .swiper-container {
    border: 1px solid #ddd;
    padding: 20px 0px;
    border-radius: 10px;
}

.partnerss-area .swiper-slide {
    text-align: center;
}

.partnerss-area .swiper-slide img {
    width: 80%;
}


/*----------------------------------------*/


/* Popular-area */


/*----------------------------------------*/

.popular-area {
    padding: 0px 0px 30px 0px;
}

.popular-area .popular-wrapper {
    position: relative;
    margin-top: 20px;
    width: 100% !important;
}

.popular-area .popular-wrapper .vm-categories-wall-img {
    margin-bottom: 0px;
}

.popular-area .vm-categories-wall-catwrapper {
    margin-bottom: 0px;
}

.popular-area .popular-wrapper .popular-img-block {
    position: relative;
    overflow: hidden;
}

.popular-area .popular-wrapper .popular-img-block img {
    right: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.popular-area .popular-wrapper:hover .popular-img-block img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.popular-area .popular-wrapper .popular-content {
    position: absolute;
    top: 33%;
    left: 10px;
    text-align: left;
}

.popular-area .popular-wrapper .popular-content h3 {
    text-transform: uppercase;
    font-size: 15px;
    color: #253237;
    font-weight: 600;
}

.popular-area .popular-wrapper .popular-content a {
    margin-top: 5px;
    color: #253237;
    display: block;
    transition: all 0.3s ease;
}

.popular-area .popular-wrapper .popular-content a:hover {
    transition: all 0.3s ease;
    margin-left: 10px;
}

.popular-area .popular-wrapper .popular-content a i {
    background-color: #009a50;
    color: #fff;
    width: 15px;
    height: 15px;
    position: relative;
    padding: 1px 6px;
    border-radius: 50%;
    left: 3px;
    font-size: 12px;
}


/*----------------------------------------*/


/* Footer-area */


/*----------------------------------------*/

.footer-area {
    padding: 0;
    color: #666;
    position: relative;
    z-index: 1;
    background: #1a1a1a;
    overflow: hidden;
    padding: 40px 0px;
    padding-bottom: 10px;
    margin-top: 5px;
}

.footer-area .custom img {
    max-width: 300px;
}

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

.footer-bottom p {
    margin-bottom: 15px;
}

.footer-area .need-help {
    position: relative;
    background: url("https://indiankada.com/test/images/phone.png") 0 0px no-repeat;
}

.footer-area .phone-info {
    font-size: 15.5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 77px !important;
    margin: 25px 0px;
    margin-bottom: 10px;
}

.footer-area .phone-info a {
    text-transform: lowercase !important;
  color:#666 !important; 
}

.footer-area .about-content {
    margin: 10px 0px;
    padding-right: 10px;
}

.footer-area .phone-info span {
    font-size: 22px;
    font-weight: 600;
    color: #253237;
    margin: 0;
    margin-top: 0px;
    display: block;
    margin-top: 5px;
    line-height: 30px;
}

.footer-area .social-info li a {
    color: #666;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.footer-area .social-info li a:hover {
    color: #ede40d;
}

.footer-area .social-info li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    border: none;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-right: 25px;
}

.footer-area .row .col-lg-4:first-child::before {
    content: "";
    position: absolute;
    left: -9999em;
    top: -9999em;
    bottom: -9999em;
    right: 15px;
    background: #262626;
    z-index: -1;
    pointer-events: none;
}

.footer-herading {
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 600;
    line-height: 24px;
}

.footer-herading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #ede40d;
}

.footer-links>ul>li a {
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    display: block;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 0;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.footer-links>ul>li a:hover {
    padding-left: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #ede40d;
}

.subscribe-form table {
    width: 100%;
}

.subscribe-form {
    margin-top: 15px;
}

.subscribe-form .acym_module_form input {
    width: 100%;
    max-width: 100%;
}

.subscribe-form .acysubbuttons input {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #253237;
    border: 0;
    box-shadow: none;
    padding: 0 8px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 90px;
    outline: none;
}

.subscribe-form form input {
    height: 47px;
    background: #fff;
    border: 0;
    color: #b1b1b1;
    padding: 10px 10px 10px 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    outline: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.clear input.button {
    position: absolute;
    top: 20px;
    right: 0;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    background: #253237;
    border: 0;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 90px;
    outline: none;
}

.subscrib-form {
    position: relative;
    padding: 20px 0px;
}

.clear input.button:hover {
    background: #ede40d;
}


/*----------------------------------------*/


/* QuickView */


/*----------------------------------------*/


/* .modal-open {
    filter: blur(1.1px);
} */

.quick-view {
    /* background-color: rgba(115, 115, 115, 0.53); */
}

.quick-view .product-details-content h2 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #070202;
    font-family: "Fraunces", serif;
}

.quick-view .pricing-meta {
    font-weight: 600;
}

.quick-view .reference {
    font-size: 16px;
    color: #253237;
    font-weight: 700
}

.quick-view .img-fluid {
    max-width: 100%;
    border-radius: 10px;
}

.quick-view .addtocart-bar {
    text-align: left;
    display: flex;
}

.quick-view .addtocart-bar .addtocart-button {
    padding: 6px 5px;
    background-color: #ede40d;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    margin-left: 10px;
    max-width: 200px;
}

.quick-view .addtocart-bar .vm-btn.vm-btn-secondary {
    padding: 9px 5px;
    background-color: #ede40d;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    margin-left: 10px;
    max-width: 200px;
    min-height: 35
}

.quick-view .addtocart-bar .addtocart-button::before {
    content: "+";
    position: absolute;
    ;
    left: 0px;
    top: 0px;
}

.quick-view .addtocart-bar .addtocart-button:hover,
.quick-view .addtocart-bar .vm-btn.vm-btn-secondary:hover {
    background-color: #000;
}

.quick-view .reference span {
    font-weight: 400
}

.quick-view .pricing-meta ul {
    display: flex;
}

.quick-view .pricing-meta li {
    font-size: 22px;
    margin-right: 10px !important;
    margin: 15px 0px;
}

.quick-view .product-details-content .new-price {
    color: #222;
    font-style: normal;
    font-weight: 750;
}

.quick-view .product-details-content .old-price {
    text-decoration: line-through;
    color: #ede40d;
}

.quick-view .social-info li {
    font-size: 22px;
    margin-left: 10px;
}

.quick-view .pro-details-quality {
    margin: 20px 0px;
}

.quick-view .pro-details-quality input {
    background: #f7f8fa;
    display: block;
    width: 50px;
    height: 35px;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
    color: #191919;
    border-radius: 6px;
    border: 1px solid #ddd;
    display: inline-block;
}

.quick-view .pro-details-wish-com a i {
    margin-right: 5px;
}

.quick-view .pro-details-wish-com a {
    line-height: 20px;
    padding: 0;
    border: none;
    color: #555;
    font-size: 16px;
    margin-right: 15px;
}

.quick-view .pro-details-wish-com a:hover {
    color: #ede40d;
}

.quick-view .pro-details-social-info {
    display: flex;
    margin: 20px 5px;
    font-weight: 600;
}

.quick-view .pro-details-social-info ul {
    display: flex;
}


/*----------------------------------------*/


/* breadcrum */


/*----------------------------------------*/

.breadcrumb-hrading {
    color: #253237;
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 15px
}

.breadcrumb-links li a:after {
    font-size: 16px;
    line-height: 24px;
    display: block;
    font-weight: 400;
    top: 0;
    right: -15px;
    position: absolute;
    content: "\f3d3";
    font-family: "Ionicons"
}

.breadcrumb_container .breadcrumb ol li:after {
    color: #253237;
    margin: 0 10px;
    vertical-align: -1px
}

.breadcrumb-links li {
    display: inline-block
}

.breadcrumb-links li a {
    display: inline-block;
    position: relative;
    color: #253237;
    line-height: 20px;
    margin-right: 25px
}

.breadcrumb-links li a:hover {
    color: #4fb68d
}

.breadcrumb-area {
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: #f7f7f7;
    background-size: cover;
    margin-bottom: 0px;
    display: none;
}


/*----------------------------------------*/


/* .product-details 
/*----------------------------------------*/

.product-details .pincode-wraper {
    position: relative;
    width: 250px;
}

.product-details .pincode-wraper input {
    border-radius: 25px;
    font-size: 16px;
    padding: 20px 20px;
}

.product-details .pincode-wraper button {
    position: absolute;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    right: 15px;
    top: 0;
    border: none;
    padding: 0;
    height: 40px;
    font-size: 22px;
    line-height: 43px;
}

.product-details .product-details-content h2 {
    font-size: 21px;
    color: #070202;
    font-weight: 400;
    font-family: "Fraunces", serif;
    margin: 0 0 15px;
}

.product-details .pricing-meta {
    margin-top: 10px;
    font-weight: 600;
}

.product-details .reference {
    font-size: 16px;
    color: #253237;
    font-weight: 700
}

.product-details .reference span {
    font-weight: 400
}

.product-details .pricing-meta ul {
    display: flex;
}

.product-details .pricing-meta li {
    font-size: 25px;
    margin-left: 10px !important;
    margin: 15px 0px;
}

.product-details .product-details-content .new-price {
    color: #ede40d;
    margin-left: 0px !important;
    margin-top: 0px;
    color: #222;
    font-style: normal;
    font-weight: 750;
    letter-spacing: .02em;
}

.product-details .product-details-content .old-price {
    text-decoration: line-through;
    margin-top: 0px;
    color: #ede40d;
    padding-right: 10px;
}

.product-details .addtocart-bar {
    text-align: left !important;
    display: flex;
}

.product-details .addtocart-bar .addtocart-button {
    /* padding: 6px 5px; */
    background-color: #000000;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    max-width: 250px;
    height: 35px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product-details .addtocart-bar .addtocart-button:hover {
    background-color: #ede40d !important;
    color: #000 !important;
}

.product-details .addtocart-bar .vm-btn.vm-btn-secondary {
    padding: 9px 5px;
    background-color: #ede40d;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    margin-left: 10px;
    max-width: 250px;
    min-height: 35px;
}

.product-details .addtocart-bar .vm-btn.vm-btn-secondary:hover,
.product-details .addtocart-bar .addtocart-button:hover {
    background-color: #000;
}

.product-details .product-weight {
    display: flex;
    margin-top: 10px;
}

.product-details .product-weight li {
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #ede40d;
}

.product-details .social-info li {
    font-size: 22px;
    margin-left: 10px;
}

.product-details .pro-details-quality {
    margin: 20px 0px;
}

.product-details .pro-details-quality .quantity-input {
    background: #f7f8fa;
    display: block;
    width: 55px;
    max-width: 55px !important;
    height: 35px;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
    color: #191919;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #ddd;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product-details .pro-details-wish-com a i {
    margin-right: 5px;
}

.product-details .pro-details-wish-com a {
    line-height: 20px;
    padding: 0;
    border: none;
    color: #555;
    font-size: 16px;
    margin-right: 15px;
}

.product-details .pro-details-wish-com a:hover {
    color: #ede40d;
}

.product-details .pro-details-social-info {
    display: flex;
    margin: 20px 5px;
    font-weight: 600;
}

.product-details .pro-details-social-info ul {
    display: flex;
}

.product-reviews .customer-reviews {
    margin-top: 0px !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.rating {
    margin-bottom: 0px !important;
    text-align: left !important;
}

.product-reviews .customer-reviews .details {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #fff !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 12px !important;
    margin: 3px 0px;
    justify-content: center;
    display: flex;
    width: 149px;
    margin: 0px auto;
}

.product-reviews .customer-reviews .details:hover {
    background-color: #000 !important;
}

.product-reviews .customer-reviews .less-review {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #fff !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 12px !important;
    margin: 3px 0px;
    justify-content: center;
    display: flex;
    width: 149px;
    margin: 0px auto;
}

.product-reviews .customer-reviews .less-review:hover {
    background-color: #000 !important;
}

.write-reviews {
    text-align: left !important;
    margin-top: 0px !important;
}

.ratingbox {
    margin-bottom: 0px !important;
    margin-top: 7px !important;
}

textarea.virtuemart {
    width: 100%;
}

.highlight-button {
    padding: 6px 5px !important;
    background-color: #ede40d !important;
    color: #fff !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    display: inline-block !important;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s !important;
    font-size: 14px !important;
    max-width: 200px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.product-reviews .customer-reviews h4 {
    font-size: 20px;
    color: #253237;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 15px;
    border-bottom: 0px !important;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em auto 3em;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 5px;
    max-height: 400px;
    border-radius: 20px;
}

.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ede40d;
}

.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    -webkit-transition: border .15s linear;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    height: calc(100% - 2px);
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #ede40d;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}


/*----------------------------------------*/


/* .product-listing
/*----------------------------------------*/

.listing-wraper {
    padding: 30px 0
}

.listing-wraper .sidebar-container .sidebar-categories {
    margin-bottom: 30px
}

.listing-wraper .sidebar-container .sidebar-categories .main-categories {
    max-height: 400px;
    overflow-y: scroll;
}

.listing-wraper .sidebar-container .sidebar-categories .head {
    line-height: 60px;
    background: #f9fafc;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.listing-wraper .sidebar-container .sidebar-categories ul li:hover,
.listing-wraper .sidebar-container .sidebar-categories ul li:hover a {
    color: #ede40d !important;
}

.listing-wraper .sidebar-container .sidebar-categories ul li div {
    position: relative;
}

.listing-wraper .sidebar-container .sidebar-categories ul li div .number {
    position: absolute;
    top: 12px;
    right: 0px;
}

.listing-wraper .sidebar-container .sidebar-categories .main-categories {
    padding: 0 15px;
    background: #fff;
    border: 1px solid #eee;
    list-style: none
}

.listing-wraper .sidebar-container .sidebar-categories .main-nav-list a {
    display: block;
    line-height: 50px;
    padding-left: 10px;
    color: #555
}

.listing-wraper .sidebar-container .sidebar-categories .main-nav-list a .number {
    color: #ccc;
    margin-left: 10px
}

.listing-wraper .sidebar-container .sidebar-categories .main-nav-list:not(:last-child) a {
    border-bottom: 1px solid #eee
}

.listing-wraper .sidebar-container .sidebar-categories .main-nav-list a i {
    margin-right: 10px;
    font-size: 18px
}

.listing-wraper .sidebar-container .sidebar-categories .main-nav-list.child a {
    padding-left: 32px
}

.listing-wraper .sidebar-container .sidebar-categories ul {
    list-style: none;
    margin: 0
}

.listing-wraper .sidebar-container .sidebar-title {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #333
}

.listing-wraper .sidebar-container .sidebar-brand {
    margin-bottom: 30px
}

.listing-wraper .sidebar-container .sidebar-brand {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.listing-wraper .sidebar-container .sidebar-brand .vmgroup {
    max-height: 450px;
    overflow-y: auto;
}

.listing-wraper .sidebar-container .sidebar-brand li {
    position: relative;
}

.listing-wraper .sidebar-container .sidebar-brand li .number {
    position: absolute;
    top: 0px;
    right: 0;
}

.listing-wraper .sidebar-container .sidebar-brand li label {
    color: #555;
    display: block;
    margin: 0;
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.listing-wraper .sidebar-container .sidebar-brand li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.listing-wraper .sidebar-container .sidebar-brand li:hover,
.listing-wraper .sidebar-container .sidebar-brand li:hover a {
    color: #ede40d;
}

.listing-wraper .sidebar-container .sidebar-brand li label span.check::before {
    width: 20px;
    height: 20px;
    display: inline-block;
    content: '';
    border: 2px solid #ddd;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s
}

.listing-wraper .sidebar-container .sidebar-brand li label span.check::after {
    content: "\f121";
    display: inline-block;
    font-family: ionicons;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    transform: scale(0);
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s
}

.listing-wraper .sidebar-container .sidebar-brand li label input[type=checkbox] {
    display: none;
    opacity: 0;
    visibility: hidden
}

.listing-wraper .sidebar-container .sidebar-brand li label input[type=checkbox]:checked~span.check::before {
    background-color: #ede40d;
    border-color: #ede40d;
}

.listing-wraper .sidebar-container .sidebar-brand li label input[type=checkbox]:checked~span.check::after {
    opacity: 1;
    transform: scale(1)
}

.listing-wraper .sidebar-container .sidebar-brand li label .brand-count {
    color: #bbb;
    float: right
}

.listing-wraper .sidebar-container .sidebar-banner {
    overflow: hidden;
    position: relative
}

.listing-wraper .sidebar-container .sidebar-banner .banner-image-wrap {
    transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    display: block
}

.listing-wraper .sidebar-container .sidebar-banner::after {
    content: "";
    position: absolute;
    top: -150%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    background: transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=1)
}

.listing-wraper .sidebar-container .sidebar-banner .banner-image-wrap img {
    width: 100%;
    height: auto
}

.listing-wraper .sidebar-container .sidebar-banner:hover .banner-image-wrap {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.listing-wraper .sidebar-container .sidebar-banner:hover::after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    -moz-transition-property: left, top, opacity;
    -o-transition-property: left, top, opacity;
    -webkit-transition-property: left, top, opacity;
    transition-duration: .7s, .7s, .15s;
    -moz-transition-duration: .7s, .7s, .15s;
    -o-transition-duration: .7s, .7s, .15s;
    -webkit-transition-duration: .7s, .7s, .15s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease
}

.listing-wraper .main-listing .orderby-displaynumber {
    padding: 10px 15px 10px;
    margin: 0px !important;
    background: #f9fafc;
    border: 0px !important;
}

.listing-wraper .main-listing .orderlistcontainer div.activeOrder {
    margin-left: 5px;
    border-radius: 15px;
}

.listing-wraper .main-listing .orderlistcontainer div.orderlist {
    top: 38px;
    left: 93px;
    z-index: 999;
    width: 130px;
}

.listing-wraper .main-listing .orderby-displaynumber .display-number {
    display: flex;
}

.listing-wraper .main-listing .orderby-displaynumber .orderlistcontainer {
    display: flex;
    font-size: 14px !important;
}

.listing-wraper .main-listing .orderby-displaynumber select {
    margin-left: 10px;
    border-radius: 16px;
    border: 1px solid #ddd;
    padding: 2px 5px;
}

.listing-wraper .main-listing .filter-bar {
    padding: 0 20px 10px;
    background: #f9fafc
}

.listing-wraper .main-listing .filter-bar .sorting {
    margin-top: 10px;
    margin-right: 10px
}

.listing-wraper .main-listing .filter-bar .sorting select {
    font-size: 16px;
}

.listing-wraper .main-listing .filter-bar .sorting .selectize {
    min-width: 220px
}

.listing-wraper .main-listing .filter-bar p {
    margin: 0;
    margin-top: 5px
}

.listing-wraper .main-listing .product-widget {
    padding: 0px 5px;
}

.main-listing .vm3pr-0 {
    width: 100% !important;
}

.main-listing h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #ede40d;
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-listing .horizontal-separator {
    display: none;
}

.listing-wraper .main-listing .pagination-wraper .pagination {
    justify-content: center !important;
}

.listing-wraper .main-listing .pagination-wraper nav {
    display: block !important;
}

.listing-wraper .main-listing .pagination-wraper {
    padding-top: 30px;
    border-top: 1px solid #e8e8f8;
    margin-top: 25px;
}

.listing-wraper .main-listing .pagination-wraper .page-link {
    border-color: #eff0f0;
    color: #95989f;
    line-height: 38px;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    padding: 0 2px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius: 50%;
    font-weight: 600
}

.listing-wraper .main-listing .pagination-wraper .page-item:not(:last-child) .page-link {
    margin-right: 5px
}

.listing-wraper .main-listing .pagination-wraper .page-item.active .page-link {
    background-color: #ede40d;
    color: #fff;
    border-color: #ede40d;
}

.listing-wraper .main-listing .pagination-wraper .page-link.prev,
.listing-wraper .main-listing .pagination-wraper .page-link.next {
    color: #23262d;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.listing-wraper .main-listing .pagination-wraper .page-link.prev i {
    color: #ede40d;
    ;
    font-size: 16px;
    margin-right: 6px
}

.listing-wraper .main-listing .pagination-wraper .page-link.prev {
    margin-right: 10px!important
}

.listing-wraper .main-listing .pagination-wraper .page-link.next i {
    color: #ede40d;
    ;
    font-size: 16px;
    margin-left: 6px
}

.listing-wraper .main-listing .pagination-wraper .page-link.next {
    margin-left: 5px
}

.listing-wraper .main-listing .pagination-wraper .page-link.prev:hover,
.listing-wraper .main-listing .pagination-wraper .page-link.prev:focus,
.listing-wraper .main-listing .pagination-wraper .page-link.next:hover,
.listing-wraper .main-listing .pagination-wraper .page-link.next:focus {
    outline: none;
    background-color: transparent
}

.button-filter {
    padding: 9px 5px;
    background-color: #ddd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 12px;
    margin-bottom: 15px;
    display: none;
}

.collapse:not(.show) {
    display: block;
}

#fancybox-overlay {
    z-index: inherit !important;
    background-color: inherit !important;
    width: 0% !important;
}

#fancybox-wrap {
    position: fixed !important;
    right: 30% !important;
    top: 20% !important;
    left: inherit !important;
}

#fancybox-content {
    border-radius: 0px !important;
    background-color: #000;
    max-width: 500px;
    color: #fff !important;
    line-height: 17px;
    border-radius: 10px !important;
}

#fancybox-content a {
    color: #fff !important;
}

#adminForm legend {
    font-weight: 600;
}

.chosen-container-single .chosen-single {
    color: #444;
    white-space: nowrap;
    background: inherit !important;
    border-radius: 5px;
    height: 37px !important;
    padding: 0 0 0 8px;
    line-height: 35px !important;
    text-decoration: none;
    border-color: #ced4da !important;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: inherit !important
}

#fancybox-outer {
    position: fixed !important;
    max-width: 500px;
    max-height: 60px;
    background-color: transparent !important;
    width: auto !important;
    height: inherit !important;
    padding: 0px !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

#fancybox-content {
    padding: 15px 10px !important;
    border: inherit !important;
}

#fancybox-content h4 {
    font-size: 15px;
    color: #fff;
}

#fancybox-content .btn {
    float: right !important;
    display: none;
    margin: 0px 5px;
}

#fancybox-content br {
    display: none;
}


/*----------------------------------------*/


/* .Shopping -Cart
/*----------------------------------------*/

.shopping-cart {
    padding: 30px 0
}

.shopping-cart h6 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.shopping-cart .cart-title {
    padding-bottom: 0px
}

.shopping-cart .cart-single-item {
    border-top: 1px solid #eee;
    padding: 5px 0
}

.shopping-cart .cart-single-item .product-item {
    margin-left: 15px;
    border: 0px;
    border-radius: 0px;
    padding-top: 12px;
}

.shopping-cart .cart-single-item .product-item .product-img {
    position: relative;
    text-align: center;
    max-width: 100px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.shopping-cart .cart-single-item .product-item .product-img .btn {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(0) translateY(-50%);
    transform-origin: center;
    opacity: 0;
    -webkit-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s
}

.shopping-cart .cart-single-item:hover .product-item .product-img .btn {
    transform: scale(1) translateY(-50%);
    opacity: 1
}

.shopping-cart .cart-single-item .product-item img {
    border-radius: 0px;
}

.shopping-cart .cart-single-item .product-item .content {
    margin-left: 0px
}

.shopping-cart .cart-single-item .product-item .content h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.shopping-cart .cart-single-item .product-item .content h6 a {
    color: #ede40d;
    text-decoration: underline;
}

.shopping-cart .cart-single-item .product-item .content h6 span {
    display: block;
    font-size: 18px;
    color: #ede40d;
    position: absolute;
    top: 7px;
    right: 15px;
}

.shopping-cart .cart-single-item .product-item .content p {
    margin-bottom: 5px
}

.shopping-cart .cart-single-item .product-item .content p span {
    display: inline-block;
    position: relative;
    height: 24px;
    line-height: 24px;
    border: 0px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    background-color: #ede40d !important;
}

.shopping-cart .cart-single-item .quantity-container .quantity-amount {
    width: 50px;
    line-height: 36px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 3px;
    margin-right: -3px;
    padding-left: 20px
}

.shopping-cart .cart-single-item .quantity-container .arrow-btn {
    padding: 1px 0 3px;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 3px
}

.shopping-cart .cart-single-item .quantity-container .arrow {
    height: 17px;
    padding-left: 15px;
    border: none;
    cursor: pointer;
    background: #fff
}

.shopping-cart .cart-single-item .quantity-container .arrow span {
    font-size: 12px
}

.shopping-cart .cart-single-item .quantity-container .arrow.decrease {
    line-height: 15px
}

.shopping-cart .cart-single-item .total {
    font-weight: 600;
    font-size: 18px;
    color: #ede40d;
}

.shopping-cart .box-cart-total {
    border: 1px solid #eee;
    padding: 25px 30px;
    margin-bottom: 40px;
    border-radius: 3px
}

.shopping-cart .box-cart-total .order-summary h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.shopping-cart .box-cart-total .order-summary div {
    position: relative;
    font-size: inherit;
    padding-bottom: 8px;
    height: 22px;
    text-align: right;
    margin-bottom: 6px
}

.shopping-cart .box-cart-total .order-summary div label {
    margin: 0
}

.shopping-cart .box-cart-total .order-total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
}

.shopping-cart .box-cart-total .order-total .total-amount {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ede40d;
    ;
    text-align: right;
    position: relative
}

.shopping-cart .box-cart-total .order-total .total-amount::before {
    content: 'Order Total';
    position: absolute;
    left: 0;
    top: 0;
    color: #555
}

.shopping-cart .box-cart-total .order-total .btn {
    width: 100%!important
}


/*----------------------------------------*/


/* .User-wrapper
/*----------------------------------------*/

.myaccountsection {
    background-color: #f3f3f3
}

.user-wrapper aside .profile-block {
    padding: 15px;
    background-color: #fff
}

.user-wrapper aside .profile-block img {
    width: 70px
}

.user-wrapper aside .profile-block .profile-info {
    margin-left: 15px
}

.user-wrapper aside .profile-block .profile-info h4 {
    margin: 0;
    font-size: 18px
}

.user-wrapper aside .profile-block .profile-info span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px
}

.user-wrapper aside .nav {
    margin-top: 30px;
    background-color: #fff
}

.user-wrapper aside .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.user-wrapper aside .nav ul li a {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    color: #164358;
    font-weight: 600;
    text-transform: capitalize
}

.user-wrapper aside .nav ul li a:last-child {
    border-bottom: 1px solid #f3f3f3
}

.user-wrapper aside .nav ul li a i {
    margin-right: 15px;
    width: 24px;
    font-size: 24px;
    vertical-align: middle
}

.user-wrapper aside .nav ul li.active a,
.user-wrapper aside .nav ul li.active a:hover,
.user-wrapper aside .nav ul li.active a:focus {
    background-color: #ede40d;
    color: #000;
    font-weight: 600
}

.user-wrapper aside .nav ul li a:hover {
    color: #ede40d
}

.user-wrapper .main-content .content-block {
    background-color: #fff
}

.user-wrapper .main-content .content-block .block-title {
    padding: 15px 20px;
    border-bottom: 1px solid #f3f3f3
}

.user-wrapper .main-content .content-block .block-title h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
}

#member-profile legend {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-wrapper .main-content .content-block .block-content {
    padding: 15px 20px
}

.user-wrapper .main-content .content-block .shopping-cart {
    padding: 0
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item {
    border-top: none;
    padding-bottom: 0
}

.vm-orders-list {
    max-height: 500px;
    overflow-y: auto;
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item .product-item {
    margin-left: 0;
    margin-bottom: 0px !important;
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item .product-item .btn-view-order {
    display: none;
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item .product-item .list-order-details {
    display: flex;
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item .product-item .list-order-status {
    width: 45%;
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item .product-item .list-order-date {
    width: 55%;
    text-align: right;
}

.user-wrapper .main-content .content-block .shopping-cart .cart-single-item .single-item-footer {
    padding: 0px;
    margin-top: 10px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper {
    margin-top: 20px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item {
    position: relative;
    border: 1px solid #f3f3f3;
    padding: 15px
}

.address-modal label {
    font-size: 14p;
    color: #222;
}

.address-modal .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 40px;
    padding: 8px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #222;
    font-size: 16px;
    outline: none;
}

.modal-header {
    padding: 0px;
    border: 0px;
    color: #fff;
    position: relative;
}

.modal-header .close {
    color: #000;
    background-color: #ede40d;
    position: absolute;
    right: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 1 !important;
    padding: 0px;
    top: 5px;
}

.modal-header .close:hover {
    opacity: 1 !important;
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address h4 {
    font-size: 18px;
    text-transform: capitalize
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address h4 span {
    margin-left: 15px;
    color: #777
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address p {
    font-weight: 400;
    margin: 0
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions {
    position: absolute;
    right: 10px;
    top: 10px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions span {
    width: 20px;
    font-size: 20px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions a i {
    width: 20px;
    font-size: 20px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions a.delete {
    color: #ff6161
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions a {
    margin-left: 5px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address {
    margin: 0
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item+.address-item {
    margin-top: -1px
}

.alert {
    border: none;
    border-radius: 0;
    padding: 17px 20px;
    color: #fff
}

.alert-dismissible .close {
    padding: 14px 15px;
    text-shadow: none
}

.alert-dismissible .close:hover,
.alert-dismissible .close:focus {
    color: #fff
}

.alert-success-notify {
    background-color: #18ce0f
}

.alert.alert-danger {
    background-color: #ff3636
}

.alert.alert-warning {
    background-color: #ffb236
}

.alert.alert-info {
    background-color: #2ca8ff
}

.alert.alert-primary {
    background-color: #ea3c63
}

.alert-notice h4 {
    display: none;
}

.alert-notice .close {
    cursor: pointer;
}

.alert-heading {
    display: none;
}

.alert-notice {
    background-color: #fbdf72;
    position: fixed;
    color: #000 !important;
    top: 50px;
    right: 10px;
    border-radius: 8px;
    z-index: 9999;
    padding: 6px 10px;
    min-width: 300px;
    max-width: 350px;
    border: 1px solid #ffcb00;
}

.alert-error .alert-message,
.alert-error .close {
    color: #fff !important;
}

.alert-warning {
    background-color: #ff3636 !important;
    position: fixed;
    top: 5px;
    right: 10px;
    border-radius: 8px;
    z-index: 9999;
    padding: 6px 10px;
    min-width: 300px;
    max-width: 350px;
    border: 1px solid #ff6767;
    color: #fff;
}

.alert-warning .alert-message {
    color: #fff !important;
}

.close {
    cursor: pointer;
}

.alert-message {
    line-height: 19px;
    margin-top: 2px;
}

.alert-danger,
.alert-error {
    background-color: #ff3636 !important;
    position: fixed;
    top: 50px;
    right: 10px;
    border-radius: 8px;
    z-index: 9999;
    padding: 6px 10px;
    min-width: 300px;
    max-width: 350px;
    border: 1px solid #ff6767;
    color: #fff;
}

.alert-success-notify {
    background-color: #18ce0f;
    position: fixed;
    top: 50px;
    right: 10px;
    border-radius: 8px;
    z-index: 9999;
    padding: 6px 10px;
    min-width: 300px;
    max-width: 350px;
    border: 1px solid #18ce0f;
}

.alert-danger .alert-message,
.alert-success .alert-message {
    color: #fff !important;
}

.alert-success {
    background-color: #ff3636 !important;
    position: fixed;
    top: 50px;
    right: 10px;
    border-radius: 8px;
    z-index: 9999;
    padding: 6px 10px;
    min-width: 300px;
    max-width: 350px;
    border: 1px solid #ff6767;
    color: #fff;
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-header {
    padding: 15px 20px;
    border-bottom: 1px solid #f3f3f3
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-header h3 {
    margin: 0;
    font-size: 16px;
    color: #555
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details {
    padding: 15px 20px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-details h4 {
    font-size: 18px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-details h4 a {
    color: #222
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-details p {
    margin-bottom: 0
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-details p span {
    display: inline-block;
    position: relative;
    height: 27px;
    line-height: 24px;
    border: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    border-radius: 3px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-details p+p {
    margin-top: 5px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-details .price {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    color: #ff1139
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-img {
    text-align: center
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details .item-img p {
    padding: 5px 10px;
    border: 1px solid #f3f3f3;
    margin: 0
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-item-details {
    border-bottom: 1px solid #f3f3f3
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-order-address {
    padding: 15px 20px;
    border-bottom: 1px solid #f3f3f3
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-order-address h3 {
    font-size: 18px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-order-address p span {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-order-address p {
    margin: 0;
    font-weight: 400
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime {
    padding: 15px 20px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime .timeline-item {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime .timeline-item h4 {
    font-size: 16px;
    margin-bottom: 5px
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime .timeline-item p {
    color: #555;
    margin: 0;
    font-weight: 400
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime .timeline-item::before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #f3f3f3;
    top: 0;
    left: 0
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime .timeline-item::after {
    position: absolute;
    left: -5px;
    top: 5px;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff1139
}

.user-wrapper .main-content .content-block .block-content .track-detail-wrapper .track-timelime .timeline-item:last-child {
    padding-bottom: 0
}

.user-wrapper .main-content .content-block .block-content .address-wrapper {
    margin-top: 5px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item {
    position: relative;
    border: 1px solid #f3f3f3;
    padding: 15px;
    border-radius: 10px;
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address h4 span {
    margin-left: 15px;
    color: #777
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address p {
    font-weight: 400;
    margin: 0
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions {
    position: absolute;
    right: 10px;
    top: 10px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions .btn-xs {
    border-radius: 20px;
    font-size: 12px;
    padding: 2px 10px;
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions span {
    width: 20px;
    font-size: 20px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions a i {
    width: 20px;
    font-size: 20px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions a.delete {
    color: #ff6161
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item .actions a {
    margin-left: 5px
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item address {
    margin: 0
}

.user-wrapper .main-content .content-block .block-content .address-wrapper .address-item+.address-item {
    margin-top: -1px
}

.user-wrapper .main-content .content-block .block-content .wishlist .cart-single-item {
    position: relative;
    padding-bottom: 15px
}

.user-wrapper .main-content .content-block .block-content .wishlist .cart-single-item .action {
    position: absolute;
    right: 15px;
    top: 15px
}

.user-wrapper .main-content .content-block .block-content .wishlist .cart-single-item .action a svg {
    width: 20px
}

.user-wrapper .main-content .content-block .block-content .wishlist .cart-single-item .action a {
    color: #ff6161
}

.user-wrapper .main-content .content-block .block-content .wishlist .cart-single-item+.cart-single-item {
    border-top: 1px solid #f3f3f3
}

.vm-orders-information {
    background-color: #fff;
    padding: 15px;
}

.vm-orders-information h1 {
    font-size: 20px;
    font-weight: 600;
}

.vm-orders-information .dyn-tabs table td,
.vm-orders-information .dyn-tabs table th {
    border: 1px solid #b3b3b3;
    line-height: 16px;
    padding: 5px 0px;
    font-size: 15px !important;
    padding: 5px 5px;
}

td.pricePad {
    padding-right: 10px !important;
}

.vm-orders-information .dyn-tabs table th {
    background-color: #ddd;
    font-size: 15px;
    line-height: 16px;
    padding: 5px 0px;
}

.order-detail-table td {
    border: 1px solid #b3b3b3;
    padding: 3px;
    text-align: center !important;
    font-size: 15px;
}

#ui-tabs ul#tabs li {
    padding: 8px 16px 8px !important;
}

#ui-tabs ul#tabs li.current {
    display: inline-block;
    background: #ede40d !important;
    color: #fff !important;
}

#ui-tabs .tabs {
    padding: 7px !important;
}

#ui-tabs ul#tabs {
    padding: 7px 7px 0px !important;
    margin-bottom: 10px !important;
}

.client-home-wrap .client-card-block {
    background-color: #fff;
    padding: 25px;
    position: relative;
    margin-bottom: 30px
}

.client-home-wrap .client-card-block .card-inner {
    padding-right: 60px
}

.client-home-wrap .client-card-block .card-inner h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
    color: #164358;
    font-weight: 600;
}

.client-home-wrap .client-card-block .card-inner p {
    margin: 0;
    color: #666
}

.client-home-wrap .client-card-block .card-icon {
    width: 60px;
    position: absolute;
    right: 20px;
    top: 20px
}

.client-home-wrap .client-card-block .card-icon img {
    width: 100%
}

.client-home-wrap h2 {
    margin-top: 0;
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}

.label {
    color: #fff;
}

.label-primary {
    background-color: #228bdf
}

.label-success {
    background-color: #00b19d
}

.label-info {
    background-color: #3ddcf7
}

.label-warning {
    background-color: #fa0
}

.label-danger {
    background-color: #ef5350
}

.label-purple {
    background-color: #7266ba
}

.label-pink {
    background-color: #f76397
}

.label-dark {
    background: #4f595b
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 9999!important;
    bottom: 0px !important;
    border: 2px solid #ede40d;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    opacity: 0;
    color: #ede40d !important;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    transition: all 0.3s ease-in;
    opacity: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important;
  
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
    cursor: auto;
    pointer-events: none;
}

.swiper-container:hover .swiper-button-next.swiper-button-disabled,
.swiper-container:hover .swiper-button-prev.swiper-button-disabled {
    opacity: 0.1 !important;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #ede40d !important;
    transition: all 0.3s ease-in;
    color: #000 !important;
}


/*----------------------------------------*/


/* .about us
/*----------------------------------------*/

.about-page-wraper {
    padding: 20px 0px;
}

.about-page-wraper img {
    width: 100%;
}

.about-page-wraper h1 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.5rem !important;
}

.about-page-wraper h1 span {
    color: #ede40d;
    font-weight: 600;
    font-size: 1.5rem !important;
}


/*----------------------------------------*/


/* .contactus
/*----------------------------------------*/

.contact-page-wraper {
    padding: 30px 0
}

.contact-page-wraper .contact-info .p-0 {
    border-right: 1px solid #f1f1f1
}

.contact-page-wraper .contact-info .contact-box {
    text-align: center
}

.contact-page-wraper .contact-info .contact-box span {
    display: inline-block;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1.1;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 10px
}

.contact-page-wraper .contact-info .contact-box i {
    font-size: 30px;
}

.contact-page-wraper .contact-info .contact-box p a {
    color: #1f1f1f
}

.contact-page-wraper .contact-info .p-0:last-child {
    border: medium
}

.contact-page-wraper .contact-form {
    padding: 50px 0;
    background-color: #f1f1f1;
    margin-top: 30px;
    border-radius: 30px
}

.contact-page-wraper .contact-form h1 {
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    font-size: 1.5rem;
}

.contact-page-wraper .contact-form h1~p {
    color: #696969;
    text-align: center
}

.contact-page-wraper .contact-form .form-group {
    margin-bottom: 20px
}

.contact-page-wraper .contact-form form {
    margin-top: 10px
}

.contact-page-wraper .contact-form .form-control {
    min-height: 45px;
    border: none
}

.contact-page-wraper .controls {
    text-align: center;
}

.vm-cart-header h1 {
    display: none;
}

.billto-shipto {
    margin-top: 5px !important;
    border-top: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}

.billto-shipto .col-md-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.output-billto,
.output-shipto {
    background-color: #fdfdfd;
    padding: 7px 15px;
    border-radius: 9px;
    border: 1px solid #ddd;
    margin: 10px !important;
    margin-right: 0px !important;
}

.output-billto span,
.output-shipto span {
    font-size: 16px !important;
}

.output-shipto label {
    margin-bottom: 0px !important;
}

.billto-shipto h4 {
    font-weight: 600;
    font-size: 17px !important;
    display: flex;
}

.billto-shipto .shipping-address-edit {
    margin-left: 5px;
    color: #bbb500;
    cursor: pointer;
}


/*.billto-shipto a{
       padding: 6px 8px !important;
background-color: #ede40d !important;
color: #fff !important;
-webkit-border-radius: 50px !important;
-moz-border-radius: 50px !important;
border-radius: 8px !important;
text-transform: uppercase !important;
font-weight: 600 !important;
background-image: inherit !important;
border: none !important;
transition: .3s !important;
font-size: 12px !important;
margin-bottom: 25px !important;
margin-top: 10px !important;
}
.billto-shipto a:hover{
    background-color: #000 !important;
    transition: .3s !important;
}*/

.billto-shipto a i {
    color: #ede40d !important;
}

.billto-shipto a {
    padding-left: 5px;
}

.cart-summary tr {
    border: 2px solid #f4f4f4 !important;
}

.cart-summary td,
.cart-summary th {
    border: 0px solid #f4f4f4 !important;
    border: 0px solid #f4f4f4 !important;
}

.cart-summary tr:first-child {
    border-color: #f4f4f4 !important
}

.cart-summary tr td button {
    background-color: inherit;
    padding: 0px;
}

.vm-cart-item-quantity {
    min-width: 95px !important;
}

.cart-total-detail td {
    padding-right: 10px !important;
}

.coupon {
    font-size: 14px !important;
    padding: 10px 15px !important;
    border-radius: 30px !important;
    width: 100%;
    border: 1px solid #ddd;
}

.order-summery h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.order-summery table tr:first-child {
    background-color: #f4f4f4 !important;
    border-color: #f4f4f4 !important;
}

.order-summery table {
    border: 1px solid #f4f4f4 !important;
}

.order-summery table tr {
    border: 1px solid #f4f4f4 !important;
}

.order-summery table tr td {
    padding: 10px !important;
}

.order-summery table tr td:first-child {
    text-align: left !important;
}

input.details-button {
    padding: 9px 20px !important;
    background-color: #ede40d !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    margin: 2px;
    color: #000;
}

.cart-summary tr td button.vm2-remove_from_cart {
    color: #f00;
}

.cart-summary tr td {
    line-height: 16px;
    padding: 7px 3px !important;
}

.cart-summary tr td button.vm2-add_quantity_cart {
    color: #08f;
    width: 21px;
}

.cart-summary .quantity-input {
    height: 30px !important;
    width: 40px !important;
    font-size: 12px !important;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

table.cart-summary tr th {
    background: inherit !important;
    background-color: #f4f4f4 !important;
    font-size: 15px !important;
    padding: 9px 5px !important;
}

table.cart-summary tr:nth-child(odd) {
    background-color: ;
}

.address-edit {
    margin-top: 10px;
    padding-bottom: 10px;
}

.address-edit h4 {
    font-weight: 600;
    font-size: 17px;
    padding-left: 10px;
}

.address-edit h4 i {
    color: #ede40d;
    cursor: pointer;
}

.address-edit h4 a {
    color: #ede40d;
    padding-left: 5px;
}

.PricesalesPriceCoupon {
    color: #f00;
}

.cart-summary-total {
    color: #000 !important;
    font-weight: 600;
    font-size: 17px;
    background-color: #ede40d !important;
}

.section-shipment {
    padding: 15px 0px;
}

.section-shipment h6 {
    font-size: 16px;
}

.cart-bottom {
    padding: 0px;
}

.cart-bottom .vm-fieldset-customer-note {
    margin-top: 0px;
}

.section-shipment h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px
}

.expiry-date input {}

.payment-section {
    padding-left: 0px;
    padding-right: 0px;
}

.payment-section .tab-pane {
    padding: 0px !important;
}

.payment-section .nav-tabs {
    margin-bottom: 10px !important;
}

.nav-tabs .nav-link {
    border: 1px solid #e9ecef;
    margin-right: 5px;
    border-bottom: 2px solid transparent;
}

.payment-section .nav-tabs .nav-link.active {
    border-bottom: 2px solid #ede40d !important;
    font-weight: 600;
    background-color: #ffecd9;
}

.payment-section .vm-payment-plugin-single {
    padding: 0px !important;
}

.section-payment {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
}

.section-payment .vmpayment_cardinfo .cards,
.cards {
    display: none;
}

.section-payment h3,
.section-shipment h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px
}

#paymentForm {
    text-align: center;
}

.vm-payment-header-selected {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

#paymentForm .vmpayment_cardinfo .creditcard-box {
    margin: 0px auto;
    text-align: left;
}

.login-user #checkoutFormSubmit {
    margin-left: 0px !important;
}

#checkoutFormSubmit {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    margin: 3px 0px;
    margin-top: 15px;
    margin-left: 10px;
    min-height: 35px;
}

#checkoutFormSubmit:hover {
    background-color: #000 !important;
    transition: .3s !important;
}

.vm2-first_name,
.vm2-middle_name,
.vm2-last_name {
    font-weight: 600 !important;
    font-family: "Fraunces", serif;
    font-size: 19px;
    color: #000;
}

.form-group .key label {
    font-size: 16px;
    margin-bottom: 3px;
}

.form-group .key label span {
    color: red;
}

.edit-address-input .form-select {
    width: 100%;
    height: auto !important;
    padding: 0.475rem .75rem;
    padding-left: 0.75rem;
    padding-left: 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.edit-address-input input {
    display: block;
    width: 100%;
    height: auto !important;
    padding: .375rem .75rem;
    padding-left: 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.edit-address-input .chzn-container {
    width: 100% !important;
}

.edit-address-input .chzn-container-single .chzn-single {
    height: 36.5px;
    font-size: 15px;
    padding: .375rem .75rem;
    padding-left: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    background-image: inherit !important;
    box-shadow: inherit !important;
}

.edit-address-input .chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/chosen-sprite.png') no-repeat 0px 7px !important;
}

.edit-address-input .chzn-container-single .chzn-drop {
    width: 100% !important;
}

.edit-address-input .chzn-container-single .chzn-search input {
    width: 100% !important;
}

#userForm h2 {
    font-weight: 600;
    font-size: 19px !important;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.control-buttons {
    width: 100% !important;
    padding: 0px 15px;
    text-align: right !important;
}

.edit-field {
    padding-left: 15px;
}

.vm-button-correct {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #000 !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    transition: .3s;
    font-size: 12px;
    min-height: 35px;
}

.vm-button-correct:hover {
    background-color: #000 !important;
    color: #fff !important;
    transition: .3s !important;
}

.orderdone-cancel {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    margin: 3px 0px;
    display: inline-block;
}

.orderdone-cancel:hover {
    background-color: #000 !important;
    transition: .3s !important;
}

.cancel-button:hover {
    background-color: #000 !important;
    transition: .3s !important;
    color: #fff !important;
}

.cancel-button {
    border: 1px solid #000 !important;
    padding: 5px 20px !important;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    transition: .3s !important;
    font-size: 12px !important;
    margin: 3px 0px;
}

.vmpayment_cardinfo table td {
    padding: 5px 5px;
}

.vmpayment_cardinfo td {
    font-size: 16px;
    color: #333 !important;
}

.expiry-date select {
    width: 49.5% !important;
}

.creditcard-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.vmpayment_cardinfo input,
.vmpayment_cardinfo select {
    padding: 0.4rem .75rem;
    width: 100%;
    padding-left: 0.75rem;
    padding-left: 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.vmpayment_cardinfo .form-group {
    margin-bottom: 0.5rem !important;
}

textarea#customer_note_field {
    width: 100% !important;
    padding: 0.2rem .75rem;
    padding-left: 0.75rem;
    padding-left: 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn_edit_Address {
    border-radius: 2px;
    background-color: #ede40d !important;
    border: 0px;
    color: #000;
    padding: 3px 11px;
}

.vm-order-done {
    text-align: center;
    background-color: #edfff9;
    padding: 50px;
    width: 50%;
    margin: 0px auto;
    border-radius: 29px;
}

.vm-order-done .vmpayment_cardinfo {
    display: none;
}

.vm-order-done .paypal_ordersummary table {
    margin: 0px auto;
}

.vm-order-done h3 {
    color: #4de387;
    margin-bottom: 15px;
    font-weight: 600;
}

.vm-order-done .post_payment_payment_name,
.post_payment_order_number,
.post_payment_order_total {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn-notify-me input {
    height: calc(1.5em + .75rem + 2px);
    padding: 0.375rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.customer-note span {
    font-weight: 600;
    font-size: 18px !important;
}

.term-service {
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: solid #E9E8E8 1px;
    padding-bottom: 10px;
}

.term-service {
    margin-bottom: 5px;
    font-weight: 600;
    border-bottom: solid #E9E8E8 1px;
    padding-bottom: 10px;
}

#terms-and-conditions {
    color: #ede40d;
    text-decoration: underline;
    cursor: pointer;
}

#terms-condition .privacy-descriptions {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 450px;
    overflow-y: scroll;
}


/*----------------------------------------*/


/* .Login-signup
/*----------------------------------------*/

body.login {
    vertical-align: middle;
    margin-top: 25px;
    background-image: url("../img/login-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

body.login .login-box {
    width: 360px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.07);
    text-align: center;
    position: relative;
    z-index: 2;
}

body.login .login-box::before {
    position: absolute;
    content: '';
    width: calc(100% + 60px);
    background-color: rgba(255, 255, 255, 0.3);
    height: calc(100% - 100px);
    z-index: -1;
    left: -30px;
    top: 50px;
    border-radius: 10px;
}

body.login .login-box .logo img {
    height: 65px;
    margin-bottom: 10px;
}

body.login .login-box .login-box-body h2 {
    font-size: 16px;
    color: #908f94;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}


/*body.login .login-box .login-box-body .form-control-feedback {
    left: 16px;
    right: auto;
    height: 40px;
    top: 0;
    line-height: 40px;
    position: absolute;
}
body.login .login-box .login-box-body .form-control {
    padding-left: 40px;
    font-size: 15px;
    border-radius: 20px;
}*/

body.login .login-box .login-box-body .form-control {
    font-size: 15px;
    border-radius: 20px;
}

body.login .login-box .login-box-body .form-control-feedback {
    display: none;
}

body.login .login-box .login-box-body .form-group.has-feedback {
    position: relative;
}

body.login .login-box .login-box-body .btn {
    min-width: 200px;
}

body.login .login-box .login-box-body p {
    margin: 10px 0;
}

body.login .login-box .login-box-body p a {
    color: #ede40d;
    ;
}

body.login .login-box .login-box-body .divider-block {
    margin-bottom: 20px;
    position: relative;
}

body.login .login-box .login-box-body .divider-block h4 {
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
    padding: 0 8px;
    background-color: #fff;
    color: #767676;
    display: inline-block;
}

body.login .login-box .login-box-body .divider-block::after {
    content: "";
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    height: 1px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

body.login .copy {
    text-align: center;
    color: #fff;
    opacity: 0.7;
    margin-top: 30px;
}

body.login .copy a {
    color: #fff;
    font-weight: 600;
}

body.login #top {
    display: none;
}

#top {
    display: inline-block;
    background-color: #ede40d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: -50px;
    transition-property: all;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}

#top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8em;
    line-height: 46px;
    color: #000;
}

#top:hover {
    cursor: pointer;
    background-color: #ede40d;
}

#top:active {
    background-color: #ede40d;
}

#top.show {
    opacity: 1;
    visibility: visible;
    right: 15px;
}

.lp-field-wrapper label {
    display: none !important;
}

.lp-field-wrapper input {
    border-radius: 50px !important;
}

.lp-field-wrapper input.lp-input-password {
    margin-top: 20px;
}

.continue-Shopping {
    display: flex;
    width: 100%;
    padding: 0px 0px;
}

.continue-Shopping a {
    padding: 7px 20px !important;
    background-color: #fff !important;
    color: #000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: 2px solid #000 !important;
    transition: .3s !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    margin: 3px 0px;
    min-height: 35px;
}

.continue-Shopping a:hover {
    color: #000 !important;
    background-color: #ede40d !important;
    border-color: #ede40d !important;
    transition: all 0.3s ease-in;
}

.vm1-shipto_first_name,
.vm1-shipto_last_name {
    font-weight: 600 !important;
    font-family: "Fraunces", serif;
    font-size: 19px;
    color: #000;
}

.addtocart-bar .notify {
    width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 10px;
}

.addtocart-bar .notify:hover {
    background-color: #000!important;
}

.cancel-btn {
    margin-top: 10px;
}

.cancel-btn a {
    color: #f00;
    margin-top: 10px;
}

.vmpayment_cardinfo {
    font-size: 14px !important;
}

.vmpayment_cardinfo label {
    font-size: 10px !important;
}

.expiry-date #cc_expire_month_1 {
    float: right;
}

.privacy-descriptions p {
    margin-bottom: 10px;
}

.privacy-descriptions h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy-descriptions h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 19px !important;
    margin-top: 20px;
    margin-top: 20px;
}

.privacy-descriptions ul {
    padding-left: 15px;
    margin-bottom: 10px;
}

.privacy-descriptions ul li {
    list-style: circle;
}

.cart-product {
    max-height: 380px !important;
    overflow-y: auto;
    margin-bottom: 10px;
}

.coupon-code {
    position: relative;
}

span.details-button {
    position: absolute;
    right: 3px;
    top: 2px;
}

.vm-pagination-bottom {
   width: 100%;
  display: flex;
  justify-content: center;
}
.vm-pagination-bottom .vm-page-counter{
  margin-top: 6px;
}

.vm-pagination-bottom .vm-page-counter {
    float: inherit !important;
    margin-top: 6px;
}

.vm-pagination .pagenav {
    border-radius: 3px;
}

.vm-pagination {
    float: inherit !important;
}

.product_name {
    width: 90%;
    line-height: 15px;
    font-size: 14px;
    padding-top: 5px;
}

span.cart-images img {
    width: inherit !important;
    max-height: 45px !important;
    margin-right: 5px;
    float: inherit !important;
}

span.cart-images {
    display: table-cell !important;
    padding-right: 5px;
}

.vm-cart-item-name a {
    display: table-cell;
    vertical-align: middle;
}

.term-service {
    text-align: center;
}

.term-service a {
    color: #e37300 !important;
    text-decoration: underline;
}

.vm-pagination-top {
    margin-top: 10px;
    display: none;
}

.selected-payment {
    margin-bottom: 8px;
}

.login-top .toggle-slide-right {
    display: flex;
    cursor: pointer;
}

.login-top .toggle-slide-right h6 {
    position: relative;
}

.login-top .toggle-slide-right .numbers {
    position: absolute;
    top: 10px;
    left: -3px;
    font-size: 10px;
    background-color: #000080;
    color: #fff;
    padding: 1px 3px;
    border-radius: 50%;
}

.shopnow-top {
    padding: 3px 20px !important;
    background-color: #fff !important;
    color: #000 !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: 2px solid #000 !important;
    transition: .3s !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    margin: 3px 0px;
    min-height: 35px;
}

.shopnow-top:hover {
    color: #000 !important;
   border: 2px solid #ede40d !important;
    background-color: #ede40d !important;
    border-color: #ede40d !important;
    transition: all 0.3s ease-in;
}

.topmenu-wrapper .mini-cart-top {
    background-color: #ede40d;
    color: #000;
    padding: 7px 15px;
    font-weight: 600;
    margin-left: 5px;
}

.topmenu-wrapper ul li {
    padding: 7px 5px;
}

.topmenu-wrapper .phone p {
    padding: 7px 0px;
}

.topmenu-wrapper .dropdown-menu li {
    padding: 0px;
}

.vm-pagination-bottom .pagination-start span.pagenav,
.vm-pagination-bottom .pagination-end span.pagenav {
    background-color: transparent !important;
    color: #555 !important;
    padding: 3px 8px;
    margin: 0 4px;
    border: 1px solid #aaa !important;
}

.vm-pagination-bottom .pagination-prev span.pagenav,
.vm-start-bottom .pagination-next span.pagenav {
    background-color: transparent !important;
    color: #555 !important;
    padding: 3px 8px;
    margin: 0 4px;
    border: 1px solid #aaa !important;
}

.pagenav,
.pagenav:active {
    font-weight: 600;
    background-color: transparent !important;
    padding: 0px 8px;
    margin: 0 4px;
    border: 1px solid #ddd;
}

span.pagenav {
    background-color: #ede40d !important;
    color: #000 !important;
    border-radius: 50%;
    border: #ede40d !important;
}

.vm-pagination ul {
    display: flex;
    justify-content: center;
}

.vm-pagination ul li {
    display: flex !important;
}
.vm-pagination ul li span, .vm-pagination ul li a  {
   padding: 4px 8px !important;
}

.paypal-button-text {
    font-family: 'Lato', sans-serif !important;
}

.btn-credit-card {
    margin-bottom: 10px;
    margin-right: 10px;
}

.btn-credit-card button {
    width: 100%;
    background-color: #0e0e51;
    border: 0px;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease-in;
}

.btn-credit-card button:hover {
    background-color: #070733;
    transition: all 0.3s ease-in;
}

.btn-credit-card img {
    max-width: 45px;
    margin-right: 10px;
}

.payment-divider {
    text-align: center;
    text-align: center;
    margin-top: -12px;
    margin-right: 10px;
}

.payment-divider hr {
    margin: 0px;
}

.payment-divider p {
    background-color: #fff;
    margin-top: -18px !important;
    margin: 0px auto;
    margin-top: 0px;
    font-size: 14px;
    padding: 5px 5px;
    width: 30px !important;
}

.order-summery {
    padding-right: 0px !important;
}

.vm-payment-shipment-select {
    padding-right: 10px;
}

.vm-shipment-plugin-single,
.vm-payment-plugin-single.payment_4 {
   margin-bottom: 20px;
    display: inline-flex !important;
}

.vm-payment-plugin-single.payment_4 label,
.vm-shipment-plugin-single label {
    margin-bottom: 0px !important;
    margin-right: 10px;
    margin-left: 5px;
}

.vmshipment_cost {
    font-weight: 600;
}

.paypal-button-tagline {
    display: none !important;
}

.lp-wrapper {
    border-radius: 10px !important;
}

.lp-wrapper h3 {
    text-align: center !important;
    color: #908f94 !important;
    font-weight: 600 !important;
    margin: 9px 0 17px !important;
}

.lp-button-wrapper {
    text-align: center !important;
    margin-top: 5px !important;
}

.lp-button-wrapper .lp-right,
.lp-button-wrapper .lp-left {
    float: inherit !important;
}

.lp-button-wrapper .lp-button {
    padding: 8px 20px;
    background-color: #ede40d;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    width: auto;
    position: relative;
    border: none;
    transition: .3s;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px !important;
}

.lp-button-wrapper .lp-button:hover {
    background-color: #000;
    color: #fff;
    transition: all ease 0.3s;
}

.lp-field-wrapper input.lp-input-username,
.lp-field-wrapper input.lp-input-password {
    background-color: #fff !important;
}

.lp-field-wrapper input.lp-input-password {
    margin-top: 10px !important;
}

.lp-register-intro {
    text-align: center;
}

.popup-logo img {
    height: 65px;
    margin: 0px auto;
}

.forgot-popup {
    color: #ede40d;
    margin-top: 3px;
    font-size: 14px;
}

.cart-tabs {
    width: 100%;
    background-color: #000;
    color: #ede40d;
    padding: 13px 10px;
    font-size: 19px;
    font-weight: 700;
    margin: 5px 0px;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}


/*.cart-tabs::after{
    position: absolute;
    right: 17px;
content: "+";
top: 9px;
font-size: 25px;
}
.cart-tabs.active::after{
    position: absolute;
    right: 17px;
content: "-";
top: 9px;
font-size: 25px;
}*/

.availability {
    display: none !important;
}

.orderby-displaynumber .display-number {
    display: flex !important;
}

.orderby-displaynumber .display-number select {
    margin-left: 10px;
    border-radius: 16px;
    border: 1px solid #ddd;
    padding: 2px 5px;
}

.tab-checkout-info {
    margin-top: 0px;
}

#tab-order-details,
#tab-address-info,
#tab-checkout-info,
#tab-payment-info {
    padding: 15px;
}

.output-shipto,
.output-billto {
    margin: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.shipping-address,
.billing-address,
.address-edit {
    padding-left: 0px !important
}

.lp-wrapper {
    z-index: 9999 !important;
}

.btn-creadit-card-save {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #fff !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    margin: 3px 0px;
    margin-left: 0px;
    width: max-content;
    cursor: pointer;
    margin-bottom: 10px;
    float: right;
}

.btn-creadit-card-save:hover,
.btn-creadit-clear-save:hover {
    background-color: #000 !important;
    transition: all 0.3s ease-in;
}

.btn-creadit-clear-save {
    padding: 5px 20px !important;
    background-color: #ede40d !important;
    color: #fff !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background-image: inherit !important;
    border: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    margin: 3px 0px;
    margin-left: 0px;
    width: max-content;
    cursor: pointer;
    margin-bottom: 10px;
    float: right;
    margin-left: 10px;
}

#lp-overlay {
    z-index: 9999 !important;
    background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: -webkit-radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: -o-radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    background: -moz-radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.popup-logo {
    text-align: center;
}

.adress-edit-hide {
    float: inherit !important;
}

.mean-nav {
    max-height: 450px;
    overflow-y: auto;
}

.login-cancel {
    color: #f00;
    margin: 0px auto;
    cursor: pointer;
    text-align: center;
    margin-top: 8px;
}

#member-profile label,
#member-profile label span {
    margin-top: 8px;
    margin-bottom: 2px;
}

.adminForm {
    padding: 5px;
}

.lp-register-intro {
    cursor: pointer;
    color: #373737;
    text-decoration: underline;
}

#create-account-alert-popup .modal-dialog {
    max-width: 400px;
}

#create-account-alert-popup .btn-new {
    padding: 8px 20px !important;
}

#create-account-alert-popup .modal-content {
    border-radius: 15px;
}

#create-account-alert-popup .modal-header .close {
    color: #999;
}

#create-account-alert-popup .modal-dialog .create-account-modal-body {
    padding: 0px 20px 20px 20px !important;
}

#create-account-alert-popup .control-group span {
    display: none;
}

#create-account-alert-popup .modal-footer {
    display: none;
}

#create-account-alert-popup .control-group .form-control {
    font-size: 15px;
    border-radius: 20px;
}

#create-account-alert-popup .modal-header {
    background-color: transparent;
    border-bottom: 0px;
    padding: 10px 10px;
}

#create-account-alert-popup .login-box {
    text-align: center;
}

#create-account-alert-popup .login-box .logo img {
    height: 65px;
    margin-bottom: 10px;
}

#create-account-alert-popup .login-box #member-registration {
    margin-bottom: 10px;
}

#create-account-alert-popup .login-box p {
    padding: 10px;
}

#create-account-alert-popup .login-box p a {
    color: #ede40d;
}

#create-account-alert-popup .login-box .login-box-body h2 {
    font-size: 16px;
    color: #908f94;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;
}

#page-loading {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-position: center center;
    background-image: url(../img/spinner.gif);
    background-repeat: no-repeat;
    text-align: center;
}

#address-popup .modal-dialog {}

#address-popup .modal-header {
      display: block;
}

#address-popup .modal-footer {
    display: none;
}

#address-popup .address-modal-body {
    padding-bottom: 20px !important;
}

.order-done-page h4 {
    color: #19f285;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.order-done-page table {
    margin: 0px auto;
    margin-bottom: 25px;
}

.order-done-page .cancel-button {
    padding: 9px 20px !important;
}

.vm-payment-plugin-single .paypal-button-card-maestro img {
    display: none;
}

.modal-body1 img {
    border-radius: 10px;
    overflow: hidden;
}

.modal-header .close {
    z-index: 999;
}
.modal-body1 {
    padding: 10px;
}