/* custon fonts start */

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-SemiBold.woff2') format('woff2'),
        url('OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* custon fonts end */

.catalog figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    to {
        left: 125%
    }
}

@keyframes shine {
    to {
        left: 125%
    }
}

.cat-top-left {
    width: 50%;
    display: table-cell;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.cat-top-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background: #f5f5f5;
    text-align: center;
    padding: 50px
}

.cat-top-right p {
    padding: 0;
    margin: 30px 0 0 0;
    line-height: 30px;
    font-weight: 300
}

.dimmed {
    background: rgba(0,0,0,.25);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 300;
    display: none
}

.dimmed.flyout {
    z-index: 30
}

.loading {
    background: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}

.spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    font-size: 20px
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 10px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%,40%,to {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -32px
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #555;
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0,0)
    }

    to {
        transform: translate(19px,0)
    }
}

.quickshop-holder {
    display: table;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    padding: 30px;
    display: none;
    z-index: 1001
}

.quickshop-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.quickshop-modal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: 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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 980px;
    box-shadow: 0 0 60px -40px #000;
    opacity: 0;
    text-align: left;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.quickshop-modal .left {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 400px;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-width: 400px;
    position: relative;
    min-height: 460px
}

.quickshop-modal .product-image-holder:after,.bundle-product .img-holder:after {
    background: rgba(0,0,0,.026);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    left: 0
}

.quickshop-modal .left .arrow,.home-slider-holder .arrow {
    position: absolute;
    color: #fff;
    font-size: 18px;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(0,0,0,.3);
    font-weight: 600;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    outline: 0
}

.home-slider-holder .arrow {
    font-size: 22px;
    width: 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    opacity: 1;
    margin-top: -25px
}

.quickshop-modal .left .arrow.swiper-button-disabled,.home-slider-holder .arrow.swiper-button-disabled {
    opacity: .3;
    cursor: initial
}

.quickshop-modal .left .arrow.img-arrow-right,.home-slider-holder .arrow.img-arrow-right {
    right: 0;
    padding-left: 4px
}

.quickshop-modal .left .arrow.img-arrow-left,.home-slider-holder .arrow.img-arrow-left {
    padding-right: 4px
}

.quickshop-modal .stock {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 10px 15px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 8px -6px #000
}

.quickshop-modal .right {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 30px 50px
}

#quickshop-form {
    margin-top: 10px
}

.quickshop-modal h1 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px
}

.quickshop-modal .price-moreinfo {
    margin-top: 30px
}

.quickshop-modal .price-moreinfo a {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #555;
    color: #555;
    padding: 7px 12px
}

.quickshop-modal .brand {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.quickshop-modal .price-moreinfo .price-holder {
    float: right;
    line-height: 40px
}

.quickshop-modal .price-moreinfo .price {
    font-size: 20px;
    font-weight: 700
}

.quickshop-modal .price-moreinfo .price-old {
    margin-right: 10px
}

.quickshop-usps-holder {
    background: #222;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.reviews-modal-holder,.specs-modal-holder,.sizechart-modal-holder, .stock-modal-holder {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding: 50px
}

.reviews-modal,.specs-modal,.sizechart-modal, .stock-modal {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    position: relative;
    box-shadow: 0 0 60px -40px #000
}

.stock-modal
{
  max-width:600px;
}

.stock-modal .store-row
{
      display: -ms-flexbox;
    display: -webkit-flex;
    display: 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: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  margin-top:25px;
  padding-bottom:25px;
  border-bottom:1px solid rgba(155,155,155,0.3);
}

.stock-modal .store-row>div
{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.stock-modal .store-row .icon
{
	-webkit-flex: 0 1 70px;
	-ms-flex: 0 1 70px;
	flex: 0 1 70px;
}

.store-row .icon i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(155,155,155,0.5);
    border-radius: 100%;
    text-align: center;
    opacity: 0.3;
}

.stock-modal .store-row .info
{
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.store-row .info h4 {
    font-size: 1em;
}

.store-row .info span
{
  font-size:0.9em;
  opacity:0.7;
}

.stock-modal .store-row .stock
{
	-webkit-flex: 0 1 150px;
	-ms-flex: 0 1 150px;
	flex: 0 1 150px;
  text-align:right;
  padding-left:15px;
}

.stock-modal .bottom
{
      margin-top: 30px;
    text-align: center;
    font-style: italic;
    opacity: 0.7;
}

.quickshop-modal .x,.reviews-modal .x,.specs-modal .x,.sizechart-modal .x,.mobile-nav-holder .x,.message .x, .stock-modal .x {
    top: 15px;
    right: 15px
}

.x {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    transition: transform .25s ease-in-out;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #ddd
}

.x.relative {
    display: inline-block;
    position: relative;
    right: unset;
    top: unset
}

.x.x-small,.x.small {
    width: 17px;
    height: 17px;
    border: 0
}

.x.extra-small {
    width: 11px;
    height: 11px;
    border: 0
}

.x:hover {
    transform: rotate(180deg)
}

.x:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 0;
    border-top: 2px solid #999;
    transform: rotate(45deg);
    transform-origin: center
}

.x:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 0;
    border-top: 2px solid #999;
    transform: rotate(-45deg);
    transform-origin: center
}

.x.x-small:before,.x.x-small:after,.x.small:before,.x.small:after {
    width: 17px
}

.x.extra-small:before,.x.extra-small:after {
    width: 11px
}

.x.dark:before,.x.dark:after {
    border-color: rgba(0,0,0,.7)
}

.copyright {
    text-align: center;
    padding: 0 15px 15px 15px;
    font-size: .9em
}

.gui-messages {
    MAX-WIDTH: 1260px;
    margin: 30px auto 20px auto;
    text-align: center
}

.gui-messages ul {
    border: 0;
    font-weight: 600;
    line-height: initial;
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 5px
}

.message-blue {
    background: #ecf5fb;
    color: #878f94;
    padding: 15px
}

.no-products-found {
    padding: 50px;
    font-size: 18px;
    font-weight: 300;
    text-align: center
}

.theme-messages {
    margin: 0!important;
    padding: 0!important;
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    top: 50px;
    right: 50px
}

.theme-messages .message {
    padding: 25px;
    font-size: 1.1em;
    border-radius: 0;
    margin: 0;
    position: relative;
    box-shadow: 0 0 44px -25px rgba(0,0,0,.5);
    background: #fff;
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px
}

.theme-messages .message .icon>i {
    color: #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center
}

.theme-messages .message.info .icon>i {
    background: #5286ab
}

.theme-messages .message.success .icon>i {
    background: #6e964f
}

.theme-messages .message.error .icon>i {
    background: #efbd4d
}

.theme-messages .message ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 25px
}

.shop-rating,.shop-rating a {
    font-size: .9em;
    color: #999;
    text-decoration: none
}

.shop-rating {
    opacity: .8
}

.flags {
    background-image: url(flags.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    background-size: 100% auto;
    display: inline-block
}

.flags.nl {
    background-position: 0 -10px
}

.flags.de {
    background-position: 0 -20px
}

.flags.en {
    background-position: 0 -30px
}

.flags.fr {
    background-position: 0 -40px
}

.flags.es {
    background-position: 0 -50px
}

.flags.it {
    background-position: 0 -60px
}

.flags.pl {
    background-position: 0 -100px
}

.flags.us {
    background-position: 0 -170px
}

.flags.fc {
    background-position: 0 -160px
}

.payment-icons-holder {
    display: block;
    text-align: center;
    padding: 15px
}

.payment-icons-cart {
    text-align: center
}

.payment-icons {
    background-image: url(payment-icons.png)
}

.payment-icons.light {
    background-image: url(payment-icons-light.png)
}

.payment-icons {
    display: inline-block;
    height: 30px;
    width: 50px;
    margin-right: 5px;
    background-size: 100% auto;
    margin-right: 10px
}

.payment-icons-cart .payment-icons {
    margin-right: 10px
}

.payment-icons:last-child {
    margin-right: 0
}

.payment-icons.icon-payment-acceptgiro {
    background-position: 0 0
}

.payment-icons.icon-payment-achterafbetale {
    background-position: 0 -30px
}

.payment-icons.icon-payment-afterpay {
    background-position: 0 -60px
}

.payment-icons.icon-payment-alfabank {
    background-position: 0 -90px
}

.payment-icons.icon-payment-americanexpress {
    background-position: 0 -120px
}

.payment-icons.icon-payment-banktransfer {
    background-position: 0 -150px
}

.payment-icons.icon-payment-betaalnaontvangst {
    background-position: 0 -180px
}

.payment-icons.icon-payment-cartebleue {
    background-position: 0 -210px
}

.payment-icons.icon-payment-clickandbuy {
    background-position: 0 -240px
}

.payment-icons.icon-payment-cash {
    background-position: 0 -1620px
}

.payment-icons.icon-payment-dankort {
    background-position: 0 -270px
}

.payment-icons.icon-payment-directdebit {
    background-position: 0 -300px
}

.payment-icons.icon-payment-directebanki {
    background-position: 0 -330px
}

.payment-icons.icon-payment-discover {
    background-position: 0 -360px
}

.payment-icons.icon-payment-dotpay {
    background-position: 0 -390px
}

.payment-icons.icon-payment-ebo {
    background-position: 0 -420px
}

.payment-icons.icon-payment-ecare {
    background-position: 0 -450px
}

.payment-icons.icon-payment-ecelv {
    background-position: 0 480px
}

.payment-icons.icon-payment-empayment {
    background-position: 0 -510px
}

.payment-icons.icon-payment-eps {
    background-position: 0 -540px
}

.payment-icons.icon-payment-fashioncheque {
    background-position: 0 -570px
}

.payment-icons.icon-payment-giftcard {
    background-position: 0 -600px
}

.payment-icons.icon-payment-giropay {
    background-position: 0 -630px
}

.payment-icons.icon-payment-ideal {
    background-position: 0 -660px
}

.payment-icons.icon-payment-incasso {
    background-position: 0 -690px
}

.payment-icons.icon-payment-invoice {
    background-position: 0 -720px
}

.payment-icons.icon-payment-ippies {
    background-position: 0 -750px
}

.payment-icons.icon-payment-klarna {
    background-position: 0 -780px
}

.payment-icons.icon-payment-maestro {
    background-position: 0 -810px
}

.payment-icons.icon-payment-mailru {
    background-position: 0 -840px
}

.payment-icons.icon-payment-mastercard {
    background-position: 0 -870px
}

.payment-icons.icon-payment-minitix {
    background-position: 0 -900px
}

.payment-icons.icon-payment-mistercash {
    background-position: 0 -930px
}

.payment-icons.icon-payment-multisafepay {
    background-position: 0 -960px
}

.payment-icons.icon-payment-nordea {
    background-position: 0 -990px
}

.payment-icons.icon-payment-onlinegiro {
    background-position: 0 -1020px
}

.payment-icons.icon-payment-onlinetransfer {
    background-position: 0 -1050px
}

.payment-icons.icon-payment-paypal {
    background-position: 0 -1080px
}

.payment-icons.icon-payment-paysafecard {
    background-position: 0 -1110px
}

.payment-icons.icon-payment-phone {
    background-position: 0 -1140px
}

.payment-icons.icon-payment-postfinance {
    background-position: 0 -1170px
}

.payment-icons.icon-payment-przelewy24 {
    background-position: 0 -1200px
}

.payment-icons.icon-payment-qiwi {
    background-position: 0 -1230px
}

.payment-icons.icon-payment-rembours {
    background-position: 0 -1260px
}

.payment-icons.icon-payment-ukash {
    background-position: 0 -1290px
}

.payment-icons.icon-payment-visa {
    background-position: 0 -1320px
}

.payment-icons.icon-payment-visadebit {
    background-position: 0 -1350px
}

.payment-icons.icon-payment-visaelectro {
    background-position: 0 -1380px
}

.payment-icons.icon-payment-vpay {
    background-position: 0 -1410px
}

.payment-icons.icon-payment-wallie {
    background-position: 0 -1440px
}

.payment-icons.icon-payment-webmoney {
    background-position: 0 -1470px
}

.payment-icons.icon-payment-webshopgiftcard {
    background-position: 0 -1500px
}

.payment-icons.icon-payment-yourgift {
    background-position: 0 -1530px
}

.payment-icons.icon-payment-afterpay_nl_b2c_digital_invoice,.payment-icons.icon-payment-afterpay_nl_b2c_direct_debit,.payment-icons.icon-payment-afterpay_nl_b2b_digital_invoice,.payment-icons.icon-payment-afterpay_be_b2c_digital_invoice {
    background-position: 0 -60px
}

.payment-icons.icon-payment-pi {
    background-position: 0 -1560px
}

.payment-icons.icon-payment-postnl {
    background-position: 0 -1590px
}

.payment-icons.icon-payment-bitcoi {
    background-position: 0 -1650px
}

.payment-icons.icon-payment-belfius {
    background-position: 0 -1680px
}

.payment-icons.icon-payment-kbc {
    background-position: 0 -1710px
}

.payment-icons.icon-payment-bunq {
    background-position: 0 -1740px
}

.payment-icons.icon-payment-creditcard {
    background-position: 0 -1770px
}

.payment-icons.icon-payment-vvvgiftcard {
    background-position: 0 -1800px
}

.payment-icons.icon-payment-inghomepay {
    background-position: 0 -1830px
}

.payment-icons.icon-payment-klarnapaylater {
    background-position: 0 -1860px
}

.payment-icons.icon-payment-cartesbancaires {
    background-position: 0 -1890px
}

.heightAuto {
    height: auto!important;
    max-height: 100%!important
}

.is-countdown {
    display: block;
    overflow: hidden
}

.countdown-rtl {
    direction: rtl
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 32.5%
}

.countdown-show4 .countdown-section {
    width: 24.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center
}

.countdown-amount {
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    width: 60px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    background: #adadad;
    background: -moz-linear-gradient(top,#adadad 0,#111 2%,#222 49%,#000 50%,#333 51%,#111 100%);
    background: -webkit-linear-gradient(top,#adadad 0,#111 2%,#222 49%,#000 50%,#333 51%,#111 100%);
    background: linear-gradient(to bottom,#adadad 0,#111 2%,#222 49%,#000 50%,#333 51%,#111 100%);
    box-shadow: 0 1px 5px rgba(49,49,49,.62)
}

.homedeal-compact .countdown-amount {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-weight: 700;
    font-size: 13px
}

.countdown-period {
    display: block;
    font-size: 14px;
    margin-top: 5px
}

.countdown-descr {
    display: block;
    width: 100%
}

.homedeal-compact .countdown-period {
    display: none
}

.homedeal-compact .price {
    font-size: 1.2em;
    font-weight: 700
}

span.countdown-section {
    position: relative
}

span.countdown-section:after {
    content: ":";
    display: block;
    position: absolute;
    top: 50%;
    font-size: 30px;
    font-weight: 700;
    color: #999;
    right: -6px;
    top: 10px;
    animation: blinkergeneral 1s linear infinite
}

.homedeal-compact span.countdown-section:after {
    top: 50%;
    right: -3px;
    margin-top: -10px
}

.countdown-block .countdown-section:last-child:after {
    display: none
}

.countdown .countdown-section:last-child .countdown-amount {
    animation: blinkerbg 1s linear infinite
}

@keyframes blinkergeneral {
    80% {
        opacity: 0
    }
}

@keyframes blinkerbg {
    80% {
        opacity: .4
    }
}

.product-grid .countdown-holder {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px 5px;
    border-top: 0
}

.countdown-block {
    display: inline-block;
    width: 100%;
    max-width: 250px
}

.countdown-block.tiny {
    max-width: 170px
}

.countdown-block.highlight {
    margin-bottom: 15px
}

.countdown-block.slider {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 300px
}

.countdown-block .countdown-period {
    font-size: 9px;
    text-transform: uppercase
}

.countdown-block.tiny .countdown-period {
    display: none
}

.countdown-block .countdown-amount {
    box-shadow: none;
    background: #424242;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 100%
}

.countdown-block.slider .countdown-amount {
    background: 0 0;
    border: 2px solid #fff;
    height: 50px;
    line-height: 48px;
    width: 50px;
    font-size: 14px
}

.countdown-block.small .countdown-amount {
    height: 36px;
    line-height: 36px;
    width: 36px;
    font-size: 11px
}

.countdown-block.tiny .countdown-amount {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin-right: 10px
}

.countdown-block .countdown-section:after {
    content: ":";
    display: block;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: #999;
    top: 0;
    right: -2px;
    animation: blinkergeneral 1s linear infinite;
    height: 40px;
    line-height: 38px
}

.countdown-block.slider .countdown-section:after {
    color: #fff;
    top: 5px
}

.countdown-block .countdown-section:last-child:after {
    display: none
}

.countdown-block.highlight .countdown-section:after {
    color: #fff
}

.countdown-block.tiny .countdown-section:after {
    font-size: 15px;
    right: 2px;
    height: 25px;
    line-height: 25px
}

.countdown-block svg {
    vertical-align: middle
}

.countdown-block>span {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block
}

.countdown-block .blink,.countdown-block .timer-sec,.countdown-block .countdown-section:last-child {
    font-weight: 600;
    animation: blinkergeneral 1s linear infinite;
    opacity: 1
}

@keyframes blinkergeneral {
    90% {
        opacity: .6
    }
}

.product-block .countdown-amount {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: none;
    background: #333;
    color: #fff;
    border: 0;
    border-radius: 100%
}

.product-block .countdown-section:after {
    color: #333;
    font-size: 14px;
    right: -2px;
    font-weight: 700;
    height: 20px;
    line-height: 20px
}

.product-block .countdown-section:last-child:after {
    display: none
}

.product-block .countdown-period {
    display: none
}

.faq-holder {
    max-width: 991px;
    margin-left: auto;
    margin-right: auto
}

.faq-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative
}

.question i {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 0
}

.faq-item .question {
    font-size: 1.2em;
    font-weight: 400;
    cursor: pointer
}

.faq-item .question span {
    padding-right: 30px;
    display: inline-block;
}

.faq-item .question i {
    transition: all .3s ease
}

.faq-item .question.active i {
    transform: rotate(-180deg)
}

.faq-item .answer {
    margin-top: 10px;
    display: none
}

.faq-item .answer p:last-child {
    margin-bottom: 0
}

.custom-service .contact-item i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    margin-right: 0px;
    border: 0;
    color: #fff;
}

.company-main-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center
}

ul.sidebar-service-links li {
    padding-bottom: 15px;
    margin-bottom: 15px
}

ul.sidebar-service-links {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.sidebar-service-links li.active {
    font-weight: 700
}

ul.sidebar-service-links li a {
    display: block
}

.home-vid.no-overlay .home-vid-overlay,
.banners-home.no-overlay .banner-content-holder,
.home-slider-holder.no-overlay .home-slider-slide:after,
.subheadlines.no-overlay .subheadline-content,
.home-banner.no-overlay:after
{
    background: none;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
   /* justify-content: center;*/
}
.swiper-wrapper .usp-block {
    padding: 0 10px;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top,200ms -webkit-transform;
    transition: 200ms top,200ms -webkit-transform;
    -o-transition: 200ms transform,200ms top;
    transition: 200ms transform,200ms top;
    transition: 200ms transform,200ms top,200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left,200ms -webkit-transform;
    transition: 200ms left,200ms -webkit-transform;
    -o-transition: 200ms transform,200ms left;
    transition: 200ms transform,200ms left;
    transition: 200ms transform,200ms left,200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right,200ms -webkit-transform;
    transition: 200ms right,200ms -webkit-transform;
    -o-transition: 200ms transform,200ms right;
    transition: 200ms transform,200ms right;
    transition: 200ms transform,200ms right,200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 9999999999999
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative
}

.YouTubePopUp-Content iframe {
    max-width: 100%!important;
    width: 100%!important;
    display: block!important;
    height: 480px!important;
    border: 0!important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background-size: auto auto;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px
}

.YouTubePopUp-Close:hover {
    opacity: .5
}

@media all and (max-width:768px) and (min-width:10px) {
    .YouTubePopUp-Content {
        max-width: 90%
    }
}

@media all and (max-width:600px) and (min-width:10px) {
    .YouTubePopUp-Content iframe {
        height: 320px!important
    }

    .YouTubePopUp-Close {
        bottom: 362px
    }
}

@media all and (max-width:480px) and (min-width:10px) {
    .YouTubePopUp-Content iframe {
        height: 220px!important
    }

    .YouTubePopUp-Close {
        bottom: 262px
    }
}

.fancy-checkbox,.fancy-radio {
    opacity: 0!important;
    width: 25px!important;
    margin: 0!important;
    padding: 0!important
}

.fancy-checkbox+label,.fancy-radio+label {
    position: relative;
    padding-left: 30px;
    margin-left: -25px;
    cursor: pointer
}

.fancy-checkbox+label:before,.fancy-radio+label:before {
    content: "";
    border: 1px solid #e5e5e5;
    font-size: 9px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    background: rgba(255,255,255,.6);
    left: 0;
    transition: all .3s ease
}

.fancy-checkbox+label:hover:before,.fancy-radio+label:hover:before {
    border-color: #999
}

.fancy-radio+label:before {
    border-radius: 100%
}

.fancy-checkbox:checked+label:before {
    content: "\f00c"
}

.fancy-radio:checked+label:before {
    content: "\f111";
    font-size: 7px
}

.fancy-select {
    display: block;
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208.14%205.05%22%3E%0A%20%20%3Ctitle%3EAsset%203%3C%2Ftitle%3E%0A%20%20%3Cg%20id%3D%22abe7e859-115e-4568-82e8-11152a3cdada%22%20data-name%3D%22Layer%202%22%3E%0A%20%20%20%20%3Cg%20id%3D%2265fd8162-9791-42c2-9ba6-6dade6f7f55e%22%20data-name%3D%22Layer%203%22%3E%0A%20%20%20%20%20%20%3Cpolyline%20points%3D%227.86%200.25%204.07%204.49%200.28%200.25%22%20style%3D%22fill%3A%20none%3Bstroke%3A%20%23595959%3Bstroke-miterlimit%3A%2010%3Bstroke-width%3A%200.75px%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E),linear-gradient(to bottom,#fff 0,#fff 100%);
    background-repeat: no-repeat,repeat;
    background-position: right 10px top 54%,0 0;
    background-size: 8px auto,100%;
    padding: 0 25px 0 15px;
    height: 40px;
    line-height: 40px
}

.fancy-select::-ms-expand {
    display: none
}

.fancy-select:hover {
    border-color: rgba(155,155,155,.8)
}

.fancy-select:focus {
    border-color: #aaa;
    color: #222;
    outline: 0
}

.fancy-select option {
    font-weight: 700;
    font-size: 14px;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .fancy-select {
      background-size:9px 9px
    }
}

@media all and (max-width:1284px) {
    #navbar.boxed {
        max-width: 1140px
    }
}

@media all and (max-width:1170px) {
    #navbar.boxed {
        margin: 0 15px
    }

    #navbar.boxed.navscrolled {
        margin: 0
    }

    .bundle-product {
        width: 50%
    }
}

