body{
    touch-action: manipulation;
}


.module.image-category {
    margin-top: -10px;
}

footer .footer-newsletter .footer-newsletter-span {
    margin-bottom: 15px;
}

footer .footer-social {
    text-align: center;
    margin-top: 15px;
}

footer .footer-main .footer-menu {
    columns: 1;
}

.product-tabs .nav button {
    font-size: 24px;
}

.breadcrumb {
    display: none;
}

h1.product-title {
    margin-top: 15px;
}

/* .module.module-slideshow .module-slideshow-item .caption {
    display: none;
} */

.module.module-featured-products {
    padding: 0px 15px;
}

footer .footer-social span {
    /* display: block; */
}
footer .footer-main .footer-info {
    text-align: center;
}

footer .footer-main .footer-logo img {
    margin: 0 auto;
}

.product-box .title {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    overflow: hidden;
    max-height: 64px;
}
.product-sort .form-group {
    margin: 5px 0px;
}
.btn.btn-primary#button-cart {
    margin: 7px 0px;
}
.product-tabs {
    padding: 0px;
    background: none;
}
.product-tabs .nav button {
    font-size: 17px;
    padding: 0px 6px;
}

.checkout-block {
    padding: 5px 5px;
    padding-top:38px;
}
.checkout-block .title {
    font-size: 16px;
}
.checkout-method-radio label {
    font-size: 15px;
}

header .header-bottom .header-cart .btn.cart-toggle {
    float: right;
    margin-right: -13px;
}
header .header-bottom .header-category-button {
    float: right;
    margin-right: -6px;
}
header .header-bottom .header-category-button i {
    margin-right: -10px;
}

header .header-bottom .header-cart .btn.cart-toggle #cart-count {
    top: 0px;
    left: 22px;
    background: rgba(110,110,110,0.7);
}
header .header-bottom .header-category-container {
    padding: 10px 10px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
header .header-bottom .header-category-container .header-category-main {
    border-right: none;
}
header .header-bottom .header-cart .cart-dropdown {
    display: none !important;
}

.added-to-cart.is-cart {
    max-width: 85%;
    font-size: 14px;
}
.added-to-cart.is-cart .btn {
    width: 100%;
    margin: 5px 0px;
}
header .header-bottom .header-search .search-error {
    padding: 8px 15px;
    font-size: 13px;
    line-height: 13px;
    border-radius: 10px;
    text-align: center;
}



.header-logo img {
    height: 44px;
}
.header-search {
    padding: 15px 0px;
}
.module.module-slideshow .owl-carousel.owl-theme .owl-nav {
    display: none;
}

/*  */

.header-menu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;

    width: 100%;
    background:#ffffff;
    color :#000000;

    z-index: 10000;

    max-height: 100%;
    overflow-y: auto;
}
.header-menu.open {
    display: block;
}
.header-menu::-webkit-scrollbar {
    width: 4px;
}
.header-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.header-menu::-webkit-scrollbar-thumb {
    background: #F47D53;
}
.header-menu::-webkit-scrollbar-thumb:hover {
    background: #F47D53;
}


.header-menu-link {
    display: block;
    flex: none;
    text-align: left;
    padding :5px 15px;
    margin: 0px;
}

.header-menu-dropdown {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    box-shadow: none;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 10px;
    animation: none;
    margin-top: 0px;
}
.header-menu-dropdown:hover {
    animation: none;
}
.header-menu-hover:hover .header-menu-dropdown {
    animation: none;
}

.header-menu-dropdown .text-columns {
    min-height: 1px;
    columns: 1;
}
.header-menu-animation-fix {
    opacity: 1;
}
.header-menu-dropdown a.small {
    /* display: none; */
}

