        *,
        *:before,
        *:after {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }
        
         ::-webkit-input-placeholder {
            opacity: 1;
            color: #222;
        }
        
         ::-moz-placeholder {
            opacity: 1;
            color: #222;
        }
        
         :-ms-input-placeholder {
            opacity: 1;
            color: #222;
        }
        
         :-moz-placeholder {
            opacity: 1;
        }
        
         ::selection {
            background: #d95e61;
            color: #fff;
        }
        
         ::-moz-selection {
            background: #d95e61;
            color: #fff;
        }
        
        body {
            color: #000000;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
            line-height: 21px;
            margin: 0;
        }
        
        a {
            text-decoration: none;
            color: #d95e61;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
        }
        
        a:hover,
        a:focus {
            color: #d95e61;
            outline: none;
        }
        
        img {
            max-width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: normal;
            color: #333333;
            margin: 0;
        }
        
        .clr {
            clear: both;
        }
        
        .row {
            max-width: 1200px;
            width: 100%;
            margin: auto;
            padding: 0 15px;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        /* Typography */
        
        h1 {
            margin: 0 0 30px 0;
            color: #d95e61;
            font-size: 30px;
            line-height: 42px;
        }
        
        h2 {
            margin: 0 0 30px 0;
            color: #d95e61;
            font-size: 24px;
            line-height: 42px;
        }
        
        h3 {
            margin: 0 0 20px 0;
            color: #d95e61;
            font-size: 18px;
            line-height: 42px;
        }
        
        h4 {
            margin: 0 0 20px 0;
            color: #d95e61;
            font-size: 18px;
            line-height: 42px;
        }
        
        h5 {
            margin: 0 0 20px 0;
            color: #d95e61;
            font-size: 15px;
            line-height: 24px;
        }
        
        h6 {
            margin: 0 0 20px 0;
            color: #d95e61;
            font-size: 13px;
            line-height: 20px;
        }
        
        p,
        span {
            color: #000;
            font-size: 16px;
            line-height: 26px;
            font-weight: 300;
            margin: 0 0 20px 0;
        }
        
        #contain {
            padding: 50px 0;
        }
        
        .item-page,
        .items-leading {
            max-width: 960px;
            width: 100%;
            padding: 0 15px;
            margin: auto;
        }
        
        .item-page::after,
        .items-leading::after {
            content: "";
            clear: both;
            display: block;
        }
        
        .item-page ul {
            margin: 10px 0;
        }
        
        .item-page ul li {
            position: relative;
            padding-left: 32px;
            font-size: 16px;
            line-height: 26px;
            margin: 8px 0;
        }
        
        .item-page ul li::before {
            position: absolute;
            background: #d95e61;
            height: 6px;
            width: 6px;
            content: "";
            border-radius: 100%;
            top: 10px;
            left: 0;
        }
        
        h4 {
            color: #d95e61;
            font-size: 28px;
            line-height: 34px;
            text-align: center;
        }
        
        h4 span {
            font-weight: 300;
        }
        /* end Typography */
        
        #header-section {
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
            position: relative;
            padding-bottom: 30px;
        }
        
        #banners {
            position: relative;
            top: -170px;
            margin-bottom: -170px;
        }
        
        #banners .custom {
            min-height: 400px;
            background-size: cover;
            background-position: center;
        }
        
        .header .logo {
            text-align: center;
            padding: 25px 0 30px;
        }
        
        .main-menu .moduletable_menu>ul>li {
            display: inline-block;
            padding: 0 9px;
            position: relative;
        }
        
        .main-menu .moduletable_menu>ul>li>a {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            position: relative;
            padding-bottom: 30px;
        }
        
        .main-menu .moduletable_menu>ul>li>a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 22px;
            width: 0%;
            height: 2px;
            background: #d95e61;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
        }
        
        .main-menu .moduletable_menu>ul>li>a:hover::after,
        .main-menu .moduletable_menu>ul>li.active>a::after {
            width: 80%;
        }
        
        .main-menu .moduletable_menu>ul>li>.nav-child {
            display: none;
            position: absolute;
            top: 52px;
            left: 0;
            background: rgba(255, 255, 255, 0.95);
            min-width: 280px;
            padding: 5px 15px;
            box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
        }
        
        .moduletable_menu>ul>li>.nav-child>li {
            border-bottom: 1px solid #d95e8b;
        }
        
        .moduletable_menu>ul>li>.nav-child>li:hover {
            border-bottom: 1px solid #474747;
        }
        
        .moduletable_menu>ul>li>.nav-child>li:last-child {
            border-bottom: 0;
        }
        
        .moduletable_menu>ul>li>.nav-child>li>a {
            color: #d95e61;
            padding: 3px 0;
            display: inline-block;
            font-size: 14px;
        }
        
        .moduletable_menu>ul>li>.nav-child>li>a:hover {
            color: #474747;
        }
        
        #slider {
            position: relative;
            top: -170px;
            margin-bottom: -170px;
        }
        
        #slider .uk-slideshow>li .uk-overlay-panel {
            max-width: 1200px;
            width: 100%;
            margin: auto;
            padding: 0 15px;
        }
        
        #slider .uk-slideshow>li .uk-overlay-panel .uk-h2 {
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            line-height: 42px;
            max-width: 730px;
            width: 100%;
            margin-bottom: 60px;
        }
        
        #slider .uk-slideshow>li .uk-overlay-panel .uk-button {
            color: #d95e61;
            font-size: 16px;
            line-height: 36px;
            min-width: 190px;
            text-align: center;
            display: inline-block;
            border-radius: 0;
            text-transform: uppercase;
        }
        
        #slider .uk-slideshow>li .uk-overlay-panel .uk-button:hover {
            background: #d95e61;
            color: #fff;
        }
        
        #slider .uk-slidenav-position>.uk-overlay-panel {
            padding: 0;
            background: rgba(255, 255, 255, 0.8);
            height: 30px;
        }
        
        #slider .uk-slidenav-position>.uk-overlay-panel .uk-dotnav {
            margin: 0 !important;
        }
        
        #slider .uk-slidenav-position>.uk-overlay-panel .uk-dotnav li {
            margin-top: 8px !important;
        }
        
        #slider .uk-slidenav-position>.uk-overlay-panel .uk-dotnav li a {
            transform: scale(1);
            width: 10px;
            height: 10px;
            background: transparent;
            border: 1px solid #474747 !important;
        }
        
        #slider .uk-slidenav-position .uk-overlay-panel .uk-dotnav li.uk-active a {
            background: #474747;
        }
        
        #slider .uk-slidenav-position .uk-slidenav {
            display: block !important;
        }
        
        #slider .uk-slidenav-position .uk-slidenav.uk-slidenav-previous::before {
            content: "";
            background: url("../images/ban-arr-left.png") no-repeat;
            background-position: center;
            background-size: cover;
            width: 15px;
            height: 16px;
            position: absolute;
        }
        
        #slider .uk-slidenav-position .uk-slidenav.uk-slidenav-next::before {
            content: "";
            background: url("../images/ban-arr-right.png") no-repeat;
            background-position: center;
            background-size: cover;
            width: 15px;
            height: 16px;
            position: absolute;
        }
        
        #bottom {
            background: #a3a3a3;
        }
        
        .ftr-cnt {
            padding: 30px 0;
        }
        
        .ftr-cnt::after {
            content: "";
            display: block;
            clear: both;
        }
        
        .ftr-cnt>div {
            max-width: 33.33%;
            width: 100%;
            float: left;
        }
        
        .ftr-appoint h3 {
            color: #fff;
            font-size: 24px;
            line-height: normal;
            font-weight: 700;
            font-style: italic;
            position: relative;
        }
        
        .ftr-appoint h3::after,
        .ftr-follow h3::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 86px;
            height: 2px;
            background: #fff;
        }
        
        .ftr-appoint p {
            line-height: normal;
            margin: 0;
        }
        
        .ftr-appoint a {
            position: relative;
            color: #fff;
            padding-left: 40px;
            margin-bottom: 20px;
            display: block;
        }
        
        .ftr-appoint .landline::after {
            content: "";
            position: absolute;
            width: 27px;
            height: 19px;
            background: url("../images/landline.png");
            left: 0;
            top: 0;
        }
        
        .ftr-appoint .mobile::after {
            content: "";
            position: absolute;
            width: 19px;
            height: 31px;
            background: url("../images/mobile.png");
            left: 3px;
            top: -5px;
        }
        
        .ftr-follow h3 {
            color: #fff;
            font-size: 24px;
            line-height: normal;
            font-weight: 700;
            font-style: italic;
            position: relative;
        }
        
        .ftr-follow ul li {
            display: inline-block;
            margin-right: 30px;
        }
        
        .ftr-follow ul li a {
            display: inline-block;
            font-size: 0;
        }
        
        .ftr-follow ul li a::after {
            content: "\f09a";
            font-family: fontawesome;
            font-size: 24px;
            color: #fff;
            transition: 0.5s ease-in-out all;
            -webkit-transition: 0.5s ease-in-out all;
            -moz-transition: 0.5s ease-in-out all;
            -ms-transition: 0.5s ease-in-out all;
            -o-transition: 0.5s ease-in-out all;
        }
        
        .ftr-follow ul li:nth-child(2) a::after {
            content: "\f099";
        }
        
        .ftr-follow ul li:nth-child(3) a::after {
            content: "\f16d";
        }
        
        .ftr-follow ul li:last-child a::after {
            content: "\f0e1";
        }
        
        .ftr-follow ul li a:hover::after {
            color: #474747;
        }
        
        .ftr-menu>.moduletable_menu>ul.nav.menu {
            margin: 0 0 20px;
        }
        
        .ftr-menu .moduletable_menu>ul>li {
            display: inline-block;
            position: relative;
        }
        
        .ftr-menu>.moduletable_menu>ul>li>a {
            font-size: 14px;
            color: #fff;
            font-weight: 500;
            position: relative;
            padding: 10px 9px;
            display: inline-block;
        }
        
        .ftr-menu>.moduletable_menu>ul>li>a::after {
            content: "/";
            position: absolute;
            right: -2px;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
        }
        
        .ftr-menu>.moduletable_menu>ul>li:last-child>a::after {
            content: "";
        }
        
        .ftr-menu>.moduletable_menu>ul>li>a:hover,
        .ftr-menu>.moduletable_menu>ul>li.active>a {
            color: #474747;
        }
        
        .ftr-menu>.moduletable_menu>ul>li>a:hover::after {
            color: #fff;
        }
        
        .ftr-menu>.moduletable_menu>ul>li>.nav-child {
            display: none;
        }
        
        .ftr-menu>.moduletable_menu>ul>li>.nav-child {
            display: none;
            position: absolute;
            left: 0;
            background: rgba(255, 255, 255, 0.95);
            min-width: 280px;
            padding: 5px 15px;
            box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.15);
            bottom: 40px;
        }
        
        #footer {
            background: #474747;
            padding: 14px 0;
        }
        
        #footer p {
            text-align: center;
            line-height: normal;
            margin: 0;
            color: #fff;
            font-size: 14px;
        }
        
        #home-about {
            background: url("../images/hm-abt-bg.jpg") no-repeat;
            background-position: bottom;
            background-size: contain;
            min-height: 850px;
            padding-top: 75px;
        }
        
        h2.main-title {
            text-align: center;
            position: relative;
            color: #474747;
            font-weight: 800;
            font-size: 36px;
            padding: 15px 0;
            margin-bottom: 60px;
        }
        
        h2.main-title::before {
            content: "";
            position: absolute;
            bottom: -25px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            width: 290px;
            height: 31px;
            background: url("../images/heading-bottom.png");
        }
        
        h2.main-title::after {
            content: "";
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            width: 290px;
            height: 31px;
            background: url("../images/heading-top.png");
        }
        
        #home-about .custom>div {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        #home-about .custom>div .hm-abt-img {
            max-width: 40%;
            width: 100%;
            float: left;
        }
        
        #home-about .custom>div .hm-abt-para {
            max-width: 60%;
            width: 100%;
            float: left;
        }
        
        #home-about .custom>div .hm-abt-para p {
            font-size: 14px;
            line-height: 24px;
            color: #474747;
        }
        
        #home-about .custom>div .hm-abt-para h4 {
            text-align: left;
            text-transform: uppercase;
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            padding-left: 30px;
            position: relative;
        }
        
        #home-about .custom>div .hm-abt-para h4::after {
            content: "";
            position: ;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #d95e61;
            width: 17px;
            height: 1px;
        }
        
        .item-page.home-page h2 {
            margin: 0 0 10px 0;
            color: #d95e61;
            font-size: 18px;
            line-height: 24px;
        }
        
        .item-page.home-page h1 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 10px;
        }
        
        .item-page.home-page p {
            font-size: 14px;
            line-height: normal;
        }
        
        .item-page.home-page span {
            font-size: 14px;
            line-height: normal;
            display: block;
        }
        
        .item-page.home-page ul li {
            font-size: 14px;
            line-height: normal;
            padding-left: 15px;
            max-width: 33%;
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        
        #home-testimonial {
            margin-top: 50px;
            min-height: 950px;
            background: url("../images/testimonial-bg.jpg") no-repeat;
            background-position: center;
            background-size: cover;
        }
        
        #home-testimonial .custom>div {
            max-width: 550px;
            width: 100%;
            min-height: 485px;
            background-color: rgba(217, 94, 97, 0.8);
            border-radius: 25px;
            border: 1px solid #c12b29;
            padding: 45px 45px 0;
            margin: 160px 0 0 100px;
        }
        
        #home-testimonial .custom>div h3 {
            color: #fff;
            position: relative;
            font-size: 30px;
            font-weight: 700;
            line-height: 42px;
            margin-bottom: 30px;
        }
        
        #home-testimonial .custom>div h3::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 88px;
            height: 2px;
            background: #fff;
        }
        
        #home-testimonial .custom>div p {
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            margin: 0;
        }
        
        .vm-product-container {
            margin: 50px 0 0;
        }
        
        .vm-product-container .vm-product-media-container {
            width: 25%;
        }
        
        .vm-product-details-container {
            float: left;
            width: 30%;
        }
        
        span.addtocart-button span.addtocart-button,
        span.addtocart-button input.addtocart-button,
        span.addtocart-button input.notify-button {
            color: #fff;
            font-size: 16px;
            line-height: 45px;
            min-width: 190px;
            text-align: center;
            display: inline-block;
            border-radius: 0;
            text-transform: uppercase;
            background: #d95e61;
            border: 1px solid transparent;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            padding: 0;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
            margin-left: 15px;
        }
        
        span.addtocart-button span.addtocart-button:hover,
        span.addtocart-button input.addtocart-button:hover,
        span.addtocart-button input.notify-button:hover {
            border: 1px solid #d95e61;
            background: #fff;
            color: #d95e61;
        }
        
        span.quantity-box {
            margin: 0;
        }
        
        .quantity-box .quantity-input,
        .cart-summary .quantity-input {
            height: 50px;
            width: 50px;
            border: 1px solid #d95e61;
            background: #fff;
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        }
        
        .fl-rgt {
            float: right;
        }
        
        #fancybox-wrap #fancybox-content h4 {
            margin: 40px 0 0;
        }
        
        #fancybox-wrap #fancybox-content>div {
            margin: auto;
            text-align: center;
            padding: 50px 0;
        }
        
        #fancybox-wrap #fancybox-content>div>a {
            float: none;
            margin: 0 5px;
            background: #d95e61;
            color: #fff;
            line-height: 40px;
            display: inline-block;
            min-width: 200px;
            border: 1px solid transparent;
        }
        
        #fancybox-wrap #fancybox-content>div>a:hover {
            border: 1px solid #d95e61;
            color: #d95e61;
            background: #fff;
        }
        
        #com-form-login fieldset {
            padding: 0;
            margin-bottom: 20px;
        }
        
        #com-form-login fieldset>div.width30.floatleft {
            display: block;
            max-width: 100%;
            width: 100%;
            margin-bottom: 20px;
        }
        
        #com-form-login fieldset>div.width30.floatleft input[type="text"],
        #com-form-login fieldset>div.width30.floatleft input[type="password"],
        #user-registration input[type="email"],
        #user-registration input[type="text"] {
            height: 40px;
            max-width: 250px;
            width: 100%;
            border: 1px solid #d95e61;
            padding: 0 0 0 10px;
            font-family: 'Poppins', sans-serif;
            background: #f5f5f5;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
        }
        
        #com-form-login fieldset>div.width30.floatleft input[type="submit"] {
            background: #d95e61;
            border: 0;
            font-family: 'Poppins', sans-serif;
            color: #fff;
            display: block;
            max-width: 250px;
            width: 100%;
            line-height: 40px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px;
            margin-bottom: 20px;
            cursor: pointer;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            border: 1px solid transparent;
        }
        
        #com-form-login fieldset>div.width30.floatleft input[type="submit"]:hover {
            border: 1px solid #d95e61;
            color: #d95e61;
            background: #fff;
        }
        
        #checkoutForm .billto-shipto .details {
            background: none;
            border: 0;
            padding: 0;
        }
        
        #checkoutForm fieldset table tr td a {
            padding: 10px 0 0 15px;
            display: inline-block;
        }
        
        #cart-view #checkoutForm .checkout-button-top #checkoutFormSubmit {
            background: #d95e61;
            color: #fff;
            border: 0;
            border-radius: 0;
            font-family: 'Poppins', sans-serif;
            padding: 0 15px;
            letter-spacing: normal;
            max-width: 200px;
            display: inline-block;
            width: 100%;
            line-height: 40px;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            border: 1px solid transparent;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
        }
        
        #cart-view #checkoutForm .checkout-button-top #checkoutFormSubmit span {
            color: #fff;
        }
        
        #cart-view #checkoutForm .checkout-button-top #checkoutFormSubmit:hover {
            background: #fff;
            color: #d95e61;
            border: 1px solid #d95e61;
        }
        
        #cart-view #checkoutForm .checkout-button-top #checkoutFormSubmit:hover span {
            color: #d95e61;
        }
        
        #cart-view form fieldset .cart.tos span {
            display: block;
        }
        
        #userForm.form-validate .control-buttons {
            text-align: left !important;
            margin-bottom: 20px;
        }
        
        #userForm.form-validate .control-buttons .reg_text {
            float: none;
            display: block;
            margin: 20px 0 20px 0;
        }
        
        #userForm.form-validate .control-buttons .button,
        #userForm.form-validate .control-buttons button,
        #user-registration .control-group button {
            background: #d95e61;
            color: #fff;
            border: 1px solid transparent;
            border-radius: 0;
            margin: 0 5px;
            max-width: 250px;
            width: 100%;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            letter-spacing: normal;
            font-size: 18px;
            line-height: 40px;
            padding: 0;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
        }
        
        #userForm.form-validate .control-buttons .button:hover,
        #user-registration .control-group button:hover {
            background: #fff;
            color: #d95e61;
            border: 1px solid #d95e61;
        }
        
        #userForm.form-validate button[type="reset"] {
            border: 1px solid #d95e61;
            border-radius: 0;
            background: #fff;
            font-family: 'Poppins', sans-serif;
            font-size: 18px;
            padding: 0;
            line-height: 40px;
            max-width: 250px;
            display: inline-block;
            width: 100%;
            margin: 0 5px 20px 5px;
            color: #d95e61;
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out;
            -ms-transition: 0.5s all ease-in-out;
            -o-transition: 0.5s all ease-in-out;
            box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
        }
        
        #userForm.form-validate button[type="reset"]:hover {
            background: #d95e61;
            color: #fff;
        }
        
        #userForm.form-validate fieldset {
            padding: 0;
            margin-top: 20px;
        }
        
        #user-registration fieldset {
            padding: 0;
            margin-bottom: 20px;
        }
        
        #user-registration fieldset .control-label label {
            color: #d95e61;
        }
        
        #mobile-sec {
            display: none;
        }
        
        #showLeftPush {
            display: none;
            position: absolute;
            right: 20px;
            top: 50%;
            width: 27px;
            transform: translateY(-50%);
        }
        
        #showLeftPush span {
            display: block;
            height: 4px;
            margin: 4px 0;
            background: #d95e61;
            width: 100%;
            transition: all 0.5s ease;
            cursor: pointer;
        }
        
        #showLeftPush.close span:first-child {
            transform: translateX(2px) translateY(5px) rotate(45deg);
            transition: all 0.5s ease;
        }
        
        #showLeftPush.close span:nth-child(2) {
            display: none;
            transition: all 0.5s ease;
        }
        
        #showLeftPush.close span:last-child {
            transform: translateX(2px) translateY(-3px) rotate(-45deg);
            transition: all 0.5s ease;
        }
        
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
            /* Header Section */
            #header-section {
                background: rgba(71, 71, 71, 0.8);
                padding-bottom: 0;
            }
            /* Slider */
            #slider .uk-slideshow>li .uk-overlay-panel .uk-h2 {
                font-size: 24px;
                line-height: 30px;
                margin: 130px 0px 50px 0;
            }
            .uk-slideshow,
            .uk-slideshow li {
                height: 600px !important;
            }
            #slider .uk-slideshow>li .uk-overlay-panel {
                padding: 0 85px;
            }
            .uk-slidenav-position .uk-slidenav-previous {
                left: 13px;
                top: 350px;
            }
            .uk-slidenav-position .uk-slidenav-next {
                right: 15px;
                top: 350px;
            }
            /* About us */
            #home-about {
                padding: 50px 0 90px 0;
                background-size: auto;
            }
            h2.main-title {
                font-size: 30px;
                padding: 13px 0 22px;
                letter-spacing: 2px;
                margin-bottom: 40px;
            }
            h2.main-title::before {
                bottom: -20px;
                width: 220px;
                background-size: contain;
                background-repeat: no-repeat;
            }
            h2.main-title::after {
                top: -20px;
                width: 220px;
                background-size: contain;
                background-repeat: no-repeat;
            }
            #home-about .custom>div .hm-abt-para {
                max-width: 100%;
                width: 100%;
                float: left;
            }
            #home-about .custom>div {
                display: block;
            }
            #home-about .custom>div .hm-abt-img {
                max-width: 50%;
                width: 100%;
                float: inherit;
                margin: 0 auto;
            }
            #home-about .custom>div .hm-abt-para h4 {
                margin: 0 0 150px 20px;
            }
            .item-page.home-page ul li {
                max-width: 100%;
                margin: 5px 0;
            }
            .item-page,
            .items-leading {
                padding: 0;
            }
            /* Testimonial */
            #home-testimonial .custom>div {
                margin: 0 auto;
                padding: 20px 15px;
                min-height: auto;
            }
            #home-testimonial {
                min-height: 750px;
                background-position: center;
                background-size: contain;
            }
            /* Footer */
            .ftr-menu .moduletable_menu>ul>li {
                display: inline-block;
                position: relative;
                width: 33%;
            }
            .ftr-menu>.moduletable_menu>ul>li>a::after {
                display: none;
            }
            .ftr-menu>.moduletable_menu>ul>li>a {
                padding: 5px;
            }
        }
        
        @media only screen and (max-width:1024px) {
            .main-menu>.moduletable_menu>.nav.menu {
                display: none;
            }
            #header-section {
                padding: 0;
                min-height: 100px;
            }
            #showLeftPush {
                display: block;
            }
            .header .logo {
                padding: 0;
                float: left;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }
            .header .logo p {
                margin: 0;
            }
            #mobile-sec {
                width: 100%;
                max-width: 100%;
                position: fixed;
                height: calc(100vh - 100px);
                top: 100px;
                left: 0;
                background: #f2f2f2;
                overflow: auto;
                z-index: 999;
            }
            body.fx {
                overflow: hidden;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu {
                max-width: 280px;
                width: 100%;
                margin: 50px auto 0;
                text-align: center;
                border: 1px solid #d95e61;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu li {
                border-bottom: 1px solid #d95e61;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu li:last-child {
                border-bottom: 0;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu>li a {
                display: block;
                padding: 8px 10px;
                font-size: 14px;
                background: #fff;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu>li>.nav-child {
                display: none;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu>li:hover .nav-child {
                display: block;
            }
            #mobile-sec>.moduletable.mobile-menu>.nav.menu>li a:hover,
            #mobile-sec>.moduletable.mobile-menu>.nav.menu>li.active>a,
            #mobile-sec>.moduletable.mobile-menu>.nav.menu>li>.nav-child>li.active>a {
                background: #d95e61;
                color: #fff;
            }
            .vm-product-container .vm-product-media-container,
            .vm-product-details-container {
                width: 50%;
            }
        }
        
        @media only screen and (max-width:767px) {
            .ftr-cnt>div {
                max-width: 100%;
            }
            h2 {
                margin: 0 0 15px 0;
                font-size: 18px;
                line-height: 24px;
            }
            p,
            span {
                font-size: 14px;
                line-height: 22px;
                margin: 0 0 15px 0;
            }
            h1 {
                margin: 0 0 15px 0;
                font-size: 18px;
                line-height: 24px;
            }
            .vm-product-container .vm-product-media-container {
                width: 100%;
            }
            .vm-product-container>div {
                width: 100%;
                float: left;
            }
            .vm-display {
                padding-left: 30px;
                margin-top: 10px;
            }
            .fl-rgt {
                float: left;
                display: block;
                width: 100%;
                margin: 20px 0;
            }
            /* Slider */
            #slider .uk-slideshow>li .uk-overlay-panel .uk-h2 {
                font-size: 20px;
                line-height: 30px;
                margin: 130px 0px 50px 0;
            }
            .uk-slideshow,
            .uk-slideshow li {
                height: 500px !important;
            }
            #slider .uk-slideshow>li .uk-overlay-panel {
                padding: 0 35px;
            }
            .uk-slidenav-position .uk-slidenav-previous {
                left: 0;
                top: 320px;
            }
            .uk-slidenav-position .uk-slidenav-next {
                right: 0;
                top: 320px;
            }
            /* About us */
            #home-about {
                padding: 50px 0 90px 0;
                background-size: auto;
            }
            h2.main-title {
                font-size: 30px;
                padding: 13px 0 22px;
                letter-spacing: 2px;
                margin-bottom: 40px;
            }
            h2.main-title::before {
                bottom: -20px;
                width: 220px;
                background-size: contain;
                background-repeat: no-repeat;
            }
            h2.main-title::after {
                top: -20px;
                width: 220px;
                background-size: contain;
                background-repeat: no-repeat;
            }
            #home-about .custom>div .hm-abt-para {
                max-width: 100%;
                width: 100%;
                float: left;
            }
            #home-about .custom>div {
                display: block;
            }
            #home-about .custom>div .hm-abt-img {
                max-width: 50%;
                width: 100%;
                float: inherit;
                margin: 0 auto;
            }
            #home-about .custom>div .hm-abt-para h4 {
                margin: 0 0 120px 30px;
            }
            .item-page.home-page ul li {
                max-width: 100%;
                margin: 5px 0;
            }
            .item-page,
            .items-leading {
                padding: 0;
            }
            /* Testimonial */
            #home-testimonial {
                min-height: 850px;
                background-position: bottom;
                background-size: contain;
            }
            #home-testimonial .custom>div {
                margin: 0;
                padding: 20px 15px;
                min-height: auto;
            }
            #home-testimonial .custom>div h3 {
                font-size: 22px;
                line-height: 32px;
                margin-bottom: 25px;
            }
            #home-testimonial .custom>div p {
                font-size: 16px;
                line-height: 22px;
            }
            /* Footer */
            .ftr-menu .moduletable_menu>ul>li {
                display: block;
            }
            .ftr-menu>.moduletable_menu>ul>li>a::after {
                display: none;
            }
            .ftr-menu>.moduletable_menu>ul>li>a {
                padding: 5px 9px;
            }
            #footer p {
                font-size: 11px;
            }
            #cart-view {
                overflow-x: auto;
            }
            #com-form-login fieldset>div.width30.floatleft {
                margin-right: 0;
            }
            #userForm.form-validate {
                overflow-x: auto;
            }
            #com-form-login .width30.floatleft {
                margin: 0;
            }
            #userForm.form-validate .control-buttons .button,
            #userForm.form-validate .control-buttons button,
            #user-registration .control-group button {
                margin-bottom: 20px;
            }
            #userForm.form-validate .control-buttons {
                margin: 0;
            }
        }