@media all and (max-width:991px) {
    #notification .x {
        right: 15px
    }

    .custom-filters-holder {
        margin-top: 30px;
        text-align: center
    }

    nav>ul {
        display: none
    }

    .slider-highlights-holder .col-md-8 {
        margin-right: 15px
    }

    .slider-highlights-holder .col-md-4 {
        margin-left: 15px
    }

    .home-look .images img {
        width: 30%;
        height: auto;
        margin-right: 3%
    }

    .home-vid-overlay {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .embed-reviews-holder {
        margin-top: 50px
    }

    .productpage .embed-specs-holder {
        margin-top: 50px
    }

    .bundle-product {
        width: 25%
    }

    .main-product-holder {
        width: 35%
    }

    .bundle-product-holder {
        width: 65%
    }

    .cart-popup-holder .current-product-holder {
        width: 100%;
        padding: 0
    }

    .cart-popup {
        width: 100%
    }

    .filters-top {
        text-align: center;
        float: none
    }

    footer .contact-description {
        text-align: center
    }

    .footer p.info {
        padding-left: 0
    }

    .footer p.info i {
        position: initial;
        margin-right: 5px;
    }
}

@media all and (max-width:768px) {
    .rowmargin80 {
        margin-top: 50px
    }

    h1.page-title {
        text-align: center
    }

    h1 {
        font-size: 22px
    }

    .banners-home h3,.mobile-title h4,h3.headline {
        font-size: 20px
    }

    h4,.productpage .nav>li>a,.home-look h3,.blogs h3.title {
        font-size: 16px
    }

    .productpage .nav-tabs {
        text-align: center
    }

    .productpage .nav-tabs>li {
        margin-right: 20px
    }
  
  .productpage .content-box
  {
    margin-top:0;
  }
  
  .shadow-hover:hover
  {
    box-shadow:none;
  }

    .product-grid.odd {
        padding-right: 5px
    }

    .product-grid.even {
        padding-left: 5px
    }

    .product-block-quick {
        display: none!important
    }

    .product-block h4,.product-block-price,.product-list h4,.product-list-price,h4.headline {
        font-size: 14px
    }

    .product-list-holder {
        padding: 0;
        border: 0;
        border-bottom: 1px solid rgba(155,155,155,.17);
        padding-bottom: 15px
    }

    .product-list-image-holder {
        width: 150px
    }

    .product-list .description {
        font-size: 13px;
        height: 60px;
        line-height: 20px;
        overflow: hidden
    }

    .mobile-brand {
        font-size: 12px
    }

    .nice-select,.fancy-select {
        height: 36px;
        line-height: 34px
    }

    .productpage-right {
        margin-top: 30px
    }

    .productpage .offer-holder {
        background: 0 0;
        padding: 0
    }
  
  .productpage .product-price .price
  {
    font-size:1.2em;
  }

    .productpage .btn-addtocart {
        letter-spacing: 0;
        font-size: 1.1em
    }

    .productpage .btn-addtocart .icon-holder {
        display: none
    }

    .variant-block,a.variant-block {
        padding: 8px 14px
    }

    .bundle-product-holder {
        width: 55%
    }

    .main-product-holder {
        width: 45%
    }

    .bundle-product {
        width: 25%
    }

    .product-block .countdown-block {
        font-size: .88em
    }

    .home-grid .product-grid .loopindex-9 {
        display: none
    }

    .product-list .product-label {
        position: static;
        display: inline-block;
        margin-bottom: 10px
    }

    .productpage h4.block-title {
        padding-top: 15px;
        font-size: 1.15em;
        border-top: 1px solid rgba(155,155,155,.16);
        position: relative
    }

    .productpage h4.block-title:sdf {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(155,155,155,.16)
    }

    .productpage h4.block-title:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        content: "\f054";
        position: absolute;
        right: 0;
        opacity: .5
    }

    .productpage .active h4.block-title:after {
        transform: rotate(-90deg)
    }

  .productpage .block-content:not(.active) {
        display: none;
  }
  
    .productpage .block-content {
        margin-bottom: 15px
    }

    .productpage .product-details {
        margin-top: 0
    }

    .productpage .info-right>div,.productpage .info-left>div {
        margin-top: 0
    }

    .productpage .info-right>div:last-child {
        border-bottom: 1px solid rgba(155,155,155,.16)
    }
  
  	.productpage .related-products .swiper-container
  	{
    	padding:0;
  	}

    .addtocart-sticky.mobile-visible {
        top: initial;
        bottom: 0;
        box-shadow: 0 -2px 15px -14px #000;
        display: block!important
    }

    .blogholder {
        padding: 0;
        border: 0
    }

    .blogs h3.title {
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
        margin: 10px 0
    }

  .reviews-modal-holder, .specs-modal-holder, .sizechart-modal-holder, .stock-modal-holder {
    padding:15px;
  }

  .reviews-modal, .specs-modal, .sizechart-modal, .stock-modal {
    padding:30px;
  }
  
  .stock-modal .store-row .icon
  {
    display:none;
  }
  
    .cart-popup-holder .proceed .button {
        width: 100%;
        margin-top: 10px
    }

    .cart-popup-holder .proceed .button:first-child {
        margin-top: 0
    }

    .cart-custom .cart-products .price-total {
        font-weight: 400
    }

    .cart-custom .cart-products h5 {
        font-size: 1em
    }

    .cart-custom .cart-products .image {
        width: 40px;
        padding-right: 10px
    }
}

@media all and (max-width:576px) {
    .home-slider-holder .slider-text .slider-pre {
        font-size: 13px
    }

    .countdown-block.slider .countdown-amount {
        border: 2px solid #fff;
        height: 40px;
        line-height: 38px;
        width: 40px;
        font-size: 13px
    }

    .banner-text-block .title,.banners-home .title {
        font-size: 22px
    }

    .bundle-product-holder {
        width: 100%
    }

    .main-product-holder {
        width: 100%
    }

    .main-product-holder img {
        max-width: 200px
    }

    .bundle-product {
        width: 33%
    }

    .bundle-product:before {
        top: 0!important;
        left: 100%!important
    }

    .bundle-product .wrapper {
        padding: 0
    }

    .product-list-image-holder {
        width: 80px
    }

    .article-custom article {
        margin: 0;
        padding: 0;
      padding-bottom:30px;
        margin-top: 30px
    }

    .fancy-box {
        max-width: 340px;
        width: 100%
    }

    .theme-messages {
        left: 0;
        padding: 15px!important;
        bottom: 0;
      	top: unset;
    		right: unset;
    }
}
/*Additional Styles.*/
:focus{
outline:none !important;
}
header div#header-content {
    height: auto;
}

header .header-left .socials {
    margin-top: 0;
    margin-left: 60px;
}
header .header-left .socials li {
    margin: 0;
}
header .header-left .socials li a {
    background: none;
    height: 22px;
    width: 22px;
    line-height: 22px;
}
header .header-right .topmenus ul li {
    display: inline;
    padding: 0 5px;
  font-weight: 600;
}

header .header-right .topmenus, header .header-right .user-actions {
    float: left;
}
header .header-right .user-actions a {
    margin: 0;
    border-right: 1px solid #5f635e;
    padding: 0 5px;
}
header .header-right .user-actions a.account{
    border-right: none;
}
header .header-right .user-actions a i {
    font-size: 11px;
    color: #102342;
}

header .header-right .user-actions a span {
    font-size: 13px;

}
header .header-right .user-actions a i:before {
    font-weight: 700 !important;
    color: #102342;
}
header .header-left .socials li a:hover {
    background: none;
    color: #f2553f;
}

.headerscrolled #header-content {
    height: 50px;
}
.navscrolled {
    top: 50px!important;
}
body {
    padding-top: 29px;
}
.logodiv, .menubarcenter, .righticons {
    float: left;
    padding: 7px 0;
}
.logodiv {
    margin-right: auto;
}
#navbar .col-md-12 {
    display: flex;
/*     align-items: flex-end!important; */
}
#navbar nav ul.sub1 .col-md-12 {
    display: block;
}
.righticons a i:before {
    font-weight: bold !important;
    font-size: 17px;
}
.menubarcenter nav ul li {
    margin-right: 32px!important;
  text-transform: uppercase;
}
.menubarcenter nav ul li:hover a {
    border-bottom: 2px solid #749717;
}

/* banner-section */
.home-slider-holder .banner-text-block {
    text-align: center;
    text-transform: uppercase;
}
.home-slider-holder .slider-text .title {
    font-weight: 400;
    margin-bottom: 5px;
}
.home-slider-holder .slider-text .slider-sub {
    font-weight: 600;
}
.home-slider-holder .slider-text .button.button-large {
    font-size: 17px;
    font-weight: 700;
    border-radius: 51px;
    padding: 19px 75px;
}
.home-slider-holder .slider-text-holder {
    padding: 30px 50px;
}
.home-slider-slide:after {
    opacity: 0;
}
/* notification-section */
#notification {
    font-size: 17px;
      font-weight: 300;
}
#notification a {
    font-weight: 300;
  text-decoration:none;
}
.themeclass-topmenus {
    max-width: 1290px;
    width: 100%;
}
/* blog-section-themeclass's Best */
.themeclass-homeblogs h3.headline {
    text-align: center;
}
.themeclass-homeblogs p.headline {
    max-width: 100%;
    margin-top: 0;
    line-height: 35px;
    opacity: 1;
    color: #102342;
    text-align: center;
}
.blog-slider-holder.themeclass-homeblogs, .themeclass-catalogfeaturedpro, .natural-reviews {
    position: relative;
}
.themeclass-homeblogs .arrow, .natural-reviews .arrow {
    position: absolute;
}
.blog-slider-holder.themeclass-homeblogs .blog-arrow-left,.themeclass-homeproducts-slider-holder .arrow-left, .themeclass-catalogfeaturedpro .catalogarrow-left, .natural-reviews .arrow.review-arrow-left  {
    top: -24px;
    right: 45px;
  background: #a7a7a7;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
line-height: 25px;
}

