            /********************************************************
			Codezeel Custom Styles
********************************************************/
            
            .cz-carousel {
                display: none;
                position: relative;
                float: left;
                width: 100%;
                margin: 0;
                -ms-touch-action: pan-y;
            }
            
            .owl-carousel .owl-wrapper {
                display: none;
                position: relative;
                -webkit-transform: translate3d(0px, 0px, 0px);
            }
            
            .owl-carousel .owl-wrapper:after {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }
            
            .owl-carousel .owl-wrapper-outer {
                overflow: hidden;
                position: relative;
                float: left;
                width: 100%;
            }
            
            .owl-carousel .owl-wrapper-outer.autoHeight {
                -webkit-transition: height 500ms ease-in-out;
                -moz-transition: height 500ms ease-in-out;
                -ms-transition: height 500ms ease-in-out;
                -o-transition: height 500ms ease-in-out;
                transition: height 500ms ease-in-out;
            }
            
            .owl-carousel .owl-item {
                float: left;
            }
            
            .owl-carousel .owl-item .manu_image a {
                display: inline-block;
            }
            
            .owl-carousel .owl-item .manu_image a img {
                max-width: 100%;
            }
            
            .owl-carousel .owl-item:hover a img {
                border-color: #133A68;
            }
            
            .owl-carousel .owl-wrapper,
            .owl-carousel .owl-item {
                /* fix */
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -ms-transform: translate3d(0, 0, 0);
                text-align: center;
            }
            /* mouse grab icon */
            
            .grabbing {
                cursor: url("../img/codezeel/grabbing.png") 8 8, move;
            }
            
            .customNavigation {
                position: absolute;
                z-index: 1;
                width: 100%;
                top: 36%;
                direction: ltr !important;
            }
            
            .customNavigation a {
                font-size: 0;
                position: absolute;
                padding: 0;
                color: #133A68;
                cursor: pointer;
                overflow: hidden;
                -webkit-transition: all 0.5s ease;
                -webkit-transition-delay: 0s;
                -moz-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
                background: rgba(0, 0, 0, 0) url(../img/codezeel/slider-arrow.png) no-repeat scroll 0 0;
                width: 18px;
                height: 36px;
            }
            
            .customNavigation a:hover {}
            
            .customNavigation a:hover:before {
                color: #262626;
            }
            
            .customNavigation a.prev {
                left: -20px;
                background-position: 1px 2px;
            }
            
            .customNavigation a.next {
                right: -20px;
                background-position: -56px 2px;
            }
            
            .customNavigation a.prev:hover {
                background-position: 1px -35px;
            }
            
            .customNavigation a.next:hover {
                background-position: -56px -35px;
            }
            
            @media (max-width: 1300px) {
                .customNavigation a.prev {
                    left: 0px;
                }
                .customNavigation a.next {
                    right: 0px;
                }
            }
            
            #czleftbanner img,
            #czrightbanner img {
                max-width: 100%;
            }
            
            #czleftbanner li.czleftbanner-container,
            #czrightbanner li.czrightbanner-container {
                display: inline-block;
            }
            
            #czleftbanner .czleftbanner-container a,
            #czrightbanner .czrightbanner-container a {
                display: inline-block;
                position: relative;
                overflow: hidden;
            }
            
            #czleftbanner .czleftbanner-container a:before,
            #czrightbanner .czrightbanner-container a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                border: 80px double rgba(55, 55, 55, 0);
                width: 100%;
                height: 100%;
                transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
            }
            
            #czleftbanner .czleftbanner-container:hover a:before,
            #czrightbanner .czrightbanner-container:hover a:before {
                border: 0px double rgba(255, 255, 255, 0.5);
                opacity: 0;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                -ms-opacity: 0;
                -o-opacity: 0;
            }
            
            @-webkit-keyframes progress-bar-stripes {
                0% {
                    background-position: 1rem 0;
                }
                to {
                    background-position: 0 0;
                }
            }
            
            @keyframes progress-bar-stripes {
                0% {
                    background-position: 1rem 0;
                }
                to {
                    background-position: 0 0;
                }
            }
            
            .top_button {
                background: url(../img/codezeel/top-arrow.png) no-repeat scroll 0 0;
                bottom: 20px;
                cursor: pointer;
                height: 55px;
                padding: 6px 12px;
                position: fixed;
                right: 20px;
                text-align: center;
                width: 55px;
                z-index: 99;
            }
            /* Flexslider */
            
            #index .spinner {
                background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
                width: 100%;
                min-height: 800px;
            }
            
            .flex-control-paging li a {
                background: #133A68;
            }
            
            @media (max-width: 1459px) {
                #index .spinner {
                    min-height: 600px;
                }
            }
            
            @media (max-width: 1199px) {
                #index .spinner {
                    min-height: 450px;
                }
            }
            
            @media (max-width: 767px) {
                #index .spinner {
                    min-height: 350px;
                }
            }
            
            @media (max-width: 480px) {
                #index .spinner {
                    min-height: 220px;
                    background-size: 20%;
                }
            }
            
            @media (max-width: 380px) {
                #index .spinner {
                    min-height: 150px;
                }
            }
            /* New custom css */
            /* start 1st --> change color  from #af996b to #133A68 */
            
            a.text-muted:focus,
            a.text-muted:hover {
                color: #133A68 !important;
            }
            
            a:focus,
            a:hover {
                color: #133A68;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                outline-offset: 0;
            }
            
            .nav-item .nav-link.active,
            .nav-item .nav-separtor.active {
                color: #133A68;
            }
            
            @media (min-width: 992px) {
                .top-menu a[data-depth="0"]:after {
                    position: absolute;
                    top: 60%;
                    left: 50%;
                    color: transparent;
                    content: "•" !important;
                    text-shadow: transparent 0px 0px;
                    font-size: 20px;
                    transform: translateX(-50%);
                    pointer-events: none;
                    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
                }
                .top-menu a[data-depth="0"]:hover:after {
                    color: #133A68;
                    text-shadow: 10px 0 #133A68, -10px 0 #133A68;
                }
            }
            
            .top-menu a[data-depth="0"]:hover {
                color: #133A68;
                text-decoration: none;
            }
            
            .top-menu .sub-menu a:hover {
                color: #133A68;
                text-decoration: none;
            }
            
            .top-menu .sub-menu .more_sub_menu a:hover {
                color: #133A68;
                text-decoration: none;
            }
            
            .top-menu .sub-menu li>a.dropdown-submenu:hover {
                color: #133A68;
            }
            
            #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a:hover {
                color: #133A68;
            }
            
            #header .header-top .menu .more_menu .sub-menu li a:hover {
                color: #133A68;
            }
            
            body#checkout section.checkout-step .step-edit:hover {
                color: #133A68 !important;
            }
            
            body#checkout section.checkout-step .add-address a:hover {
                color: #133A68;
            }
            
            .page-my-account #content .links a:hover {
                color: #133A68;
            }
            
            .page-my-account #content .links a:hover i {
                color: #133A68;
            }
            
            .page-my-account #content .links a:hover span.link-item {
                border-color: #133A68;
                background: #fff;
            }
            
            .products .product-title a {
                color: #000;
                font-size: 13px;
                text-decoration: none;
                text-align: center;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: 0.4px;
            }
            
            .products .product-title a:hover {
                color: #133A68;
            }
            
            .products .product_list li:hover .product-title a {
                color: #133A68;
            }
            
            .product-title a:hover {
                color: #133A68;
            }
            
            #left-column a:hover,
            #right-column a:hover {
                color: #133A68;
            }
            
            #left-column .block .block_title a,
            #right-column .block .block_title a {
                color: #133A68;
            }
            
            #left-column .products-block .view_more a,
            #right-column .products-block .view_more a {
                color: #133A68;
                background: none;
                border: 0;
                text-decoration: underline;
            }
            
            #left-column .block-categories.block .block_title .navbar-toggler .fa-icon:before,
            #right-column .block-categories.block .block_title .navbar-toggler .fa-icon:before {
                color: #133A68;
            }
            
            #subcategories ul li .subcategory-image a:hover {
                border-color: #af996b;
            }
            
            .tabs .nav-tabs .nav-link.active,
            .tabs .nav-tabs .nav-link:hover {
                color: #133A68;
                background-color: #fff;
            }
            
            .cz-hometabcontent .tabs .nav-tabs .nav-link.active,
            .cz-hometabcontent .tabs .nav-tabs .nav-link:hover {
                color: #133A68;
                transition: all 0.5s ease 0s;
            }
            
            #product-modal .modal-content .modal-body .product-images img:hover {
                border: #133A68 1px solid;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
            
            .images-container .js-qv-mask .thumb-container .thumb.selected,
            .images-container .js-qv-mask .thumb-container .thumb:hover {
                border: 1px solid #133A68;
            }
            
            ul.product-flags li.on-sale {
                text-align: center;
                margin: 0;
                right: 15px;
                top: 15px;
                color: #133A68;
            }
            
            .cart-grid-body a.label:hover {
                color: #133A68;
            }
            
            .product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
            .product-line-grid-right .product-price .remove-from-cart:hover {
                color: #133A68;
            }
            
            .block_newsletter form input.btn:hover {
                color: #133A68;
                background-color: #a1a1a1;
                border-color: #a1a1a1;
                background-position: center -48px;
            }
            
            .footer-container li a:hover {
                color: #133A68;
            }
            
            .footer-after a:hover {
                color: #133A68;
            }
            
            #header .blockcart a:hover {
                color: #133A68;
            }
            
            .breadcrumb li a:hover {
                color: #133A68;
            }
            
            #czservicecmsblock .service_container .service-area .service-fourth:hover .service-content .service-heading {
                color: #133A68;
            }
            
            #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .offer-title {
                font-size: 18px;
                font-weight: 600;
                padding-bottom: 10px;
                color: #fff;
                letter-spacing: 0.4px;
            }
            /* end 1st --> change color  from #af996b to #133A68 */
            /*start CZ - Header Nav CMS Block*/
            /* start 1st navbar style*/
            
            #cznavcmsblock .navcms .navcms-text3 {
                display: inline-block;
            }
            
            #cznavcmsblock .navcms .navcms-text3:before {
                content: "\f041";
                font-family: "FontAwesome";
                font-size: 18px;
                padding-right: 5px;
                vertical-align: middle;
                color: #F9e00d;
            }
            
            #cznavcmsblock .navcms .navcms-text3 {
                display: inline-block;
                padding-right: 20px;
                vertical-align: top;
            }
            
            #cznavcmsblock .navcms .navcms-text1 {
                display: inline-block;
                vertical-align: top;
            }
            
            #cznavcmsblock .navcms .navcms-text1:before {
                content: "\f095";
                font-family: "FontAwesome";
                font-size: 18px;
                padding-right: 5px;
                vertical-align: middle;
                color: #F9e00d;
            }
            
            #cznavcmsblock .navcms .navcms-text2 {
                display: inline-block;
                padding-left: 20px;
                padding-right: 20px;
                vertical-align: top;
            }
            
            #cznavcmsblock .navcms .navcms-text2:before {
                content: "\f0e0";
                font-family: "FontAwesome";
                font-size: 14px;
                padding-right: 5px;
                vertical-align: middle;
                color: #F9e00d;
            }
            
            #cznavcmsblock .navcms .custom-social {
                display: inline-block;
                vertical-align: middle;
            }
            
            #cznavcmsblock .navcms .navcms-text {
                display: inline-block;
                padding-left: 15px;
                border-left: 1px solid #b8774b;
                line-height: 18px;
                letter-spacing: 0.3px;
                color: #fff;
                font-weight: 300;
                font-size: 12px;
            }
            
            #cznavcmsblock .navcms-text1 a:hover,
            #cznavcmsblock .navcms-text2 a:hover,
            #cznavcmsblock .navcms-text3 a:hover {
                color: #F9e00d;
            }
            
            @media (max-width: 991px) {
                #cznavcmsblock .navcms .navcms-text1 {
                    padding: 0px 58px 10px 0px;
                }
                #cznavcmsblock .navcms .navcms-text2 {
                    padding-left: 7px;
                }
            }
            
            @media (max-width: 575px) {
                #cznavcmsblock .navcms .navcms-text1,
                #cznavcmsblock .navcms .navcms-text2 {
                    display: none;
                }
            }
            /*end CZ - Header Nav CMS Block*/
            
            #header .header-nav {
                line-height: initial;
                color: #fff;
                font-weight: bold;
                font-size: 12px;
                letter-spacing: 0.7px;
                border-bottom: 0px solid #fff;
                background-color: #133A68;
            }
            
            #header .header-nav .left-nav #cznavcmsblock {
                text-align: left;
                padding: 15px 0 11px 0;
                font-weight: bold;
            }
            
            #cznavcmsblock .navcms {
                font-size: 12px;
                color: #fff;
                letter-spacing: 0.7px;
            }
            
            #header .header-nav a {
                color: #fff;
            }
            
            #header .language-selector.dropdown:hover .expand-more,
            #header .language-selector.dropdown:hover .dropdown-arrow:before {
                text-decoration: none;
                color: #F9e00d;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
            
            #header ul.dropdown-menu li a {
                padding: 6px 10px;
                display: block;
                color: #133A68;
                font-weight: 500;
            }
            
            #header ul.dropdown-menu li a:hover {
                color: #F9e00d;
                /**/
            }
            /*menu*/
            
            .top-menu .sub-menu li>a.dropdown-submenu {
                color: #133A68;
            }
            
            .top-menu .sub-menu li>a.dropdown-submenu:hover {
                color: #F9e00d;
            }
            
            .top-menu .sub-menu a {
                color: #133A68;
                margin: 0px;
            }
            
            .top-menu .sub-menu a:hover {
                color: #F9e00d;
                text-decoration: none;
            }
            /*money selector*/
            
            #header .currency-selector {
                display: none;
            }
            /*
    @media (max-width: 575px) {
        .header-nav {
            display: none;
        }
    }*/
            
            #header .language-selector:after {
                border-right: none;
                content: "";
            }
            
            #language-dropdown:hover {
                color: #133A68;
            }
            /* end navbar style*/
            
            #header .blockcart .blockcart-header>a.shopping-cart .cart-products-count {
                color: #fff;
                background: #133A68;
            }
            /* start style CZ - Banner CMS Block*/
            
            #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .main-title {
                font-size: 17px;
                /*font-size: 22px-->17px;*/
                font-weight: 600;
                padding-bottom: 0px;
                /*padding-bottom: 10px-->0px;*/
                color: #fff;
            }
            
            #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail .shop-now {
                font-size: 11px;
                color: #fff;
                font-weight: 600;
                text-decoration: underline;
                padding-top: 0px;
                /*padding-top: 20px;-->0px;*/
                color: #fff;
                display: block;
                letter-spacing: 0.4px;
                transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -ms-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
            }
            /* start modification CZ - Banner CMS Block*/
            
            #czbannercmsblock .cmsbanners .one-third .cmsbanner .banner-detail {
                position: absolute;
                text-align: center;
                bottom: 64%;
                left: 0px;
                right: 47%;
                top: 40%;
                color: #ffffff;
                letter-spacing: 0.4px;
                text-transform: capitalize;
            }
            
            #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner1 .banner-detail {
                position: absolute;
                text-align: center;
                bottom: 64%;
                left: 0px;
                right: -47%;
                top: 40%;
            }
            
            #czbannercmsblock .cmsbanners .one-third .cmsbanner.cmsbanner3 .banner-detail {
                position: absolute;
                text-align: center;
                bottom: 56%;
                left: 0px;
                right: 55%;
                top: 40%;
            }
            /*end modification CZ - Banner CMS Block*/
            /*start modification CZ-New-product*/
            /* modify color  from #af996b --> #133A68 */
            
            .tabs .nav-tabs .nav-link.active,
            .tabs .nav-tabs .nav-link:hover {
                color: #133A68;
                background-color: #fff;
            }
            
            .product-description {
                color: #133a68;
                text-align: justify;
            }
            
            .product-description strong {
                color: rgba(204, 153, 102);
            }
            
            @media (min-width: 992px) {
                .header-top .menu .sub-menu {
                    border: 1px solid #ddd;
                    margin-left: 0px;
                    z-index: 10000;
                    border-radius: 0;
                    display: none;
                    top: 104px !important;
                    width: 100%;
                    left: 10px;
                    right: 10px;
                    background-color: #fff;
                    padding: 15px 10px 15px 0;
                    overflow: hidden;
                    -webkit-transform: scale(0, 0);
                    -ms-transform: scale(0, 0);
                    transform: scale(0, 0);
                    display: block !important;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    transform-origin: 20% 20% 0;
                    -webkit-transition: all 500ms ease 0s;
                    -moz-transition: all 500ms ease 0s;
                    -o-transition: all 500ms ease 0s;
                    transition: all 500ms ease 0s;
                }
            }
            /*bouton new-product*/
            
            .products .all-product-link {
                clear: both;
                display: inline-block;
                text-align: center;
                font-size: 13px;
                padding: 8px 35px 7px;
                background-color: #133A68;
                border: 1px solid #133A68;
                font-weight: 400;
                letter-spacing: 0.5px;
                color: #fff;
                text-transform: uppercase;
                -webkit-transition: all 500ms ease 0s;
                -moz-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s;
            }
            
            .products .all-product-link:hover {
                background: #F9e00d;
                border-color: #F9e00d;
                color: #ffffff;
                -webkit-transition: all 500ms ease 0s;
                -moz-transition: all 500ms ease 0s;
                -o-transition: all 500ms ease 0s;
                transition: all 500ms ease 0s;
            }
            /* change color promotion #f39d72-->red*/
            
            .has-discount .discount {
                background: red;
            }
            
            ul.product-flags li.new {
                padding: 6px 11px;
                background-color: #133A68;
                margin: 10px;
                color: #fff;
                left: 15px;
                top: 15px;
                text-transform: uppercase;
                text-align: center;
                font-weight: 600;
                font-size: 12px;
                border-radius: 5px;
            }
            
            .products .product_list li .product-flags .new {
                opacity: 1;
            }
            /*product specification*/
            
            .products .product-description {
                text-align: center;
            }
            
            @media (max-width: 575px) {
                .featured-products .feature-wrapper .products .product-description {
                    text-align: center;
                }
                .featured-products .comments_note div.star {
                    float: center;
                }
            }
            /*discount color*/
            
            span.discount-amount.discount-product {
                z-index: 2;
                background: #f00;
                color: #ffffff;
                vertical-align: top;
                display: inline;
                padding: 2px 3px;
                font-size: 12px;
                margin: 0 3px;
                border-radius: 5px;
            }
            
            span.discount-percentage.discount-product {
                border-radius: 5px;
            }
            
            .product-sub-title {
                color: #000;
            }
            /*end modification CZ-New-product*/
            /*start modification CZ-featured-product*/
            
            #index .featured-products {
                padding: 90px 0px 70px;
                clear: both;
                background-color: #133A68;
                margin: 0 0 50px;
            }
            
            .featured-products .feature-wrapper .product-sub-title {
                padding-bottom: 20px;
                color: #fff;
            }
            
            .featured-products .feature-wrapper .products .product_list li .btn.add-to-cart {
                opacity: 1;
                padding: 3px 11px;
                border: 1px solid #ffffff;
                text-transform: uppercase;
            }
            
            .featured-products .feature-wrapper .products .product_list li.item .btn.add-to-cart:hover,
            .featured-products .feature-wrapper .products .product_list li.product_item .btn.add-to-cart:hover {
                color: #F9e00d;
            }
            
            .featured-products .feature-wrapper .products .product_list li .product-title a {
                color: #ffffff;
                text-transform: uppercase;
            }
            
            .featured-products .feature-wrapper .products .product_list li.item:hover .product-title a,
            .featured-products .feature-wrapper .products .product_list li.product_item:hover .product-title a {
                color: #F9e00d;
            }
            
            .featured-products .products .product_list li .product-flags .new {
                font-size: 10px;
                padding: 2px 4px;
                margin: -13px;
            }
            
            #blockcart-modal .cart-content button {
                background-color: #133A68;
                border-color: #133A68;
            }
            
            #blockcart-modal .cart-content button:hover {
                background-color: #F9e00d;
                border-color: #F9e00d;
            }
            
            .btn-primary {
                border: 1px solid #133A68;
                color: #fff;
                background: #133A68;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
            }
            
            .btn-primary:hover {
                border-color: #F9e00d;
                background: #F9e00d;
                color: #fff;
                -webkit-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                transition: all 0.5s ease 0s;
            }
            /*end modification CZ-featured-product*/
            /* start modification CZ - Category List Block*/
            
            .czcategory_listblock .category_lists ul li.category_item .cate-details .cate_title a {
                font-size: 13px;
                text-transform: uppercase;
                color: #fff;
                background: #133A68;
            }
            
            .czcategory_listblock .category_lists ul li:hover.category_item .cate-details .cate_title a {
                background: #F9e00d;
                color: #ffffff;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
            
            .czcategory_listblock .owl-controls .owl-page.active,
            .czcategory_listblock .owl-controls .owl-page:hover {
                background: #F9e00d;
                border-color: #F9e00d;
                -webkit-transform: rotate(50deg);
                -moz-transform: rotate(50deg);
                -o-transform: rotate(50deg);
            }
            
            .czcategory_listblock .owl-controls .owl-page {
                display: inline-block;
                width: 12px;
                height: 12px;
                margin: 5px 5px;
                background: #133A68;
                border-color: #133A68;
            }
            /* end modification CZ - Category List Block*/
            /*start modification CZ - Parallax CMS Block-*/
            
            #czparallaxcmsblock .parallax_container .parallax-text {
                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            }
            
            #czparallaxcmsblock .parallax_container .parallax-text .main-title {
                font-size: 30px;
                font-weight: 600;
                line-height: 35px;
                padding-bottom: 15px;
                color: #fff;
                letter-spacing: 1px;
                display: inline-block;
                text-shadow: none;
                text-transform: capitalize;
            }
            
            #czparallaxcmsblock .parallax_container .parallax-text .sub-title {
                font-weight: 600;
                font-size: 60px;
                line-height: 62px;
                padding-bottom: 70px;
                text-shadow: none;
                color: #fff;
                text-transform: capitalize;
            }
            
            #czparallaxcmsblock .parallax_container .parallax-text .shopnow .shop-now {
                background: #000;
                padding: 13px 25px;
                letter-spacing: 1px;
                font-size: 14px;
                font-weight: 600;
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
            
            #czparallaxcmsblock .parallax_container .parallax-text .shopnow {
                margin-top: 0px;
            }
            /* #czparallaxcmsblock:hover .parallax_container .parallax-text .shopnow .shop-now {
background-color: #133A68;
color: #ffffff;
} */
            
            #czparallaxcmsblock .parallax_container .parallax-text .shopnow:hover .shop-now {
                background-color: #133A68;
                color: #ffffff;
            }
            
            @media (max-width: 1199px) {
                #czparallaxcmsblock .parallax_container .parallax-text .main-title {
                    font-size: 30px;
                    line-height: 35px;
                }
                #czparallaxcmsblock .parallax_container .parallax-text .sub-title {
                    font-size: 60px;
                    line-height: 62px;
                }
            }
            
            @media (max-width: 1199px) {
                #czparallaxcmsblock .parallax_container .parallax-text .main-title {
                    font-size: 30px;
                    line-height: 35px;
                }
                #czparallaxcmsblock .parallax_container .parallax-text .sub-title {
                    font-size: 60px;
                    line-height: 62px;
                }
            }
            
            @media (max-width: 991px) {
                #czparallaxcmsblock {
                    padding-top: 10px;
                }
                #czparallaxcmsblock .parallax {
                    padding-top: 80px;
                    padding-bottom: 80px;
                }
                #czparallaxcmsblock .parallax_container .parallax-text .main-title {
                    font-size: 25px;
                    line-height: 30px;
                }
                #czparallaxcmsblock .parallax_container .parallax-text .sub-title {
                    font-size: 50px;
                    line-height: 50px;
                    padding-bottom: 30px;
                }
            }
            
            @media (max-width: 515px) {
                #czparallaxcmsblock .parallax_container .parallax-text .main-title {
                    font-size: 20px;
                    line-height: 30px;
                }
                #czparallaxcmsblock .parallax_container .parallax-text .sub-title {
                    font-size: 35px;
                    line-height: 30px;
                    padding-bottom: 30px;
                }
            }
            
            @media (max-width: 380px) {
                #czparallaxcmsblock .parallax_container .parallax-text .main-title {
                    font-size: 17px;
                    line-height: 30px;
                }
                #czparallaxcmsblock .parallax_container .parallax-text .sub-title {
                    font-size: 25px;
                    line-height: 30px;
                    padding-bottom: 30px;
                }
            }
            /*start modification cz-servicecmsblock-*/
            
            #czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
                text-transform: uppercase;
                font-size: 13px;
            }
            
            #czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
                color: #000;
                font-size: 12px;
                line-height: 18px;
                letter-spacing: 0;
                font-weight: 300;
            }
            /*end modification cz-servicecmsblock-*/
            /*start bloc newsletter footer*/
            
            .block_newsletter form input[type="text"] {
                padding: 10px;
                min-width: 255px;
                padding: 11px 15px;
                width: 100%;
                text-transform: capitalize;
                letter-spacing: 0.2px;
                background: #fff;
                border: 0;
                font-size: 13px;
                color: #000;
                border: 1px solid #000;
            }
            
            .block_newsletter form input.btn {
                float: right;
                margin-left: 0px;
                color: #fff;
                border: 0;
                font-size: 0;
                text-transform: capitalize;
                background: #ffffff url(../img/codezeel/newsletter.png) no-repeat scroll center 15px;
                border: 1px solid #000;
                margin-left: 5px;
                width: 70px;
            }
            
            .block_newsletter form input.btn:hover {
                color: #000;
                background-color: #fff;
                border-color: #000;
                background-position: center -48px;
            }
            
            .block_newsletter form input[type="text"]:focus {
                border-color: #000;
                color: #191919;
            }
            /*end bloc newsletter footer*/
            /*footer logo*/
            
            .footer-container .links.block-contact .footer-logo {
                background: transparent url(../img/codezeel/footer-logo.png) no-repeat 0 0px;
                margin-bottom: 30px;
                max-width: 200px;
                min-height: 50px;
            }
            /*start social media footer*/
            
            .block-social li a:before {
                border: 1px solid #000;
            }
            
            .block-social li:hover a:before {
                color: #fff;
                background-color: #133A68;
                border: 1px solid #133A68;
            }
            
            .products-sort-order .select-title {
                display: inline-block;
                margin: 0 10px 0 15px;
                width: 100%;
                color: #191919;
                background: #ffffff;
                padding: 4px 10px;
                cursor: pointer;
                border: 1px solid #e6e6e6;
            }
            
            .footer-after .copyright {
                font-size: 12px;
                text-transform: uppercase;
            }
            /* page categorie (filter product) */
            
            #left-column a,
            #right-column a {
                color: #000;
            }
            
            .facet-dropdown a {
                color: #000;
                display: block;
                font-size: 13px;
                padding: 0px 10px;
            }
            
            .facet-dropdown a::before {
                content: "- ";
                color: #000;
            }
            
            #search_filters .ui-widget-header {
                background: #000;
            }
            
            .faceted-slider {
                color: #000;
            }
            
            .pagination a {
                height: 35px;
                margin: 0;
                padding: 4px 13px;
                width: 35px;
                color: #fff;
                background: #000;
                display: block;
                font-weight: 500;
                border: 1px solid #000;
            }
            
            .pagination a:hover {
                color: #ffffff;
                border-color: #133A68;
                background-color: #133A68;
                text-decoration: none;
            }
            
            .breadcrumb li {
                text-transform: uppercase;
            }
            
            #block-contact_list i {
                color: #133A68;
            }
            
            #search_filter_toggler {
                background-color: #000;
                border-color: #000;
                color: #fff;
            }
            
            #search_filter_toggler:hover {
                background-color: #133A68;
                border-color: #133A68;
                color: #fff;
            }
            
            #_mobile_search_filters_clear_all>.btn-tertiary,
            #search_filter_controls>.btn-secondary {
                background-color: #000;
                border-color: #000;
                color: #fff;
            }
            
            #_mobile_search_filters_clear_all>.btn-tertiary:hover,
            #search_filter_controls>.btn-secondary:hover {
                background-color: #133A68;
                border-color: #133A68;
                color: #fff;
            }
            
            #_mobile_search_filters_clear_all>.btn-tertiary:focus,
            #search_filter_controls>.btn-secondary:focus {
                background-color: #133A68;
                border-color: #133A68;
                color: #fff;
            }
            /* contact page*/
            
            #contact_rich_toggle i {
                color: #133A68;
            }
            
            #contact_rich_toggle {
                color: #000;
            }
            
            .contact-form .btn-primary {
                border: 1px solid #133A68;
                color: #fff;
                background: #133A68;
            }
            
            .contact-form .btn-primary:hover {
                border-color: #F9e00d;
                color: #fff;
                background: #F9e00d;
            }
            /*custom client account */
            /*login page*/
            
            button#submit-login.btn-primary {
                border: 1px solid #133A68;
                color: #fff;
                background: #133A68;
            }
            
            button#submit-login.btn-primary:hover {
                border-color: #F9e00d;
                color: #fff;
                background: #F9e00d;
            }
            /*wishlist page*/
            
            button.st-save-wishlist-bt.btn-primary {
                border: 1px solid #000;
                color: #fff;
                background: #000;
            }
            
            button.st-save-wishlist-bt.btn-primary:hover {
                border-color: #133A68;
                color: #fff;
                background: #133A68;
            }
            /*adress page*/
            
            .page-addresses .address .address-body address {
                min-height: 10rem;
            }
            /*identité page*/
            
            #customer-form .btn-primary {
                border: 1px solid #133A68;
                ;
                color: #fff;
                background: #133A68;
            }
            
            #customer-form .btn-primary:hover {
                border-color: #F9e00d;
                background: #F9e00d;
                color: #fff;
            }
            /*account page*/
            
            .page-footer .text-sm-center a {
                padding: 10px;
                border: 1px solid #133A68;
                background-color: #133A68;
                color: #fff;
            }
            
            .page-footer .text-sm-center a:hover {
                border: 1px solid #F9e00d;
                background-color: #F9e00d;
                color: #fff;
            }
            /*gdpr page*/
            
            #exportDataToCsv.btn-primary.psgdprgetdatabtn17,
            #exportDataToPdf.btn-primary.psgdprgetdatabtn17 {
                border: 1px solid #133A68;
                color: #fff;
                background: #133A68;
            }
            
            #exportDataToCsv.btn-primary.psgdprgetdatabtn17:hover,
            #exportDataToPdf.btn-primary.psgdprgetdatabtn17:hover {
                border: 1px solid #F9e00d;
                color: #fff;
                background: #F9e00d;
            }
            
            .psgdprgetdatabtn17 {
                float: none;
            }
            
            @media (max-width: 991px) {
                #exportDataToCsv.btn-primary.psgdprgetdatabtn17,
                #exportDataToPdf.btn-primary.psgdprgetdatabtn17 {
                    margin-top: 10px;
                    font-size: 12px;
                    padding: 5px;
                    margin-left: 0px;
                }
            }
            /*cart page*/
            
            .product-quantity .add .add-to-cart {
                padding: 10px 40px;
                color: #fff;
                background-color: #133A68;
                border-color: #133A68;
                font-size: 15px;
            }
            
            .product-quantity .add .add-to-cart:hover {
                color: #fff;
                background-color: #F9e00d;
                border-color: #F9e00d;
            }
            
            .product-quantity .wishlist a {
                background-color: #133A68;
            }
            
            .product-quantity .wishlist a:hover {
                background-color: #F9e00d;
            }
            
            .product-quantity .compare a {
                background-color: #133A68;
            }
            
            .product-quantity .compare a:hover {
                background-color: #F9e00d;
            }
            
            .product-quantities span {
                color: #133A68;
            }
            
            .checkout.cart-detailed-actions a.btn.btn-primary {
                padding: 10px 27px;
                font-size: 15px;
                background-color: #133A68;
                border-color: #133A68;
                color: #fff;
            }
            
            .checkout.cart-detailed-actions a.btn.btn-primary:hover {
                background-color: #F9e00d;
                border-color: #F9e00d;
                color: #fff;
            }
            
            .product-prices .tax-shipping-delivery-label {
                display: none;
            }
            /* a propos page*/
            
            h3.page-subheading {
                color: #133A68;
            }
            
            div.img-about {
                margin-bottom: 20px;
            }
            
            div.img-about>img {
                width: 99%;
                height: auto;
            }
            /* You might also like product */
            
            .products .product-thumbnail img {
                width: auto;
                max-width: 100%;
            }
            /*enzostore.com.tn style */
            /*menu style*/
            
            .top-menu a[data-depth="0"] {
                color: #133A68;
            }
            
            .top-menu a[data-depth="0"]:hover {
                color: #F9e00d;
                text-decoration: none;
            }
            
            #header .header_logo {
                max-width: 110px;
            }
            
            .header-top .menu {
                padding: 15px 0;
            }
            /*panier style*/
            
            @media (min-width: 992px) {
                #header .search-widget {
                    margin: 53px 0 0px 0;
                }
            }
            
            @media (min-width: 992px) {
                #header .user-info {
                    margin: 53px 20px 0px 20px;
                }
            }
            
            @media (min-width: 992px) {
                #header .blockcart {
                    margin: 53px 0 0px 0px;
                }
            }
            /* Webbax - Tuto 36 - Popup */
            
            #Everpopup_block_center img {
                width: 100%!important;
                height: auto!important;
            }
            
            #Everpopup_block_center #everpopup_image_legend {
                display: none!important;
            }
            
            #Everpopup_block_center h1,
            #Everpopup_block_center h2 {
                display: none!important;
            }
            
            #Everpopup_block_center .rte {
                display: none!important;
            }
            
            .fancybox-slide>* {
                padding: 0!important;
                margin: 0!important;
                width: 60%!important;
            }
            
            .fancybox-slide {
                padding: 0 30%!important;
            }
            /* Ipad */
            
            @media(max-width:1024px) {
                .fancybox-slide {
                    padding: 0 0%!important;
                }
            }
            /* Mobile */
            
            @media(max-width:500px) {
                .fancybox-slide>* {
                    width: 80%!important;
                }
                .fancybox-slide {
                    padding: 0 10%!important;
                }
            }
            /*poupup module style*/
            
            .form-check {
                display: none;
            }
            
            .input-group {
                padding-bottom: 20px;
            }
            /*#everpspopup_block_center>.container {
        background: url("https://enzocollection.com.tn/img/cms/10.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 50vh;
    }
    
    .fancybox-bg,
    .fancybox-inner,
    .fancybox-outer,
    .fancybox-stage {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }*/