@import url('fonts.css');

 /**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
  .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

  /**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

body{
  min-height: 100vh;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 14px;
      color: #333333;
      margin: 0px;
      padding: 0px;
}
body, button, input, textarea {
    color: #626262;
    line-height: 1.618;
    text-rendering: optimizeLegibility;outline: none;
}
body, .bg-background, .site-header, .site-header-account .account-dropdown .account-wrap, .header-9 .header-container, .header-sticky, .main-navigation .sub-menu, .vertical-navigation ul.menu, .site-footer, input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text, select:not([size]):not([multiple]), .wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
    background-color: #f7f7f7;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a,a:hover {
    color: inherit;
    text-decoration: none;
}
.d-flex {
    display: flex;
}
button, input{outline: none;}
button,.btn{
    border-color: #fe6e44;
    background-color: #fe6e44;
    border: 2px solid;
    border-radius: 3px;
    background: none;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 700;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}
img{
    max-width: 100%;
}
label {
    font-weight: 400;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
    padding: .6180469716em;
    background-color: #fff;
    color: #626262;
    border: 2px solid;
    border-color: #ebebeb;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 3px;
    outline: 0;
}
select:not([size]):not([multiple]) {
    color: #626262;
    background-color: #ffffff;
    border: 2px solid;
    border-color: #ebebeb;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    /* padding: 0.63em 28px 0.63em 1.41575em; */
     background-image: url(./img/select_arrow.png);
     background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    padding-right: 28px;
    border-radius: 3px;
}
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
}
h3 {
    font-size: 1.618em;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 0.5407911001em;
    color: #000000;
    font-weight: 700;
}
h1, .h1 {
    font-size: 3em;
    display: block;
    margin: 0 0 1em 0;
}
ul, ol, dl {
    font-size: inherit;
    margin: 0 0 1em 0;
    padding: 0;
}
dd, dt {
    line-height: 1.42857143;
}
dd {
    margin-left: 0;
}
.nopadding-left{padding-left: 0px !important;}
.align-items-center {
    align-items: center;
}
.site-header {
    background-position: center center;
    position: relative;
    z-index: 996;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;border-bottom: 1px solid #6d4485;
}
.header-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    max-height: 65px;
    overflow: hidden;
}
.header-main {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-left {
    width: 60%;float: left;
}
.header-m{width:10%;float:left;color:#6d4485;text-align: left;font-size:25px}
.header-m ion-icon{}
.site-branding {
    margin-bottom: 0;
    display: block;
    clear: both;text-align: center;
}
.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link {
    display: block;
    margin-bottom: 0;
}
.site-branding img {
    height: 40px;
    width: auto;
}
.header-center {
    width: 100%;display: block;margin-top: 73px;
}
.header-center .header-contact {
    padding: 0 1em;
}
.header-contact .contact_inner {
    display: flex;
    align-items: center;
}
.header-contact .contact_icon {
    font-size: 30px;
    margin-right: 10px;
    display: flex;
    color: #ffe066;
}
.header-contact .contact_icon i {
    padding-bottom: 5px;
}
.header-contact .contact_content {
    text-transform: uppercase;
}
.header-contact .contact_content .sub-title {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.header-contact .contact_content .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    color: #fff;
    margin-top: 10px;
}
.header-contact .contact_content .title:last-child{margin-top: 3px;}
.header-center .site-search {
    flex: 1;
    padding: 0;
    display: block;
    font-size: .875em;
    clear: both;
}
.site-header .product_search {
    margin-bottom: 0;
    position: relative;
}
.site-search form {
    position: relative;
    font-size: 14px;
    margin: 0px;
}
.product_search form .search-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    position: absolute;
    top: 1em;
    left: 1.2em;
    line-height: 1;
    display: none;
}
.product_search form .search-icon ion-icon{font-size: 20px;color: #195f9d;}
.site-search .product_search form input[type=search], .site-search .product_search form input[type=text] {
    padding: .56em 1.41575em;
    padding-left: 0.9em;
    padding-right: 7em;
    width: 100%;
    color: #b0b0b0;
    line-height: 1;
    border: 2px solid;
    border-color: #6d4485;
}
.product_search form button[type=submit]{
    /* height: calc(100% - 16px); */
    line-height: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    border-color: #6d4485;
    background-color: #6d4485;
    bottom: 0px;
    outline: none;
}
.header-right {
    width: 30%;float: left;padding-right: 10px;
}
.header-group-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-group-action>div:not(:last-child) {
    margin-right: 20px;
}
.site-header-account {
    position: relative;
}
.site-header-account>a {
    white-space: nowrap;
    display: block;
}
.site-header-account>a ion-icon {
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.site-header-account .account-dropdown {
    text-align: left;
    right: 0;
    top: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    margin-top: 20px;
}
.site-header-account:hover .account-dropdown {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}
.site-header-account .account-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    width: 50px;
    right: -10px;
    height: 25px;
}
.site-header-account .account-dropdown .account-wrap {
    display: block!important;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
}
.site-header-account .account-dropdown .account-inner {
    width: 320px;
    padding: 20px;
    max-height: 500px;
    overflow: auto;
}
.site-header-account .login-form-title {
    font-size: 18px;
    color: #333;
}
.site-header-account .account-dropdown p {
    margin-bottom: 15px;
}
.site-header-account .account-dropdown label {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.5;
}
.site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
    line-height: normal!important;
    border-width: 1px;
    padding: 15px;
    width: 100%;
    font-size: 12px!important;
    text-transform: uppercase;
}
.site-header-cart {
    position: relative;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0;
}
.site-header-cart .cart-contents {
    display: inline-block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
}
.site-header-cart .cart-contents ion-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    vertical-align: middle;
    line-height: inherit;
    font-size: 28px;
    vertical-align: baseline;
    color: #6d4485;
    transform: translateY(2px);
    font-weight: 400;
}
.site-header-cart .cart-contents .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    color: #fff;
    background-color: #4b4b4b;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 21px;
}
.site-header-cart .cart-contents .amount {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding-left: 7px;display: none;
}
.header-divider {
    border-top: 1px solid;
    height: 0;
    border-top-color: #ebebeb;
}
#page-content {
    position: relative;
    transition: 0.5s;
    font-size: 10px;
    min-height: 80vh;
    background-color: #f7f7f7;
    width: 100%;
    margin-top: 5px;
}
.category-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-page .primary-sidebar {
    margin-bottom: 0px;
    float: left;
    width: 16%;
    border-left: 1px #f3f3f3 solid;
    border-bottom: 1px #f3f3f3 solid;
    border-right: 1px #f3f3f3 solid;
    background-color: #ffffff;
    position: relative;
    margin: 0 0 40px 0;
    margin-top: 15px;
}
.primary-sidebar dt.odd, .primary-sidebar dt.even {
    padding: 10px 9px 10px 9px;
    font-weight: bold;
    background-color: #ffffff;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #20242f;
    margin: 15px 0px 0px 0px;
}
.primary-sidebar dd ol li {
    padding: 4px 0px 4px 0px;
    MARGIN-LEFT: 15PX;
    font-size: 12px;
    list-style: none;
}
label.filers {
    cursor: pointer;
}
input[type=checkbox].filter-opt {
    position: relative;
    vertical-align: middle;
    color: #2b2fd7;
    border: 1px solid #A3A4AD;
    border-radius: .15em;
    width: 11px !important;
    height: 11px !important;
    transition: 0.4s;
    margin-top: 2px !important;
}
input[type=checkbox].filter-opt::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: .6em;
    right: 0.095em;
    top: 0.03em;
    visibility: hidden;
}
.primary-content {
    background: #f7f7f7;
    padding-top: 15px;
    min-height: 100vh;
    width: 100%;
  }
  .category_tittle {
    padding: 10px 10px 10px 10px;
    margin: 0px;
    background-color: #fff;
    width: 100%;
    border-bottom: 2px solid #6d4485;
}
.category_tittle h2 {
    background-repeat: no-repeat;
    background-position: 0 100%;
    padding: 0 0 .6%!important;
    margin: 0;
    font-size: 16px;
}
.category-products {
    padding: 0px;
}
.category-products .row{background-color: #fff;padding: 10px;margin: 0px;}
.product-list h2 {
    font-weight: normal;
    color: #333333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: 0.4s;
    margin-bottom: 5px;
    height: 25px;
    padding: 0px 15px 0px 15px;
}
.product-list .col-md-3 {
  width: 50% !important;
  margin-bottom: 15px;
  padding-left: 0px;
  max-width: 50%;
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.dealblock_thump {
    background-color: #fff;
    border-radius: 6px;
    vertical-align: middle;
    padding: 5px;
    position: relative;
}
.dealblock_thump:hover{
  -webkit-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
  -moz-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
  box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
}
.dealblock_thump div.thump_img {
    position: relative;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    vertical-align: middle;
    text-align: center;
    display: grid;
    background-color: #fff;
    padding: 2px;
}
.dealblock_thump img {
    width: 100%;
    padding-bottom: 5px;
    vertical-align: middle;
}
.dealblock_thump .line-clamp {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 17px;
    color: #111315;
    font-weight: bold;
    min-height: 36px;text-align: center;
}
.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: clip;
    padding: 0 !important;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.2 * 2);
}
.category-products .dealblock_thump h2 {
    padding: 0px 0px;
    margin-bottom: 0px;text-align: center;
}
.dealblock_thump p {
    margin-bottom: 7px;
    display: none;
    min-height: 23px;
}
.dealblock_thump span.percentage {
    text-decoration: none!important;
    border-radius: 2px;
    font-size: 10px;
    background-color: #ff9a45;
    padding: 0px 9px;
    color: #fff;
    margin-right: 5px;
    float: left;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    letter-spacing: 0.03em;
    position: absolute;right: 10px;top: 10px;
}
.dealblock_thump span.oldprice {
    font-size: 11px;
    font-weight: 400;
    text-decoration: line-through;
    color: #5e5f61;
    -webkit-text-decoration-color: #999999;
    text-decoration-color: #a7a4a4;
    letter-spacing: 0.03em;
    position: absolute;
    right: 10px;
}
.dealblock_thump h1 {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 17px;
    color: #111315;
    font-weight: bold;
    min-height: 36px;
}
.dealblock_thump h2 {
    font-size: 14px;
    line-height: 16px;
    color: #126eba;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 0.03em;text-align: center;
}
#breadcrumbs{display: block;width: 100%;}
#breadcrumbs .pagecrumb {color: #000;margin: 5px 0 10px 0px;}
.basic-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.pagecrumb {
    font-size: 1.3em;
    color: #7fa1b6;
}
ul.pagecrumb > li {
    display: inline-block;
}
ul.pagecrumb > li > a:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.3em;
    font-size: 9px;
}
ul.pagecrumb > li:last-child > a:after{display: none;}
#product-overview {
    background-color: #f7f7f7;
    padding-bottom: 20px;
}
#product-top-block {
    width: 100%;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.03);
}
.product-gallery {
    width: 100%;
    margin-bottom: 5px;
}
#product-tittle-block h1 {
    font-size: 20px;
    color: #313745;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 25px;
}
.product-price-block {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}
.product-price-block .oldprice {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-decoration: line-through;
}
.selling-price {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    float: left;
    padding-top: 2px;
}
.selling-price span {
    font-weight: 800;color: #3a1f50c2;
}
.selling-price .sell-soon {}
.selling-price .sell-price {}
.selling-price .disc {font-weight: 100;
    font-size: 13px;
    text-decoration: line-through;
    color: #633e80;}
.short-description-block {
    width: 100%;
    margin-top: 15px;
}
.short-description-block h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #080808;
}
.short-description-block ul {
    padding-left: 0px !important;
}
.short-description-block ul li {
    font-size: 12px;
    line-height: 20px;
    margin-left: 12px;
}
.delivery-detail-block {
    padding: 10px 0px 0px 0px;
}
.delivery-detail-block h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #080808;
}
.delivery-detail-block p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.cartbutton-block {
    width: 100%;
    border: 1px #E8E8E8 solid;
    border-radius: 2px;
    padding: 10px;margin-top: 10px;
}
.cartbutton-container {
    position: relative;
}
span.stock-status {
    font-size: 14px;
    font-weight: 700;
    color: #61BF2F;
}
.whatsapp_btn{background-color: #12b14d !important;margin: 0px !important;}
.call_btn{margin: 0px !important;
    width: 20% !important;background-color: #212529 !important;color: #f8f9fa !important;
    border: 1px solid #212529 !important;}
.cartbutton {
    margin: 0 1%;
    background-color: #654082;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 11px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    width: 38%;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cartbutton:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    border-radius: 0%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}
.payment-option-container {
    padding: 20px 0px 0px 0px;
    width: 100%;
}
.payment-option-container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0px;
}
.payment-option-container ul li.cash {
    background-position: 0% 105%;
}
.payment-option-container ul li.cash {
    background-position: 0% 105%;
}
.static-product-info-block {
    width: 100%;
    border: 1px #E8E8E8 solid;
    border-radius: 2px;
    padding: 10px;
    margin-top: 10px;
}
.media:first-child {margin-top: 0;}
.static-product-info-block .media img {float: left;padding-right: 5px;}
.media-body, .media-left, .media-right {display: table-cell;vertical-align: top;}
.static-product-info-block .media-body h5 {color: #585858;font-size: 14px;font-weight: 700;margin-bottom: 0px;}
.static-product-info-block .media-body p {color: #585858;font-size: 12px;font-weight: 400;margin-bottom: 0px;padding-top: 0px;}
/*MEGAMENU*/
#megamenu .megamenu{width:100% !important; min-width:1000px;padding:20px;border:0px;top:36px;box-shadow:0px 2px 5px rgba(0,0,0,0.2);border-radius:0 0 5px 5px;margin-top: 0px;}
#megamenu .megamenu h5{font-weight: 600;font-size: 16px;margin-bottom: 15px;color: #111;}
#megamenu .megamenu ul{	margin-bottom:15px;}
#megamenu .megamenu ul li{list-style:none;font-size:13px;line-height:18px;cursor:pointer;transition:0.3s;font-weight:400;}
#megamenu .megamenu ul li:hover{color:#6d4485;}
#megamenu .megamenu a{color: #111315;}
#megamenu li.megamenu-li:hover > .megamenu{display: block !important;}
#megamenu li.megamenu-li{position:unset;padding-right:32px;padding-top:0.5em;font-size:14px;font-weight:500;color:#111315; cursor:pointer; display:inline-block !important;}
li.megamenu-li a{position:relative;}
#megamenu .dropdown-menu a:before{display:none !important;}
li.megamenu-li a:before{content:'';position:absolute;width:100%;height:0px;border-bottom:3px solid #fff;bottom:2px;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform 0.45s ease-in;transition:0.45s ease-in;}
li.megamenu-li a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);}
#megamenu .megamenu-li a{padding:3px 0px 5px 0px;}
#megamenu li .megamenu a{padding:3px 0px 3px 0px;}
#megamenu li.nav-item.dropdown.megamenu-li .nav-link{color:#fff;}
#megamenu li.nav-item.dropdown.megamenu-li:last-child{padding-right:0px;}
#megamenu .dropdown-toggle::after{display:none;}
#megamenu div#navbar{position:relative; padding-left:0px; padding-right:0px;}
#megamenu .mega-dropdown{position:static !important;}
#megamenu .mega-dropdown-menu{padding:20px 0px;width:100%;box-shadow:none;-webkit-box-shadow:none;}
#megamenu .mega-dropdown-menu > li > ul{padding:0;margin:0;}
#megamenu .mega-dropdown-menu > li > ul > li{list-style:none;}
#megamenu a{display:block;padding:3px 5px;transition:0.3s;}
#megamenu a:hover,
#megamenu a:focus{text-decoration:none;color:#fff !important;}
#megamenu .mega-dropdown-menu .dropdown-header{font-size:18px;color:#ff3546;padding:5px 60px 5px 5px;line-height:30px;}
#megamenu img{width:100% !important;}
#megamenu .carousel-control{width:30px;height:30px;top:-35px;}
#megamenu .left.carousel-control{right:30px;left:inherit;}
#megamenu .carousel-control .glyphicon-chevron-left,
#megamenu .carousel-control .glyphicon-chevron-right{font-size:12px;background-color:#fff;line-height:30px;text-shadow:none;color:#333;border:1px solid #ddd;}
#megamenu .navbar{padding:0rem 0rem;justify-content: flex-start;margin-bottom:0px;min-height:unset;border:0px;align-items: center;
	/*-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;

	display:flex;*/
}
.navbar-nav{list-style:none;}

#megamenu{position:fixed;top:63px;z-index:900;width:100%;display:block;transition:top .8s;background:#6d4485; padding:2px 0px;-webkit-box-shadow:0px 9px 20px -3px rgba(153,151,153,0.1);-moz-box-shadow:0px 9px 20px -3px rgba(153,151,153,0.1);box-shadow:0px 9px 20px -3px rgba(153,151,153,0.1);}
.floating #megamenu{transform:translateY(-100px);}
#megamenu .container .row{margin-right: 0px;margin-left: 0px;}
.list-header i{float:right;}
#megamenu-brand-logo .col-4{margin:7px 0px;}
#megamenu-brand-logo a:hover{-webkit-box-shadow:inset 0px 10px 6px 4px rgba(0,0,0,0.03);-moz-box-shadow:inset 0px 10px 6px 4px rgba(0,0,0,0.03);box-shadow:inset 0px 10px 6px 4px rgba(0,0,0,0.03);}
#product-overview-bottom {background-color: #f7f7f7;margin-top: 15px;padding: 10px 0px;}
#related-product-slider {padding: 20px 0px 0px 0px;display: none;}
#spec-block {width: 100%;margin-top: 10px;margin-bottom: 30px;}
#spec-block .btn-group-toggle.col-sm-12 {padding: 0px 0px;}
.product-descriptions {padding-top: 20px;}
#product-overview #product-specifications {position: relative;border-bottom: 0;margin: 0 -15px 0px -15px;padding-top: 0px !important;}
#product-specifications ul li {font-size: 13px;line-height: 22px;}
.overview {background-color: #fff;padding: 25px 15px;margin-top: 15px;font-size: 14px;}
.overview li {
    font-size: 12px;
    line-height: 20px;
    margin-left: 15px;
    color: #20242F;
}
#spec-block h2 {
    font-size: 20px;
}
#cart_page {
    width: 100%;
    padding: 15px 0px 25px 0px;
    min-height: 100vh;
}
#cart_page div#tille-block {
    background-color: transparent;
    width: 100%;
    margin-left: -15px !important;
    -webkit-box-shadow: 0px 0px 39px -2px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 39px -2px rgba(0,0,0,0);
    box-shadow: 0px 0px 39px -2px rgba(0,0,0,0);
}
#cart_page #tille-block h1.tittle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0% 0 .6% 0 !important;
    margin: 0px;
}
#cart_page div#tille-block h1 span.mobright {
    font-size: 12px;
}
#cart_page form{width: 100%;}
#cart-tems-wraper {
    width: 100%;
    margin: 17px 0px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
}
.cart-list:last-child {
    border-bottom: 0px;
}
.cart-list {
    width: 100%;
    border-bottom: 1px solid #e8e8ea;
    padding: 15px 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#cart-tems-wraper h5 {
    font-size: 14px;
    font-weight: 400;
    /* line-height: 20px; */
}
#cart-tems-wraper div.selling-price {
    width: 100%;
    font-size: 18px;
}
#cart_page .remove-button {
    margin-top: 10px;
}
.cart-list a {
    color: #313745;
    font-size: 13px;
    font-weight: 400;
    transition: 0.5s;
    opacity: 0.6;
}
.select-quantity{}
.select-quantity .cart_qty_c{}
.select-quantity .decrease,.select-quantity .increase{width: 30px;padding: .6180469716em .41575em;background-color: #6d4485;border-color: #6d4485;border-radius: 0px;float: right;height: 30px;}
.select-quantity .select_qty{float: right;width: 50px;}
.select-quantity .select_qty input{width: 50px;text-align: center;border-color: #6d4485;border-radius: 0px;height: 30px;}
.pull-right{float: right !important;}
#invoice-wrap {
    background-color: #fff;
    padding: 20px 0px 10px 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
    box-shadow: 0px 5px 10px 0px rgba(191,191,191,0.3);
}
.total {
    font-weight: 800;
    text-transform: uppercase;
    color: #313745;
}
.order-summary h5 {
    color: #313745;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}
.order-summary p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
}
.order-summary p.grand-total span.total {
    font-weight: 800;
    text-transform: uppercase;
    color: #313745;
}
.order-summary p.grand-total small {
    color: #bbbbbb;
}
.order-summary p.grand-total span.total-price {
    font-weight: 800;
    text-transform: uppercase;
    color: #313745;
}
.cart-right-body .buynow-container {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.buynowbutton {
    margin-top: 10px;
    background-color: #6d4485;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 11px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.payment-option-container ul li {
    width: 25%;
    min-width: 40px;
    max-width: 60px;
    height: 40px;
    border: 1px solid #e2e5f1;
    border-radius: 2px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 1.5%;
}
.payment-option-container ul li.cash {
    background-position: 0% 105%;
}
.payment-option-container ul li:last-child {
    margin-right: 0px;
}
.empty-tittle {
    text-align: center;
    min-height: 95vh;
    padding-top: 8%;
}
a.continueshop {
    background-color: #6d4485;
    padding: 5px 10px 7px 10px;
    border-radius: 4px;
    color: #fff !important;
    transition: 0.5s;
}
.foot_seo{}
.footer {
    background: #6d458d;
    margin-top: 46px;
    display: block;
    position: relative;text-align: center;
}
.footer .footer-top {
    padding: 35px 0 25px;
    border-bottom: 1px solid #fff;
}
#customer_service_footer {
    padding: 0px 0px 20px 0px;
    /* display: block; */
}
#customer_service_footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0px;
}
.footer p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
}
#customer_service_footer .media img {
    float: left;
    padding-right: 15px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