.blog-slider-holder.themeclass-homeblogs .blog-arrow-right, .themeclass-homeproducts-slider-holder .arrow-right, .themeclass-catalogfeaturedpro .catalogarrow-right, .natural-reviews .arrow.review-arrow-right {
    top: -24px;
    right: 10px;
    background: #a7a7a7;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
  line-height: 25px;
}
.blog-slider-holder.themeclass-homeblogs .blog-arrow-left  {
    top: -40px !important;
}

.blog-slider-holder.themeclass-homeblogs .blog-arrow-right {
    top: -40px !important;
}
.natural-reviews .arrow {
    top: -80px !important;
}
.natural-reviews .arrow.review-arrow-right {
    right: 24px;
}
.natural-reviews .arrow.review-arrow-left {
    right: 60px;
}
.themeclass-homeblogs a.themeclass-bloghome-bottomlink {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border-radius: 51px;
    padding: 19px 75px;
    display: inline-block;
    margin: 55px 0px 0px 0px;
    text-transform: uppercase;
}
.themeclass-homeblogs .row:last-child {
    text-align: center;
}
.themeclass-homeblogs .blog-block .summary-holder {
    padding: 15px;
    width: 100%;
    position: initial;
    transform: initial;
    text-align: center;
  box-shadow:none;
}
.themeclass-homeblogs .blog-block .img-holder {
    width: 100%;
    position: initial;
  overflow: hidden;
}
.themeclass-homeblogs .blog-block {
    position: initial;
}
.themeclass-homeblogs .blog-block .summary-holder h3.title {
    font-size: 24px;
    font-weight: 700;
}
.rowmargin.themeclass-homeblogs {
    margin-top: 55px;
}
/* newsletter */
.themeclass-homenewsletter {
    background: #44772f;
    color: #fff;
    text-align: left;
    padding: 50px 30px 60px 30px;
    margin-top: 0;
}
.themeclass-homenewsletter h3 {
    font-size: 20px;
    font-weight: 600;
    width: 25%;
  line-height:30px;
}
.themeclass-homenewsletter .newsletter-sub {
    font-size: 15px;
    font-weight: 600;
    width: 25%;
    float: left;
}
.themeclass-homenewsletter form {
    float: left;
    margin: 0 0 0 60px;
    max-width: 70%;
    width: 70%;
}
.themeclass-homenewsletter form div.input {
    width: 84%;
    padding: 0;
}
.themeclass-homenewsletter form div.input input {
    width: 48%;
    height: 43px;
    border: 0;
    line-height: 43px;
    padding: 0 15px;
    margin: 0 7px;
    color: #707679;
    font-weight: bold;
    border-radius: 3px;
    font-size: 15px;
}
.themeclass-homenewsletter form div.input input:focus-visible {
    outline: none;
}
.themeclass-homenewsletter form span.submit {
    background: #a2c77f;
  border-radius:3px;
}
.themeclass-homepagecontent {
    max-width: 100%;
 /*   background: #eefde0;*/
    margin-top: 0;
}
.themeclass-homepagecontent .col-md-12.content .col-md-3 img {
    width: 100%;
    height: auto;
}
.themeclass-homepagecontent .col-md-12.content .col-md-3 p {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
  margin-bottom:0;
}
.themeclass-homepagecontent .col-md-9 {
    padding-left: 60px;
}
.themeclass-homepagecontent .col-md-9 h2 {
    font-size: 36px;
    color: #061a2f;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}
.themeclass-homepagecontent .col-md-9 h1 {
    font-size: 36px;
    color: #6cafb7;
    font-weight: bold;
    display: inline;
}
.themeclass-homepagecontent .col-md-9 h3 {
    font-size: 36px;
    font-weight: bold;
    display: inline;
    color: #e05140;
    margin-left: 10px;
}
.themeclass-homepagecontent .col-md-9 p {
    font-size: 15px;
    font-weight: 600;
    color: #061a2f;
    width: 90%;
    margin-bottom: 15px;
    line-height: 25px;
    margin-top: 30px;
}
/* .themeclass-homepagecontent .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.themeclass-homepagecontent.themeclass-newcontentup .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.themeclass-homepagecontent .col-md-12 .row .col-md-12 {
    background: url(https://cdn.webshopapp.com/shops/319921/files/366445602/life-the-lifestyle.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
}
.themeclass-homepagecontent .col-md-12 .row .col-md-12 h2 {
    font-size: 50px;
    font-weight: 500;
    color: #44772f;
    text-align:center;
}
.themeclass-homepagecontent .col-md-12 .row .col-md-12 h1 {
    font-size: 100px;
    color: #44772f;
    text-align:center;
    font-weight: 600;
}

footer.themeclass-footerstarts p.contact-description {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 17px;
}
footer.themeclass-footerstarts p.info i {
    display: none;
}
footer.themeclass-footerstarts p.info {
    padding-left: 0px !important;
}
footer.themeclass-footerstarts p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.themeclass-footercustomerservice h3 {
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 9px !important; 
}
.themeclass-footercustomerservice ul li a {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0 !important;
}
.themeclass-footercustomerservice li.themeclass-footerphnum {
    font-size: 17px;
    border-radius: 8px;
    padding: 8px 30px 8px 55px !important;
    font-weight: bold;
    margin-top: 22px;
    position: relative;
    margin-left: -20px;
    width: 95% !important;
}
.themeclass-footercustomerservice li.themeclass-footerphnum a{
    padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #5f635e !important;
    font-size: 17px;
    font-weight: bold;
}
.themeclass-footercustomerservice li.themeclass-footerphnum:before {
    position: absolute;
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    left: 30px;
}
.themeclass-blogfooterimg {
    float: left;
    margin-right: 16px;
}
.themeclass-blogfooterimg img {
    border: solid 4px #fff;
}
.themeclass-blogfootertitle h2 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    width: 75%;
}
.themeclass-blogfootertitle p a {
    font-size: 12px;
    font-weight: 600;
}
.themeclass-newsletterfooter .newsletter.gray-bg {
    margin-top: 0px;
    background: transparent;
    padding: 0;
}
.themeclass-newsletterfooter .newsletter .submit {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    font-weight: 700;
    margin-top: 20px;
	width: 87%;
    border-radius: 2px;
}
.themeclass-newsletterfooter  .input input {
    background: #fff !important;
    border-radius: 3px;
	color: #232323;
}
.themeclass-newsletterfooter .newsletter-sub {
    text-align: left;
    color: #fbdfd3;
    opacity: 0.9;
    font-weight: 600;
}
.themeclass-newsletterfooter h3 {
    text-align: left;
}
.themeclass-footercopyrightmenus {
    list-style: none;
    float: left;
    padding-top: 7px;
    margin-left: 30px;
}
.themeclass-footercopyrightmenus ul li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
    border-right: solid 1px;
    line-height: 10px;
}
.themeclass-footercopyrightmenus ul li a {
    color: #d5e0b9;
    text-decoration: underline;
    font-weight: 600;
}
.themeclass-footercopyright .copyright p {
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    width: 50%;
    float: left;
    margin-bottom: 0;
    line-height: 33px;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia {
    margin-top: 0;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul li {
    margin-top: 0;
    margin-right: 0px;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul li a {
    background: transparent;
    color: #d5e0b9;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul li i {
    font-size: 16px;
}
.themeclass-footercopyright .copyright p a {
    color: #0a2441;
    text-decoration: underline;
}
footer.themeclass-footerstarts .payment-icons-holder {
    padding: 0;
}

footer.themeclass-footerstarts  .copyright {
    padding-bottom: 0;
}
footer.themeclass-footerstarts .footer-bottom {
    padding: 0 0 0 0;
}
.themeclass-footerblogs h3 {
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 20px !important;
}
.themeclass-newsletterfooter h3 {
    text-align: left;
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 20px !important;
}
.themeclass-footercustomerservice ul li a.cls_tel\:\+4458761524 i {
    display: none;
}
.themeclass-blogfootercontainer {
    display: flex;
    margin-top: 17px;
}
footer.themeclass-footerstarts .themeclass-newsletterfooter h3 i {
    display: none;
}
.themeclass-homeproducts-slider .swiper-slide {
  width: 180px;
}

.themeclass-topmenus {
    text-align: left;
    width: auto;
   margin-right: 7px;
}
.themeclass-headercenter span.themeclass-shipping50 {
    position: relative;
    font-weight: 600;
    padding-right: 40px;
    line-height: 28px;
}
.themeclass-headercenter span.themeclass-shipping50:before {
    position: absolute;
    color: #102342;  
    font-family: 'Font Awesome 5 Free';
    left: -19px; 
    top: 0px;
   content: '\f058';
  line-height: 18px;
}

.themeclass-headercenter span.themeclass-deliveryfree {
    position: relative;
    font-weight: 600;
    padding-right: 20px;
    font-size: 13px;
    line-height: 28px;
}
.themeclass-headercenter span.themeclass-deliveryfree:before {
    position: absolute;
    color: #102342;  
    font-family: 'Font Awesome 5 Free';
    left: -19px; 
    top: 0px;
   content: '\f058';
  line-height: 18px;
}
.themeclass-homenewsletter {   
   margin-top: 0px;
}
.header-center.themeclass-headercenter {
    text-align: center;
    padding-right: 0;
    margin-right: -5rem;
}
.themeclass-main-topmenus .logodiv {
    margin-right: 4rem;
}
.themeclass-main-topmenus .menubarcenter {
    max-width: 100%;
    width: 70%;
}
.themeclass-main-topmenus .menubarcenter nav ul {
    text-align: left !important;
}
.themeclass-main-topmenus .righticons {
    width:8%
}
.fancy-box.flyout.fancy-locale-holder {
    right: 0px;  
}
.themeclass-main-topmenus .menubarcenter nav ul li:hover a {
    border-bottom: none;
}
.themeclass-main-topmenus nav .subcat-image {
    float: left !important;
}
.themeclass-main-topmenus nav ul h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.themeclass-main-topmenus .menubarcenter nav ul ul li li a {
    font-weight: 600;
    text-transform: capitalize;
    position: relative;   
    padding-left: 14px !important;
}
.themeclass-main-topmenus .menubarcenter nav ul ul li li a:before {
    position: absolute;
    content: '\f0da ';
    font-family: 'Font Awesome 5 Free';
    left: 3px;
}

.themeclass-srcinputbox .searchbox {
    transition: all .25s ease;
    background: #fff;
    border-radius: 31px;
    font-size: 17px;
}
.themeclass-srcinputbox .search-holder {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: 8px;
    top: -5px;
}
.themeclass-srcinputbox .searchcontent {  
    right: 8px;
    top: 3.5rem;
}
.themeclass-srcinputbox .search-holder .fa-search {
    right: 14px !important;
    font-size: 18px;
}
.themeclass-srcinputbox .search-holder .fa-times {    
    right: 17px !important;
    top: 11px !important;
}

.themeclass-homeblogs .product-block-holder.boxed-border {
    padding: 7px;
    border: none;
   cursor: pointer;
}
.themeclass-homeblogs .stars i {
    padding: 5px;
    font-size: 13px;
    background: transparent;
    color: #fbb249;
    margin-right: 3px;
}
.themeclass-homeblogs .stars .empty {
    color: #e5e5e5;
    background: transparent;
}
.themeclass-homeblogs .product-block.text-left {
    text-align: center;
}
.themeclass-homeblogs .product-block h4.with-brand a {
    color: #272729 !important;
}
.themeclass-homeblogs .product-block-desc {    
    color: #717679 !important;  
    font-weight: 500;
    font-size: 16px !important;
}

.themeclass-homeblogs .shadow-hover:hover {
    box-shadow: 0 0 13px -4px #0000009e;
}
.themeclass-homelifestyle-singlecategory-subheading h2 {
    font-weight: 500;
}
.themeclass-homelifestyle-singlecategory-heading h3.headline {
    text-align: center;
    padding-bottom: 11px;
    font-weight: normal;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    display: inline-block;
    margin-right: 2em;
    margin-top: 60px;
    padding: 0;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder:last-child {
    margin-right: 0;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder .product-list-mini img {
    width: 176px !important;
    min-height: 263px !important;
    max-width: 176px !important;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder .product-list-mini .title h5 {
    position: absolute;
    left: 0em;
    padding: 11px;
    top: 1em;
    font-weight: bold;
    text-transform: uppercase;
    width: 90%;
    border-radius: 0 6px 6px 0;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder .product-list-mini {
    position: relative;
      display: block;
}
.themeclass-homecategorybutton {
    text-align: center;
    margin-top: 4em;
}
.themeclass-homecategorybutton a.themeclass-homecategorybutton-link {
    color: #fff;
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 51px;
    text-transform: uppercase;
    text-decoration: none;
}
.themeclass-main-topmenus nav .megamenu .sub-holder {
    width: 20%;
}
.themeclass-main-topmenus .cf {
    display: none;
}

.themeclass-homecategories .category .flex-container {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background: transparent;
    color: #3a3a3c;
    padding: 0;
    transition: all .2s ease;
    text-align: left;
    padding-left: 1.4em;
    padding-top: 12px;
}
.themeclass-homecategories .category .overflow-hidden {
    overflow: inherit;
    border: solid 2px #eaeaea;
    padding: 12px;
    background: #fff;
}
.themeclass-homecategories .category .flex-container>h4 {
    width: 100%;
    text-shadow: none;
    text-transform: capitalize;
    position: relative;
    font-size: 17px;
}
.themeclass-homecategories .category .flex-container>h4:before {
    position: absolute;   
    left: -16px;
    color: #3b3b3d;
    content: '\f101 ';
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    top: 4px;
}
.themeclass-homeblogs .product-block-holder { 
    margin-bottom: 14px; 
   margin-top: 14px;
}
.themeclass-singlecategoryhome {
    padding: 75px 0;
    margin: 0;
}

.themeclass-categorysub {
    margin-bottom: 70px;
}

.category.themeclass-catalogcategoriesown .overflow-hidden {
    overflow: hidden;
    overflow: inherit;
    border: solid 2px #eaeaea;
    padding: 12px;
}

.themeclass-categorysub .category .flex-container {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    background: transparent;
    color: #3a3a3c;
    padding: 0;
    transition: all .2s ease;
    text-align: left;
    padding-left: 1.4em;
    padding-top: 12px;
}
.themeclass-categorysub .category .flex-container>h4 {
    width: 100%;
    text-shadow: none;
    text-transform: capitalize;
    position: relative;
    font-size: 17px;
}
.themeclass-categorysub .category .flex-container>h4:before {
    position: absolute;
    left: -16px;
    color: #3b3b3d;
    content: '\f101 ';
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    top: 4px;
}
.themeclass-cataloglistsubcategory h1 {
    font-weight: normal;
}
.breadcrumbs a {
    font-weight: 600;
}

.themeclass-topcategoryleftsection {
    margin-top: 0;
    padding-left: 0;
}
.themeclass-rightcatalogsection h3 {
    color: #102342;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.themeclass-rightcatalogsection .themeclass-catalogdesp {
    color: #272729;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 10px;
    width: 90%;
}
.themeclass-rightcatalogsection {
    margin-top: 0;
}
.topmenus.themeclass-topmenus ul {
    margin: 0;
}
header .header-right .topmenus ul li {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 11px;
}
#navbar.borders {
    border-top: none !important;    
}
.header-right {
    padding-top: 0px;
}
header .header-left .socials li {   
    padding-top: 2px;
}
.user-actions a.account.header-link {
    font-weight: 600;
    font-size: 13px;
    color: #102342;
    text-transform: capitalize;
}
header .header-right .user-actions a {
    border-left: 1px solid #102342;
    line-height: 9px;
    border-right: none;
}
header .header-right .user-actions a.account:first-child {
    border-left: none;
    padding-left: 0;
}
.user-actions .current-lang {    
    font-weight: 600;  
}
.themeclass-homenewsletter form {
    top: -2rem;
}
.newsletter.gray-bg.themeclass-homenewsletter i {
    display: none;
}
.themeclass-homelifestyle-singlecategory {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.stars i {
    padding: 5px;
    font-size: 13px;
    background: transparent;
    color: #fbb249;
    margin-right: 3px;
}
.stars .empty {
    color: #e5e5e5;
    background: transparent;
}
.themeclass-leftsec .product-label {
    transform: none !important;   
    left: 0 !important;  
}
.themeclass-homedealdesp .themeclass-leftsec .product-label {
    height: 66px !important;
    display: block !important;
    text-align: left;
    border-radius: 0 5px 5px 0px !important;
    padding-left: 5rem;
    left: -3rem !important;
    top: 35px !important;
}
.themeclass-homedealdesp .themeclass-rightsec .homedeal-compact h4 a {
    font-weight: bold;
    text-transform: uppercase;
}
.themeclass-homedealdesp .themeclass-rightsec {
    text-align: left;
    margin-top: 0;
}
.themeclass-homedealdesp .themeclass-rightsec a.button {
    border-radius: 30px;
    font-size: 17px;
    padding: 13px 85px;
    text-transform: uppercase;
}
.themeclass-homedealdesp .themeclass-rightsec .homedeal-compact .price {
    font-size: 26px;
    font-weight: 600;
    color: #102342;
}
.themeclass-homedealdesp .themeclass-rightsec .homedeal-compact .price-holder{
  margin-top: 12px;
}
.themeclass-homedealdesp .themeclass-rightsec p {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.themeclass-leftsec .img-holder {
    max-width: 100%;
    background: white;
}
.themeclass-homedealdesp .homedeal-compact-holder.grey .img-holder:after {   
    background: transparent;  
}
.themeclass-homedealdesp .themeclass-rightsec .homedeal-compact h4 {
    margin-top: 0;
}
.themeclass-homedealdesp {
    margin-bottom: 60px;
}

.homedeal-compact-holder.grey {
    background: none;
}
.product-block .product-label, .product-label {
    border-radius: 0 5px 5px 0px !important;
    top: 30px !important;
    left: 0px !important;
}
.swiper-button-disabled {
    cursor: default;
    background: #c7c7c7 !important;
}
.arrow.swiper-button-disabled:hover, .productpage .related-products .button-holder .swiper-button-disabled:hover {
    opacity: 2;
    border: none;
    color: #fff;
}
.arrow i.fa.fa-caret-right:before {
    content: "\f054" !important;
}
.arrow i.fa.fa-caret-left:before {
    content: "\f053" !important;
}
.rowmargin.themeclass-homeblogs {
    margin-top: 50px;
}
.boxed-border .product-block h4 {
    height: auto;
}
.product-block-price {
    color: #717679;
}
.product-block-price strong {
    font-weight: 600;
}
/* product detail page */
.breadcrumbs .col-md-12 {
    width: 98%;
    margin-left: 25px;
}
.themeclass-cataloglistsubcategory h1 {
    margin-left: 25px;
  text-transform:uppercase;
}
.themeclass-topsinglecategory .themeclass-cataloglink a {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border-radius: 51px;
    padding: 19px 70px;
    display: inline-block;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}
.themeclass-topsinglecategory .themeclass-catalogdesp p {
    font-size: 17px;
    color: #272729;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
    margin-left: 12px;
    margin-top: 15px;
}
.themeclass-topsinglecategory {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
}
.themeclass-topsinglecategory .themeclass-cataloglink {
    position: absolute;
    bottom: 0;
}
.themeclass-catalogfeaturedpro {
    margin-top: 70px !important;
}
.themeclass-catalogfeaturedpro {
    margin-top: 70px !important;
    margin-bottom: 55px;
}
.themeclass-catalogfeaturedpro .price {
    font-size: 16px;
    font-weight: 600;
    color: #717679;
    margin-top: 5px;
}
.themeclass-catalogfeaturedpro .price {
    font-size: 16px;
    font-weight: 600;
    color: #717679;
    margin-top: 5px;
}
.themeclass-catalogfeaturedpro .title h4 {
    margin-bottom: 5px;
    font-size: 17px;
}
.themeclass-cataloglistsubcategory .themeclass-topcategoryleftsection img {
    width: 96% !important;
}

div#header-holder div#header-content .header-hallmark img {
    max-height: 20px;
}