.btn.btn-default.btn-header-menu {
    padding: 0;
    background: none;
    border: none;
    font-size: 32px;
    color: #F47D53;
    line-height: 32px;
    float: right;
    margin-top: 9px;

    margin-top: -1px;
    font-size: 44px;
}
.btn.btn-default.btn-header-close {
    position: absolute;

    top: 15px;
    right: 15px;
    padding: 0;
    background: none;
    border: none;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    float: right;
}
.header-info {
    font-size: 18px;
    white-space: nowrap;
}
.header-link a {
    font-size: 20px;
}
.header-cart .btn.cart-toggle i {
    font-size: 20px;
}
.header-cart .btn.cart-toggle {
    font-size: 16px;
}

.module.module-icon .icon-box {
    padding: 5px 0px;
}
.itx-icon-wrapper {
    margin-bottom: 10px;
}

.module-product-blocks .module-title {
    font-size: 12px;
}
@media (min-width: 380px) {
    .module-product-blocks .module-title {
        font-size: 14px;
    }
}

.module-product-blocks .nav.nav-tabs {
    margin-top: 0px;
}

.module-product-blocks .nav.nav-tabs .nav-link {
    padding: 2px 6px;
    font-size: 12px;
}
.module-product-blocks .nav.nav-tabs {
    text-align: center;
}

.module-product-blocks .tab-content > .tab-pane {
    padding: 0px 0px;
}

.product-box .price {
    font-size: 12px;
}

.product-box .title{
    font-size: 12px;
    line-height: 12px;
    color: #000000;
    overflow: hidden;
    max-height: 48px;
    padding: 6px 0px;
}

.product-box {
    margin-bottom: 10px;
}

.module-product-blocks {
    padding: 5px 0px;
}

footer .footer-newsletter {
    padding: 5px 0px;
}
.footer-newsletter .input-group {
    display: block;
}
.footer-newsletter .input-group .form-control {
    flex: none;
    display: block;
    width: 100%;
}
.footer-newsletter .input-group .btn {
    flex: none;
    display: block;
    width: 100%;
}
footer .footer-main {
    padding: 5px 0px;
    text-align: left;
}
footer .footer-main .footer-info {
    text-align: left;
}
footer .footer-main .footer-logo img {
    margin: 0 0;
}

footer .footer-copy {
    padding: 5px 0px;
}
h1.page-header {
    font-size: 24px;
}
.category-page-subcategory .caption {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 4px;
}
.module-information-menu a {
    font-size: 14px;
}
h1.product-title {
    font-size: 24px;
}
.product-price .main-price {
    font-size: 24px;
}
.cart-dropdown {
    display: none !important;
}



.module-featured-product-inner {
    padding: 0px 0px;
}

.module-featured-product-caption {
    padding: 0px 0px;
    margin: 0px;
}

.module-featured-product .name {
    margin-left: 0px;
}

.module-featured-product .button-block .btn.btn-success {
    margin-bottom: 15px;
}

.module-featured-product .description {
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
}

.footer-social a img {
    vertical-align: -6px;
}

.footer-newsletter .input-group .form-control {
    border-radius: 8px !important;
    margin-bottom: -15px;
}
footer .footer-newsletter .input-group .btn.btn-success {
    border-radius: 8px;
}

.product-row.owl-carousel.owl-theme .owl-stage {
    padding-left: 0px !important;
}

.module-featured-product .countdown .bubble {
    width: 54px;
    height: 54px; 
    padding: 4px;
}
.module-featured-product .countdown {
    margin-bottom: 0px;
    padding-bottom: 20px;
}
.module-featured-product .countdown .bubble .no {
    font-size: 22px;
    line-height: 25px;
}

.product-quantity {
    margin-top: 8px;
}

.custom-block .cbm-image .btn {
    padding: 7px 11px;
    font-size: 20px;
}



/* ----------- */

.btn.btn-success#ante-custom-modal-open {
    white-space: normal;
}
.product-box .title {
    font-size: 16px;
    line-height: 16px;
    height: 58px;
}
.product-box .price {
    font-size: 16px;
    white-space: nowrap;
}
.header-menu {
    border-bottom-color: #ffffff;
}
.module.module-icon .icon-box {
    white-space: nowrap;
    text-align: left;
}
.module.module-icon .icon-box  .col-auto {
    flex: 1 1 auto;
}