#customer_service_footer h5 {
    font-size: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
}
.footer .footer-top .foot-nav .widget-title {
    color: #ffa500;
    display: block;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.footer .footer-top .foot-nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer .footer-top li {
    margin-bottom: 5px;
    line-height: 1.5;
}
.footer .footer-top li a {
    color: #ccc;
    font-size: 14px;
}
.footer-bottom {
    padding: 18px 0;
    color: #ccc;
    font-size: 12px;
    text-align: center;
}

.hm-cats{}
.hm-cat{background-color: #fff;}
.hm-section{margin-bottom: 30px;width: 100%;position: relative;}
.hm-section-head{margin: 20px 0px;
    width: 100%;}
.hm-section-head .h1{position: relative;padding-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0px;}
.hm-section-head .h1:before {
  background: rgba(0,0,0,.1);
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -15px;
      margin: auto;
}
.hm-section-head .h1 span{background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin-left: 0%;}
/* .hm-section-head .h1 a{    z-index: 2;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0px;
    font-size: 12px;
    background-color: #f7f7f7;
    border: none;
    box-shadow: none;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 700;
    color: #585858;
    transition: 0.5s;} */
.hm-section-body{}
.hm-section-body .owl-nav{position: absolute;top: -30px;right: 30px;}
.hm-section-body .owl-dots{display: none;}
.hm-section-body .owl-carousel .owl-nav button.owl-next, .hm-section-body .owl-carousel .owl-nav button.owl-prev{font-size: 20px;
    border: 1px solid #ddd;
    padding: 0px 4px !important;
    line-height: 15px;
    width: 17px;
    height: 17px;
    vertical-align: middle;outline: none;}
.hm-section-body .owl-carousel .owl-nav button.owl-next{}
.hm-section-body .owl-carousel .owl-nav button.owl-prev{}
.no_search{
  background-color: #fff;margin-top: 10px;
}
.no_search_inner{
text-align: center;
padding: 20px;
}
.no_search_inner .top-img{}
.no_search_inner .top-img img{    margin: 0px 0px 20px 0px;}
.no_search_inner .bot-cont{}
.no_search_inner .no_fnd{font-size: 20px;font-weight: revert;color: #5e197e;}
.no_search_inner .spelCorrect{font-size: 14px;}
#big{}
#big .item {background: #fff; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }#big .item img{width:100%;}
#thumbs{display: block;width: 100%;position: relative;background-color: #fff;}
#thumbs .owl-item{margin-bottom: 10px;}
#big .owl-nav,#thumbs .owl-nav , #thumbs .owl-dots{display: none;}
#thumbs .item { background: #C9C9C9; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item img{max-height: 50px;}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { border: 1px solid #335C88; }
.hm_slider{width: 100;margin-bottom: 15px;}
.hm_slideri{-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;display: -webkit-box;display: -ms-flexbox;display: flex;}
#hslider{padding: 0px 0px 8px ;margin: 0px;}
.hslider .item {height: auto;width: 100%;background: #eeeeee;position: relative;}
.hslider .item img {height: auto;width: 100%;border-radius: 0rem;}
.hslider .owl-dots{margin: 0px !important;display: none;}
.hslider .owl-dots .owl-dot {margin: 0px;width: 20%;text-align: center;display: inline-block;padding: 15px 0;position: relative;background-color: #fff;}
.hslider .owl-dots .owl-dot button {background: none;border: none;padding: 0;color: #555555;font-size: 14px;font-weight: 100;cursor: pointer;}
.hslider .owl-dots .owl-dot button:focus {outline: none;}
.hslider .owl-dots .owl-dot.active{border-bottom: 2px solid #335C88;}
.hslider .owl-dots .owl-dot.active button {color: #335C88;}
.product-summary{padding: 0px 5px;}
.cart-items-list{border-bottom: 1px solid #6d448561;}
.cart-item{}
.cart-item .img-field{float: left;width: 15%;}
.cart-item .img-field .item-image{}
.cart-item .cart-det{float: left;width: 85%;}
.cart-item .cart-det .item-name-wrapper{font-size: 13px;font-weight: 700;float: left;
    width: 43%;}
.cart-item .cart-det .unit-price-block{float: left;
    width: 23%;text-align: end;font-size: 13px;}
.cart-item .cart-det .unit-price-block .item-price{}
.cart-item .cart-det .cart-item-quantity-s{font-size: 13px;font-weight: 700;float: left;
    width: 33%;text-align: end;}
.cart-item .cart-det .cart-item-quantity-s .item-quantity{}
.cart-item .cart-det .cart-item-quantity-s .item-subtotal{}
.share-block{display: inline-flex;}
.share-block-h{font-size: 13px;}
.share-block ul{margin: 0px;padding: 0px;display: inline-flex;}
.share-block ul li{list-style: none;padding: 0px 5px;}
.share-block ul li img{width: 20px;}
.footer-logo{}
.footer-logo img{}
.footer .foot-txt{font-size: 13px;margin-right: 35px;margin-bottom: 10px;}
.footer-cont{}
.footer-cont li{color: #fff;font-size: 13px;}
.footer-cont li ion-icon{display: none;}
#thank_page {text-align: center;padding: 50px 0px;}
.thank-inner{line-height: 35px;}
.thank-t {font-size: 30px;font-weight: 700;color: #706e6f;font-family: sans-serif;text-transform: capitalize;}
.thank-b {font-size: 18px;font-weight: 200;color: #706e6f;font-family: sans-serif;text-transform: capitalize;}
#modalMenu .modal-dialog{margin: 0;max-width: 255px;height: 700px;background-color: #fff;}
#modalMenu .modal-body{padding:0 10px;;margin-top: 65px;}
#modalMenu .modal-content{height:700px}
#accordionMenu .card-header{padding:0}
#accordionMenu .card-header .btn-link{color: #333;width: 100%;text-align: inherit;padding: 5px;font-size: 15px;text-decoration: none;border-width: 1px;    border: none;outline: none;}
#accordionMenu .collapse{}
#accordionMenu .card{border:none;border-bottom:1px solid #ddd}
#accordionMenu>.card:first-of-type{border-bottom:1px solid #ddd}
#accordionMenu li{margin-left:10px}
#accordionMenu .card-body{padding:0}
#accordionMenu .card-body a{color:#616161}
#accordionMenu .card-body ul{margin-left:16px}
.main_list{margin-left:0!important;text-decoration:underline}
.header-c{width: 10%;float: left;color: #6d4485;text-align: left;font-size: 25px;}
.header-c .close {color: #6d4485;opacity: 1;font-size: 25px;width:100%;}


@media only screen and (min-width: 992px){
#breadcrumbs .pagecrumb {color: #000;margin: 5px 0 10px 0px;}
}