.productpage .productpage-right h3 {
    padding-left: 30px;
    line-height: 60px;
}
.productpage .productpage-right .product-description p {
    font-size: 17px;
    color: #272729;
    font-weight: 500;
}
.productpage .productpage-right .qty {
    position: relative;
}
.productpage .productpage-right .qty span.qtyminus {
    position: absolute;
    left: -20px;
    height: 50px;
    width: 25px;
    line-height: 48px;
    border: 1px solid #eaeaea;
    top: -1px;
}
.productpage .productpage-right .qty span.qtyadd {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 25px;
    line-height: 48px;
    border: 1px solid #eaeaea;
    top: -1px;
    border-right: 0;
}
.productpage .product-price .price {
    font-size: 26px;
    font-weight: 700;
}
.productpage .product-price .price-strict {
    font-size: 10px;
    font-weight: 600;
  	width:100%;
}
.productpage-right .themeclass-shipdeliv span.themeclass-shipping50, .productpage-right .themeclass-shipdeliv span.themeclass-deliveryfree {
    font-size: 13px;
    font-weight: 600;
}
.productpage-right .themeclass-shipdeliv span.themeclass-shipping50 {
    margin-right: 30px;
}
.productpage-right button.btn-addtocart {
  border-radius: 30px;
    font-size: 15px;
    padding: 13px 20px 13px 45px;
    text-transform: uppercase;
    width: auto;
    float: left;
}
.btn-addtocart .icon-holder {
    left: 3px;
    background: none;
}
html.translated-ltr .productpage-right button.btn-addtocart {
    font-size: 17px !important;
    padding: 13px 50px 13px 80px;
}
html.translated-ltr .btn-addtocart .icon-holder {
    left: 34px;
    background: none;
}

.productpage .wishlist {
    display: inline-block;
    margin-left: 10px;
    float: left;
}
.productpage .wishlist>a, .productpage .share>a {
    height: 50px;
    width: 50px;
    border: 0;
    font-size: 33px;
    border-radius: 100%;
}
.productpage .productpage-right .product-description p {
    color: #272729;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.productpage .thumbs.vertical {
    height: auto;
    margin-top: 30px;
}
.productpage-right .themeclass-shipdeliv {
    margin: 20px 0;
}
.productpage .themeclass-custprodetailstabs .nav-tabs {
    border-color: #eee;
    border-bottom: 0;
    background: #f1f1f1;
    border-bottom: 1px solid #102342;
}
.productpage .themeclass-custprodetailstabs .nav-tabs>li a {
    padding: 10px 15px;
    border-bottom: 0;
    color: #272729;
    font-size: 16px;
}
.productpage .themeclass-custprodetailstabs .nav-tabs>li.active {
    border: 1px solid #102342;
    border-bottom: 1px solid #fff;
    background: #fff;
}
.productpage .themeclass-custprodetailstabs .nav-tabs>li.active a {
    color: #102342;
}
.productpage .themeclass-custprodetailstabs .nav-tabs>li a:hover {
    border-bottom: 0;
    color: #102342;
}
.productpage .themeclass-custprodetailstabs .nav-tabs>li.active>a, .productpage .themeclass-custprodetailstabs .nav-tabs>li.active>a:hover, .productpage .themeclass-custprodetailstabs .nav-tabs>li.active>a:focus {
        border-bottom: none !important;
}
.themeclass-custprodetailstabs {
    margin-bottom: 80px !important;
}
.productpage .themeclass-custprodetailstabs .tab-content {
    margin-top: 0;
}
.productpage .themeclass-custprodetailstabs .tab-content p {
    color: #272729;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.productpage .themeclass-productdetailsrelated h3.block-title {
    margin-bottom: 15px;
}
.productpage .product-image-holder {
    margin-bottom: 20px;
}
.themeclass-productdetailsrelated {
    margin-bottom: 55px;
}
.themeclass-productdetailsrelated .button-holder {
    position: absolute;
    top: -14px;
    right: 45px;
}
.productpage .addtocart .wishlist a.compare {
    display: none;
}

.productpage-right .themeclass-shipdeliv span.themeclass-shipping50:before, .productpage-right .themeclass-shipdeliv span.themeclass-deliveryfree:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
}
.productpage .productpage-right .qty span.qtyadd .fa-caret-up:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
  color:#9a9a9a;
}
.productpage .productpage-right .qty span.qtyminus .fa-caret-down:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
  color:#9a9a9a;
}
.productpage .offer-holder {
    padding: 20px 30px 30px 30px;
    background: none;
}
.productpage .productpage-right {
  /*  padding-top: 35px;*/
}
.homedeal-compact-holder.grey .img-holder:after {
    background: none;
}
.productpage .thumbs-holder.vertical .thumb-arrow-top {
    position: absolute;
    top: 78px;
    padding-right: 30px;
    left: -45px;
    transform: rotate(-90deg);
    width: 128px;
    padding: 0;
    background: none !important;
}
.arrow.thumb-arrow-bottom {
    position: absolute;
    top: 78px;
    padding-right: 30px;
    right: -47px;
    transform: rotate(
-90deg
);
    width: 128px !important;
    padding: 0;
    background: none !important;
}
.arrow.swiper-button-disabled:hover {
    background: #d2d2d2 !important;
    cursor: default !important;
}
.col-md-12.thumbs-holder {
    padding: 0 30px;
}
.search-holder:after {
    background: none !important;
}
.themeclass-productdetailsrelated .swiper-container {
    position: initial;
}
.themeclass-productdetailsrelated .related-products .button-holder .swiper-related-next, .themeclass-productdetailsrelated .related-products .button-holder .swiper-related-prev {
    border: none;
    background: #a7a7a7 !important;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 25px;
}

.productpage .themeclass-custprodetailstabs .tab-content {
 /*   width: 50%;*/
}
.themeclass-main-topmenus .menubarcenter nav .smallmenu ul.smallmenu li a {
    padding: 5px 22px !important;
    border-bottom: none !important;
}
.themeclass-main-topmenus .menubarcenter nav .smallmenu ul.smallmenu li {
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px 15px;
    margin: 0 !important;
}
.themeclass-main-topmenus .menubarcenter nav .smallmenu ul.smallmenu li a:hover {
    border-radius: 0px 4px 4px 0px;
}
.themeclass-main-topmenus .menubarcenter nav .smallmenu ul.smallmenu li ul.smallmenu {
    background: #fff;
}
#navbar nav>ul.smallmenu>li>ul.smallmenu>li:hover>a, #navbar nav>ul.smallmenu>li>ul.smallmenu>li>ul>li>a:hover {
    text-decoration: none;
}
.themeclass-main-topmenus .menubarcenter nav .smallmenu ul.smallmenu li a:before {
    position: absolute;
    content: '\f0da ';
    font-family: 'Font Awesome 5 Free';
    left: 23px;
}
.themeclass-main-topmenus .menubarcenter nav .smallmenu ul.smallmenu li ul.smallmenu a:before {
    left: 10px !important;
}

.themeclass-main-topmenus .menubarcenter nav ul ul li li:hover a {
    border-radius: 0px 4px 4px 0px;
}
/* shopping cart */
.fancy-box.fancy-cart-holder {
    height: auto;
    top: 115px;
    padding: 30px 0 0px 0;
    border: 2px solid #ebeaea;
}
.fancy-box.fancy-cart-holder .fancy-cart .contents .row {
    margin: 0 !important;
}
.fancy-box .fancy-cart h4 {
    font-size: 25px;
    color: #f2553f;
    font-weight: 600;
}
.fancy-box .fancy-cart .cart-item-title h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.fancy-cart .cart-item-holder .cart-item-title .price {
    margin-top: 5px;
}
.fancy-cart .cart-item-holder .cart-item-title .price span.quantity {
    color: #000;
}
.fancy-box .fancy-cart .contents span.margin-right-10 {
    float: left;
    font-size: 15px;
    font-weight: 600;
}
.fancy-box .fancy-cart .cart-item-image img {
    width: 90px;
    height: auto;
}
.fancy-cart .cart-item-holder .cart-item-title .price {
    font-size: 17px;
    font-weight: 600;
    color: #f2553f;
}
.fancy-box .fancy-cart .cart-item-delete i {
    font-size: 17px;
    color: #000;
}
.fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12.text-right, .fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12.visible-lg.visible-md.visible-sm.margin-top, .fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12.margin-top.hidden-lg.hidden-md.hidden-sm, .fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12.margin-top-half {
    background: #f4f4f2;
    margin-top: 0px !important;
    padding: 0 30px;
}
.fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12 {
    padding: 0 30px;
}
.fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12.text-right {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #ebeaea;
}
.fancy-box.fancy-cart-holder .fancy-cart .contents .col-md-12.margin-top-half {
    padding-bottom: 15px;
}
/* --------------- */
span.themeclass-srcicon i {
    font-size: 17px;
}
span.themeclass-srcicon {
    padding: 0 6px;
}
.righticons a {
    padding: 0 7px;
}
.productpage .product-image-holder .swiper-slide img.img-responsive {
    width: 100%;
    height: auto;
}
.productpage .wishlist {
    width: 35px;
}
.productpage .wishlist a {
    width: 35px;
    height: 50px;
    line-height: 50px;
}
.themeclass-topproductdeal .img-holder img {
    width: 100%;
    height: auto;
}

.cart-item-holder {
    border-bottom: none;
}

.collection .col-md-12.margin-top-double {
    margin-bottom: 80px;
}
.product-list-holder .product-label {
    display: inline-table;
}
.themeclass-homedealdesp {
    margin: 0 !important;
}
.homedeal-compact-holder .themeclass-leftsec {
    padding-right: 6%;
}
.productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -67px;
    margin-bottom: -67px;
}