.product-shipping .a {
    font-size: 24px;
}
.product-shipping .b {
    font-size: 20px;
}

.module.module-icon .icon-box {
    text-align: left;
}

.header-logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
}
.header-search {
    padding: 0px 0px;
}

.checkout-new-cart-item .image img {
    height: 70px;
    margin-bottom: 10px;
}

.checkout-new-cart-item .calculator {
    float: none;
    text-align: center;
}

.header-info a,
.header-link a {
    line-height: 35px;
    white-space: nowrap;
}

.header-info a {
    line-height: 38px;
}
.module.module-icon .icon-box {
    text-align: center;
}
.module.module-icon .icon-box .title {
    white-space: normal;
    font-size: 10px;
    line-height: 10px;
    margin-top: 3px;
}

/* */

.header-menu-title {
    position: relative;
    display: block;
    padding : 5px 15px;
    background: #eeeeee;
    font-size: 24px;
}
.btn.btn-default.btn-header-close {
    top: 4px;
}
a.header-menu-link {
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: none;
}

a.header-menu-link:hover {
    color: #000000;
    border-color: #dddddd;
}
.header-mobile-i-drop {
    float: right;
    position: relative;
    display: block;
    font-size: 50px;

    line-height: 31px;
    color: #F47C57;
    z-index: 2;
    margin-top: 7px;
    margin-right: 9px;
}

.header-menu-hover .header-menu-dropdown {
    display: none;
}
.header-menu-hover.open .header-menu-dropdown {
    display: block;
}
.header-menu-hover.open > i {
    transform: rotate( 180deg );
}

.header-menu-dropdown a.big {
    display: block;
    border-top: 1px solid #dddddd;
    padding: 5px 15px;
}
.header-menu-dropdown a.small {
    display: block;
    border-top: 1px solid #dddddd;
    padding: 5px 15px;
}
/* .header-menu-dropdown a.big:before {
    content: "\00B7 ";
    position: relative;
    display: inline-block;
    font-size: 57px;
    margin-top: -50px;
    margin-bottom: -23px;
    vertical-align: -8px;
    margin-right: 7px;
    color: #F47C57;
} */

.header-menu-dropdown {
    padding-left: 0px;
    margin-bottom: 0px;
}

.mobile-fix-flex {
    display: flex;
    flex-direction: column;
}
.mobile-fix-flex .module-featured-product-caption {
    flex: 0 0 auto;
    order: 2;
}
.mobile-fix-flex .image-1-block {
    flex: 0 0  auto;
    order: 1;
}

.module-featured-product .name {
    padding: 5px 5px;
    font-size: 14px;
    line-height: 14px;
}

.module-featured-product .price {
    font-size: 18px;
    height: 54px;
}

.module-featured-product .price .price-old {
    margin-left: 0px;
    display: block;
}

.module-featured-product .button-block .btn.btn-success {
    font-size: 16px;

    padding: 3px 15px;
}
.module-featured-product-inner > .row > div {
    padding: 0px 5px !important;
}

.product-button-zone .btn.btn-primary#button-cart {
    margin-left: -18px;
}



.product-thumb-rotator-alternate {
    display: none;
}
.product-thumb-rotator .owl-carousel.owl-theme {
    margin-left: -12px;
    margin-right: -12px;
    width: auto;
}
.product-thumb-rotator {
    margin-bottom: 0px;
}

h1.product-title {
    margin-top: 5px;
    margin-bottom: 5px;
}





.product-info {
    margin-bottom: 5px;
}
.product-price .main-price {
    line-height: 24px;
}
.product-rating {
    line-height: 22px;
}

.product-button-zone {
    margin-top: 30px;
}
.product-shipping img {
    display: none;
}

.product-shipping {
    margin-top: 17px;
}