#navbar nav ul li ul.smallmenu {
    padding: 10px 0 !important;
}
.natural-freecategories .freecategory-container {
    width: 14.28%;
    float: left;
    text-align: center;
    padding: 27px;
    margin-top: 25px;
    -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
    overflow: hidden;
    height: 201px;
}
.natural-freecategories .freecategory-container:hover {
    box-shadow: 0px 0px 20px #c3c3c3;
    background: #fff;
}
.natural-freecategories .freecategory-container .image_holder img{
-webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.natural-freecategories .freecategory-container .freecategorytitle a{
-webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.natural-freecategories .freecategory-container:hover .image_holder img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.natural-freecategories .freecategory-container:hover .freecategorytitle a {
    font-size: 18px !important;
}
.freecategorytitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.themeclass-newcontentup .col-md-12.content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
}
.themeclass-newcontentup.believebgparallax .col-md-12.content {
    background-attachment: fixed;
}
.themeclass-newcontentup .col-md-12.content h2 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.themeclass-newcontentup .col-md-12.content h1 {
    font-size: 100px;
    text-align: center;
    font-weight: 600;
}
/* .product-block-holder img, .product-list-holder img, .himage img{
    transform: scale(1.3) !important
} */
/* -----------------for product image focus start------------------ */
.product-block-holder .product-block-image.focuszoomimage img, 
.product-list-holder .product-list-image.focuszoomimage img, 
.product-block-image.focuszoomimage .himage img{
    transform: scale(1.3) !important
}
/* -----------------for product image focus end------------------- */
.natural-freecategories .freecategory-container .image_holder img {
    width: 100%;
}
.natural-freecategories {
  padding: 60px 0;
}

.home-slider-holder .swiper-slide .slider-text {
    text-align: center !important;
}

.home-slider-holder .swiper-slide .slider-text .slider-sub {
    text-transform: none;
    margin-top: 5px;
}

span.themeclass-srcicon {
    cursor: pointer;
}

.themeclass-main-topmenus .menubarcenter ul.megamenu li ul.megamenu {
    margin-top: 8px !important;
    padding: 50px 25px !important;
}
.themeclass-main-topmenus .menubarcenter ul.megamenu li ul.megamenu .maxheight {
    padding: 0;
}
.themeclass-main-topmenus .menubarcenter ul.megamenu li ul.megamenu .maxheight .sub-holder {
    width: 18%;
    padding: 0 40px;
}
.themeclass-main-topmenus .menubarcenter ul.megamenu li ul.megamenu .maxheight .sub-holder ul li,
.themeclass-main-topmenus .menubarcenter ul.megamenu li ul.megamenu .maxheight .sub-holder ul li a{
    width: 100%;
}
.themeclass-main-topmenus nav ul .megamenu h4>a {
    font-weight: 700;
    padding-top: 8px;
}
ul.megamenu.compact li:hover a.dropdown:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    position: absolute;
    bottom: -25px;
    left: 25%;
    z-index: 3;
}
/* button hover effects */
.themeclass-homecategorybutton a.themeclass-homecategorybutton-link, .themeclass-homeblogs a.themeclass-bloghome-bottomlink, .themeclass-homepagecontent .col-md-8 a.button, .themeclass-newsletterfooter .newsletter .submit, .home-slider-holder .slider-text .button.button-large, .productpage-right button.btn-addtocart{
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.themeclass-homepagecontent .col-md-8 a.button:hover, .home-slider-holder .slider-text .button.button-large:hover {
    background: #102342;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.socials a {
    height: 25px;
    width: 25px;
}
footer.themeclass-footerstarts .footer {
    padding-bottom: 45px;
}
.blog-custom.container.blogs {
    padding-bottom: 60px;
}

.container.custom-service {
    padding-bottom: 60px;
}
h1.category-title, h1.page-title, .blog-custom.container.blogs h1 {
    font-weight: 600;
     margin-left: 24px;
}
.container.custom-service .flex-container .flex-col.service-item {
    padding: 20px;
}
.container.custom-service .flex-container .flex-col.service-item:hover {
    box-shadow: 0 0 10px -4px #0000009e;
}
.container.custom-service .col-md-7 h4, .gui .gui-page-title {
    font-weight: bold;
    font-size: 35px;
}
.company-details h5 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 17px;
}
.company-details p, .gui .gui-account-loyalty-content, .gui.gui-register p {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.company-details .company-contact .contact-item {
    font-size: 17px;
    border-radius: 8px;
    font-weight: bold;
    text-align: left;
}
.custom-service .contact-item i {
    background: none;
    transform: scaleX(-1);
}
.blog-block h3.title, .article-custom.container.blogs header.text-center h1 {
    font-size: 24px;
    font-weight: 700;
}
.image.blog-block h2.title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.blog-block .summary p, .article-custom.container.blogs section.content p {
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #272729;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0px;
}
.blog-sidebar h4 {
    color: #46752f;
    font-weight: 700;
    font-size: 18px;
}
.container.textpage {
    padding-bottom: 60px;
}
.productpage .related-products .button-holder .swiper-related-next, .productpage .related-products .button-holder .swiper-related-prev {
    opacity: 1;
}
.productpage .related-products .button-holder .swiper-button-disabled {
    opacity: .3;
}
footer {
    padding: 45px 0 0 0 !important;
}

.themeclass-reviewcontainerdiv {
    background: #eefde0;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 90px;
}
.themeclass-reviewcontainerdiv .natural-reviews {
    max-width: 1290px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.themeclass-reviewtitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  margin-bottom:10px;
}
.themeclass-reviewdetails {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: 260px;
    margin: 0px auto;
    line-height: 21px;
}
.themeclass-reviewrating {
    text-align: center;
    margin-bottom: 10px;
}
.themeclass-reviewrating i {
    margin: 0 3px;
    font-size: 12px;
}
.themeclass-reviewrating i.empty {
    color: #adb5aa;
}
.gui.gui-login, .gui.gui-register {
    padding-bottom: 60px;
}
.gui-messages ul, .messages ul {
    color: #44772f;
    background: #d5e0b9;
}
.gui a.gui-button-large, .gui a.gui-button-small {
    padding: 10px 20px;
    color: #fff !important;
    border: 0 !important;
    transition: all 0.3s;
}

.gui.gui-login a.gui-button-facebook {
    margin: 12px 0;
}

.product-block-holder.boxed-border {
    padding: 7px;
    cursor: pointer;
}
.product-block-holder.boxed-border:hover {
    box-shadow: 0 0 13px -4px #0000009e;
}
.homepage-brands .swiper-slide {
    border: 1px solid #c3c3c3;
}
.homepage-brands .swiper-slide:hover {
    box-shadow: 0px 0px 3px #c3c3c3;
}
.homepage-brands .home-brands-holder img {
    padding: 5px;
}

.homepagebottom-productlistbackcolor .arrow.arrow-left {
    top: -24px;
    right: 45px;
    background: #a7a7a7;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 25px;
}
.homepagebottom-productlistbackcolor .arrow.arrow-right {
    top: -24px;
    right: 10px;
    background: #a7a7a7;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    line-height: 25px;
}
.homepagebottom-productlistbackcolor .arrow {
    position: absolute;
}
.homepagemain-productlistbackcolor {
    clear: both;
      padding-bottom: 35px;
}
.homepage-brands {
    padding: 75px 0;
}
.homepagecategories-sectionbackcolor {
    padding: 75px 0;
    margin-top: 0;
    clear: both;
}
.homedeliverybackcolor {
    margin-top: 0;
}
.homedeliverybackcolor {
    margin-top: 0;
    padding: 75px 0;
}
.homepageblog-sectionbackcolor {
    margin-top: 0;
    padding: 50px;
}
.homedeliverysecond a {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 12px 33px;
    transition: all 0.3s;
}
.homedeliverysecond p {
    font-weight: 600;
}
.homedeliverysecond h3.headline {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.themeclass-topproductdeal {
    padding: 15px 0 45px 0;
}
.homepagebottom-productlistbackcolor {
    padding-bottom: 75px;
}
.homepage-brands .row.rowmargin80 {
    margin-top: 0;
}
.natural-freecategories .freecategorytitle {
    margin-top: 0;
}
.themeclass-homeblogs {
    padding: 75px 0;
}
.themeclass-homeblogs .row.rowmargin80 {
    margin-top: 0;
}
.themeclass-homeblogs .themeclass-homeblogs {
    padding: 0;
}
.homepagemain-productlistbackcolor .themeclass-homeblogs {
    padding: 0;
    margin-top: 11px;
}
.homepagebottom-productlistbackcolor h3.headline.with-link {
    margin-left: -30px;
}
.homepagemain-productlistbackcolor h3.headline.with-link {
    margin-left: -15px;
}
.homedeliverysecond {
    padding-top: 60px;
}
.homedeliveryfirst img.homedeliveryimg {
    width: 100%;
    height: auto;
}
/* -------------- */

.fancy-box .fancy-cart p, .fancy-box .fancy-cart a.button {
    font-size: 17px !important;
}
.sidebar h4, .sidebar-usps ul li h4 {
    font-size: 17px;
    color: #102342;
}
.sidebar ul li, ul.sidebar-service-links li, .sidebar-usps ul li {
    font-size: 15px;
}
.sidebar-cats {
    padding: 25px 20px;
}
.sidebar .sidebar-usps h4 {
    font-size: 16px;
}
.filters-top select {
    font-weight: 600;
}
.quick-order input, .sticky-addtocart input {
    border: 1px solid rgb(155 155 155 / 40%);
    font-weight: 600;
}
.container.collection {
    padding-bottom: 75px;
}
.fancy-filters-holder h4 {
    color: #426a33;
}
.fancy-filters-holder h5 {
    font-size: 16px;
}
.fancy-filters-holder .price-filter-range {
    font-size: 13px;
    font-weight: 600;
}
.fancy-filters-holder label {
    font-weight: 600;
    font-size: 14px;
}
.product-list-content h4 {
    font-weight: 700;
}
.product-list .description {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.product-list-holder:hover {
    box-shadow: 0 0 13px -4px #00000054;
}
.latest-articles .block a {
    font-size: 14px;
}
.tagcloud li a {
    border: 1px solid rgb(155 155 155 / 50%);
    font-weight: 600;
}
.latest-articles .block .date {
    opacity: .6;
    font-weight: 600;
}
.sidebar-newsletter .sub {
    font-weight: 600;
}
ul.paginate li.static-text {
    font-size: 14px;
    font-weight: 600;
}
.productpage-right form select {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ebeaea !important;
}
.cart-popup-holder .title h4 {
    font-size: 16px !important;
    font-weight: 700;
}
.cart-popup-holder .price {
    font-weight: 600;
}
.cart-popup-holder .cart-popup-related h4, .cart-popup-holder .cart-popup-recent h4 {
    font-size: 25px;
    font-weight: 600;
    opacity: 1;
}
.cart-popup-holder .cart-item-title h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.cart-popup-holder .cart-item-image img {
    width: 90px;
    height: auto;
}
.cart-popup-holder .price span {
    color: #000;
}
.cart-popup-holder .price {
    font-size: 17px;
    font-weight: 600;
}
.cart-popup-holder .sum {
    float: left;
    font-size: 15px;
    font-weight: 600;
  width:100%;
}
.cart-popup-recent .sum span {
    float: left;
}
.cart-popup-recent .sum span.total {
    float: right;
}
.cart-popup-recent .proceed-holder .proceed a {
    font-size: 17px !important;
}
.gui a {
    font-weight: 700;
    font-size: 14px;
}
.gui p {
    font-weight: 600;
    font-size: 15px;
}
.gui .gui-block-title strong {
    color: #eb2424;
    font-size: 18px;
    font-weight: 700;
}
a:focus {
    text-decoration: none;
}
.cart-custom h1 {
    font-size: 36px;
    font-weight: 600;
    margin-left: 24px;
}
.cart-custom h5 {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.cart-custom h4 {
     color: #44772f;
}
.cart-related h2 {
    font-size: 23px;
    font-weight: 700;
}
.cart-custom a.cart-coupon, .cart-custom a.cart-shipping,.cart-custom a.cart-giftcard, .cart-custom form#gui-form-discount,.cart-custom form#gui-form-gift-card input {
    font-weight: 600;
}
.fancy-box h4 {
    color: #0c1a32;
}
.fancy-box.fancy-shippingcosts-holder form select {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 15px;
}
.fancy-box.fancy-shippingcosts-holder form input {
    font-weight: 600;
    font-size: 15px;
}
.fancy-box.fancy-shippingcosts-holder form#gui-form-shipping {
    font-weight: 600;
    font-size: 14px;
}
.cart-custom .cart-related {
    padding-bottom: 75px;
}
.cart-custom .cart-products .brand-txt {
    font-size: 12px;
    opacity: .8;
    font-weight: 600;
}
/* ---------- */
.instagram-feed.instagram-feed {
    padding: 75px 0;
}
#instafeed a {
    height: auto;
    overflow: hidden !important;
    display: block;
    padding-bottom: 100%;
    position: relative;
}
#instafeed a figure {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#instafeed .instafeed-item-wrap {
    width: 16.666666%;
  float:left;
}
.instagram-feed.instagram-feed h3.full-width {
    margin-bottom: 30px;
    padding-left: 10px;

}

/* ---------- */
.payment-icons-holder {
    margin-top: 20px;
    text-align: left;
}
.homedeal-compact .price-old {
    font-size: 16px;
  color:#717679;
}
.product-block .price-strict {
    font-size: 13px;
    font-weight: 600;
}
.productbottomtitle a p {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 15px;
}
.productbottomtitle a p:before {
    position: absolute;
    left: 15px;
    color: #3b3b3d;
    content: '\f101 ';
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 17.6%;
    vertical-align: top;
}
.blogs.homepagetags-sectionbackcolor {
    padding: 75px 0;
}
.blogs.homepagetags-sectionbackcolor .row.rowmargin80 {
    margin-top: 0;
}
.blogs.homepagetags-sectionbackcolor ul.tagcloud {
    margin-top: 14px;
}
.blogs.homepagetags-sectionbackcolor h3.headline {
    padding-left: 15px;
}
.blogs.homepagetags-sectionbackcolor ul.tagcloud li a {
    font-size: 14px;
    color: #a7a7a7;
}

ul.megamenu.compact li:hover a.hoverdimmed::before {
    content: '' !important;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    top: 113px !important;
    pointer-events: none;
}

.product-list-mini .image:after {
    z-index: -1;
}
/* ---------- */
.themeclass-homeblogs a.product-block-quick.quickshop i.fas.fa-search, a.product-block-quick.quickshop i.fas.fa-search {
    font-size: 15px !important;
    bottom: 0 !important;
}

section.text-page__intro {
    padding-bottom: 30px;
}
/*-------------------*/
.gui-blog .gui-page-title {
    margin-left: 24px;
    line-height: 35px;
    margin-bottom: 15px;
}
.gui-blog article.gui-blog-article h1, .gui-blog article.gui-blog-article ul {
    margin-left: 24px;
}
.themeclass-homeblogs .blog-block .summary-holder h3.title {
    font-weight: 700;
}
.gui-blog article.gui-blog-article ul li {
    font-size: 13px;
    color: #102342;
    font-weight: 600;
}

.gui-blog article.gui-blog-article header a {
    display: block;
    max-height: 400px;
    overflow: hidden;
    width: 100%;
}
.gui-blog-article-more {
    text-align: right;
}
.gui-blog-article-more a {
    color: #102342 !important;
}
.gui-blog-article-more a:hover {
    color: #eb2424 !important;
}
.gui-blog .gui-page-title {
    margin-left: 24px;
    line-height: 35px;
    margin-bottom: 35px;
}
.gui-blog article.gui-blog-article ul li a {
    display: inline;
    color: #eb2424;
}
.gui-blog article.gui-blog-article h1 a {
    font-size: 24px;
    font-weight: 700;
    color: #f2553f;
    display: inline;
}
.gui-blog article.gui-blog-article p.gui-blog-article-content.gui-blog-article-summary {
    font-size: 15px;
    font-weight: 600;
    color: #061a2f;
    margin-bottom: 15px;
    line-height: 25px;
    margin-top: 30px;
}
.gui-block, .gui-block-title, .gui-buttons.gui-border, .gui-block-inner, .gui-image,
.gui-faq, .gui-login, .gui-password, .gui-register, .gui-review, .gui-sitemap, .gui-block-linklist li, .gui-table{
    border-color: #eb242426 !important;
}
.gui-block-linklist li {
    padding: 0 5px;
}
.gui-block-linklist li:hover {
    background: #fcdede;
}
.gui.gui-blog {
    padding-bottom: 35px;
}
.gui-blog-nav a {
    color: #f2553f !important;
}
.gui-blog-nav a:hover {
    color: #f2553f !important;
    opacity: .7 !important;
}
.gui-blog-comments h3 {
    color: #102342;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}
.gui-form .gui-col2-equal .gui-col2-equal-col1 {
    width: 100%;
}
.gui-col2-equal .gui-col2-equal-col2 {
    float: right;
    width: 100%;
}
.gui-col2-equal .gui-col2-equal-col2 .gui-field-info {
    padding-top: 5px;
}
.company-details .company-contact {
    order: 2;
}
article.gui-blog-article.gui-blog-article-image p {
    font-size: 15px;
    font-weight: 600;
    color: #061a2f;
    line-height: 25px;
}
.gui, .gui-block-linklist li a {
    color: #102342 !important;
}
.gui-blogshort .gui-blog-article-image .gui-blog-article-content, .gui-blogshort .gui-blog-article-image footer, .gui-blogshort .gui-blog-article-image header {
    width: 100% !important;
    padding-left: 0 !important;
}

.home-slider-holder .swiper-slide:first-child h2.title {
    position: relative;
}

.header-link.langaugemany i.themeclass-icon {
    font-size: 11px;
    line-height: 9px;
}
/* ----------- */
/* 21-12-2021 */
.themeclass-homepagecontent {
    position: relative;
}
/* .themeclass-homepagecontent:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff6b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display:block;
} */
.themeclass-homepagecontent.themeclass-newcontentup:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff6b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display:block;
} 
.themeclass-newcontentup .col-md-12.content h2, .themeclass-newcontentup .col-md-12.content h1 {
    z-index: 2;
    position: relative;
}
/* 09-05-2022 */
.gui-select select.fancy-select {
    padding: 0 20px 0 15px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #8d8d8d;
    border-radius: 2px;
}
.gui-col2-right .gui-col2-right-col1.gui-checkout-steps .gui-block-subtitle.gui-bigger {
    color: #44772f;
    font-size: 20px;
}
.gui-col2-right .gui-col2-right-col1.gui-checkout-steps {
    margin-bottom: 30px;
}
.gui-payment-methods .gui-input {
  height: 40px;
  line-height: 36px;
  padding: 0 10px;
}
/* 14-10-2022 */
.productpage .productpage-right .themeclass-probrand a img {
    width: 80px;
    height: auto;
}
.productpage .productpage-right .themeclass-probrand,
div#custom-exTab2 ul.nav.nav-tabs{
    padding: 0px 15px;
}
.productpage .offer-holder .col-md-12 {
    padding: 0;
}
.productpage-right .themeclass-shipdeliv {
    margin-right: -15px;
    margin-left: -15px;
}
.product-configure .product-configure-custom-option label {
    display: block;
}
.productpage .productpage-right .qty {
    margin-left: 20px;
    margin-right: 15px;
}
.tab-pane.tab-first321 .product-cart-details {
    padding: 0px 15px 30px 15px;
}
.productpage .offer-holder .product-configure > .product-configure-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productpage .offer-holder .product-configure > .product-configure-custom .product-configure-custom-option {
    width: calc(50% - 10px);
}
.productpage .productpage-right h3 {
    line-height: 1.5;
}
.container.collection .content p {
    font-weight: 600;
}
.productpage .productpage-right .product-description p {
    font-size: 12px !important;
    margin: 15px 0;
}
.productpage .themeclass-custprodetailstabs .tab-content ul li {
    font-weight: 400;
}
.productpage-right form select {
    font-size: 16px !important;
}
/* 14-10-2022 */
/* 20-10-2022 */
.productpage .qty input, .qty input, .productpage .productpage-right .qty span i:before {
    color: #000 !important;
    font-weight: 700;
}
.product-cart-details .quantity a.btn:first-child, .inner.quantity2 .input-wrap a:first-child, .product-cart-details .quantity a.btn:last-child, .inner.quantity2 .input-wrap a:last-child {
    color: #000;
}
.product-cart-details input.customQty.border-0.text-center.flex-grow-1, .inner.quantity2 .input-wrap input {
    font-weight: 700;
    color: #000;
}
.productpage .productpage-right .qty span.qtyadd, .qty, .productpage .productpage-right .qty span.qtyminus,
.product-cart-details .quantity a.btn:first-child, .inner.quantity2 .input-wrap a:first-child,
.product-cart-details .quantity a.btn:last-child, .inner.quantity2 .input-wrap a:last-child,
.product-cart-details .quantity, .inner.quantity2 .input-wrap {
    border: 1px solid #ddd;
    border-radius: 0;
}
.productpage .productpage-right .qty span.qtyadd,
.product-cart-details .quantity a.btn:last-child, .inner.quantity2 .input-wrap a:last-child{
    border-right: none;
}
.product-cart-details .quantity a.btn:first-child, .inner.quantity2 .input-wrap a:first-child {
    border-left: none;
}
/*--------- media responsive css start -------- */
@media (max-width: 1280px){
.themeclass-homenewsletter form {
    margin: 0px 0 0 60px;
    max-width: 69%;
    width: 69%;
}
  .themeclass-homenewsletter form div.input input {
    width: 45%;
}
  .themeclass-homepagecontent .col-md-8 {
    padding-bottom: 60px;
}
  .themeclass-homeblogs .blog-block .summary-holder h3.title {
    font-size: 23px;
}

  #header-holder.headerscrolled .topmenus.themeclass-topmenus ul {
    padding-left: 0;
}
#header-holder.headerscrolled div#header-content .header-hallmark {
    margin-left: 0px !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px){
  .themeclass-footercopyrightmenus {
    width: 33%;
}
  .themeclass-footercopyrightmenus ul {
    padding-left: 0 !important;
}
}
@media (max-width: 1024px){
.home-slider.full-height {
    height: calc(33vh - 130px);
    min-height: 400px;
}

.themeclass-main-topmenus .menubarcenter nav ul li {
    margin-right: 21px!important;    
}

.themeclass-main-topmenus .righticons {
    width: 10%;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder .product-list-mini img {
    width: 154px !important;
    min-height: 250px !important;
    max-width: 154px !important;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {  
    margin-right: 1em;
 }  
.logodiv {
    width: 15%;
}  
  .themeclass-main-topmenus .logodiv {
    margin-right: 3rem;
}
  div#header-content {
    display: block;
}
  .header-left {
    width: 14%;
    float: left;
}
  header .header-left .socials {
    margin-top: 0;
    margin-left: 0;
}
.header-hallmark {
    width: 10%;
    float: left;
}
  .themeclass-headercenter {
    width: 76%;
    float: left;
    margin-right: 0 !important;
}
.header-right {
    width: 45%;
    margin: 0px auto;
}
  .themeclass-homepagecontent .col-md-8 h1 {
    font-size: 33px;
}
  .themeclass-homepagecontent .col-md-8 p {
    width: 77%;
}
  .themeclass-homepagecontent .col-md-8 {
    padding-bottom: 60px;
}
  .themeclass-homenewsletter form {
    margin: 0 0 0 30px;
}
  .themeclass-homenewsletter form div.input input {
    width: 44%;
}  
  .natural-freecategories .freecategory-container {
    padding: 20px;
}
  .themeclass-homeblogs .blog-block .summary-holder h3.title {
    font-size: 20px;
}
  .themeclass-srcinputbox .search-holder {
    max-width: 300px;
}
/*   product detail page */
  .productpage-right .themeclass-shipdeliv span.themeclass-shipping50, .productpage-right .themeclass-shipdeliv span.themeclass-deliveryfree {
    display: block;
}
  html.translated-ltr .productpage-right button.btn-addtocart {
    padding: 13px 23px 13px 53px;
}
  html.translated-ltr .btn-addtocart .icon-holder {
    left: 10px;
}
  .productpage .offer-holder {
    padding: 20px 20px 20px 20px;
}
  .productpage .productpage-right h1 {
    padding-left: 20px;
}
  .productpage .title-appendix {
    margin-top: -20px;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -52px;
    margin-bottom: -52px;
}
  .themeclass-footercopyright .copyright p {
    width: 100%;
    text-align: center;
}
  footer.themeclass-footerstarts .socials.themeclass-footersocialmedia {
    float: left;
}
  .themeclass-footercopyrightmenus {
    float: left;
    margin-left: 20%;
}
}
@media (max-width: 991px){
.home-slider.full-height {
    height: calc(75vh - 130px);
    min-height: 400px;
}
.header-center.themeclass-headercenter {
    text-align: center;  
   margin-right: -7rem;
}
.themeclass-topmenus {
    text-align: left;
    width: 150px;
    margin-right: 0px;
    max-width: 100%;
}
 .header-right { 
    padding-left: 0;
} 
header .header-left .socials {
    margin-top: 0;
    margin-left: 50px;
    width: 100%;
}  
#header-holder.headerscrolled {
    padding: 5px 0;
}
.header-center.themeclass-headercenter a img.logo {
    display: none;
}
  .themeclass-headercenter {
    width: 63%;
}
  .themeclass-topmenus {
    width: 100%;
}
  .topmenus.themeclass-topmenus ul {
    margin: 0;
    padding-left: 0;
}
  .header-right {
    width: 23%;
    float: left;
}
  .categories-button.small {
    transform: translateY(20%);
}
  #header-holder.headerscrolled div#mobilenav {
    top: 10%;
    transform: translateY(20%);
}
  .headerscrolled #header-content {
    height: 28px;
}
  body {
    padding-top: 28px;
}
  header div#navbar {
    display: block !important;
}
  .themeclass-main-topmenus .righticons {
    width: 11%;
}
  footer.themeclass-footerstarts .visible-sm {
    display: none !important;
}
  footer, footer.themeclass-footerstarts p.contact-description {
    text-align: left !important;
}
  footer.themeclass-footerstarts .row {
    display: flex;
    flex-wrap: wrap;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder .product-list-mini img {
    width: 100% !important;
    max-width: 100% !important;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 18.9%;
}
  .mobile-nav-holder .mobile-nav-header h2 {
    display: none;
}
  .mobile-nav-holder .mobile-nav-header .mobile-nav-actions .x {
    top: 15px;
    left: 15px;
}
.x:before, .x:after {
    width: 25px;
    border-top: 4px solid #0a2441;
    border-radius: 4px;
}
  .mobile-nav-holder .x {
    border: none;
}
.mobile-nav-holder .mobile-nav ul.categories li {
  position:reletive;
    padding: 15px 25px;
}
.mobile-nav-holder .mobile-nav ul.categories li:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #fff;
    left: 0;
    right: 0;
}
  .mobile-nav-holder .mobile-nav ul.categories li li:after {
    left: -50px;
    width: 370px;
}
  .mobile-nav-holder .mobile-nav ul.categories li li li:after {
    left: -100px;
    width: 390px;
}
    .mobile-nav-holder .mobile-nav ul.categories li li li li:after {
    left: -150px;
    width: 410px;
}
.mobile-nav-holder .mobile-nav ul.categories li li:last-child:after {
  display:none;
}
 .mobile-nav-holder .mobile-nav {
    padding: 0;
    background: #f0f0f0;
}
.mobile-nav-holder .mobile-nav ul.categories li a {
    font-weight: 600;
}
  .mobile-nav-holder .mobile-nav ul.bottom {
    margin-top: 0;
}
  .mobile-nav-holder .mobile-nav ul.bottom li {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding: 15px 25px;
}
    .natural-freecategories .freecategory-container {
    padding: 15px;
}
  .productpage .productpage-right .mobile-title h4 {
    display: none;
}
  a.mobile-wishlist.visible-sm.visible-xs.visible-xxs {
    display: none !important;
}
  .productpage .addtocart {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 20px;
}
  .productpage .productpage-right .qty {
    left: 20px;
}
  .productpage .title-appendix {
    margin-top: 0;
}
  .productpage-right button.btn-addtocart {
    padding: 13px 20px 13px 13px;
}
    .natural-freecategories .freecategory-container {
    width: 20%;
}
  .header-center.themeclass-headercenter {
    margin-top: 4px;
}
  .header-right {
    margin-top: 4px;
}
  .productpage .productpage-right .visible-xxs.visible-sm {
    display: none !important;
}
/*   .productpage-right .themeclass-shipdeliv {
    margin: 0px 0;
} */
  .productpage .offer-holder {
    padding: 10px 20px 20px 20px;
}
  .productpage .productpage-right .offer-holder form .col-md-12.rowmargin {
    margin-top: 15px;
}
  .productpage-right button.btn-addtocart {
    padding: 13px 20px 13px 50px;
}
  .themeclass-productdetailsrelated .button-holder {
    top: 0;
}
  .sidebar-newsletter input[type=email] {
    width: 50%;
}
  .themeclass-topsinglecategory {
    display: block;
}
  .themeclass-topsinglecategory .themeclass-cataloglink {
    position: static;
}
  .themeclass-footercustomerservice li.themeclass-footerphnum {
    margin-left: 0;
}
  .themeclass-homepagecontent .col-md-12, .themeclass-homepagecontent .col-md-4 {
    padding-right: 0;
}
  .homedeliverysecond {
    text-align: center;
}
  
}
@media (max-width: 926px){
.themeclass-headercenter {
    width: 61%;
}
  .header-left {
    width: 15%;
}
  .header-right {
    width: 24%;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 18.8%;
}

  .home-slider-holder .slider-text .button.button-large {
    padding: 15px 50px;
}
  .home-slider.full-height {
    height: calc(71vh - 130px);
    min-height: 400px;
}
  .themeclass-main-topmenus .righticons {
    width: 12%;
}
  header .header-right .topmenus ul li {
    padding: 0px 4px;
}
  .themeclass-footercopyrightmenus {
    margin-left: 17%;
}
}
@media (max-width: 896px){
.header-left {
    width: 35%;
    float: left;
}
  .themeclass-headercenter {
    width: 65%;
    text-align: right !important;
}
  .header-right {
    display:none;
}
  .themeclass-main-topmenus .righticons {
    width: 14%;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 18.8%;
}

  .home-slider-holder .slider-text .button.button-large {
    padding: 15px 50px;
}
  .home-slider.full-height {
    height: calc(71vh - 130px);
    min-height: 400px;
}
  .stars i {
    padding: 0px;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -46px;
    margin-bottom: -46px;
}
  .themeclass-footercopyrightmenus {
    margin-left: 16%;
}
}
@media (max-width: 844px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 18.7%;
}
  .themeclass-footercopyrightmenus {
    margin-left: 18%;
}
  .themeclass-footercopyrightmenus ul {
    padding-left: 0;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -43px;
    margin-bottom: -43px;
}
}
@media (max-width: 823px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 18.6%;
}
}
@media (max-width: 812px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 18.6%;
}

  .home-slider-holder .slider-text .button.button-large {
    padding: 10px 40px;
    font-size: 16px;
}

  .productpage .productpage-right {
    padding-top: 0;
}
  .productpage-right button.btn-addtocart {
    padding: 13px 20px 13px 40px;
}
  .btn-addtocart .icon-holder {
    left: -2px;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -41px;
    margin-bottom: -41px;
}
}
@media (max-width: 768px){
.header-right.text-right {
    display: none;
}
  .header-left {
    width: 25%;
}
  .themeclass-headercenter {
    width: 75%;
}
  .themeclass-main-topmenus .righticons {
    width: 15%;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 31.5%;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    margin: 20px .5em 0 .5em;
}
  .themeclass-homelifestyle-singlecategory-subheading {
    margin-bottom: 30px;
}
  .themeclass-homelifestyle-singlecategory-subheading {
    margin-bottom: 30px;
}
.themeclass-footercopyright .copyright p {
    text-align: center;
    line-height: 17px;
    margin-top: 10px;
}
  .themeclass-footercopyright .copyright p {
    width: 100%;
}
  .themeclass-footercopyrightmenus {
    float: none;
    margin: 0;
}
.themeclass-footercopyrightmenus ul {
    padding-left: 0;
}
  .themeclass-homenewsletter form div.input input {
    width: 40%;
}
  .home-slider.full-height {
    height: calc(41vh - 130px);
    min-height: 400px;
}

  .home-slider-holder .slider-text .button.button-large {
    padding: 15px 40px;
}
.productpage .productpage-right .product-price .col-xs-6 {
    width: 100%;
}
  .productpage-right button.btn-addtocart {
    padding: 13px 15px 13px 15px;
}
.productpage-right {
    margin-top: 0;
}
  .themeclass-productdetailsrelated h4.block-title, .productpage .themeclass-productdetailsrelated>div:last-child {
    border: none !important;
}
  .productpage .themeclass-productdetailsrelated h4.block-title:after{
  	display:none;
  }
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -38px;
    margin-bottom: -38px;
}
  .product-block .product-label, .product-label{
		position: absolute !important;
  }
  .product-list .description {
    height: auto;
}
  .blogs h3.title, .blog-block .summary p {
    height: auto;
    overflow: hidden;
}
  footer.themeclass-footerstarts .socials.themeclass-footersocialmedia {
    width: 100%;
}

}
@media (max-width: 767px){
.socials.topsocialicons, .header-center.themeclass-headercenter ,.menubarcenter{
    display: none;
}
  .categories-button.small {
    transform: translateY(20%);
    position: initial;
    padding: 5px 0;
}
  .logodiv {
    width: 100%;
    text-align: center;
}
  .themeclass-main-topmenus .col-md-12 {
    display: block !important;
}
.themeclass-main-topmenus .righticons {
    width: 12%;
    position: fixed;
    top: 10px;
    right: 0;
}
  .themeclass-main-topmenus .righticons i, span.themeclass-srcicon:before {
    font-size: 15px;
}
  span.themeclass-srcicon:before {
    left: -15px;
    top: -2px;
}
  .themeclass-main-topmenus .righticons a {
    padding: 0 5px;
}
  .cart-icon #qty {
    height: 15px;
    width: 15px;
    line-height: 15px;
}
#header-holder {
    z-index: 222;
    padding: 5px 0;
}
  .natural-freecategories .freecategory-container {
    width: 25%;
}
  #navbar.borders {
    border-top: none;
    margin-top: 10px;
}
  footer.themeclass-footerstarts .container.footer .col-md-3 {
    width: 50%;
}
  .themeclass-homepagecontent .col-md-12, .themeclass-homepagecontent .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
  .themeclass-homepagecontent .col-md-8 {
    padding-left: 40px;
}
  .home-slider-holder .arrow {
    width: 20px;
    height: 40px;
    line-height: 40px;
}
  .breadcrumbs .col-md-12 {
    width: 100%;
    margin-left: 0;
}
#instafeed .instafeed-item-wrap {
    width: 50%;
}
}
@media (max-width: 736px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 31.4%;
}
  .productpage .themeclass-custprodetailstabs .tab-content {
    width: 100%;
}
  .themeclass-main-topmenus .righticons {  
    width: 13%;
}
}
@media (max-width: 667px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 31%;
}
  .themeclass-newcontentup .col-md-12.content h1 {
    font-size: 80px;
}
  .themeclass-newcontentup .col-md-12.content h2 {
    font-size: 40px;
}
footer.themeclass-footerstarts .row .col-md-3.col-sm-6 {
    width: 50%;
}
  .themeclass-main-topmenus .righticons {
    width: 14%;

}
}
@media (max-width: 640px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 31.2%;
}
  .themeclass-newcontentup .col-md-12.content h1 {
    font-size: 70px;
}
  .themeclass-newcontentup .col-md-12.content h2 {
    font-size: 30px;
}
  
  .themeclass-homenewsletter form div.input {
    width: 100%;
}
.themeclass-homenewsletter form div.input input {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
}
  footer.themeclass-footerstarts .col-md-3.col-sm-6 {
    width: 50%;
}
  .themeclass-homenewsletter form {
    top: -6rem;
}
  .newsletter .submit {
    top: initial;
    width: 100%;
}
.themeclass-main-topmenus .righticons {
    width: 15%;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -66px;
    margin-bottom: -66px;
}
}
@media (max-width: 575px){
footer.themeclass-footerstarts .col-md-3.col-sm-6 {
    width: 100%;
}
.home-slider.full-height {
    height: calc(46vh - 130px);
    min-height: 400px;
}

  .home-slider-holder .slider-text .button.button-large {
    display:none;
}
  .home-slider-holder .swiper-slide:first-child .slider-content-container {
    background-position: left;
}
.product-block .product-label, .product-label {
    top: 0px !important;
}
  .product-list-image-holder {
    vertical-align: top !important;
}
  .product-block-image, .product-list-image {
    overflow: hidden;
    position: relative;
}
  .sidebar-newsletter input[type=email] {
    width: 100%;
}
}
@media (max-width: 568px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 30.9%;
}
  .themeclass-homepagecontent .col-md-12, .themeclass-homepagecontent .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
  .themeclass-homenewsletter h3, .newsletter-sub {
    width: 100% !important;
}
  .themeclass-homenewsletter form {
    top: 1rem;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
}
.themeclass-homenewsletter {
    padding: 50px 30px 100px 30px;
}
  .themeclass-newsletterfooter .newsletter .submit {
    width: 92%;
}
  .themeclass-main-topmenus .righticons {
    width: 16%;
}

}
@media (max-width: 567px){
.natural-freecategories .freecategory-container {
    width: 33.3%;
}
}
@media (max-width: 540px){
.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 30.7%;
}
}
  @media (max-width: 480px){
  .productpage .nav-tabs>li {
    width: 100%;
}
    .productpage .themeclass-custprodetailstabs .nav-tabs>li.active {
    border-bottom: 1px solid #749718;
}
    .themeclass-topsinglecategory .themeclass-cataloglink a {
    padding: 19px 26px;
}
    .category.themeclass-catalogcategoriesown {
    width: 100%;
}
    .productpage .themeclass-custprodetailstabs .nav-tabs {
    border-bottom: none;
}
    .themeclass-homedealdesp .themeclass-leftsec .product-label {
    font-size: 18px !important;
}
    
  }