.product-button-zone {
    clear: both;
}
.btn.btn-success.btn-custom-block {
    width: 100%;
    padding-left: 70px;
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 15px;
}

.btn.btn-success.btn-custom-block img {
    right: auto;
    left: -8px;
    top: -8px;
}
.product-thumb-rotator .owl-carousel.owl-theme .owl-nav .owl-prev {
    left :8px;
}
.product-thumb-rotator .owl-carousel.owl-theme .owl-nav .owl-next {
    right: 8px;
}
.preview-wrap-get-examples {
    clear: both;
}
.product-price .main-price .price-old {
    display: block;
}
.product-options label.control-label {
    font-size: 16px;
}

.option-font-select:hover .dropdown,
.option-color-select:hover .dropdown {
    display: none;
}
.option-font-select.open .dropdown, 
.option-color-select.open .dropdown {
    display: block !important;
}



.btn.btn-primary.btn-preview {
    width: 100%;
    padding-left: 70px;
    font-size: 24px;
}

.btn.btn-primary.btn-preview img {
    right: auto;
    left: -8px;
    top: -8px;
}
.btn.btn-primary.btn-preview + p {
    font-size: 14px;
}




/* */
.new-atc {
    margin-top: 0px;
    border-radius: 0;
    min-height: 100%;
}

.new-atc img.new-atc-image {
    height: 80px;
}
.new-atc-name {
    font-size: 14px;
}

.new-atc-quantity, .new-atc-total {
    font-size: 13px;
    line-height: 13px;
}

.new-atc .btn.btn-success {
    margin-top: 15px;
}

h1.page-header {
    text-align: center;
    margin-bottom: 10px;
}



.checkout-new-cart-item {
    border: none;
    padding: 0;
    min-height: 90px;

    clear: both;
}



.checkout-cart-modules {
    clear: both;
}

.cart-product-quantity {
    position: relative;
    display: inline-block;

    margin-top: 5px;
}


.cart-product-quantity .btn.btn-default:hover i {
    background: #7BACD1;
}
.cart-product-quantity .input-group > *:nth-child(1) .btn.btn-default {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-right: none;
}
.cart-product-quantity .input-group > *:nth-last-child(1) .btn.btn-default {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
}

.cart-product-quantity .btn.btn-default:hover {
    color: #000000;
    background-color: #ffffff;
}

.cart-product-quantity input {
    border-color: #b2b2b2;
    text-align: center;

    border-left: none;
    border-right: none;

    padding-top: 5px;
    padding-bottom: 5px;
}

.checkout-new-cart-item .caption {
    max-width: 100000px;
}

/**/

.checkout-new-cart-item .image img {
    height: 74px;
    margin-bottom: 10px;
    margin-top: 6px;
}
.checkout-new-cart-item .btn-danger {
    
    margin-top: 6px;
}
.checkout-cart-modules .panel.panel-default .panel-heading {
    display: none;
}

.checkout-cart-modules .panel.panel-default .panel-body {
    border: none;
    padding: 0px;
}
.checkout-cart-modules .panel.panel-default {
    border: none;
}


.checkout-confirm-btn-final .btn.btn-success {
    font-size: 21px;

    padding-top: 20px;
    padding-bottom: 20px;
}


.gdpr-cookie .gdpr-inner .b .btn {
    font-size: 16px;
    padding: 3px 15px;
    font-weight: 300
}
.gdpr-cookie .gdpr-inner .gdpr-description {
    font-weight: 300;
}