@media (max-width: 428px){
.home-slider-holder .slider-text .title {
    width: 100%;
}
  .home-slider-holder .slider-text-holder {
    padding: 30px 30px;
}
  .home-slider-holder .slider-text .title {
/*     font-size: 39px; */
}
  .home-slider-holder .slider-text .button.button-large {
    padding: 19px 50px;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 46.7%;
}
  .themeclass-homepagecontent .col-md-12 .row .col-md-12 h1 {
    font-size: 56px;
}
    .themeclass-homepagecontent .col-md-12, .themeclass-homepagecontent .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
    .themeclass-homenewsletter h3, .themeclass-homenewsletter .newsletter-sub {
    width: 100%;
}
.themeclass-homenewsletter form {
    top: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
  .themeclass-homenewsletter form div.input input {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
  .themeclass-homenewsletter form span.submit {
    top: initial;
    left: 0;
}
  .themeclass-homenewsletter {
    padding: 50px 30px 100px 30px;
}
  .themeclass-homenewsletter form div.input {
    width: 100%;
}
  .themeclass-footercopyright .copyright p {
    text-align: center;
}
  .themeclass-newsletterfooter .newsletter .submit {
    width: 89%;
}
  .themeclass-main-topmenus .righticons {
    width: 21%;
}
  .themeclass-newcontentup .col-md-12.content h1 {
    font-size: 60px;
}
  .natural-freecategories .freecategory-container {
    width: 50%;
    padding: 30px;
}
}
  @media (max-width: 480px){
footer.themeclass-footerstarts .row .col-md-3.col-sm-6 {
    width: 100%;
}
  .newsletter .input {
    padding-right: 0;
}
  .themeclass-newsletterfooter .newsletter .submit {
    width: 100%;
}
  .custom-service .contact-item i {
    width: 15px;
    height: 35px;
}
}

@media (max-width: 425px){
  .home-slider-holder .slider-text .title {

}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 46.5%;
}
  .themeclass-homepagecontent .col-md-12, .themeclass-homepagecontent .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.themeclass-newcontentup .col-md-12.content h1 {
    font-size: 55px;
}
  .themeclass-newcontentup .col-md-12.content h2 {
    font-size: 40px;
}
  .container.custom-service .company-details {
    display: block;
}
  .container.custom-service .company-details .flex-col.col-50 {
    width: 55%;
}
  .company-contact.flex-col.col-50 {
    margin-bottom: 20px;
}
}
@media (max-width: 414px){
.themeclass-homecategorybutton a.themeclass-homecategorybutton-link {
    padding: 15px 19px;
}
  .themeclass-homepagecontent .col-md-8 h1 {
    font-size: 27px;
}

  footer.themeclass-footerstarts .row .col-md-3.col-sm-6 {
    width: 100%;
}
  #notification {
    padding: 12px 12px;
}
  .themeclass-main-topmenus .righticons {
    width: 23%;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -41px;
    margin-bottom: -41px;
}
}
@media (max-width: 390px){

  #notification {
    text-align: center;
    padding: 12px 20px;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 46.3%;
}
  .themeclass-homecategorybutton a.themeclass-homecategorybutton-link {
    font-size: 17px;
}
  .themeclass-newcontentup .col-md-12.content h1 {
    font-size: 50px;
}
  .themeclass-newcontentup .col-md-12.content h2 {
    font-size: 30px;
}
  .themeclass-main-topmenus .righticons {
    width: 24%;
}
}
@media (max-width: 375px){
#notification {
    padding: 12px 15px;
}
  .home-slider-holder .slider-text-holder {
    padding: 30px 30px;
}
  .home-slider-holder .slider-text .title {
    width: 100%;
}

  .home-slider-holder .slider-text .button.button-large {
    padding: 19px 25px;
}
  .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 46%;
}
  .themeclass-homecategorybutton a.themeclass-homecategorybutton-link {
    padding: 15px 20px;
    font-size: 15px;
}
  .themeclass-homeblogs a.themeclass-bloghome-bottomlink {
    padding: 19px 40px;
}  
  .themeclass-homelifestyle-singlecategory-heading h2, .themeclass-homeblogs h3.headline {
    font-size: 23px;
}

  .themeclass-homepagecontent .col-md-8 h1 {
    font-size: 25px;
}
  .themeclass-newcontentup .col-md-12.content h1 {
    font-size: 44px;
}
  .themeclass-newcontentup .col-md-12.content h2 {
    font-size: 30px;
}
  .themeclass-main-topmenus .righticons {
    width: 25%;
}
  .natural-freecategories .freecategory-container {
    padding: 20px;
}
}
@media (max-width: 360px){
footer.themeclass-footerstarts .col-md-3.col-sm-6 {
    width: 100%;
}
  .collection .product-grid {
    width: 100%;
}
  #notification {
    font-size: 16px;
}
  #notification, #notification a {
    font-size: 14px;
}
  .themeclass-srcinputbox .search-holder {
    top: 3px;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -36px;
    margin-bottom: -36px;
}
  .collection-products-row .product-list-holder .product-list .product-list-content .margin-top-half.text-cdenter a {
    font-size: 12px;
}
  .collection-products-row .product-grid {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.collection-products-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0;
}
.custom-filters-holder .filters-top select {
    padding: 0 20px 0 10px;
    margin-left: 5px;
}
}
@media (max-width: 320px){
.themeclass-main-topmenus .righticons {
    width: 29%;
}
  #notification,   #notification a {
    font-size: 14px;
    font-weight: 300;
}

  .home-slider-holder .slider-text .button.button-large {
    font-size: 15px;
}
 .themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    width: 96%;
}
  .themeclass-homecategorybutton a.themeclass-homecategorybutton-link {
    padding: 15px 15px;
    font-size: 13px;
}
  .themeclass-homecategories .category {
    width: 100%;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -32px;
    margin-bottom: -32px;
}
  .productpage-right button.btn-addtocart {
    font-size: 13px;
} 
.themeclass-productdetailsrelated .button-holder {
    right: 8px !important;
}
  .productpage .productpage-left .product-image-holder.focuszoomimage .swiper-slide img.img-responsive {
    margin-top: -32px;
    margin-bottom: -32px;
}
  .product-grid.even {
    padding-left: 15px;
}
}
@media (max-width: 280px){
.themeclass-homecategorybutton a.themeclass-homecategorybutton-link {
    padding: 15px 12px;
    font-size: 12px;
}
  .themeclass-homepagecontent .col-md-8 a.button {
    padding: 20px 20px;
}
  .themeclass-newcontentup .col-md-12.content h1 {
    font-size: 38px;
}
  .themeclass-newcontentup .col-md-12.content h2 {
    font-size: 23px;
}
  .themeclass-homeblogs a.themeclass-bloghome-bottomlink {
    padding: 19px 24px;
}
  .themeclass-main-topmenus .righticons {
    width: 34%;
}
}

.logodiv, .menubarcenter, .righticons {
    float: left;
    padding: 10px 0;
}
.themeclass-main-topmenus .menubarcenter ul.megamenu li ul.megamenu {
    margin-top: 8px !important;
    padding: 50px 25px !important;
}

ul.megamenu.compact li:hover a.hoverdimmed::before {
    content: '' !important;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    top: 122px !important;
    pointer-events: none;
}

.fancy-select {
    line-height: 13px;
}
.fancy-cart .cart-item-holder .cart-item-title .price {
    color: #f2553f;
}/*
.themeclass-homepagecontent {
    padding-bottom: 70px;
}*/

.themeclass-homepagecontent.themeclass-newcontentup {
    padding-top: 70px;
    padding-bottom: 70px !important;
}
.themeclass-footercustomerservice li.themeclass-footerphnum a {
    color: #fbdfd3 !important;
}
.themeclass-cataloglistsubcategory .col-md-12.rowmargin {
    margin-top: 0;
}
.themeclass-cataloglistsubcategory .rowmargin.themeclass-homeblogs.themeclass-catalogfeaturedpro {
    margin-top: 0 !important;
    padding-top: 10px;
    margin-bottom: 0;
}
.themeclass-cataloglistsubcategory .themeclass-categorysub {
    margin-bottom: 0;
}
#navbar nav>ul>li>a.dropdown:before {
    top: -3px;
}
ul.megamenu.compact li:hover a.dropdown:after {
    bottom: -14px;
  	left: 0;
    right: 0;
    margin: 0px auto;
}
.gui-messages ul.gui-success {
    background: #f7d5c5;
    color: #f2553f;
}
.collection-products-row {
    flex-wrap: wrap;
    display: flex;
}
.collection-products-row .product-block-holder.boxed-border {
    height: 100%;
}
.container.catalog.themeclass-cataloglistsubcategory .col-md-12.rowmargin {
    margin-top: 30px;
}
.themeclass-homelifestyle-singlecategory .product-list-mini-holder .product-list-mini .title h5 {
    padding: 10px;
}
.themeclass-homedealdesp .themeclass-leftsec .product-label {
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 66px !important;
}