/**/
.module.module-slideshow .module-slideshow-item .caption .caption-left .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.module.module-slideshow .module-slideshow-item .caption .caption-left .description {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

.module.module-slideshow .module-slideshow-item .caption .caption-left .btn {
    padding: 3px 15px;
    font-weight: 300;
    font-size: 16px;
}


/* 
.live-new-cart-product .caption a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} */

.live-new-cart-product .image img {
    height :50px;
}


.header-info {
    font-size: 16px;
}
.header-info  i {
    vertical-align: -2px;
}

.header-cart {
    position: absolute;
    top: 5px;
    right: 9px;
    z-index: 2;
}
.header-cart .btn.cart-toggle i {
    color: #F47D53;
    font-size: 27px;
}
.btn.btn-default.btn-header-menu {
    font-size: 34px;
}

.header-cart .btn.cart-toggle #cart-count {
    left: auto;
    right: 2px;
}
.header-top {
    padding: 0;
}
.header-logo img {
    height: 37px;
}

.header-link {
    position: absolute;
    top: 10px;
    right: 65px;
    z-index: 2;
}

.header-link a i {
    color: #F47D53;
    font-size: 27px;
}

.product-thumb-rotator .owl-carousel.owl-theme .owl-dots {
    display: block;
    top: auto;
    bottom: 15px;
}

.product-thumb-rotator .owl-carousel.owl-theme .owl-dots .owl-dot span {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin: 0px 5px;
}
.product-box .price .price-old {
    margin-left: 4px;
    margin-right: 4px;
}
.custom-block-main .product-quantity {
    margin-top: 0px !important;
}

.product-quantity .btn.btn-default,
.product-quantity .form-control {
    height: 36.2px !important;
}

/* */
.module-featured-product .name {
    height: 66px;
    overflow: hidden;
    border: 5px solid #F47D53;
    padding: 0px;
}
@media ( min-width: 410px ) {
    .module-featured-product .name {
        height: 52px;
    }
}
.module-featured-product .countdown .bubble {
    margin: 0px -1px;
    width: 42px;
}
.module-featured-product .countdown {
    margin-top: -5px;
}


.cart-product-quantity {
    /* display: block;
    position: absolute;
    bottom: -15px;
    left: 88px; */
}

.checkout-new-cart-item .caption {
    max-width: 60%;
}
.checkout-new-cart-item .caption a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* padding-right: 35px; */
}
.checkout-new-cart-item .caption a b {
    margin-top: -21px;
    margin-right: -33px;
    float: right;

    display: none !important;
}


#checkout-cart .alert.alert-success {
    padding: 6px 12px;
    font-size: 12px;
    text-align: center;
    margin :6px 0px;
}
.module.module-mozaiq .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.module-mozaiq-title {
    display: none;
}

.mozaiq-block .caption {
    min-width: 170px;
    font-size: 14px;
    line-height: 14px;
}

.module-mozaiq {
    margin-top: 0px;
}

.background-success .caption {
    font-size: 14px;
    line-height: 14px;
    bottom: 22%;
    width: 95%;
}
@media( max-width: 400px ) {
    .background-success .caption {
        font-size: 9px;
        line-height: 9px;
        bottom: 18%;
        width: 95%;
    }
}

.checkout-cart-modules .input-group input.form-control {
    flex: 1 1 100%;
    width: 100%;
}
.checkout-cart-modules .input-group .input-group-btn {
    flex: 1 1 100%;
    width: 100%;
}
.checkout-cart-modules .input-group .input-group-btn .btn {
    width: 100%;
}

#input-coupon + span .btn {
    margin-left: 0px;
}
.language-8 .btn.btn-primary#button-cart {
    padding-right: 54px;
    font-size: 11px;
    padding-top: 9px;
    padding-bottom: 10px;
}

.language-8 .form-control {
    font-size: 14px;
}

.live-new-cart-coupon {
    padding: 0px;
    border: none;
    border-radius: 0px;
}

/* .checkout-checkout .form-control {
    font-size: 11px;
    padding :4px 5px;
} */
.live-new-cart-coupon .btn {
    font-size: 14px;
    padding :4px 5px;
}


.language-8 .btn.btn-primary#button-cart {
    min-width: 160px;
}

.live-new-cart-product-scroll {
    position: relative;
    display: block;
    max-height: 150px;
    overflow-y: auto;
    margin-bottom: 5px;
}