.themeclass-homelifestyle-singlecategory .product-list-mini-holder {
    min-height: 367px;
}
.themeclass-homedealdesp .themeclass-rightsec .homedeal-compact .price-holder br {
  display:none;
}
.productpage .productpage-right h3 {
}
.productpage .related-products .button-holder .swiper-related-next, .productpage .related-products .button-holder .swiper-related-prev {
    color: #ffffff;
    border: none;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia li {
    border: 1px solid #d5e0b9;
    border-radius: 100%;
    margin: 0 10px;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul li a {
    line-height: 2;
}
footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul {
    margin-top: 3px;
}
.themeclass-homedealdesp .themeclass-leftsec .product-label {
    width: 55% !important;
}
.homepagefreecategories-listbackcolor {
    clear: both;
}
.believebgparallax {
    padding-bottom: 0;
}/*
.homepagecontent-sectionbackcolor {
    padding-top: 70px;
}*/
.fancy-box.flyout {
    right: 32px;
}
.fancy-box.flyout.fancy-language-holder {
    right: -15px;
}
.searchcontent {
    font-size: 20px;
    padding: 5px;
}
.searchcontent .searchresults ul li a h4 {
    text-transform: uppercase !important;
    font-size: 19px;
    font-weight: bold;
}
.container.themeclass-newcontentup {
    padding-bottom: 0;
}
.categoryfeaturedproduct {
    color: #102342;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
}
.categorypagefeaturedslidercontainer {
    padding: 70px 15px;
}
.categorypagefeaturedslidercontainer .themeclass-homeproducts-slider-holder .swiper-wrapper .product-block-holder {
    padding: 7px;
}
.categorypagefeaturedslidercontainer .themeclass-homeproducts-slider-holder .swiper-wrapper .product-block-holder:hover {
    box-shadow: 0 0 13px -4px #0000009e;
}
footer.themeclass-footerstarts .col-md-3 {
    width: 30%;
}
footer.themeclass-footerstarts .col-md-3:first-child {
    width: 19%;
    padding: 0 15px 0 35px;
}
footer.themeclass-footerstarts .col-md-3:nth-last-child(2) {
    width: 21%;
}
.product-details .themeclass-productdetailsrelated .related-products {
    border-top: 1px solid #0a2441;
    padding-top: 50px;
}
.product-details .themeclass-productdetailsrelated .related-products .button-holder {
    top: 10%;
}
.productpage .product-details .wishlist {
    width: 24px;
}
.header-center.themeclass-headercenter {
    margin-right: 0;
}
.header-center.themeclass-headercenter {
    margin-right: -5rem;
    padding: 0;
}
.header-right {
    padding-top: 0px;
    padding: 0;
}

footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul {
    float: right;
}
footer.themeclass-footerstarts .footer-bottom .container {
    padding: 0 30px;
}
.themeclass-newsletterfooter .newsletter .submit {
    font-size: 15px;
    text-transform: uppercase;
}
.footer ul li:last-child {
    border-bottom: 0;
}
.themeclass-footercustomerservice li.themeclass-footerphnum {
    padding: 8px 40px 8px 65px !important;
  display: inline-block;
    width: auto !important;
}
.themeclass-newsletterfooter .newsletter .submit {
    width: 95%;
}
.newsletter .input {
    padding-right: 0;
    width: 95%;
}

.collection-products-row .product-block-quick.compare i {
    margin: 0;
}
.collection-products-row .product-block-quick.compare {
    padding: 0 7px;
}

.product-block-holder:hover .product-block-quick {
    padding: 0;
    text-align: center;
}
.product-block-holder:hover .product-block-quick i {
    margin-right:0;
}

.themeclass-main-topmenus nav .subcat-image {
    width: 100%;
}
.maxheight .row {
    display: flex;
    flex-wrap: wrap;
}
#navbar ul.megamenu .maxheight {
    max-height: fit-content !important;
    overflow: visible;
}

select.currencymany, select.langaugemany {
    padding: 0;
    height: auto;
    background: none;
    border: none;
    width: auto;
    display: inline-block;
  	padding: 2px 10px !important;
  	border-left: 1px solid #061a2f;
    font-weight: 600;
}
a.header-link.currencymany,
.header-link.langaugemany{
    position: relative !important;
}
.header-link.langaugemany {
    cursor: pointer;
    padding: 0 5px;

}
a.header-link.currencymany .fancy-select {
    position: absolute;
        top: 19px;
    padding: 5px 0px;
    font-weight: 700;
  opacity:0;
  visibility:hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  height:0;
  width: 70px !important;
    right: -18px;
    max-width: 70px;
}
a.header-link.currencymany .fancy-select span {
  display: inline-block;
  font-size:13px;
    padding: 5px 10px !important;
    font-weight: 700;
  text-align:center;
      width: 100%;
}
a.header-link.currencymany .fancy-select span:last-child {
    border-bottom: none;
}
.langaugemany .fancy-select {
    position: absolute;
    text-align: left;
    top: 24px;
    background: #d5e0b9;
    height: auto;
    padding: 5px 0px;
    border-left: none !important;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    width: 70px !important;
    right: -18px;
    max-width: 70px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  height:0;
}
.langaugemany .fancy-select .internaldiv {
    display: inline-block;
    text-align: center;
    padding: 5px 10px !important;
    font-weight: 700;
    cursor: pointer;
    height: auto !important;
    border-left: none !important;
    width: 100%;
    border-bottom: 1px solid #c1cbaa;
}
.langaugemany .fancy-select .internaldiv:last-child {
    border-bottom: none;
}
a.header-link.currencymany.active .fancy-select{
  opacity:1;
  visibility:visible;
  z-index: 99999;
  cursor: pointer;
  height:auto;
}
.header-link.langaugemany.active .fancy-select {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    cursor: pointer;
  height:auto;
}
.user-actions .current-lang {
    font-size: 13px;
}
a.header-link.currencymany {
    border-right: 1px solid #061a2f !important;
}
a.header-link.currencymany {
    padding-right: 0 !important;
}
.mobile-nav-holder .mobile-nav li.fancy-locale .internaldiv,
.mobile-nav-holder .mobile-nav li.fancy-locale span{
    display: inline-block;
    padding: 0px 8px;
    cursor: pointer;
}
.mobile-nav-holder .mobile-nav li.fancy-locale .internaldiv:last-child,
.mobile-nav-holder .mobile-nav li.fancy-locale span:last-child{
    border-right: none;
}
.mobile-nav-holder .mobile-nav li.fancy-locale .internaldiv:first-child,
.mobile-nav-holder .mobile-nav li.fancy-locale span:first-child{
    padding-left: 0;
}

/* 27-9-2022 */
.col-md-12 .menubarcenter ul.smallmenu li a.dropdown.hoverdimmed {
    letter-spacing: 0 !important;
}
.col-md-12 .menubarcenter ul.smallmenu li {
    margin-right: 18px!important;
}
 .col-md-12 .logodiv {
    margin-right: 0 !important;
    width: 37%;
}
@media (max-width: 991.98px) {
.productpage .qty input, .qty input {
    width: 100px !important;
}
  .productpage .productpage-right .qty span.qtyadd {
    width: 30px !important;
}
  .productpage .productpage-right .qty span.qtyminus {
    width: 30px;
}
  .product-cart-details .quantity a.btn:first-child, .inner.quantity2 .input-wrap a:first-child {
    width: 30px;
}
  .product-cart-details .quantity a.btn:last-child, .inner.quantity2 .input-wrap a:last-child {
    width: 30px;
}
  .product-cart-details input.customQty.border-0.text-center.flex-grow-1, .inner.quantity2 .input-wrap input {
    width: 130px !important;
}
}

@media (max-width: 1399.98px) {
  .themeclass-main-topmenus .righticons {
    width: 9%;
}
  .homepagemain-productlistbackcolor h3.headline.with-link {
    margin-left: 0;
}
  .themeclass-homedealdesp .themeclass-leftsec .product-label {
    width: 60% !important;
}
    body.layout-custom.non-touch-device .col-md-12 .menubarcenter ul.smallmenu li a {
    font-size: 16px !important;

}
  .col-md-12 .menubarcenter ul.smallmenu li {
    margin-right: 17px!important;
}
}
  
  @media (max-width: 1333px){
 .col-md-12 .menubarcenter ul.smallmenu li {
    margin-right: 10px!important;
}
  .col-md-12 .menubarcenter ul.smallmenu li a {
    font-size: 14px !important;
}
 .col-md-12 .logodiv {
    margin-right: 0 !important;
    width: 32%;
}
  }
@media (max-width: 1280px) {
div#header-holder .container {
    max-width: 100% !important;
}
  .header-right {
    padding: 0;
}
  .header-center.themeclass-headercenter {
    padding: 0;
}
  .themeclass-footercopyright .copyright p {
    width: 60%;
}
  .themeclass-footercopyrightmenus {
    width: 20%;
}
}
@media (max-width: 1199.98px) {
  .header-left {
    width: 17%;
}
.themeclass-headercenter {
    width: 70%;
    text-align: right !important;
}
  .header-right {
    width: 42%;
    margin: 0px auto;
    display: inline-block;
}
  header .header-right .topmenus, header .header-right .user-actions {
    float: left;
    width: 49%;
}
  body {
    padding-top: 28px;
}
  .themeclass-main-topmenus .righticons {
    width: 10%;
}
.logodiv {
    width: auto;
}
  .themeclass-main-topmenus .menubarcenter {
    width: 80%;
}
    .themeclass-footercopyright .copyright p {
    width: 70%;
}
  .themeclass-footercopyrightmenus {
    width: 10%;
}
  .themeclass-homedealdesp .themeclass-rightsec a.button {
    padding: 13px 70px;
}
}
@media (max-width: 1024px) {
.themeclass-main-topmenus .menubarcenter {
    width: 74%;
}
  .themeclass-footercopyrightmenus {
    float: left;
    margin-left: 20%;
    display: none;
}
  footer.themeclass-footerstarts .socials.themeclass-footersocialmedia {
    float: left;
    width: 100%;
}

.themeclass-headercenter {
    width: auto;
}
  .topmenus.themeclass-topmenus ul {
    margin: 0;
    padding: 0;
}
.header-right {
    padding: 0;
    display: flex;
    justify-content: center;
}
  header .header-right .topmenus, header .header-right .user-actions {
    float: left;
    width: auto;
}
body {
    padding-top: 28px;
}
  .themeclass-homedealdesp .themeclass-leftsec .product-label {
    width: 70% !important;
}
  footer.themeclass-footerstarts .socials.themeclass-footersocialmedia ul {
    float: none;
}
  footer.themeclass-footerstarts .footer-bottom {
    padding: 0 0 5px 0;
}
.themeclass-footercopyright .copyright p {
    width: 100%;
}
  .home-slider-holder .customslide1 h2, .home-slider-holder .customslide2 h2, .home-slider-holder .customslide3 h2{
  font-size: 90%;
  }
  .header-left {
    width: 12%;
}
  .header-right {
    display: inline-block;
    justify-content: center;
    width: 30%;
    margin-top: 4px;
}

  .logodiv {
/*     width: 15%; */
} 
  .themeclass-main-topmenus .logodiv {
    margin-right: 2rem;
}
  .topmenus.themeclass-topmenus {
    display: none;
}
}
@media (max-width: 991.98px) {
.header-left {
    width: 22%;
    display: flex;
    align-items: center;
    margin-top: 4px;
}
  .categories-button.small {
    transform: translateY(40%);
}
.themeclass-headercenter {
    width: 71%;
}
body {
    padding-top: 32px;
}
  .themeclass-main-topmenus .righticons {
    width: 14%;
}
  .home-slider-holder .swiper-slide:first-child h2.title:before {
    width: 150px;
    height: 36px;
    top: -13px;
    right: 72px;
    background-size: contain;
    background-repeat: no-repeat;
}
  header .header-right .topmenus, header .header-right .user-actions {
    float: left;
    width: 100%;
    text-align: center;
}
    .themeclass-homepagecontent .col-md-12.content .col-md-3 p {
    padding: 0 15px;
}
.themeclass-homepagecontent .col-md-9 {
    padding: 0 30px;
}
  .product-block .product-label, .product-label {
    left: 10px !important;
}
.themeclass-newsletterfooter .newsletter .submit {
    width: 100%;
}
.newsletter .input {
    padding-right: 0;
}
  .fancy-box.fancy-cart-holder {
    top: 0;
}
  .fancy-box.fancy-cart-holder {
    max-height: 375px;
}
  .header-right {
    width: 14%;
    margin-top: 9px !important;
}
  .header-right.text-right {
    display: none;
}
  .themeclass-homedealdesp .themeclass-leftsec .product-label {
    width: 80% !important;
}
  .themeclass-homedealdesp .themeclass-leftsec .product-label {
    font-size: 19px !important;
    line-height: 67px !important;
}
  .themeclass-homedealdesp .themeclass-rightsec a.button {
    padding: 13px 18px;
}
    .themeclass-main-topmenus .menubarcenter {
    width: auto;
}
}
@media (max-width: 768px) {
body {
    padding-top: 30px;
}
  .themeclass-footercustomerservice li.themeclass-footerphnum {
    padding: 8px 10px 8px 30px !important;
}
.themeclass-footercustomerservice li.themeclass-footerphnum:before {
    left: 5px;
}
    .themeclass-headercenter {
    width: 78%;
}
}
@media (max-width: 767.98px) {
  .logodiv {
    width: 100%;
}
  .categories-button.small {
    transform: translateY(20%);
}
  .themeclass-main-topmenus .righticons {
    width: 17%;
    padding: 0;
}
  .themeclass-main-topmenus .righticons span.themeclass-srcicon, .themeclass-main-topmenus .righticons a {
    line-height: 1;
}
  body {
    padding-top: 42px;
}
  .themeclass-homepagecontent .col-md-12.content .col-md-3 p {
    padding: 0 15px;
}
.themeclass-homepagecontent .col-md-9 {
    padding: 0 30px;
}
  .product-block .product-label, .product-label {
    left: 10px !important;
}
  .themeclass-footercustomerservice li.themeclass-footerphnum {
    padding: 8px 30px 8px 55px !important;
}
  .themeclass-footercustomerservice li.themeclass-footerphnum:before {
    left: 30px;
}
  footer.themeclass-footerstarts .col-md-3:first-child {
    padding: 0 15px;
}
.themeclass-homelifestyle-singlecategory-heading h3.headline {
    font-size: 7vw !important;
}
h3.headline, .instagram-feed.instagram-feed h3.full-width, .instagram-feed.instagram-feed h3.full-width a {
    font-size: 4.5vw !important;
}
  .home-slider-holder .customslide1 h2, .home-slider-holder .customslide2 h2, .home-slider-holder .customslide3 h2 {
    font-size: 6vw !important;
}
  .home-slider-holder .customslide1 h5, .home-slider-holder .customslide2 h5, .home-slider-holder .customslide3 h5 {
    font-size: 3vw !important;
}
  .themeclass-homedealdesp {
    display: block;
}
.themeclass-homedealdesp .col-md-6.themeclass-leftsec, .themeclass-homedealdesp .col-md-6.themeclass-rightsec {
    width: 100%;
}
.themeclass-homedealdesp .themeclass-leftsec .product-label {
    font-size: 25px !important;
    line-height: 50px !important;
    width: auto !important;
    display: inline-block !important;
    right: initial !important;
    padding-right: 40px;
  height: 50px !important;
}
  .themeclass-homedealdesp .themeclass-rightsec {
    margin-top: 40px;
}
  .themeclass-homedealdesp .themeclass-rightsec a.button {
    padding: 13px 70px;
}
  .homedeal-compact-holder .themeclass-leftsec {
    padding-right: 15px;
}
  .themeclass-homedealdesp {
    padding: 5px;
}
  header div#navbar {
    margin-top: 0px;
}
  .mobile-nav>ul>li>ul,
  .mobile-nav>ul>li>ul>li>ul{
    border-left:none ;
  }
  .themeclass-main-topmenus .logodiv {
    width: 100% !important;
}
}

@media (max-width: 575.98px) {
.themeclass-main-topmenus .righticons {
    width: 30%;
    text-align: right;
    padding-right: 15px;
}
  .categories-button.small {
    transform: translateY(0%);
}
  .productpage .themeclass-custprodetailstabs .nav-tabs>li.active {
    border-bottom: 1px solid #102342;
}
  .productpage-right button.btn-addtocart {
    font-size: 14px;
}
  .custom-service .contact-item i {
    width: 35px;
    height: 35px;
}
  .themeclass-homedealdesp .themeclass-leftsec .product-label {
    font-size: 18px !important;
}
}
@media (max-width: 480px) {
    .productpage .themeclass-custprodetailstabs .nav-tabs>li.active {
    border-bottom: 1px solid #102342;
}
  .productpage-right button.btn-addtocart {
    font-size: 14px;
}
  .custom-service .contact-item i {
    width: 35px;
    height: 35px;
}
.themeclass-homedealdesp .themeclass-rightsec a.button {
    padding: 13px 15px;
    font-size: 18px;
}
  .themeclass-homedealdesp .themeclass-rightsec .homedeal-compact h4 a {
    font-size: 29px;
}
  .productpage .offer-holder .product-configure > .product-configure-custom .product-configure-custom-option {
    width: 100%;
}
}
@media (max-width: 374px) {
.productpage-right button.btn-addtocart {
    font-size: 11px;
}
  .company-details .company-contact .contact-item {
    font-size: 15px;
}
.themeclass-homedealdesp .themeclass-rightsec a.button {
    padding: 13px 13px;
    font-size: 15px;
}
}
.cart-popup-holder .product-list-mini-holder {
    background: transparent;
    padding: 0;
}
.cart-popup-holder .product-list-mini .title h5 {
    font-size: 15px;
/*     color: #000; */
    font-weight: 600;
}
.cart-popup-holder .product-list-mini .view {
    display: none;
}
.cart-popup-holder .product-list-mini img {
    width: 90px;
    max-width: 90px;
    height: auto;
}
.cart-popup-holder .product-list-mini.iamhere {
    display: inline-block;
    width: 100%;
}
.cart-popup-holder .product-list-mini.iamhere .image {
    width: 100px;
    float: left;
}
.cart-popup-holder .product-list-mini.iamhere .title {
    margin-top: 25px;
}
.cart-popup-holder .cart-popup-related h4 {
    text-align: left;
}
.productpage-right form select {
    line-height: 40px;
}
/* 05-05-2022 */
#navbar .col-md-12 {
    align-items: center !important;
    justify-content: space-between;
}
.container.catalog.themeclass-cataloglistsubcategory .col-md-12.rowmargin .col-md-6.rowmargin.themeclass-topcategoryleftsection img {
    width: 100% !important;
}
.container.catalog.themeclass-cataloglistsubcategory .col-md-12.rowmargin .col-md-6.rowmargin.themeclass-topcategoryleftsection {
    padding-right: 0;
}
/* for top header full width */
.container.topheadfullwidthin {
    max-width: 100%;
}
.container.topheadfullwidthin .header-left .socials {
    margin: 0;
}
.container.topheadfullwidthin .header-center.themeclass-headercenter {
    margin-right: 0;
}
.container.topheadfullwidthin .header-right .header-link {
    margin-right: 0;
}
@media (min-width: 768px) {
.home-mobile-slider-holder {
    display: none;
}
}
@media (max-width: 991px){
header .container.topheadfullwidthin .header-left .socials {
    margin-left: 50px;
}
}
@media (max-width: 767.98px){
.home-slider-holder.mobileslider27-9-2022
  enable {
    display: none;
}
.home-mobile-slider-holder .mobile-home-slider.full-height {
    height: calc(78vh - 130px);
    min-height: 400px;
}
  .home-mobile-slider-holder .mobile-home-slider.full-height .mobile-home-slider-slide .mobile-slider-content-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
}
  @media (min-width: 992px) and (max-width: 1091.98px) {
    .col-md-12 .menubarcenter ul.smallmenu li a {
    font-size: 13px !important;
    letter-spacing: 0px !important;
} 
}
@media (min-width: 1129px) and (max-width: 1153.98px) {
.col-md-12 .menubarcenter ul.smallmenu li {
    margin-right: 8px!important;
}
}
  @media (min-width: 1092px) and (max-width: 1128.98px) {
  .col-md-12 .menubarcenter ul.smallmenu li {
    margin-right: 5px!important;
}
}
@media (min-width: 1025px) and (max-width: 1199.98px) { 
.taba{text-transform:capitalize !important;}
#header-holder .topmenus.themeclass-topmenus {
    width: 100% !important;
   text-align: right !important;
  position: relative;
      left: 80px;
}
  header .header-right .topmenus, header .header-right .user-actions {
   width: 100% !important;
}
  #header-holder .header-right {
    width: 100% !important;
    display: flex !important;
}
}

.taba{text-transform:capitalize !important;}
.usps-slider-holder .swiper-wrapper {justify-content:center;}
.productpage .product-price > .row > .col-xs-12 {
    display: flex;
    align-items: center;
}



/* custom 202-10-2022 start */

/*.hide_qua1 {
    display: none !important;
}

.quantity.check_pro_cu_1 {
    display: block !important;
}*/
.show_spec_qua{
    display: table-cell !important;
}
.asd_show,
.hide_blank_spec{
    display: none !important;
}
.err_show_spec {
    display: block !important;
}
.err_show_spec ul.error {
    color: #44772f;
    background: #d5e0b9;
}
/* custom 202-10-2022 end */