@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Myanmar:wght@400;700&display=swap');
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*!// Contents// ------------------------------------------------> 1. Rest 2. Base 3. Typography 4. Blockquote 5. Icon List 6. Color 7. Helpers 8. Background 9. Buttons 10. Forms 11. Icons 12. Media 13. Accordion 14. Heading 15. Page Title 16. Pagination 17. Alert 18. Skills 19. Misc 20. Header 21. Menu 22. Hero 23. Shortcode 24. Team 25. Testimonial 26. Feature 27. Action 28. Pricing 29. Blog 30. Shop 31. Contact 32. Sidebar 33. Footer 34. 404 35. Soon 36. Maintenance 37. Faq 38. Client
/*WARNING! DO NOT EDIT THIS FILE!To make it easy to update your theme, you should not edit the styles in this file. Instead usethe custom.css file to add your styles. You can copy a style from this file and paste it incustom.css and it will override the style in this file. You have been warned! :)*/
/*NOTES! QUICK SEARCH IN THIS FIKE!To make it easy to search about class or section, you do not need scroll in this file. Instead useuse [ CTR + F ] and type [ SECTION NAME ] or [ .class-name ] You can find it quickly and save your time. You have been noted! :)*/
/*------------------------------------*\ #RESET\*------------------------------------*/
 *, h1, h2, h3, h4, h5, h6, p, ul, a, dl, dt, dd, ol, ul, li {
     margin: 0;
     padding: 0;
}
 *, :active, :focus {
     outline: none !important;
}
 ul, ol {
     list-style: none;
}
 textarea {
     resize: none;
}
 ::selection {
     text-shadow: none;
}
 ::-moz-selection {
     text-shadow: none;
}
 ::-webkit-selection {
     text-shadow: none;
}
 .form-control {
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
}
 .form-control:focus {
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
}
/*------------------------------------*\ #BASE\*------------------------------------*/
 ::selection {
     background: #ffb300;
     color: #ffffff;
}
 ::-moz-selection {
     background: #ffb300;
    /* Firefox */
     color: #ffffff;
}
 ::-webkit-selection {
     background: #ffb300;
    /* Safari */
     color: #ffffff;
}
 html {
     font-size: 14px;
}
 body {
     background-color: #ffffff;
     font-family: 'Noto Sans Myanmar', sans-serif;
     font-size: 14px;
     font-weight: 400;
     color: #a6a6a6;
     line-height: 1.5;
     margin: 0;
}
 .zawgyi {
     font-family: Zawgyi-One !important;
}
 .mobile-display {
     display: none !important;
}
 .border-bottom-0 {
     border-bottom: none !important;
}
 .wrapper {
     background-color: #ffffff;
}
 .checkout-bank {
     height: auto !important;
}
 .supplier-product .logo {
     display: inline-block;
}
 .supplier-product h1 {
     display: inline-block;
     vertical-align: middle;
     margin-left: 15px;
}
 a {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     color: #ffb300;
}
 a:hover {
     color: #a92424;
     text-decoration: none;
}
 a:focus {
     color: #a92424;
     text-decoration: none;
}
 a:active {
     color: #a92424;
     text-decoration: none;
}
 p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
     margin-bottom: 20px;
}
 section {
     padding-top: 1.5rem;
     padding-bottom: 1.5rem;
     overflow: hidden;
}
 @media only screen and (max-width: 767px) {
     section {
         padding-top: 30px;
         padding-bottom: 30px;
    }
}
 @media screen and (max-width: 576px) {
     section {
         padding-top: 20px;
         padding-bottom: 20px;
    }
     .clients .client {
         min-height: 70px !important;
    }
     .clients .clients-bg {
         line-height: 60px !important;
    }
     .clients .client img {
         width: 65% !important;
    }
     .page-title {
         padding: 10px !important;
    }
}
/*------------------------------------*\ #TYPOGRAPHY\*------------------------------------*/
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     color: #1b1a1a;
     font-family: 'Raleway', sans-serif;
     margin: 0 0 20px 0;
     font-weight: 700;
}
 h1, .h1 {
     font-size: 32px;
     line-height: 1;
}
 h2, .h2 {
     font-size: 28px;
     line-height: 1;
}
 h3, .h3 {
     font-size: 25px;
     line-height: 1;
}
 h4, .h4 {
     font-size: 22px;
     line-height: 1;
}
 h5, .h5 {
     font-size: 18px;
     line-height: 1;
}
 h6, .h6 {
     font-size: 14px;
     line-height: 1;
}
 p {
     font-family: 'Open Sans', sans-serif;
     color: #a6a6a6;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
}
 .lead {
     font-size: 16px;
     line-height: 1.8;
}
/*------------------------------------*\ #Blockquote\*------------------------------------*/
 * quotes style */
blockquot, .blockquote {
     font-size: 20px;
     font-family: 'Open Sans', sans-serif;
     font-style: italic;
     line-height: 28px;
     font-weight: 500;
     padding: 30px 0 30px 30px;
}
 .quote-author {
     display: block;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     margin-top: 20px;
     line-height: 28px;
     color: #1b1a1a;
}
 .blockquote-1 {
     border-left: 6px solid #1b1a1a;
     color: #a6a6a6;
}
 .blockquote-3, .blockquote-4 {
     padding-right: 30px;
}
 .blockquote-2, .blockquote-3, .blockquote-4 {
     border-left: none;
}
 .blockquote-2:before {
     content: "\f10d";
     font-family: fontawesome;
     font-size: 16px;
     position: absolute;
     top: 0;
     left: 0;
     color: #1b1a1a;
     line-height: 1.8;
}
 .blockquote-2:after {
     content: "\f10e";
     font-family: fontawesome;
     font-size: 16px;
     color: #1b1a1a;
     position: absolute;
     right: 0;
     bottom: 0;
     line-height: 1.8;
}
 .blockquote-3 {
     color: #ff7a5e;
     background-color: #f9f9f9;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
}
 .blockquote-4 .quote-author {
     color: #a6a6a6;
}
 .blockquote-4 {
     color: #ffffff;
     background-color: #1b1a1a;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
}
/*------------------------------------*\ #Icon List\*------------------------------------*/
 ul.list {
     padding: 0;
     font-size: 13px;
     list-style-type: none;
}
 ul.list li {
     font-size: 13px;
     font-weight: 400;
     line-height: 30px;
}
 ul.icon-list li i {
     font-size: 15px;
     font-weight: 400;
     line-height: 30px;
     margin-right: 10px;
     color: #1b1a1a;
}
 ul.number-list li {
     line-height: 33px;
}
 ul.number-list li span {
     font-size: 13px;
     font-weight: 700;
     line-height: 30px;
     margin-right: 15px;
     color: #1b1a1a;
}
 ul.dot-list li i {
     font-size: 7px;
     font-weight: 400;
     line-height: 30px;
     margin-right: 19px;
     color: #1b1a1a;
}
/*------------------------------------*\ #COLORS\*------------------------------------*/
 .color-heading {
     color: #1b1a1a !important;
}
 .color-theme {
     color: #ffb300 !important;
}
 .color-white {
     color: #ffffff !important;
}
 .color-gray {
     color: #f9f9f9 !important;
}
/*------------------------------------*\ #HELPER CLASSES\*------------------------------------*/
/* Typography Helpers */
 .text-uppercase {
     text-transform: uppercase;
}
 .text-capitalize {
     text-transform: capitalize;
}
 .text-lowercase {
     text-transform: lowercase;
}
 .text-normal {
     text-transform: inherit;
}
 .text-right {
     text-align: right;
}
 .text-left {
     text-align: left;
}
 .text-center {
     text-align: center;
}
 .text-just {
     text-align: justify;
}
 .carousel-indicators {
     bottom: -95px;
     margin-bottom: 0;
     left: 28%;
     width: 100%;
}
 .carousel-indicators .active, .carousel-indicators li {
     color: #a6a6a6;
     width: auto;
     height: auto;
     text-indent: 0;
     border: none;
     background-color: transparent;
}
 .carousel-indicators .active {
     color: #141414;
     font-weight: 600;
}
 .carousel-indicators .gal {
     width: 50px;
     height: 50px;
     border: 1px solid #ffb300;
     border-radius: unset;
}
 .panel-title {
     position: relative;
}
 .panel-title h5 {
     display: inline-block;
     margin-bottom: 0;
     margin-right: 15px;
     color: #ffbf00;
     font-size: 15px;
}
 .panel-title .category-wrapper {
     width: 50px;
     height: 50px;
     display: inline-block;
     border-radius: 50px;
     overflow: hidden;
     border: 2px solid #ffbf00;
}
 .panel-title .category-name {
     position: absolute;
     top: 35%;
     left: 60px;
}
 .panel-title .category-name i {
     font-size: 11px;
}
 .panel-default>.panel-heading {
     background-color: #141414;
}
 @media only screen (max-width:767px) {
     .text-center-xs {
         text-align: center;
    }
     .text-left-xs {
         text-align: left;
    }
     .text-right-xs {
         text-align: right;
    }
     .pull-none-xs {
         float: none;
         text-align: center !important;
    }
}
 @media (max-width: 414px) {
     .panel-title .category-wrapper {
         width: 40px;
         height: 40px;
    }
     .panel-title .category-name {
         left: 50px;
    }
     .panel-title h5 {
         font-size: 14px;
    }
}
 @media (max-width: 374px) {
     .panel-title .category-wrapper {
         width: 30px;
         height: 30px;
    }
     .panel-title .category-name {
         left: 40px;
         top: 25%;
    }
     .panel-title h5 {
         font-size: 12px;
         margin-right: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .text-center-md {
         text-align: center;
    }
     .text-left-md {
         text-align: left;
    }
     .text-right-md {
         text-align: right;
    }
     .pull-none-sm {
         float: none;
         text-align: center !important;
    }
}
 .text-bold {
     font-weight: bold;
}
 .text-italic {
     font-weight: italic;
}
 .text-regular {
     font-weight: normal;
}
 .text-underline {
     text-decoration: underline;
}
 .text-break-word {
     word-wrap: break-word;
}
 .text-no-wrap {
     white-space: nowrap;
}
 .text-font-heading {
     font-family: 'Raleway', sans-serif;
}
 .text-font-body {
     font-family: 'Open Sans', sans-serif;
}
 .text-white {
     color: #ffffff;
}
 .text-black {
     color: #1b1a1a;
}
 .text-body {
     color: #a6a6a6;
}
/* Postion Helpers */
 .pos-fixed {
     position: fixed;
}
 .pos-relative {
     position: relative;
}
 .pos-absolute {
     position: absolute;
}
 .pos-static {
     position: static;
}
 .pos-top {
     top: 0;
}
 .pos-bottom {
     bottom: 0;
}
 .pos-right {
     right: 0;
}
 .pos-left {
     left: 0;
}
 .vertical-center {
     position: relative;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
}
/* white spacing Helpers */
 .m-0 {
     margin: 0!important;
}
 .m-xs {
     margin: 10px;
}
 .m-sm {
     margin: 20px;
}
 .m-md {
     margin: 40px;
}
 .m-lg {
     margin: 80px;
}
 .mt-0 {
     margin-top: 0;
}
 .mt-xs {
     margin-top: 10px;
    /* 10px */
     ;
}
 .mt-sm {
     margin-top: 20px;
    /* 20px */
     ;
}
 .mt-md {
     margin-top: 40px;
    /* 40px */
     ;
}
 .mt-lg {
     margin-top: 80px;
    /* 80px */
     ;
}
 .mt-30 {
     margin-top: 30px;
}
 .mt-50 {
     margin-top: 50px;
}
 .mt-60 {
     margin-top: 60px;
}
 .mt-100 {
     margin-top: 100px;
}
 .mt-150 {
     margin-top: 150px;
}
 .mb-0 {
     margin-bottom: 0 !important;
}
 .mb-xs {
     margin-bottom: 10px;
}
 .mb-sm {
     margin-bottom: 20px;
}
 .mb-md {
     margin-bottom: 40px;
}
 .mb-lg {
     margin-bottom: 80px;
}
 .mb-30 {
     margin-bottom: 30px;
}
 .mb-50 {
     margin-bottom: 50px !important;
}
 .mb-60 {
     margin-bottom: 60px;
}
 .mb-100 {
     margin-bottom: 100px;
}
 .mb-150 {
     margin-bottom: 150px;
}
 .mr-0 {
     margin-right: 0;
}
 .mr-xs {
     margin-right: 10px;
}
 .mr-sm {
     margin-right: 20px;
}
 .mr-md {
     margin-right: 40px;
}
 .mr-lg {
     margin-right: 80px;
}
 .mr-30 {
     margin-right: 30px;
}
 .mr-50 {
     margin-right: 50px;
}
 .mr-60 {
     margin-right: 60px;
}
 .mr-100 {
     margin-right: 100px;
}
 .mr-150 {
     margin-right: 150px;
}
 .ml-0 {
     margin-left: 0;
}
 .ml-xs {
     margin-left: 10px;
}
 .ml-sm {
     margin-left: 20px;
}
 .ml-md {
     margin-left: 40px;
}
 .ml-lg {
     margin-left: 80px;
}
 .ml-30 {
     margin-left: 30px;
}
 .ml-50 {
     margin-left: 50px;
}
 .ml-60 {
     margin-left: 60px;
}
 .ml-100 {
     margin-left: 100px;
}
 .ml-150 {
     margin-left: 150px;
}
 .p-0 {
     padding: 0;
}
 .p-xs {
     padding: 10px;
}
 .p-sm {
     padding: 20px;
}
 .p-md {
     padding: 40px;
}
 .p-lg {
     padding: 80px;
}
 .pt-0 {
     padding-top: 0;
}
 .pt-xs {
     padding-top: 10px;
}
 .pt-sm {
     padding-top: 20px;
}
 .pt-md {
     padding-top: 40px;
}
 .pt-lg {
     padding-top: 80px;
}
 .pt-50 {
     padding-top: 50px;
}
 .pt-60 {
     padding-top: 60px;
}
 .pt-100 {
     padding-top: 100px;
}
 .pt-150 {
     padding-top: 150px;
}
 .pb-0 {
     padding-bottom: 0;
}
 .pb-xs {
     padding-bottom: 10px;
}
 .pb-sm {
     padding-bottom: 20px;
}
 .pb-md {
     padding-bottom: 40px;
}
 .pb-lg {
     padding-bottom: 80px;
}
 .pb-50 {
     padding-bottom: 50px;
}
 .pb-60 {
     padding-bottom: 60px;
}
 .pb-100 {
     padding-bottom: 100px;
}
 .pb-150 {
     padding-bottom: 150px;
}
 .pr-0 {
     padding-right: 0;
}
 .pr-xs {
     padding-right: 10px;
}
 .pr-sm {
     padding-right: 20px;
}
 .pr-md {
     padding-right: 40px;
}
 .pr-lg {
     padding-right: 80px;
}
 .pr-30 {
     padding-right: 30px;
}
 .pr-50 {
     padding-right: 50px;
}
 .pr-60 {
     padding-right: 60px;
}
 .pr-100 {
     padding-right: 100px;
}
 .pr-150 {
     padding-right: 150px;
}
 .pl-0 {
     padding-left: 0;
}
 .pl-xs {
     padding-left: 10px;
}
 .pl-sm {
     padding-left: 20px;
}
 .pl-md {
     padding-left: 40px;
}
 .pl-lg {
     padding-left: 80px;
}
 .pl-30 {
     padding-left: 30px;
}
 .pl-50 {
     padding-left: 50px;
}
 .pl-60 {
     padding-left: 60px;
}
 .pl-100 {
     padding-left: 100px;
}
 .pl-150 {
     padding-left: 150px;
}
 @media only screen and (max-width: 767px) {
     .mb-15-xs {
         margin-bottom: 15px;
    }
     .mb-30-xs {
         margin-bottom: 30px;
    }
     .mb-50-xs {
         margin-bottom: 50px;
    }
     .mb-60-xs {
         margin-bottom: 60px;
    }
     .p-none-xs {
         padding-right: 0;
         padding-left: 0;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .mb-0-sm {
         margin-bottom: 0;
    }
     .mb-15-sm {
         margin-bottom: 15px;
    }
     .mb-30-sm {
         margin-bottom: 30px;
    }
     .mb-50-sm {
         margin-bottom: 50px;
    }
     .mb-60-sm {
         margin-bottom: 60px;
    }
     .pb-15-sm {
         padding-bottom: 15px;
    }
     .pb-30-sm {
         padding-bottom: 30px;
    }
     .pb-50-sm {
         padding-bottom: 50px;
    }
     .pb-60-sm {
         padding-bottom: 60px;
    }
     .p-none-sm {
         padding-right: 0;
         padding-left: 0;
    }
}
/* Display Helpers */
 .inline {
     display: inline;
}
 .block {
     display: block;
}
 .inline-block {
     display: inline-block;
}
 .hide {
     display: none;
}
 .flex {
     display: flex;
}
 @media only screen and (min-width: 992px) {
     .hm-hidden-md, .hidden-md {
         display: none;
    }
}
 @media only screen and (min-width: 1200px) {
     .hidden-lg {
         display: none;
    }
}
/* Order Helpers */
 .zindex-1 {
     z-index: 1;
}
 .zindex-2 {
     z-index: 2;
}
 .zindex-3 {
     z-index: 3;
}
/* Height Helpers */
 .fullscreen {
     height: 100vh;
}
 @media only screen and (max-width: 992px) {
     .fullscreen {
         height: auto;
    }
}
/* Image */
 .imgleft {
     float: left !important;
     margin-right: 30px;
     margin-bottom: 30px;
}
/* Intro */
 .intro {
     height: 100vh !important;
}
 .intro .slide {
     height: 100% !important;
}
 .shortcode-4 {
     padding-top: 60px;
     padding-bottom: 60px;
}
 .shortcode-4 .counter {
     font-size: 30px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 600;
     margin-bottom: 10px;
}
 .shortcode-4 h4 {
     font-family: 'Open Sans', sans-serif;
     color: #1b1a1a;
     font-size: 30px;
     font-weight: 700;
     margin-bottom: 0;
     text-transform: capitalize;
}
 .demo {
     background-color: #f7f7f7;
}
 .demo h6 {
     text-transform: capitalize;
}
 .demo a:hover h6 {
     color: #ffb300;
}
 .demo-img {
     position: relative;
     transition: all .35s;
     border: 3px solid transparent;
}
 .demo-img img {
     width: 100%;
}
 .demo-img .demo-hover {
     position: absolute;
     top: 50%;
     left: 50%;
     margin-left: -85px;
     margin-top: -19px;
     transform: scale(0);
     transition: all 0.4s;
}
 .demo-img:hover {
     transform: translateY(-3px);
     border-color: #ffb300;
}
 .demo-img:hover img {
     opacity: 0.4;
}
 .demo-img:hover .demo-hover {
     transform: scale(1);
}
/*------------------------------------*\ #BACKGROUNDS\*------------------------------------*/
 .bg-theme {
     background-color: #ffb300 !important;
}
 .bg-gray {
     background-color: #f9f9f9 !important;
}
 .bg-white {
     background-color: #ffffff !important;
}
 .bg-dark {
     background-color: #222222 !important;
}
 .bg-dark3 {
     background-color: #1f2127 !important;
}
/* Background Image */
 .bg-section {
     position: relative;
     overflow: hidden;
     z-index: 1;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -ms-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
    /*background-attachment: fixed;
    */
     background-repeat: no-repeat;
     background-position: center center;
     width: 100%;
     height: 100%;
}
 .bg-overlay:before {
     content: "";
     display: inline-block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
}
 .bg-overlay-light:before {
     background-color: rgba(246, 246, 247, 0.92);
}
 .bg-overlay-dark:before {
     background-color: rgba(0, 0, 0, 0.7);
}
 .bg-overlay-theme:before {
     background-color: rgba(70, 161, 240, 0.8);
}
 .bg-overlay-gradient:before {
     background: rgba(25, 23, 23, 0.8);
    /* fallback for old browsers */
     background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
    /* Chrome 10-25, Safari 5.1-6 */
     background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     ;
}
 .bg-parallex {
     background-attachment: fixed;
}
/*------------------------------------*\ #BUTTONS\*------------------------------------*/
 .btn {
     position: relative;
     z-index: 2;
     overflow: hidden;
}
 .btn-primary, .btn-secondary {
     font-size: 14px;
     text-align: center;
     font-family: 'Open Sans', sans-serif;
     text-transform: uppercase;
}
 .btn-primary {
     background-color: #ffb300;
     color: #ffffff;
     border: 2px solid #ffb300;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
     background-color: #eba400;
     color: #ffffff;
     border-color: #eba400;
}
 .btn-secondary {
     background-color: #222222;
     color: #ffffff;
     border: none;
}
 .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
     background-color: #000000;
     color: #ffffff;
}
 .btn::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 150%;
     height: 100%;
     z-index: -1;
    /* background-color: #ffb300;
     -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
     transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
     -webkit-transform-origin: 0% 100%;
     transform-origin: 0% 100%;
     -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
     transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
     */
}
 .btn:hover::before, .btn:focus::before, .btn:active::before {
     opacity: 1;
     -webkit-transform: rotate3d(0, 0, 1, 0deg);
     transform: rotate3d(0, 0, 1, 0deg);
     -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
     transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
 .btn-primary:hover::before, .btn-primary:focus::before, .btn-primary:active::before {
     background-color: #ffb300;
}
 .btn-block {
     width: 100%;
}
 .btn-white {
     background-color: #ffffff;
     color: #000;
     border-color: #ffffff;
}
/*------------------------------------*\ #FORMS\*------------------------------------*/
 .form-control {
     color: #a6a6a6;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     line-height: 38px;
     height: 38px;
     border-radius: 0;
     background-color: transparent;
     border: none;
     border-bottom: 2px solid #e5e5e5;
     padding-left: 0;
}
 .form-control:focus {
     border-bottom-color: #ffb300;
}
 .form-control::-webkit-input-placeholder {
     color: #a6a6a6;
}
 .form-control:-moz-placeholder {
     color: #a6a6a6;
}
 .form-control::-moz-placeholder {
     color: #a6a6a6;
}
 .form-control:-ms-input-placeholder {
     color: #a6a6a6;
}
/*------------------------------------*\ #ICONS\*------------------------------------*/
 .iarrow-white {
     width: 16px;
     height: 10px;
     background-image: url(../icons/arrow.html);
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
}
 .entry-prev-arrow {
     width: 17px;
     height: 10px;
     background-image: url(../icons/entry-prev.html);
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
}
 .entry-next-arrow {
     width: 17px;
     height: 10px;
     background-image: url(../icons/entry-next.html);
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
}
 .entry-more-arrow {
     width: 17px;
     height: 10px;
     background-image: url(../icons/entry-more.html);
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
}
 .izoom {
     width: 20px;
     height: 20px;
     background-image: url(../icons/zoom.html);
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
}
 .izoom-border {
     width: 59px;
     height: 59px;
     background-image: url(../icons/zoom-icon-2.html);
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
}
/*------------------------------------*\ #MEDIA\*------------------------------------*/
 .screen-img {
     position: relative;
     display: block;
     overflow: hidden;
}
 .screen-img img {
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .screen-img .screen-hover {
     overflow: hidden;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.8);
     webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     padding: 30px;
     opacity: 0;
}
 .screen-img .screen-hover a {
     top: 50%;
     left: 50%;
     margin-top: -22px;
     margin-left: -90px;
     webkit-transition: all 0.4s 0.4s ease-in-out;
     -moz-transition: all 0.4s 0.4s ease-in-out;
     -o-transition: all 0.4s 0.4s ease-in-out;
     transition: all 0.4s 0.4s ease-in-out;
     opacity: 0;
}
 .screen-img .screen-hover a:hover {
     border-color: #ffb300;
}
/* screen Hover Effect */
 .screen-img:hover .screen-hover {
     opacity: 1;
}
 .screen-img:hover .screen-hover a {
     opacity: 1;
}
/*------------------------------------*\ #ACCORDION\*------------------------------------*/
 .accordion .panel {
     border: none;
     border-bottom: 1px solid #e5e5e5;
     padding: 20px 0;
     margin-bottom: 0px;
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     background-color: transparent;
}
 .accordion .panel:last-of-type {
     padding-bottom: 0;
     border-bottom: none;
}
 .accordion .panel .panel-heading {
     background-color: transparent;
     padding: 0;
     border: none;
}
 .accordion .panel .panel-heading h4 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 16px;
     font-weight: 500;
     text-transform: uppercase;
}
 .accordion .panel-heading {
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
}
 .accordion .panel-heading a {
     line-height: 1;
     color: #373636;
}
 .accordion .panel-heading a:hover, .accordion .panel-heading a:focus, .accordion .panel-heading a:active {
     text-decoration: none;
     color: #373636;
}
 .accordion .panel-heading .accordion-toggle:after {
     content: "\f068";
    /* symbol for "opening" panels */
     float: right;
     font-family: fontawesome;
     font-size: 10px;
     color: #ffb300;
     text-align: center;
     width: 11px;
     height: 11px;
     line-height: 11px;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
}
 .accordion .panel-heading .accordion-toggle.collapsed:after {
     content: "\f067";
    /* symbol for "collapsed" panels */
     color: #ffb300;
     background-color: transparent;
}
 .accordion .panel .panel-body {
     border-top-color: transparent !important;
     padding: 20px 0 0 0;
     color: #a6a6a6;
     font-family: "Open Sans";
     font-size: 13px;
     font-weight: 400;
     line-height: 21px;
}
 .accordion .panel-group .panel+.panel {
     margin-top: 0 !important;
}
/*------------------------------------*\ #HEADING\*------------------------------------*/
 .heading {
     margin-bottom: 60px;
}
 .heading h2 {
     color: #1b1a1a;
     font-size: 25px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 0;
}
 .heading .subheading {
     color: #1b1a1a;
     font-family: 'Ubuntu', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 8px;
     text-transform: uppercase;
     margin-bottom: 14px;
     padding-left: 18px;
     position: relative;
}
 .subheading:before {
    position: absolute;
    top: 12px;
    left: -4px;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 4px;
    background-color: rgb(255 181 32);
    vertical-align: middle;
}
 .heading-desc {
     margin-top: 30px;
}
 .heading-desc p {
     color: #a6a6a6;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 23px;
     margin-bottom: 0;
}
/* Custom, iPhone Retina */
 @media screen and (max-width: 576px) {
     .heading {
         margin-bottom: 40px;
    }
     .heading h2 {
         font-size: 22px;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 991px) {
     .heading-desc p {
         margin-bottom: 30px;
    }
     .hm-hidden-md {
         display: block;
    }
     .hm-hidden-sm {
         display: none;
    }
}
 @media only screen and (min-width: 100px) and (max-width: 991px) {
     .hm-hidden-sm {
         display: none;
    }
     .carousel-indicators {
         position: relative;
         bottom: 0;
    }
}
/* Small Devices, Tablets */
/*------------------------------------*\ #PAGE-TTILE\*------------------------------------*/
 .page-title {
     padding: 50px 0;
     background-color: #f6f6f6;
}
 .page-title h1 {
     margin-bottom: 0;
     color: #373636;
     font-size: 26px;
     font-weight: 800;
     line-height: 1;
     text-transform: uppercase;
     display: none;
}
 .page-title .breadcrumb {
     padding: 0;
     margin-bottom: 0;
     color: #b2b2b2;
     font-family: 'Ubuntu', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 35px;
     text-transform: capitalize;
}
 .page-title .breadcrumb a, .breadcrumb>.active {
     color: #b2b2b2;
}
 .page-title .breadcrumb a:hover {
     color: #ffb300;
}
/* Custom, iPhone Retina */
 @media screen and (max-width: 576px) {
     .page-title h1 {
         font-size: 25px;
    }
}
/*------------------------------------*\ #Pagination\*------------------------------------*/
 .pagination {
     margin: 10px auto 0 auto;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     text-align: center;
}
 .pagination>li {
     margin-right: none;
     display: inline-block;
}
 .pagination>li:first-child>a, .pagination>li:first-child>span {
     border-radius: 2px;
}
 .pagination>li>a, .pagination>li>span {
     border-radius: 2px;
     background-color: #f6f6f6;
     color: #666666;
     font-family: 'Ubuntu', sans-serif;
     font-size: 15px;
     font-weight: 500;
     line-height: 35px;
     border-color: transparent;
     text-transform: capitalize;
     width: 35px;
     height: 35px;
     padding: 0;
     border: none;
}
 .pagination>.active>a, .pagination>li:hover>a, .pagination>.active>a:hover {
     background-color: #337ab7 !important;
     color: #aaaaaa;
     border-color: transparent;
}
/* Gray Pagination */
 .bg-gray .pagination>li>a, .bg-gray .pagination>li>span {
     background-color: white;
     box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
}
 @media only screen and (min-width: 320px) and (max-width: 991px) {
     .pagination {
         margin-bottom: 10px !important;
    }
}
/*------------------------------------*\ #ALERT MESSAGE\*------------------------------------*/
 .alerts {
     background-color: #ffffff;
     padding: 20px;
     margin-bottom: 60px;
     border: 1px solid #eee;
     border-radius: 1px;
}
 .alerts .alert-icon {
     width: 46px;
     height: 46px;
     line-height: 46px;
     background-color: #ffb300;
     border-radius: 2px 1px 1px 2px;
     -moz-border-radius: 2px 1px 1px 2px;
     -webkit-border-radius: 2px 1px 1px 2px;
     text-align: center;
     position: absolute;
}
 .alerts .alert-icon i {
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     line-height: 28px;
}
 .alerts .alert-content {
     padding-left: 68px;
}
 .alerts .alert-content h4 {
     color: #ffb300;
     font-family: "Futura PT Bold Reg";
     font-size: 15px;
     font-weight: 700;
     line-height: 32px;
     text-transform: uppercase;
     margin-bottom: 0;
     margin-top: -6px;
}
 .alerts .alert-content p {
     color: #9b9b9b;
     font-size: 12px;
     font-style: italic;
     line-height: 20px;
     margin-bottom: 0;
}
 .alerts.alert-warning h4 {
     color: #8a6d3b;
}
 .alerts.alert-warning .alert-icon {
     background-color: #fcf8e3;
}
 .alerts.alert-warning .alert-icon i {
     color: #8a6d3b;
}
 .alerts.alert-danger h4 {
     color: #a94442;
}
 .alerts.alert-danger .alert-icon {
     background-color: #f2dede;
}
 .alerts.alert-danger .alert-icon i {
     color: #a94442;
}
/*------------------------------------*\ #Skills\*------------------------------------*/
 .progressbar {
     margin-bottom: 30px;
}
 .progressbar:last-of-type {
     margin-bottom: 0;
}
 .progress {
     height: 12px;
     background-color: #ffb300;
     border-radius: 2px;
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     padding: 4px;
     width: 100%;
     margin-bottom: 0;
     overflow: visible;
}
 .progress-bar {
     height: 4px;
     background-color: #ffffff;
     border-radius: 1px;
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     position: relative;
}
 .progress-bar:before {
     position: absolute;
     width: 1px;
     height: 18px;
     background-color: #ffb300;
     content: "";
     top: -12px;
     right: 0;
}
 .progress-bar:after {
     position: absolute;
     width: 5px;
     height: 5px;
     background-color: #ffb300;
     content: "";
     top: -17px;
     right: -2px;
}
 .progress-title {
     display: block;
     position: relative;
     width: 100%;
     margin-bottom: 18px;
}
 .progress-title .title {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
}
 .progress-title .value {
     color: #aaaaaa;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     text-transform: uppercase;
     position: absolute;
     margin-left: -13px;
     margin-top: 8px;
}
/*------------------------------------*\ #MISC\*------------------------------------*/
 @media (min-width: 768px) {
     .modal-dialog {
         width: 370px;
         margin: 0px auto;
    }
}
 .modal-content {
     border-radius: 1px;
     background-color: #ffffff;
}
 .modal-body {
     padding: 30px;
}
 .modal-body p {
     text-align: center;
     color: #ffb300;
     font-family: 'Ubuntu', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 20px;
}
 .modal-body h6 {
     text-align: center;
     color: #1b1a1a;
     font-size: 25px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 30px;
}
 .modal-body .form-control {
     height: 35px;
     line-height: 33px;
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     width: 100%;
     color: #b2b2b2;
     font-family: 'Ubuntu', sans-serif;
     font-size: 13px;
     font-weight: 400;
     padding: 0 20px;
     margin-bottom: 20px;
}
 .modal-body .form-control::-webkit-input-placeholder {
     color: #b2b2b2;
}
 .modal-body .form-control:-moz-placeholder {
     color: #b2b2b2;
}
 .modal-body .form-control::-moz-placeholder {
     color: #b2b2b2;
}
 .modal-body .form-control:-ms-input-placeholder {
     color: #b2b2b2;
}
 .modal-body .btn {
     height: 35px;
     border-radius: 2px;
     margin-bottom: 30px;
     font-weight: 700;
}
 .modal-body .checkbox {
     margin: 0;
}
 .modal-body .checkbox label {
     color: #666666;
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 19px;
}
 .modal-body .lost-pass {
     margin-bottom: 0px;
}
 .modal-body .lost-pass a, .modal-body a {
     color: #000000;
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
}
 .modal-body .form-links a {
     color: #000000;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 1;
     text-transform: capitalize;
}
 .modal-body .form-links a:hover, .modal-body .lost-pass a:hover, .modal-body a:hover {
     color: #ffb300;
}
 .modal-backdrop.in {
     opacity: 0.8;
}
/*------------------------------------*\ #HEADER\*------------------------------------*/
/*.header + section {
    */
    /* margin-top: 100px;
    */
    /*
}
*/
 .module {
     display: inline-block;
     position: relative;
}
 .module span.title {
     display: none;
}
/* Module Search */
 .module-search .search-icon {
     line-height: 100px;
     cursor: pointer;
}
 .module-search .search-icon i {
     font-size: 15px;
     color: #333333;
     border-left: 1px solid #ffffff;
     padding-left: 15px;
     padding-right: 15px;
     line-height: 24px;
}
 .module-search .search-icon:hover i {
     color: #ffb300;
}
 .module-search .search-box .search-form {
     margin-bottom: 0;
}
 .module-search .search-box .search-form .input-group {
     height: 100%;
}
 .module-search .search-box .search-form .btn {
     background-color: #ffb300;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     color: #ffffff;
}
 .module-search .search-box .search-form input {
     border: none;
     font-size: 13px;
     text-transform: capitalize;
     margin-bottom: 0;
     color: #777777;
     height: 100%;
     padding-right: 0;
     padding-top: 11px;
     padding-bottom: 11px;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
}
/* Module Cart */
 .module-cart .cart-icon {
     line-height: 99px;
     font-size: 14px;
     color: #f5d10d;
     cursor: pointer;
     position: relative;
     margin-left: 10px;
}
 .module-cart .cart-label {
     color: #ffffff;
     background-color: #ffb300;
     font-size: 11px;
     font-weight: bold;
     width: 17px;
     height: 17px;
     line-height: 17px;
     text-align: center;
     position: absolute;
     right: -2px;
     top: 23%;
}
 .cart-box .cart-overview li {
     border-bottom: 1px solid #eaeaea;
     margin-bottom: 20px;
     position: relative;
}
 .cart-box .cart-overview li:last-child {
     margin-bottom: 0;
}
 .cart-box .cart-overview li a {
     font-size: 0;
}
 .cart-box .cart-overview li a:after {
     font-family: fontawesome;
     content: "\f00d";
     font-size: 12px;
     position: absolute;
     text-align: center;
     right: 0;
     top: 0;
     width: 19px;
     height: 19px;
     line-height: 19px;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     background-color: #000000;
     color: #ffffff;
}
 .cart-box .cart-overview li a:hover::after {
     background-color: #ffb300;
}
 .cart-box .cart-overview img {
     width: 70px;
     height: 70px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     margin-right: 15px;
     position: absolute;
}
 .cart-box .cart-overview .product-meta {
     padding-left: 90px;
}
 .cart-box .cart-overview h5 {
     font-size: 17px;
     font-weight: 700;
     text-transform: uppercase;
     color: #373636;
     margin-bottom: 0;
     line-height: 23px;
}
 .cart-box .cart-overview p {
     font-size: 12px;
     line-height: 22px;
     color: #a6a6a6;
     margin-bottom: 0;
}
 .cart-total {
     margin-top: 30px;
     margin-bottom: 30px;
}
 .cart-total .total-desc {
     float: left;
     text-align: left;
}
 .cart-total .total-desc h5, .cart-total .total-price h5 {
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 700;
     text-transform: uppercase;
     color: #777777;
}
 .cart-total .total-price {
     float: right;
     text-align: right;
}
 .top-bar {
     height: 42px;
     line-height: 39px;
    /*background-color: #ffbf00;
    */
     background-color: #FECC38;
}
 .top-bar .list-inline>li {
     padding-left: 15px;
     /* padding-right: 15px; */
     color: #141414;
     font-size: 13px;
     /* border-right: 1px solid white; */
}
 .top-bar ul {
     margin-bottom: 0;
     margin-left: 0;
     border-left: 1px solid white;
}
 .top-bar .top-contact {
     font-size: 12px;
     font-weight: 400;
     line-height: 39px;
     color: #999999;
}
 .top-bar .top-contact span {
     color: #141414;
     font-size: 15px;
     letter-spacing: 1px;
}
 .top-bar ul a {
     color: #141414;
     font-size: 12px;
     font-weight: 400;
}
 .top-bar ul a:hover {
     color: #ffb300;
}
 .top-bar .top-links .open>.dropdown-menu {
     box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
     padding: 0;
     margin: 0;
     border-radius: 0;
     border: none;
     margin-top: -2px;
     margin-left: -4px;
     width: auto;
     min-width: inherit;
     border: 1px solid #e5e5e5;
     z-index: 9999;
}
 .top-contact .social-links a {
     color: #999999;
     margin-right: 24px;
}
 .top-contact .social-links a:last-of-type {
     margin-right: 0;
}
 .top-contact a.share-facebook:hover {
     color: #3B5998;
}
 .top-contact a.share-twitter:hover {
     color: #00ACEE;
}
 .top-contact a.share-pinterest:hover {
     color: #C8232C;
}
 .top-contact a.share-google-plus:hover {
     color: #DD4B39;
}
 .top-contact a.share-vimeo:hover {
     color: #86C9EF;
}
 .top-contact a.share-linkedin:hover {
     color: #EE802F;
}
 .top-contact a.share-rss:hover {
     color: #EE802F;
}
/* model */
 .modal-open .modal {
     background-color: rgba(34, 34, 34, 0.95);
}
 .modal-header .model-icon {
     font-size: 40px;
     line-height: 41px;
     color: #ffffff;
}
 .model-title p {
     color: #f9f9f9 !important;
     font-size: 14px !important;
     font-weight: 500 !important;
     line-height: 30px !important;
     margin-bottom: 0;
     padding-left: 0 !important;
}
 .model-title h6 {
     color: #ffffff;
     font-size: 22px;
     font-weight: 700;
     line-height: 1 !important;
     text-transform: uppercase;
     margin-bottom: 0;
}
 .modal-header span {
     font-size: 24px !important;
     font-weight: 400 !important;
     line-height: 28px;
     color: #ffffff !important;
}
 .header-4 .top-bar {
     position: relative;
     top: 100px;
}
 .header-7 .top-bar, .header-7 .top-bar .top-links .open>.dropdown-menu {
     background-color: #000000;
}
 .header-7 .top-bar ul {
     border-left-color: rgba(229, 229, 229, 0.2);
}
 .header-7 .top-bar .list-inline>li {
     border-right-color: rgba(229, 229, 229, 0.2);
}
 .header-7 .top-bar ul a {
     color: #a5a5a5;
}
 .header-7 .top-bar ul a:hover {
     color: #ffb300;
}
 .header-7 .top-bar .top-links .open>.dropdown-menu {
     border-color: rgba(229, 229, 229, 0.2);
}
 .header-7 .top-bar .top-links .open>.dropdown-menu a {
     border-bottom-color: rgba(229, 229, 229, 0.2);
}
 .header-7 .top-bar .top-links .open>.dropdown-menu a:hover {
     background-color: rgba(246, 246, 246, 0.2);
}
 .header-8 .top-bar, .header-8 .top-bar .top-links .open>.dropdown-menu {
     background-color: #ffb300;
}
 .header-8 .top-bar .top-contact span, .header-8 .top-bar ul a, .header-8 .top-bar .top-contact {
     color: #f8f8f8;
}
 .header-8 .top-bar ul {
     border-left-color: rgba(229, 229, 229, 0.4);
}
 .header-8 .top-bar .list-inline>li {
     border-right-color: rgba(229, 229, 229, 0.4);
}
 .cart-show input[type=number].form-control {
     display: inline-block;
     width: 60px;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .module {
         display: block;
         width: auto;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        */
         ;
    }
     .module span.title {
         display: inline-block;
         color: #ffffff;
         font-size: 13px;
         font-family: 'Montserrat', sans-serif;
         text-transform: uppercase;
    }
     .module .search-box, .module .cart-box {
         display: none;
    }
     .module-search .search-icon, .module-cart .cart-icon {
         line-height: 36px !important;
    }
     .module-search .search-icon i {
         border-left: none;
        /*padding-left: 0;
         padding-right: 5px;
        */
         ;
    }
     .module.toggle-module .search-box, .module.toggle-module .cart-box {
         display: block !important;
         position: absolute;
         right: 8px;
    }
     .module-search.toggle-module .search-box .search-form {
         margin-bottom: 10px;
    }
     .module-search.toggle-module .search-box .search-form input {
         background-color: #ffffff;
         margin-bottom: 0;
         height: 35px;
         line-height: 35px;
         padding-left: 10px;
         width: 200px;
    }
     .module-cart.toggle-module .cart-box {
         background-color: #ffffff;
         padding: 30px 20px;
         margin-bottom: 10px;
    }
     .module-cart.toggle-module .cart-box .cart-control {
         margin-right: auto;
         margin-left: auto;
         text-align: center;
    }
     .module-cart.toggle-module .cart-box .cart-control .pull-right {
         float: none !important;
    }
     .top-bar {
         overflow: hidden;
         height: auto;
        /* padding-top: 20px;
         */
         ;
    }
     .top-bar ul {
         border: none;
    }
     .top-bar .list-inline>li {
         padding-left: 5px;
         padding-right: 5px;
         border: none;
         line-height: 20px;
    }
     .top-bar .top-contact {
         font-size: 10px;
         border: none;
    }
     .top-bar .top-contact span {
         display: block;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
     .module-cart.toggle-module .cart-box .cart-control .btn {
         margin-bottom: 5px;
    }
}
/* Small Devices, Tablets */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .module {
         display: block;
         width: auto;
        /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        */
         padding: 5px 15px;
    }
     .module span.title {
         display: inline-block;
         color: #ffffff;
         font-size: 13px;
         font-family: 'Montserrat', sans-serif;
         text-transform: uppercase;
    }
     .module .search-box, .module .cart-box {
         display: none;
    }
     .module-search .search-icon, .module-cart .cart-icon {
         line-height: 36px !important;
    }
     .module-search .search-icon i {
         border-left: none;
         padding-left: 0;
         padding-right: 5px;
    }
     .module.toggle-module .search-box, .module.toggle-module .cart-box {
         display: block !important;
         position: absolute;
         right: 8px;
    }
     .module-search.toggle-module .search-box .search-form {
         margin-bottom: 10px;
    }
     .module-search.toggle-module .search-box .search-form input {
         background-color: #ffffff;
         margin-bottom: 0;
         height: 35px;
         line-height: 35px;
         padding-left: 10px;
         width: 200px;
    }
     .module-cart.toggle-module .cart-box {
         background-color: #ffffff;
         padding: 30px 20px;
         margin-bottom: 10px;
    }
     .module-cart.toggle-module .cart-box .cart-control {
         margin-right: auto;
         margin-left: auto;
         text-align: center;
    }
     .module-cart.toggle-module .cart-box .cart-control .pull-right {
         float: none !important;
    }
     .top-bar {
         overflow: hidden;
    }
     .top-bar .list-inline>li {
         padding-left: 5px;
         padding-right: 5px;
    }
     .top-bar .top-contact {
         font-size: 10px;
    }
}
 @media only screen and (min-width: 992px) {
     .module-search .search-box {
         position: absolute;
         display: block;
         background-color: #ffffff;
         opacity: 0;
         visibility: hidden;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         transition: all 0.3s ease;
         right: 0;
         width: 270px;
         padding: 20px;
         box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         z-index: 99;
         transform: translateY(10%);
         -webkit-transform: translateY(10%);
         -moz-transform: translateY(10%);
         -o-transform: translateY(10%);
         -ms-transform: translateY(10%);
    }
     .module-search:hover .search-box {
         opacity: 1;
         visibility: visible;
         display: block;
         -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
         transform: translateY(0px);
    }
     .module-cart .cart-box {
         position: absolute;
         display: block;
         background-color: #ffffff;
         opacity: 0;
         visibility: hidden;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         transition: all 0.3s ease;
         right: 0;
         width: 370px;
         padding: 30px;
         box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         z-index: 99;
         -webkit-transform: translateY(10%);
         -moz-transform: translateY(10%);
         transform: translateY(10%);
         margin-top: 4px;
    }
     .module-cart:hover .cart-box {
         opacity: 1;
         visibility: visible;
         display: block;
         -webkit-transform: translateY(0px);
         -moz-transform: translateY(0px);
         transform: translateY(0px);
    }
}
/* Large Devices, Wide Screens */
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .module-search .search-icon i {
         padding-left: 16px;
         padding-right: 16px;
    }
}
/*------------------------------------*\ #menu\*------------------------------------*/
 .navbar {
     height: 100px;
     background-color: #141414;
     margin-bottom: 0;
     box-shadow: 0 2px 3px rgba(39, 41, 48, 0.03);
     top: inherit;
}
 .navbar.affix {
     padding-top: 0;
     top: 0;
}
 .navbar .logo {
     height: 94px;
     line-height: 100px;
}
 .site-logo {
     margin-top: 10px;
}
 .navbar-nav {
     margin-right: 0;
}
 .navbar-nav>li {
     margin-right: 27px;
    /* height: 100px;
     */
}
 .navbar-nav li a {
     font-size: 13px;
     font-family: 'Raleway', sans-serif;
     text-transform: uppercase;
     font-weight: 700;
    /*color: #ffbf00;
    */
     color: #FFD700;
}
 .navbar-nav>li>a {
     line-height: 100px;
     padding: 0;
}
 .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
     background-color: transparent;
     border: none;
}
 .navbar-nav>li.active>ul {
     margin-top: 0;
}
 .navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
     background-color: transparent;
}
 .navbar-nav li.menu-promotion {
     position: relative;
}
 .navbar-nav li.menu-promotion::before {
     content: '';
     position: absolute;
     background-image: url(../images/deal-badge.png);
     width: 40px;
     height: 40px;
     top: 32px;
     left: 25px;
     background-size: contain;
     background-repeat: no-repeat;
}
/* Menu Level #1 */
 .navbar-nav>li:after {
     position: absolute;
     top: 37px;
     left: 50%;
     margin-left: -10px;
     width: 20px;
     height: 2px;
     background: #ffb300;
     content: '';
     opacity: 0;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     transition: all 0.3s ease;
     transform: translateY(-10px);
     -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
     -o-transform: translateY(-10px);
     -ms-transform: translateY(-10px);
}
/*.navbar-nav > li:hover::after {
     height: 2px;
     opacity: 1;
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -o-transform: translateY(0);
     -ms-transform: translateY(0);
}
*/
/*.navbar-nav > li.active::after,.navbar-nav > li.active:hover::after {
     opacity: 1;
     transform: none;
     -webkit-transform: none;
}
*/
/*.navbar-nav > li.active a,.navbar-nav > li.active:hover a {
     color: white;
}
*/
 @media only screen and (max-width: 991px) {
     .navbar-nav li.menu-promotion::before {
         top: -8px;
    }
	.navbar-nav li.menu-promotion::before {
        display: none;
    }
     .site-logo {
         -webkit-animation: mover 1.5s infinite alternate;
         animation: mover 1.5s infinite alternate;
    }
     @ -webkit-keyframes mover {
         0% {
             transform: translateY(5px);
        }
         100% {
             transform: translateY(-10px);
        }
    }
     @keyframes mover {
         0% {
             transform: translateY(5px);
        }
         100% {
             transform: translateY(-10px);
        }
    }
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .navbar-nav {
         margin: 0;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
     .navbar-toggle {
         border-color: #f5d10d;
         -moz-border-radius: 0;
         -webkit-border-radius: 0;
         border-radius: 0;
         margin-top: 35px;
    }
     .navbar-toggle .icon-bar {
         background-color: #ffd700;
    }
     .container>.navbar-header {
         margin-left: 0;
    }
     .container>.navbar-collapse {
         width: 100%;
         background-color: #1b1a1a;
         margin-right: 0;
    }
     .navbar-nav>li {
         box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         height: auto !important;
         margin-right: 0;
    }
     .navbar-nav>li.pull-left {
         float: none !important;
    }
     .navbar-nav>li>a {
         line-height: 42px;
         color: #ffbf00;
         padding-right: 0;
         padding-left: 0;
    }
     .navbar-nav>li>a:hover {
         color: white;
    }
     .navbar-nav>li:after {
         display: none;
    }
     .navbar-nav>li.active {
         border-bottom: none;
    }
     .navbar-nav>li.has-dropdown>ul.dropdown-menu, ul.mega-menu {
         background-color: transparent;
         position: relative;
         padding-left: 0;
    }
     .navbar-nav>li.has-dropdown>a:after, li.dropdown-submenu>a:after {
         font-family: fontawesome;
         content: "\f105";
         font-size: 13px;
         position: absolute;
         right: 0;
    }
     .navbar-nav>li.has-dropdown.open>a, .navbar-nav>li.has-dropdown.open>a:hover, .navbar-nav>li.has-dropdown.open>a:focus {
         background-color: transparent;
         border: none;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
     li.open a, li.open a:hover, li.open a:focus {
         color: #ffffff;
         line-height: 21px;
    }
     li.dropdown-submenu.open>ul>li>a {
         padding-left: 50px !important;
    }
     .navbar-nav>li.has-dropdown.open>a:after, .navbar-nav>li.has-dropdown.open>a:hover:after, .navbar-nav>li.has-dropdown.open>a:focus:after, li.dropdown-submenu.open>a:after, li.dropdown-submenu.open>a:hover:after, li.dropdown-submenu.open>a:focus:after {
         font-family: fontawesome;
         content: "\f107";
         font-size: 13px;
         position: absolute;
         right: 0px;
    }
     li.dropdown-submenu>a:after, li.dropdown-submenu.open>a:hover:after, li.dropdown-submenu.open>a:focus:after {
         right: 10px;
    }
     .nav>li>a:hover, .nav>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .mega-menu li a:hover, .mega-menu li a:focus {
         background-color: transparent;
    }
     .dropdown-menu>li>a, .mega-menu>li>a {
         color: #ffffff;
    }
     .mega-menu ul {
         list-style: none;
         padding-left: 25px;
    }
     .mega-menu ul li {
         padding-top: 5px;
    }
     .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .mega-menu li a:hover, .mega-menu li a:focus {
         color: #ffffff;
    }
     ul.mega-menu {
         list-style: none;
         display: none;
    }
     .has-dropdown.open>.mega-menu, .dropdown-submenu.open>.mega-menu {
         display: block;
    }
     .dropdown-submenu.open>.mega-menu ul {
         padding-left: 50px;
    }
     .navbar-nav li.menu-promotion::before {
         display: none;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
     .module-cart.toggle-module .cart-box .cart-control .btn {
         margin-bottom: 5px;
    }
     .navbar-nav li.menu-promotion::before {
         display: none;
    }
}
/* Small Devices, Tablets */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .navbar-header {
         float: none !important;
         margin-right: auto;
         margin-left: auto;
         text-align: center;
    }
     .navbar-toggle {
         border-color: #ffb300;
         -moz-border-radius: 0;
         -webkit-border-radius: 0;
         border-radius: 0;
         margin-top: 35px;
         display: block;
         float: right;
    }
     .navbar-toggle .icon-bar {
         background-color: #ffb300;
    }
     .navbar-fixed-top .navbar-collapse {
         overflow: scroll !important;
    }
     .navbar-collapse.collapse {
         display: none !important;
    }
     .collapse.in {
         display: block !important;
    }
     .navbar-nav {
         width: 100%;
         padding-right: 15px;
         padding-left: 15px;
    }
     .navbar-nav>li {
         float: none;
    }
     .container>.navbar-collapse {
         width: 100%;
         background-color: #1b1a1a;
         margin-right: 0;
    }
     .navbar-nav>li {
         height: auto !important;
         margin-right: 0;
    }
     .affix .navbar-nav>li {
         height: auto !important;
    }
     .navbar-nav>li.pull-left {
         float: none !important;
    }
     .navbar-nav>li>a {
         line-height: 45px !important;
         color: #ffffff !important;
         padding-right: 0;
         padding-left: 0;
    }
     .navbar-nav>li:after {
         display: none;
    }
     .navbar-nav>li.active {
         border-bottom: none;
    }
     .navbar-nav .dropdown-menu {
         background-color: #141414;
         position: relative;
         width: 100%;
         border: none;
         box-shadow: none;
         -moz-box-shadow: none;
         -webkit-box-shadow: none;
    }
     .navbar-nav>li.has-dropdown>a:after, .navbar-nav>li.has-dropdown>a:after, li.dropdown-submenu>a:after {
         font-family: fontawesome;
         content: "\f105";
         font-size: 13px;
         position: absolute;
         right: 0;
    }
     .navbar-nav>li.has-dropdown.open>a, .navbar-nav>li.has-dropdown.open>a:hover, .navbar-nav>li.has-dropdown.open>a:focus {
         background-color: transparent;
         border: none;
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
     li.dropdown-submenu.open>a, li a:hover, li.open>a:focus, .mega-menu>li>a {
         color: #ffffff;
    }
     li.dropdown-submenu.open>ul>li>a {
         padding-left: 50px !important;
    }
     .navbar-nav>li.has-dropdown.open>a:after, .navbar-nav>li.has-dropdown.open>a:hover:after, .navbar-nav>li.has-dropdown.open>a:focus:after, li.dropdown-submenu.open>a:after, li.dropdown-submenu.open>a:hover:after, li.dropdown-submenu.open>a:focus:after {
         font-family: fontawesome;
         content: "\f107";
         font-size: 13px;
         position: absolute;
         right: 0px;
    }
     li.dropdown-submenu>a:after, li.dropdown-submenu.open>a:hover:after, li.dropdown-submenu.open>a:focus:after {
         right: 10px;
    }
     .nav>li>a:hover, .nav>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
         background-color: transparent;
    }
     .dropdown-menu>li>a, .mega-menu a {
         color: #ffffff;
    }
     .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
         color: #ffffff;
    }
     .mega-menu ul {
         list-style: none;
         padding-left: 0;
    }
     .mega-menu ul li {
         padding-top: 5px;
    }
     .mega-menu ul ul {
         padding-left: 0;
    }
     .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .mega-menu li a:hover, .mega-menu li a:focus {
         color: #ffffff;
    }
     ul.mega-menu {
         list-style: none;
         display: none;
    }
     .has-dropdown.open>.mega-menu, .dropdown-submenu.open>.mega-menu {
         display: block;
         padding-left: 25px;
    }
     .dropdown-submenu.open>.mega-menu ul {
         padding-left: 25px;
    }
     .mobile-display {
         display: inline-block !important;
         float: right;
         margin-top: 29px;
    }
     .mobile-hide {
         display: none;
    }
}
 @media only screen and (min-width: 992px) {
    /* Menu with Dropdown */
     .navbar-nav>li.has-dropdown>ul.dropdown-menu, .navbar-nav>li.has-dropdown>ul.mega-menu, li.dropdown-submenu>ul.mega-menu {
         background-color: #ffffff;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         transition: all 0.3s ease;
         transform: translateY(10%);
         -webkit-transform: translateY(10%);
         -moz-transform: translateY(10%);
         -o-transform: translateY(10%);
         -ms-transform: translateY(10%);
         opacity: 0;
         position: absolute;
         left: 0;
         right: auto;
         box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         border: none;
         -moz-border-radius: 0;
         -webkit-border-radius: 0;
         border-radius: 0;
         display: block;
         visibility: hidden;
    }
     .navbar-nav>li.has-dropdown>ul.dropdown-menu {
         width: 220px;
         padding: 0;
         max-height: 60vh;
         height: 100vh;
         overflow-y: auto;
    }
     .navbar-nav>li.has-dropdown>ul.mega-menu, li.dropdown-submenu>ul.mega-menu {
         width: 430px !important;
         padding: 0;
    }
     li.has-dropdown:hover>ul.dropdown-menu, li.has-dropdown:hover>ul.mega-menu, li.dropdown-submenu:hover>ul.mega-menu {
         transform: translateY(0);
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         -o-transform: translateY(0);
         -ms-transform: translateY(0);
         opacity: 1;
         display: block;
         visibility: visible;
         background-color: #141414;
         box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
    }
     ul.dropdown-menu>li, ul.mega-menu>li {
         padding-right: 0;
         height: 40px;
         line-height: 40px;
         position: relative;
         vertical-align: top;
    }
     ul.mega-menu>li {
         width: 190px !important;
         height: auto;
         overflow: hidden;
         display: inline-block;
    }
     ul.mega-menu>li:first-child {
         margin-right: 15px;
    }
     ul.mega-menu>li>ul {
         width: 190px;
         list-style: none;
         background-color: #ffffff;
         padding-left: 0;
         position: relative !important;
         left: auto !important;
    }
     ul.mega-menu li ul li {
         height: 48px;
         line-height: 48px;
    }
     ul.dropdown-menu li a, ul.mega-menu li ul li a {
         line-height: 40px;
        /*color: #ffbf00;
        */
         color: #ffc438;
         padding: 0 18px;
         border-bottom: 1px solid #e5e5e5;
         display: block;
         text-transform: capitalize;
         font-family: 'Ubuntu', sans-serif;
         font-size: 14px;
         font-weight: 300;
    }
     ul.dropdown-menu li a:hover, ul.mega-menu li ul li a:hover {
         background-color: rgba(246, 246, 246, 0.5);
    }
     ul.mega-menu li ul li span {
         color: #ffb300;
         padding: 0;
         display: block;
         font-size: 13px;
         line-height: 39px;
         text-transform: uppercase;
         font-family: 'Raleway', sans-serif;
         font-weight: 700;
    }
     ul.dropdown-menu li:last-child>a {
         border-bottom: none;
    }
     ul.dropdown-menu li>a:hover, ul.dropdown-menu li>a:focus, ul.mega-menu li a:hover, ul.mega-menu li a:focus {
         color: #ffb300;
    }
     ul.dropdown-menu.left {
         left: -160px !important;
         margin-left: 0 !important;
    }
     ul.mega-menu.left {
         left: -425px !important;
    }
    /* Menu Level #2 */
     li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:after {
         font-family: fontawesome;
         content: "\f105";
         font-size: 13px;
         position: absolute;
         right: 18px;
    }
     li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu, li.dropdown-submenu>ul.mega-menu {
         background-color: #ffffff;
         padding: 0;
         -webkit-transition: all 0.3s ease;
         -moz-transition: all 0.3s ease;
         transition: all 0.3s ease;
         transform: translateX(10%);
         -webkit-transform: translateX(10%);
         -moz-transform: translateX(10%);
         -o-transform: translateX(10%);
         -ms-transform: translateX(10%);
         opacity: 0;
         display: block;
         position: absolute;
         left: 100%;
         right: auto;
         top: 0;
         box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
         border: none;
         -moz-border-radius: 0;
         -webkit-border-radius: 0;
         border-radius: 0;
         margin-left: 1px;
         margin-top: 0;
         z-index: 1;
    }
     li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu:hover>ul.dropdown-menu {
         -webkit-transform: translateX(0px);
         -moz-transform: translateX(0px);
         transform: translateX(0px);
         opacity: 1;
         z-index: 3;
    }
     li.dropdown-submenu.pull-left>ul.dropdown-menu {
         left: auto;
         right: 0;
         margin-right: 0;
    }
}
/* Large Devices, Wide Screens */
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
     .navbar-nav>li {
         margin-right: 16px;
    }
}
/*------------------------------------*\ #Hero\*------------------------------------*/
 .hero {
     height: 500px;
     padding-top: 0;
     padding-bottom: 0;
}
 .myslider {
     height: 100%;
}
 .hero .slide {
     height: 450px;
}
/* .hero .slide.bg-overlay:before {
     background-color: rgba(0, 0, 0, 0.8);
}
 */
 .hero .slide-content {
     text-align: center;
}
 .hero .slide-content .slide-icon {
     margin-bottom: 50px;
}
 .hero .slide-content .slide-icon i {
     width: 100px;
     height: 100px;
     line-height: 100px;
     text-align: center;
     border-radius: 1px;
     background-color: #ffb300;
     color: #ffffff;
     font-size: 64px;
     display: inline-block;
}
 .hero .slide-content .slide-heading {
     color: #e2e2e2;
     font-family: 'Ubuntu', sans-serif;
     font-size: 18px;
     font-weight: 400;
     line-height: 1;
     margin-bottom: 28px;
     text-transform: capitalize;
}
 .hero .slide-content .slide-title h2 {
     font-size: 55px;
     font-weight: 800;
     line-height: 1;
     text-transform: uppercase;
     color: #ffffff;
     margin-bottom: 30px;
}
 .hero .slide-content .slide-desc {
     color: #e2e2e2;
     font-family: 'Ubuntu', sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
     margin-bottom: 40px;
}
 .hero .slide-content .slide-action .btn {
     height: 41px;
     line-height: 39px;
     font-weight: 700;
     border-radius: 2px;
}
 .hero .slide-content .slide-action .btn:first-of-type {
     margin-right: 25px;
}
 .hero .slick-dots {
     bottom: 15px;
}
 .hero .slick-dots li button {
     background-color: rgba(255, 255, 255, 0.8);
     width: 18px;
     height: 3px;
}
 .hero .arrows {
     position: absolute;
     top: 50%;
     margin-top: -15px;
     width: 30px;
     height: 81px;
     background-color: rgba(255, 255, 255, 0.1);
     color: #999999;
     font-size: 23px;
     font-weight: 400;
     line-height: 81px;
     text-align: center;
     cursor: pointer;
     z-index: 99;
}
 .hero .arrows:hover {
     background-color: #ffb300;
     color: #ffffff;
}
 .hero .arrows.arrow-next {
     right: 0;
}
 .hero .arrows.arrow-prev {
     left: 0;
}
 .hero-3 .slide {
     padding-top: 200px;
}
/* Custom, iPhone Retina */
 @media screen and (max-width: 767px) {
     .hero .slide-content .slide-title h2 {
         font-size: 40px;
    }
}
 @media screen and (max-width: 576px) {
     .related_products .product-img.img-rounded {
         height: 290px;
         border-radius: unset;
    }
     .related_products .product-bio {
         height: 110px;
    }
    /*.header + section {
        */
        /* margin-top: 110px;
        */
        /*
    }
    */
     .hero {
         height: 185px !important;
         padding: 0 10px;
    }
     .my-slide.slick-slide {
         height: 160px !important;
    }
     .myslider {
         height: 100% !important;
    }
     .hero .slide-content .slide-title h2 {
         font-size: 32px;
    }
     .hero .slick-dots {
         bottom: 0;
         margin: 10px;
    }
     .slick-dots li {
         width: 4px !important;
         height: 3px !important;
    }
     .hero .slick-track {
         height: 180px !important;
    }
     .product-box {
         min-height: 82px !important;
         margin-bottom: 10px !important;
         padding: 0 5px !important;
    }
     .my-slide.slick-slide {
         border-radius: 10px !important;
    }
     .product-box .product-hover {
         height: 100% !important;
         background-color: rgba(0, 0, 0, 0.65) !important;
    }
     .product-box .product-hover .product-link p {
         font-size: 12px !important;
    }
}
 @media screen and (max-width: 373px) {
    /*.header + section {
        */
        /* margin-top: 110px;
        */
        /*
    }
    */
     .hero .slick-track {
         height: 180px !important;
    }
     .hero .slide-content .slide-action .btn:first-of-type {
         margin-bottom: 10px;
    }
     .hero {
         height: 190px !important;
    }
     .my-slide.slick-slide {
         height: 160px !important;
    }
     .myslider {
         height: 100% !important;
    }
     .slick-dots li {
         width: 10px !important;
         height: 3px !important;
    }
     .product-over .product-img {
         height: 140px;
    }
     .home-product .product-bio .prodcut-title h3 {
         margin-bottom: 0;
    }
     .home-product .product-bio .prodcut-title h3 a {
         font-size: 10px;
         margin-bottom: 0;
    }
     .product-box {
         min-height: 70px !important;
         margin-bottom: 10px !important;
         padding: 0 5px !important;
    }
     .for-timer span {
         display: block;
         font-size: 15px;
         color: white;
    }
     #days {
         font-size: 40px !important;
         color: #db4844;
    }
     #hours {
         font-size: 40px !important;
         color: #f07c22;
    }
     #minutes {
         font-size: 40px !important;
         color: #f6da74;
    }
     #seconds {
         font-size: 20px !important;
         color: #abcd58;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
    /*.hero .slide-content .slide-title h2 {
         font-size: 32px;
    }
    */
     .for-timer span {
         display: block;
         font-size: 12px !important;
         color: white;
    }
     .for-timer div {
         padding: 15px 5px !important;
    }
     #days {
         font-size: 30px !important;
         color: #db4844;
    }
     #hours {
         font-size: 30px !important;
         color: #f07c22;
    }
     #minutes {
         font-size: 30px !important;
         color: #f6da74;
    }
     #seconds {
         font-size: 20px !important;
         color: #abcd58;
    }
     .hero .slide-content .slide-icon {
         margin-bottom: 30px;
    }
     .hero .slide-content .slide-action .btn:first-of-type {
         margin-right: 0;
    }
     .hero .slide-content .slide-heading {
         font-size: 16px;
    }
     .hero .slide-content .slide-desc {
         font-size: 13px;
         margin-bottom: 30px;
    }
     .mobile-display {
         display: inline-block !important;
         float: right;
         margin-top: 35px;
         margin-right: 30px;
    }
     .mobile-hide {
         display: none;
    }
}
/* Small Devices, Tablets */
/*------------------------------------*\ #SHORTCODE-SECTION\*------------------------------------*/
/* Shortcode #5 */
 .video {
     padding-top: 154px;
     padding-bottom: 154px;
}
 .video p {
     color: #ffb300;
     font-family: 'Ubuntu', sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 30px;
}
 .video h4 {
     color: #ffffff;
     font-family: 'Raleway', sans-serif;
     font-size: 50px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 50px;
}
 .video i {
     color: #ffffff;
     font-size: 32px;
     width: 70px;
     height: 70px;
     line-height: 70px;
     background-color: #ffb300;
     text-align: center;
     border-radius: 1px;
     display: block;
     margin-right: auto;
     margin-left: auto;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .video h4 {
         font-size: 40px;
    }
}
/* Small Devices, Tablets */
/*------------------------------------*\ #Team\*------------------------------------*/
 .team {
     padding-bottom: 70px;
}
 .team .member {
     overflow: hidden;
     position: relative;
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     background-color: #ffffff;
}
 .team .member .member-img {
     position: relative;
     margin-bottom: 0;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     overflow: hidden;
}
 .team .member .member-img img {
     max-width: 100%;
     height: auto;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .team .member-hover {
     background-color: rgba(0, 0, 0, 0.9);
     padding: 20px;
     width: 100%;
     position: absolute;
     top: -100%;
     height: 100%;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
}
 .team .member-hover h6 {
     color: #d2d2d2;
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
     margin-bottom: 10px;
}
 .team .member .member-hover p {
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
}
 .team .member .member-hover .member-social {
     position: absolute;
     bottom: 30px;
}
 .team .member .member-hover .member-social a {
     width: 34px;
     height: 34px;
     line-height: 34px;
     background-color: #ffb300;
     border-radius: 1px 2px 2px 1px;
     color: #ffffff;
     font-size: 14px;
     margin-right: 10px;
     display: inline-block;
     text-align: center;
}
 .member .member-hover .member-social a:hover {
     background-color: #f3695f;
}
 .team .member .member-info {
     padding: 28px 20px;
}
 .team .member .member-info h6 {
     color: #666666;
     font-family: 'Ubuntu', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
     text-transform: capitalize;
     margin-bottom: 0;
}
 .team .member .member-info h5 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 15px;
}
/* Hover Effect */
 .team .member:hover .member-hover {
     transform: translateY(100%);
     -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
     -o-transform: translateY(100%);
     -ms-transform: translateY(100%);
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 991px) {
     .team .member {
         margin-bottom: 30px;
    }
     .team .member img {
         width: 100%;
    }
}
/* Small Devices, Tablets */
/*------------------------------------*\ #Testimonials\*------------------------------------*/
 .testimonial .testimonial-item {
     margin: 0 15px;
}
 .testimonial .testimonial-carousel {
     margin: 0 -15px;
     padding-bottom: 50px;
}
 .testimonial .testimonial-content {
     position: relative;
     background-color: #ffffff;
     box-shadow: 0 2px 3px rgba(39, 41, 48, 0.08);
     border-radius: 1px;
     padding: 30px;
}
 .testimonial .testimonial-content i {
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     color: #666666;
     font-size: 28px;
     font-weight: 400;
     position: absolute;
     top: 38px;
     left: 30px;
}
 .testimonial .testimonial-content p {
     padding-left: 50px;
     color: #a6a6a6;
     font-family: 'Raleway', sans-serif;
     font-size: 17px;
     font-weight: 400;
     font-style: italic;
     line-height: 27px;
     margin-bottom: 0;
}
 .testimonial .testimonial-content:after {
     content: "";
     position: absolute;
     bottom: -18px;
     right: 0;
     z-index: 0;
     width: 25px;
     height: 20px;
     background-image: url(../images/testimonials/arrow.png);
}
 .testimonial .testimonial-img {
     width: 50px;
     height: 50px;
     z-index: 99;
}
 .testimonial .testimonial-meta {
     padding-top: 15px;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
     position: relative;
}
 .testimonial .testimonial-meta img {
     position: absolute;
     left: 0;
}
 .testimonial .testimonial-meta .testimonial-bio {
     padding-left: 60px;
}
 .testimonial .testimonial-meta h6 {
     color: #373636;
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
     text-transform: capitalize;
     margin-bottom: 16px;
}
 .testimonial .testimonial-meta p {
     color: #ffb300;
     font-family: 'Ubuntu', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     margin-bottom: 0;
}
 .slick-dots {
     margin: 10px;
}
 .slick-dots li {
     width: 18px;
     height: 5px;
     background-color: #666666;
}
 .slick-dots li.slick-active {
     background-color: #ffb300;
}
 .slick-dots li button {
     display: none;
}
/*------------------------------------*\ #Features\*------------------------------------*/
 #featuredItems {
    /*background-image: url('../images/shop/small/pattern.jpg');
    */
     ;
}
 .progress-skills {
     margin-top: 60px;
}
 .about-accordion {
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     padding: 0 20px;
}
/* Feature Panel */
 .feature-panel {
     padding: 34px 25px 34px 21px;
     margin-bottom: 31px;
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     background-color: #fafafa;
}
 .feature-panel .feature-icon {
     color: #ffb300;
     font-size: 32px;
     margin-bottom: 0;
     line-height: 1;
}
 .feature-panel h4 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 16px;
     font-weight: 500;
     line-height: 45px;
     margin-bottom: 0;
     text-transform: capitalize;
}
 .feature-panel p {
     color: #a6a6a6;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 21px;
     margin-bottom: 0;
}
/*------------------------------------*\ #Action\*------------------------------------*/
 .cta {
     padding-top: 70px;
     padding-bottom: 70px;
}
 .cta .row {
     border-radius: 1px;
     padding: 30px;
}
 .cta p {
     font-family: 'Raleway', sans-serif;
     font-size: 16px;
     font-weight: 700;
     line-height: 25px;
     margin-bottom: 0;
}
/* CTA #1 */
 .cta-1 .row {
     border: 1px solid rgba(229, 229, 229, 0.2);
}
 .cta-1 p {
     color: #ffffff;
}
/* CTA #2 */
 .cta-2 .row {
     border: 1px solid #e5e5e5;
}
 .cta-2 p {
     color: #666666;
}
/*------------------------------------*\ #PRICING-SECTION\*------------------------------------*/
 .price-table .panel {
     padding: 0;
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     box-shadow: none;
     overflow: hidden;
     background-color: transparent;
     position: relative;
}
 .price-table .panel-icon {
     text-align: center;
     padding-top: 30px;
     padding-bottom: 30px;
     margin: 0 auto;
}
 .price-table .panel-icon i {
     width: 52px;
     height: 52px;
     line-height: 52px;
     border-radius: 2px;
     background-color: #000000;
     color: #fefefe;
     font-size: 32px;
     text-align: center;
     display: inline-block;
     margin-bottom: 30px;
}
 .price-table .panel-icon div {
     color: #000000;
     font-family: 'Raleway', sans-serif;
     font-size: 26px;
     font-weight: 500;
     line-height: 1;
     text-transform: capitalize;
}
 .price-table .panel-heading {
     background-color: #ffb300;
     padding: 50px 0;
     text-align: center;
}
 .price-table .panel-heading h4 {
     color: #ffffff;
     font-family: 'Raleway', sans-serif;
     font-weight: 500;
     font-size: 85px;
     line-height: 1;
     margin-bottom: 15px;
     position: relative;
}
 .price-table .panel-heading h4 span {
     font-size: 30px;
}
 .price-table .panel-heading p {
     color: #f6f6f6;
     font-family: 'Ubuntu', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     margin-bottom: 0;
}
 .price-table .panel-body {
     padding: 30px;
}
 .price-table .panel-body p {
     color: #a6a6a6;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
     margin-bottom: 30px;
}
 .price-table .panel-body .list-group-item {
     color: #666666;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 50px;
     border-top: none;
     border-right: none;
     border-left: none;
     border-bottom: 1px solid #e5e5e5;
     background-color: transparent;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     padding: 0;
}
 .price-table .panel-body .list-group-item:first-of-type {
     border-top: 1px solid #e5e5e5;
}
 .price-table .panel-body .btn {
     height: 37px;
     border-radius: 2px 1px 1px 2px;
     background-color: #000000;
     color: #ffffff;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 35px;
     border-color: #000;
     text-transform: uppercase;
}
 .price-table .panel-body .btn:hover, .price-table .panel-body .btn:focus, .price-table .panel-body .btn:active {
     border-color: #ffb300;
}
/*------------------------------------*\ #Blog\*------------------------------------*/
/* Blog Grid */
 .blog-grid .entry {
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     background-color: #ffffff;
     position: relative;
     -moz-transition: all .1s linear;
     -webkit-transition: all .1s linear;
     -o-transition: all .1s linear;
     -ms-transition: all .1s linear;
     transition: all .1s linear;
}
 .blog-grid .entry iframe {
     width: 100%;
     height: 315px;
}
 .blog-grid .entry:hover {
     transform: translate3d(0, -2px, 0);
     -moz-transform: translate3d(0, -2px, 0);
     -webkit-transform: translate3d(0, -2px, 0);
}
 .blog-grid .entry .entry-img img {
     max-width: 100%;
     height: auto;
}
 .blog-grid .entry .entry-content {
     position: relative;
     padding: 21px;
}
 .blog-grid .entry .entry-format {
     position: absolute;
     top: -16px;
     left: 20px;
     width: 49px;
     height: 39px;
     line-height: 49px;
     text-align: center;
     border-radius: 2px;
     background-color: #373636;
     color: #ffffff;
     font-size: 18px;
     font-weight: 400;
}
 .blog-grid .entry .entry-meta {
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     background-color: #ffffff;
     margin-bottom: 15px;
     font-family: 'Ubuntu', sans-serif;
     color: #666666;
     font-size: 12px;
     font-weight: 400;
     line-height: 28px;
     margin-left: 0;
}
 .blog-grid .entry .entry-meta li {
     padding-right: 14px;
     padding-left: 14px;
     border-right: 1px solid #e5e5e5;
}
 .blog-grid .entry .entry-meta li:first-child {
     padding-left: 10px;
}
 .blog-grid .entry .entry-meta li:last-child {
     border-right: none;
}
 .blog-grid .entry .entry-meta span {
     color: #b2b2b2;
}
 .blog-grid .entry .entry-title h3 {
     margin-bottom: 15px;
     min-height: 52px;
}
 .blog-grid .entry .entry-title h3 a {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 700;
     line-height: 22px;
     text-transform: uppercase;
}
 .blog-grid .entry .entry-title h3 a:hover {
     color: #ffb300;
}
 .blog-grid .entry .entry-snippet {
     min-height: 60px;
     max-height: 60px;
     overflow: hidden;
}
 .blog-grid .entry .entry-snippet p {
     font-size: 13px;
     font-weight: 400;
     line-height: 21px;
     margin-bottom: 0;
}
/* Blog Standard */
 .blog-standard .entry .entry-title h3 a {
     font-size: 27px;
     line-height: 33px;
}
 .blog-standard .entry .entry-meta {
     border: none;
     line-height: 14px;
}
/* Blog Single */
 .blog-single .entry {
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     background-color: #ffffff;
     position: relative;
     margin-bottom: 70px;
}
 .blog-single .entry .entry-img img {
     max-width: 100%;
     height: auto;
}
 .blog-single .entry .entry-content {
     position: relative;
     padding: 21px;
}
 .blog-single .entry .entry-format {
     position: absolute;
     top: -40px;
     left: 20px;
     width: 49px;
     height: 49px;
     line-height: 49px;
     text-align: center;
     border-radius: 2px;
     background-color: #373636;
     color: #ffffff;
     font-size: 18px;
     font-weight: 400;
}
 .blog-single .entry .entry-meta {
     font-family: 'Ubuntu', sans-serif;
     color: #666666;
     font-size: 12px;
     font-weight: 400;
     line-height: 14px;
     margin-left: 0;
     margin-bottom: 30px;
}
 .blog-single .entry .entry-meta li {
     padding-right: 14px;
     padding-left: 14px;
     border-right: 1px solid #e5e5e5;
}
 .blog-single .entry .entry-meta li:first-child {
     padding-left: 0;
}
 .blog-single .entry .entry-meta li:last-child {
     border-right: none;
}
 .blog-single .entry .entry-meta span {
     color: #b2b2b2;
}
 .blog-single .entry .entry-title h3 {
     margin-bottom: 15px;
}
 .blog-single .entry .entry-title h3 a {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 27px;
     font-weight: 700;
     line-height: 33px;
     text-transform: uppercase;
}
 .blog-single .entry .entry-title h3 a:hover {
     color: #ffb300;
}
 .blog-single .entry .entry-snippet p {
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
}
 .blog-single .entry .entry-tags {
     margin-bottom: 50px;
}
 .blog-single .entry .entry-tags h6 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-top: 30px;
     margin-bottom: 30px;
}
 .blog-single .entry .entry-share {
     background-color: #f6f6f6;
     border-radius: 1px;
     padding: 30px;
}
 .blog-single .entry .entry-share h6 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 700;
     line-height: 34px;
     text-transform: uppercase;
     margin-bottom: 0;
}
 .blog-single .entry .entry-share a {
     width: 34px;
     height: 34px;
     line-height: 34px;
     border-radius: 1px 2px 2px 1px;
     color: #ffffff;
     font-size: 14px;
     font-weight: 400;
     display: inline-block;
     text-align: center;
}
 .blog-single .entry .entry-share a:last-of-type {
     margin-right: 0px;
}
 .blog-single .entry .entry-share a.share-facebook {
     background-color: #3B5998;
}
 .blog-single .entry .entry-share a.share-twitter {
     background-color: #00ACEE;
}
 .blog-single .entry .entry-share a.share-pinterest {
     background-color: #C8232C;
}
 .blog-single .entry .entry-share a.share-linkedin {
     background-color: #0E76A8;
}
 .blog-single .entry .entry-share a.share-google-plus {
     background-color: #DD4B39;
}
 .blog-single .entry .entry-share a.share-dribbble {
     background-color: #EA4C89;
}
 .blog-single .entry .entry-share a:hover, .blog-single .entry .entry-share a:focus {
     background-color: #373636;
}
 .blog-single .entry-author-box {
     padding: 30px;
     background-color: #f6f6f6;
     border-radius: 1px;
     margin-bottom: 70px;
}
 .blog-single .entry-author-box .entry-author-img {
     float: left;
     width: 64px;
     height: 64px;
}
 .blog-single .entry-author-box .entry-author-bio {
     margin-left: 77px;
}
 .blog-single .entry-author-box .entry-author-bio h6 {
     color: #373636;
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 7px;
}
 .blog-single .entry-author-box .entry-author-bio p {
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
     margin-bottom: 0;
}
 .blog-single .entry-comments {
     margin-bottom: 70px;
}
 .blog-single .entry-comments .comments-heading {
     position: relative;
}
 .blog-single .entry-comments .comments-heading h6 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 19px;
     font-weight: 700;
     line-height: 30px;
     text-transform: uppercase;
}
 ul.comments-list {
     width: 100%;
     list-style: none;
     overflow: hidden;
     padding-left: 0;
}
 ul.comments-list li {
     position: relative;
     margin-bottom: 30px;
}
 ul.comments-list li .comment-content {
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     padding: 21px;
}
 ul.comments-list li:last-child {
     border-bottom: none;
     padding-bottom: 0;
     margin-bottom: 5px;
}
 ul.comments-list .comment-body .avatar {
     position: absolute;
     left: 21px;
     top: 21px;
     width: 44px;
     height: 44px;
}
 ul.comments-list .comment-body .comment {
     padding-left: 58px;
     position: relative;
}
 ul.comments-list .comment-body .comment-meta {
     margin-bottom: 0;
     line-height: 28px;
     position: relative;
     margin-bottom: 11px;
}
 ul.comments-list .comment-body .comment h6, .blog-single .comment-form-heading h6 {
     color: #373636;
     font-family: Raleway;
     font-size: 16px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 11px;
}
 ul.comments-list .comment-body .comment-reply {
     position: absolute;
     right: 0;
     top: 0;
}
 ul.comments-list .comment-body .comment p {
     font-size: 13px;
     font-weight: 400;
     color: #a6a6a6;
     line-height: 22px;
     margin-bottom: 0;
}
 ul.comments-list .comment-body .comment a.reply {
     border-radius: 1px;
     background-color: #ffb300;
     font-family: 'Open Sans', sans-serif;
     color: #ffffff;
     font-size: 13px;
     font-weight: 400;
     line-height: 28px;
     padding: 0 20px;
     display: inline-block;
}
 ul.comments-list .comment a.reply:hover {
     background-color: #373636;
}
 ul.comments-list .comment-body .comment .date {
     color: #b2b2b2;
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
}
 ul.comments-list ul.comment-children {
     list-style: none;
     margin: 0 0 0 70px;
     padding-top: 30px;
     padding-left: 0;
}
 ul.comments-list ul.comment-children .comment-body .comment {
     padding-left: 58px;
}
 ul.comments-list ul.comment-children li:last-child {
     margin-bottom: 0;
     padding-bottom: 0;
}
 ul.comments-list ul.comment-children ul .comment-body .comment {
     padding-left: 58px;
}
 .blog-single .comment-form-heading {
     position: relative;
}
 .blog-single .comment-form-body {
     margin-top: 30px;
}
 .blog-single .comment-form-body .form-control, .blog-single .comment-form-body textarea {
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     color: #b2b2b2;
     font-size: 14px;
     font-weight: 400;
     line-height: 38px;
     padding-left: 22px;
     text-transform: capitalize;
     margin-bottom: 22px;
     width: 100%;
}
 .product-singel-description iframe {
     width: 560px;
     height: 315px;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .blog-grid .entry .entry-meta {
         margin-bottom: 7px;
    }
     .blog-grid .entry .entry-content {
         padding: 19px 19px 10px 19px;
    }
     .product-singel-description iframe, .blog-grid .entry iframe {
         width: 100%;
         height: 156px;
    }
     .blog-grid .entry .entry-img img {
         width: 100%;
    }
     .share-title {
         float: none !important;
    }
     .share-links {
         text-align: left !important;
    }
     .blog-single .entry .entry-title h3 a, .blog-standard .entry .entry-title h3 a {
         font-size: 18px;
         line-height: 1.3;
    }
     .entry .entry-meta li {
         padding: 0 5px;
         line-height: 1.7;
    }
    .module-cart .cart-label {
        right: 18px;
    }
}
/* Small Devices, Tablets */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .blog-standard .entry .entry-title h3 a {
         font-size: 22px;
         line-height: 22px;
    }
}
/*------------------------------------*\ #SHOP\*------------------------------------*/
/* Shop Cart */
 .cart-table {
     margin-bottom: 50px;
}
 .cart-table .table {
     background-color: #ffffff;
     border: 1px solid #e5e5e5;
     border-radius: 3px;
     margin-bottom: 0;
}
 .cart-table thead {
     background-color: #f6f6f7;
}
 .cart-table thead tr th {
     padding: 0;
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 700;
     text-align: center;
     text-transform: capitalize;
     line-height: 46px !important;
     border-bottom-width: 0 !important;
     border-color: #e5e5e5;
}
 .cart-table tbody tr td {
     padding: 20px;
     border-color: #d7d7d7;
}
 .cart-table tbody tr td.cart-product-price, .cart-table tbody tr td.cart-product-total {
     color: #a6a6a6;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 20px;
}
 .cart-table tbody tr td.cart-product-quantity .product-quantity {
     line-height: 1px;
}
 td.cart-product-quantity .product-quantity input {
     width: 30px;
     height: 25px;
     border: 1px solid #e5e5e5;
     border-radius: 2px;
     text-align: center;
     color: #373636;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 25px;
     margin-right: 0;
}
 td.cart-product-quantity .product-quantity i {
     width: 25px;
     height: 25px;
     font-size: 10px;
     line-height: 25px;
     border: 1px solid #e5e5e5;
     border-radius: 1px;
     color: #ffb300;
     margin-right: 0;
}
 .cart-table tbody tr td.cart-product-price, .cart-table tbody tr td.cart-product-total, td.cart-product-quantity {
     text-align: center;
}
 .cart-table .cart-product-action td {
     padding: 30px 20px;
}
 .cart-table .cart-product-action form {
     margin-bottom: 0;
}
 .cart-table .cart-product-action .form-control {
     color: #a6a6a6;
     font-family: "Open Sans";
     font-size: 12px;
     font-weight: 400;
     line-height: 25px;
     padding: 0 9px;
     width: 250px;
     height: 29px;
     margin-bottom: 0;
     background-color: #ffffff;
     border: 1px solid #e5e5e5;
     border-radius: 1px;
}
 .cart-table .cart-product-action .btn {
     font-size: 13px;
     font-weight: 400;
     margin-left: 10px;
     line-height: 25px;
     height: 29px;
     width: auto;
     text-align: center;
     padding-right: 16px;
     padding-left: 16px;
     text-transform: capitalize;
}
 .cart-table .cart-product-action .btn-secondary {
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     background-color: transparent;
     color: #000000;
}
 .cart-table .cart-product-action .btn-secondary:hover {
     color: #ffffff;
     border-color: #ffb300;
}
 .cart-product-img {
     float: left;
     padding-right: 20px;
}
 .cart-product-name h6 {
     color: #373636;
     font-family: 'Raleway', sans-serif;
     font-size: 16px;
     font-weight: 700;
     line-height: 19px;
     text-transform: uppercase;
}
 .cart-product-remove {
     float: right;
     width: 19px;
     height: 19px;
     line-height: 19px;
     font-size: 9px;
     background-color: #000;
     border-radius: 1px;
     color: #ffffff;
     text-align: center;
     cursor: pointer;
}
 .cart-shiping, .cart-total-amount {
     background-color: white;
     border: 1px solid rgba(119, 119, 119, 0.3);
     border-radius: 1px;
     padding: 30px 20px;
}
 .cart-shiping h6, .cart-total-amount h6 {
     color: #373636;
     font-family: 'Raleway', sans-serif;
     font-size: 17px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 47px;
     text-transform: uppercase;
     position: relative;
}
 .cart-total-amount ul li {
     color: #ffb300;
     font-size: 13px;
     font-weight: 700;
     line-height: 36px;
     text-transform: capitalize;
}
 .cart-total-amount ul li span {
     color: #a6a6a6;
     font-size: 13px;
     font-weight: 400;
     line-height: 36px;
}
 .cart-shiping .form-control {
     background-color: #f6f6f6;
     border: 1px solid #e5e5e5;
     border-radius: 3px;
     color: #777777;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
     text-transform: uppercase;
     padding: 0 20px;
     height: 38px;
     line-height: 38px;
     margin-bottom: 20px;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     cursor: pointer;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 .cart-shiping .col-xs-12 {
     position: relative;
}
 .cart-shiping i {
     position: absolute;
     font-size: 13px;
     right: 25px;
     top: 12px;
     z-index: 1;
     pointer-events: none;
     cursor: pointer;
     color: #ffb300;
}
 .cart-shiping .btn {
     line-height: 25px;
     height: 29px;
     color: white;
     font-family: 'Raleway', sans-serif;
     font-size: 13px;
     font-weight: 400;
     width: auto;
     padding-right: 16px;
     padding-left: 16px;
     border-radius: 1px;
}
/* Shop Grid */
 .shop-options {
     padding: 20px;
     background-color: #ffffff;
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     margin-bottom: 50px;
     height: 70px;
}
 .shop-options .product-options2 span, .shop-options .product-view-mode span {
     color: #000;
     font-family: 'Ubuntu', sans-serif;
     font-size: 15px;
     font-weight: 700;
     line-height: 20px;
     margin-right: 10px;
}
 .shop-options .product-options2 .product-sort {
     position: relative;
     margin-right: 30px;
}
 .shop-options .product-options2 .product-sort i {
     position: absolute;
     font-size: 13px;
     right: 10px;
     top: 10px;
     z-index: 1;
     pointer-events: none;
     cursor: pointer;
     color: #ffb300;
}
 .shop-options .product-options2 select, .product-singel-description .product-details select {
     height: 30px;
     line-height: 30px;
     width: 134px;
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     background-color: rgba(246, 246, 247, 0);
     color: #999999;
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
     font-weight: 400;
     padding-left: 10px;
     cursor: pointer;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 .deliver-wrapper.footer-info .row {
     padding-top: 0;
}
 .deliver-wrapper.footer-info .heading h2 {
     color: #f6f6f6;
}
 .deliver-wrapper {
     background-color: #141414;
     padding-top: 10px;
}
 .deliver-wrapper .about-accordion {
     margin-bottom: 30px;
}
 .deliver-wrapper .product-singel-description {
     padding: 10px 0;
}
 .product-singel-description .buy-now {
     margin-right: 5px;
}
 .product-singel-description input[type=number] {
     width: 50px;
}
 .product-singel-description form {
     display: inline-block;
}
 .product-singel-description .favoutrate-link {
     float: right;
     margin-right: 200px;
}
 .product-singel-description .favoutrate-link i {
     font-size: 15px;
     color: #ffb300;
}
 .product-singel-description .footer-social {
     margin-top: 5px;
}
 .deliver-wrapper .product-details h5 {
     margin-bottom: 5px !important;
}
 .deliver-wrapper .product-details p {
     color: #ffbf00;
}
 .deliver-wrapper .product-singel-description.product-details h5 {
     color: white;
}
 .deliver-wrapper .product-singel-description.product-details select {
     background-color: #ffb300;
     padding: 10px;
     color: white;
     border: none;
}
 .shop-options .product-view-mode {
     line-height: 30px;
}
 .shop-options .product-view-mode a i {
     background-color: #ffffff;
     border: 1px solid #e5e5e5;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     color: #777777;
     font-size: 14px;
     font-weight: 400;
     margin-left: 10px;
     width: 30px;
     height: 30px;
     line-height: 30px;
     text-align: center;
}
 .shop-options .product-view-mode a:first-of-type i {
     margin-left: 0;
}
 .shop-options .product-view-mode a.active i, .shop-options .product-view-mode a:hover i {
     color: #ffb300;
}
/*Featured Porduct*/
 .muisc-section {
     background-color: #ffd54f;
}
 .muisc-section .heading .subheading {
     color: white;
}
 .watches {
     background-color: #f9f9f9;
}
 .watches .heading h2 {
     color: white;
}
/* Item Block */
 .shop-grid .product {
     text-align: center;
     margin-bottom: 30px;
     height: auto !important;
}
/* .shop-grid .product:hover {
     border: 1px solid #ffb300;
}
 */
 .shop-grid .product:hover .product-img img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
     opacity: 0.7;
}
 .shop-grid .product:hover .product-img .product-hover {
     opacity: 1;
}
 .shop-grid .product:hover .product-hover .product-action a.btn.btn-primary {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -o-transform: translateY(0);
     -ms-transform: translateY(0);
}
 .product .product-img {
     position: relative;
     overflow: hidden;
    /* max-height: 334px;
     */
     ;
}
 .product .product-img img {
     display: block;
     position: relative;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     width: 100%;
     height: auto;
}
 .product .product-price {
     color: #ffb300;
     font-family: 'Ubuntu', sans-serif;
     font-weight: 700;
     font-size: 18px;
     line-height: 1;
     text-align: center;
    /*min-height: 40px;
    */
     ;
}
 #promo {
     background: #ffb300;
     width: 40px;
     height: 40px;
     position: relative;
     top: 15px;
     left: 12px;
     z-index: 5;
     text-align: center;
}
 #promo:before, #promo:after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     height: 40px;
     width: 40px;
     background: #ffb300;
}
 #promo:before {
     transform: rotate(30deg);
}
 #promo:after {
     transform: rotate(60deg);
}
 #promo span {
     position: relative;
     z-index: 6;
     top: 9px;
     left: 1px;
     color: white;
}
 .product .product-price p {
     margin-bottom: 0;
}
 .product .product-price .overline {
     text-decoration: line-through;
	font-size: 13px;
	color: #777777;
	font-weight: normal;
}
 .product .product-hover {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     opacity: 0;
    /*background-color: rgba(0, 0, 0, 0.8);
    */
     webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .product .product-hover .product-action {
     width: 100%;
     position: absolute;
     bottom: 30px;
}
 .product .product-hover a.btn {
    /* width: 95px;
     height: 33px;
     */
     border-radius: 2px;
     font-family: 'Raleway', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 30px;
     margin-right: 20px;
     text-transform: capitalize;
}
 .product .product-hover a.btn:last-of-type {
     margin-right: 0;
}
 .product .product-hover a.btn.btn-primary {
     transform: translateY(100px);
     -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
     -o-transform: translateY(100px);
     -ms-transform: translateY(100px);
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .product .product-hover a.btn.btn-secondary {
     float: right;
     transform: translateY(100px);
     -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
     -o-transform: translateY(100px);
     -ms-transform: translateY(100px);
     -webkit-transition: all 0.2s 0.1s ease-in-out;
     -moz-transition: all 0.2s 0.1s ease-in-out;
     -o-transition: all 0.2s 0.1s ease-in-out;
     transition: all 0.2s 0.1s ease-in-out;
}
 .product-singel-description {
     padding: 20px 0;
}
 .product-singel-description .product-option {
     padding: 2px 20px;
     color: #000;
}
 @media (max-width: 575px) {
     .primary-alt {
         width: 110px;
    }
}
/* Product Hover Effect */
 .product .product-img:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1);
}
 .product .product-img:hover .product-hover {
     opacity: 1;
}
 .product .product-img:hover a.btn.btn-primary {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -o-transform: translateY(0);
     -ms-transform: translateY(0);
}
 .product .product-bio {
    background-color: #ffffff;
    padding: 0 10px;
    text-align: left;
	height: 100px;
}
 .product .product-bio .prodcut-cat a {
     color: #666666;
     font-family: 'Ubuntu', sans-serif;
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
     position: relative;
     text-transform: capitalize;
     display: block;
     margin-bottom: 12px;
}
 .product .product-bio .prodcut-cat a:hover {
     color: #ffb300;
}
 .product .product-bio .prodcut-title h3 {
     margin-bottom: 13px;
     line-height: 1;
    /*min-height: 50px;
    */
     ;
}
 .product .product-bio .prodcut-title h3 a {
     color: #4e4e4e;
     font-size: 13px;
     font-weight: 500;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 22px;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: normal;
     -webkit-line-clamp: 3;
}
 .product .product-bio .prodcut-title h3 a:hover {
     color: #ffb300;
}
 .product .product-detail-link {
     position: absolute;
     font-family: 'Ubuntu', 'Zawgyi-One', sans-serif;
     width: 100%;
     height: 100%;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}
 .product-num {
     margin-bottom: 70px;
}
 .product-num h3 {
     font-family: 'Ubuntu', sans-serif;
     font-size: 15px;
     font-weight: 700;
     line-height: 22px;
     text-transform: capitalize;
     color: #000000;
     margin-bottom: 0;
}
 .product-options {
     margin-bottom: 30px;
     position: relative;
}
 .product-options select {
     width: 230px;
     height: 35px;
     border: 1px solid #e5e5e5;
     color: #999999;
     font-family: 'Ubuntu', sans-serif;
     font-size: 13px;
     font-weight: 400;
     padding-left: 10px;
     cursor: pointer;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 .product-options i {
     position: absolute;
     font-size: 13px;
     right: 10px;
     top: 10px;
     z-index: 1;
     pointer-events: none;
     cursor: pointer;
     color: #999999;
}
 @media (max-width: 767px) {
    /*.product .product-price {
        */
        /* display: none;
        */
        /*
    }
    */
     .product .product-bio .prodcut-title h3 {
         font-size: 20px;
    }
     .product .product-bio .prodcut-title h3 a {
         font-size: 12px;
    }
     .product .product-price {
         font-size: 16px;
    }
}
/* Shop Single */
 .shop-single .alert {
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     background-color: #f6f6f6;
     padding: 20px;
     margin-bottom: 70px;
}
 .shop-single .alert .alert-icon {
     width: 46px;
     height: 46px;
     line-height: 46px;
     background-color: #ffb300;
     border-radius: 2px 1px 1px 2px;
     -moz-border-radius: 2px 1px 1px 2px;
     -webkit-border-radius: 2px 1px 1px 2px;
     text-align: center;
     position: absolute;
}
 .shop-single .alert .alert-icon i {
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     line-height: 28px;
}
 .shop-single .alert .alert-content {
     padding-left: 68px;
}
 .shop-single .alert .alert-content h4 {
     font-family: 'Ubuntu', sans-serif;
     color: #ffb300;
     font-size: 14px;
     font-weight: 700;
     line-height: 32px;
     text-transform: capitalize;
     margin-bottom: 0;
     margin-top: -6px;
}
 .shop-single .alert .alert-content p {
     color: #a6a6a6;
     font-size: 13px;
     font-weight: 00;
     line-height: 20px;
     margin-bottom: 0;
}
 .shop-single .product-img img {
     width: 100%;
     height: auto;
}
 .shop-single .product-title h3 {
     color: #373636;
     font-size: 20px;
     font-weight: 700;
     line-height: 23px;
     text-transform: uppercase;
     margin-bottom: 13px;
}
 .shop-single .product-price p {
     font-family: 'Raleway', sans-serif;
     font-size: 18px;
     font-weight: 700;
     color: #ffb300;
     margin-bottom: 0;
     line-height: 30px;
}
 .shop-single .product-price .discount {
     color: #6c6c6c;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     text-decoration: line-through;
     margin-right: 8px;
}
 .shop-single .product-review span {
     font-size: 13px;
     font-weight: 500;
     line-height: 30px;
     color: #aaaaaa;
     text-transform: capitalize;
}
 .shop-single .product-review i {
     font-size: 15px;
     font-weight: 400;
     line-height: 30px;
     color: #ffb300;
}
 .shop-single .product-review a {
     color: #a6a6a6;
}
 .product-review a:hover {
     color: #ffb300;
}
 .shop-single .product-review .product-rating {
     margin-right: 30px;
}
 .shop-single .product-desc p {
     color: #a6a6a6;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
}
 .shop-single .product-details h5 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 700;
     margin-bottom: 20px;
     text-transform: uppercase;
     line-height: 1;
}
 .shop-single .product-details ul li h6 {
     display: inline-block;
     margin-bottom: 10px;
     width: 140px;
     color: #ffb300;
     word-wrap: break-word;
     font-size: 13px;
     font-weight: bold;
     vertical-align: top;
     padding-top: 7px;
}
 .shop-single .product-details ul li .section-content {
    display: inline-block;
    width: calc(100% - 145px);
    color: #141414;
    font-size: 13px;
    font-weight: 600;
    padding-left: 20px;
}
/* .shop-single .product-details ul li {
     font-family: 'Ubuntu', sans-serif;
     line-height: 26px;
     color: #ffb300;
     font-size: 13px;
     font-weight: 700;
     text-transform: capitalize;
}
 */
/* .shop-single .product-details ul li span {
     color: #000000;
     font-size: 13px;
     font-weight: 500;
}
 */
 .shop-single .product-quantity {
     line-height: 31px;
}
 .shop-single .product-quantity .qua {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 13px;
     font-weight: 700;
     line-height: 20px;
     margin-right: 10px;
}
 .shop-single .product-quantity a i {
     width: 25px;
     height: 25px;
     line-height: 22px;
     border: 1px solid #e5e5e5;
     -moz-border-radius: 1px;
     -webkit-border-radius: 1px;
     border-radius: 1px;
     color: #ffb300;
     text-align: center;
}
 .shop-single .product-quantity input {
     width: 30px;
     height: 25px;
     border: 1px solid #e5e5e5;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #373636;
     font-size: 14px;
     font-weight: 400;
     line-height: 22px;
     text-align: center;
}
 .shop-single .product-cta .btn {
     margin-left: 20px;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     text-transform: capitalize;
     width: 95px;
     height: 33px;
     line-height: 31px;
     border-radius: 2px;
}
 .shop-single .product-cta .btn-primary.bordered {
     color: #000;
     background-color: transparent;
     border: 1px solid #e5e5e5;
}
 .shop-single .product-cta .btn-primary.bordered:hover {
     border-color: #ffb300;
     color: #ffffff;
}
 .shop-single .product-share {
     margin-bottom: 70px;
}
 .shop-single .product-share h5 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 700;
     margin-bottom: 20px;
     text-transform: uppercase;
     line-height: 1;
     margin-bottom: 28px;
}
 .shop-single .product-share a {
     width: 34px;
     height: 34px;
     line-height: 34px;
     border-radius: 1px 2px 2px 1px;
     -moz-border-radius: 1px 2px 2px 1px;
     -webkit-border-radius: 1px 2px 2px 1px;
     font-size: 14px;
     font-weight: 400;
     color: #ffffff;
     text-align: center;
     display: inline-block;
     background-color: #ffb300;
     margin-right: 10px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .shop-single .product-share a.share-facebook {
     background-color: #3B5998;
}
 .shop-single .product-share a.share-twitter {
     background-color: #00ACEE;
}
 .shop-single .product-share a.share-pinterest {
     background-color: #C8232C;
}
 .product-share a.share-google-plus {
     background-color: #DD4B39;
}
 .shop-single .product-share a.share-dribbble {
     background-color: #EA4C89;
}
 .shop-single .product-share a:hover {
     background-color: #1b1a1a;
}
 .shop-single .product-tabs {
     background-color: #ffffff;
     border: 1px solid #e5e5e5;
     -moz-border-radius: 1px;
     -webkit-border-radius: 1px;
     border-radius: 1px;
     color: #a6a6a6;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
}
 .shop-single .product-tabs .nav-tabs {
     background-color: #f6f6f6;
}
 .shop-single .product-tabs .nav-tabs>li {
     margin-bottom: -1px;
}
 .shop-single .product-tabs .nav-tabs>li>a {
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 700;
     text-transform: capitalize;
     color: #000000;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     padding: 0 20px;
     border-right: 1px solid #e5e5e5;
     margin-right: 0;
     line-height: 60px;
     height: 60px;
}
 .shop-single .product-tabs .nav-tabs>li:last-child>a {
     border-right: none;
}
 .shop-single .product-tabs .nav-tabs>li>a:hover, .shop-single .product-tabs .nav-tabs>li>a:focus {
     background-color: transparent;
     border-left-color: transparent;
     border-top-color: transparent;
     border-bottom-color: transparent;
     color: #ffb300;
}
 .shop-single .product-tabs .nav-tabs>li.active>a, .shop-single .product-tabs .nav-tabs>li.active>a:hover, .shop-single .product-tabs .nav-tabs>li.active>a:focus {
     color: #ffb300;
     border: none;
     border-right: 1px solid #e5e5e5;
     background-color: #ffffff;
}
 .shop-single .product-tabs .form-review .form-control {
     margin-bottom: 30px;
     border-bottom-width: 1px;
}
 .shop-single .product-tabs .tab-content {
     padding: 20px;
}
 .shop-single .product-review li {
     background-color: #f9f9f9;
     padding: 20px;
     margin-bottom: 30px;
}
 .shop-single .product-review li h6 {
     margin-bottom: 0;
     text-transform: uppercase;
}
 .shop-single .product-review li .review-date {
     margin-bottom: 0;
}
 .shop-single .product-review li .product-rating {
     color: #ffb300;
     margin-bottom: 10px;
}
 .shop-single .product-review li .product-comment p {
     margin-bottom: 0;
}
 .shop-single .pager {
     margin: 50px 0 100px 0;
}
 .shop-single .pager div {
     display: inline-block;
     margin: 0 2px;
}
 .shop-single .pager div a {
     width: 41px;
     height: 41px;
     line-height: 41px;
     border: none;
     border-radius: 2px;
     background-color: #f6f6f6;
     color: #666666;
     font-size: 23px;
     font-weight: 400;
     display: block;
}
 .shop-single .pager div:hover a {
     color: #fff;
     background-color: #ffb300;
}
/* related product*/
 .shop-single .widget-related-product {
     position: relative;
}
 .shop-single .widget-related-product .widget-title h4 {
     color: #373636;
     font-size: 16px;
     font-family: 'Ubuntu', sans-serif;
     text-transform: uppercase;
     margin-bottom: 30px;
     line-height: 1;
}
 .shop-single .widget-related-product .product {
     text-align: center;
     margin-bottom: 0;
}
 .shop-single .product-img-slider {
     margin-bottom: 30px;
}
 .shop-single .product-img-nav {
     border-radius: 1px;
     border: 1px solid #e5e5e5;
     padding: 10px 48px;
     position: relative;
     height: 90px;
}
 .shop-single .product-img-nav img {
     width: auto !important;
     height: auto;
     margin: 0 10px;
}
 .shop-single .product-img-nav img:first-of-type {
    /*margin-left:0;
    */
     ;
}
 .shop-single .product-img-nav .arrows {
     width: 25px;
     height: 25px;
     border-radius: 1px;
     background-color: #000000;
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     line-height: 25px;
     text-align: center;
     cursor: pointer;
     position: absolute;
     top: 30px;
}
 .shop-single .product-img-nav .arrows:hover {
     background-color: #ffb300;
}
 .shop-single .product-img-nav .arrow-prev {
     left: 20px;
}
 .shop-single .product-img-nav .arrow-next {
     right: 20px;
}
/* Product Carousel */
 .product-carousel .product {
     margin: 0 15px;
}
 .product-carousel {
     margin: 0 -15px !important;
     padding-bottom: 30px;
}
/* Product Box */
 .product-boxes {
     margin-bottom: 0px;
}
 .product-box {
     transition: all .4s;
     margin-bottom: 30px;
}
 .product-box:hover {
     transform: translate3d(0, -3px, 0);
}
 .product-box .product-img {
     position: relative;
     overflow: hidden;
}
 .product-box .product-img img {
     display: block;
     position: relative;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     transition: all 0.2s linear;
     width: 100%;
     height: auto;
}
 .product-box .product-hover {
     position: absolute;
     width: 100%;
     height: 32%;
     bottom: 0;
     left: 0;
     background-color: rgba(0, 0, 0, 0.8);
     webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .product-box .product-hover .product-link {
     width: 100%;
     position: absolute;
     bottom: 9px;
     left: 3px;
     text-align: left;
}
 .product-box .product-hover .product-link h3 {
     color: #ffffff;
     font-size: 21px;
     font-weight: 500;
     line-height: 1;
     margin-bottom: 8px;
     position: relative;
}
 .product-box .product-hover .product-link h3:before {
     position: absolute;
     width: 8px;
     height: 8px;
     content: "";
     left: 0;
     top: -30px;
    /*background-color: #ffb300;
    */
     ;
}
 .product-box .product-hover .product-link p {
     color: #ffb300;
     font-size: 12px;
     font-weight: 400;
     line-height: 1.5;
     margin-bottom: 0;
}
 .shop-items {
     padding-bottom: 40px;
}
/* Custom, iPhone Retina */
 @media screen and (max-width: 576px) {
     .product-carousel {
         padding: 0;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 991px) {
     .product-box {
         margin-bottom: 30px;
    }
     .offers .widget {
         margin-bottom: 30px;
    }
     .shop-options {
         height: auto;
    }
     .shop-single .product-img-nav {
         margin-bottom: 30px;
    }
}
/* Small Devices, Tablets */
/*------------------------------------*\ #Contact\*------------------------------------*/
 .widget-contact-info h6 {
     color: #373636;
     font-family: 'Open Sans', sans-serif;
     font-size: 12px;
    /* font-weight: 400;
     */
     line-height: 1;
     margin-bottom: 17px;
}
 .widget-contact-info p {
     color: #666666;
     margin-bottom: 14px;
     clear: both;
}
 .widget-contact-info i {
     color: #ffb300;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     margin-right: 10px;
     float: left;
}
 .widget-contact-info span {
     overflow: hidden;
}
 .widget-contact .form-control {
     border-radius: 2px;
     border: 1px solid #e5e5e5;
     color: #b2b2b2;
     font-family: "Open Sans";
     font-size: 14px;
     font-weight: 400;
     line-height: 45px;
     height: auto;
     padding: 0 20px;
}
 .widget-contact .btn {
     height: 45px;
     line-height: 45px;
     text-transform: capitalize;
     font-weight: 700;
}
 .widget-contact .form-control::-webkit-input-placeholder {
     color: #b2b2b2;
}
 .widget-contact .form-control:-moz-placeholder {
     color: #b2b2b2;
}
 .widget-contact .form-control::-moz-placeholder {
     color: #b2b2b2;
}
 .widget-contact .form-control:-ms-input-placeholder {
     color: #b2b2b2;
}
/*------------------------------------*\ #SIDEBAR-SECTION\*------------------------------------*/
 .sidebar .widget {
     margin-bottom: 70px;
}
/* Widget */
 .widget .widget-title {
     position: relative;
     margin-bottom: 30px;
}
 .widget .widget-title h5 {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 0;
}
/* Category Widget */
 .widget-categories ul li a {
     color: #666666;
     font-family: 'Ubuntu', 'Zawgyi-One', Sans-Serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 36px;
}
 .widget-categories ul li a:hover {
     color: #ffb300;
}
 .widget-categories ul li a i {
     color: #ffb300;
     font-size: 13px;
     font-weight: 400;
     line-height: 24px;
     margin-right: 10px;
}
 .widget-categories ul li a:hover i {
     color: #bd2929;
}
 .widget-categories ul li a span {
     margin-left: 5px;
     color: #666666;
}
/* Tags Widget */
 .widget-tags ul {
     margin-bottom: 0;
     margin-left: 0;
}
 .widget-tags ul li {
     padding-left: 0;
     padding-right: 0;
}
 .widget-tags a {
     display: inline-block;
     border-radius: 3px;
     border: 1px solid #e5e5e5;
     background-color: rgba(246, 246, 246, 0);
     font-size: 12px;
     font-weight: 400;
     line-height: 1;
     color: #a6a6a6;
     margin-right: 6px;
     margin-bottom: 6px;
     text-transform: capitalize;
     padding: 10px 12px;
}
 .widget-tags a:hover {
     background-color: #ffb300;
     color: #ffffff;
     border: 1px solid #ffb300;
}
/* Flickr Widegt */
 .widget-flickr img {
     margin-bottom: 5px;
     margin-right: 5px;
     width: 60px;
     height: 60px;
}
 .widget-flickr .flickr-more {
     color: #a9a9ab;
     font-family: 'Ubuntu', sans-serif;
     font-size: 11px;
     font-weight: 400;
     line-height: 22px;
     margin-top: 10px;
}
 .widget-flickr .flickr-more:hover {
     color: #ffb300;
}
/* twitter Widegt */
 .widget-tweets ul li:before {
     content: "\f099";
     font-family: fontawesome;
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #ffb300;
     width: 13px;
     height: 12px;
     float: left;
     margin-right: 10px;
}
 .widget-tweets ul li p.tweet {
     color: #a6a6a6;
     font-weight: 600;
     font-size: 13px;
     line-height: 22px;
     margin-bottom: 5px;
}
 .widget-tweets ul li a {
     color: #ffb300;
     font-weight: 400;
}
 .widget-tweets ul li a:hover {
     color: #ffb300;
}
 .widget-tweets ul li .timePosted {
     color: #f9f9f9;
     font-size: 11px;
     font-weight: 400;
     line-height: 20px;
}
 .widget-tweets ul li:last-child .timePosted {
     margin-bottom: 0;
}
 .widget-tweets .twitter-follow a {
     margin-top: 20px;
     border: 1px solid #ffb300;
     -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
     border-radius: 1px;
     color: #ffb300;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 49px;
     padding: 8px 13px;
     text-transform: capitalize;
}
 .widget-tweets .twitter-follow a:hover {
     background-color: #ffb300;
     color: #ffffff;
     border-color: #ffb300;
}
/* Recent Widegt */
 .widget-recent .entry {
     position: relative;
     margin-bottom: 25px;
     border: none;
}
 .widget-recent .entry:last-of-type {
     margin-bottom: 0;
}
 .widget-recent .entry img {
     position: absolute;
     left: 0;
     top: 0;
}
 .widget-recent .entry .entry-desc {
     position: relative;
     margin-left: 75px;
}
 .widget-recent .entry .entry-desc .entry-title {
     margin-bottom: 12px;
}
 .widget-recent .entry .entry-desc .entry-title a {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
}
 .widget-recent .entry .entry-desc .entry-title a:hover {
     color: #ffb300;
}
 .widget-recent .entry .entry-desc .entry-meta {
     font-family: 'Ubuntu', sans-serif;
     font-size: 12px;
     font-weight: 400;
     color: #666666;
     text-transform: capitalize;
     border: none;
     margin-bottom: 0;
     line-height: 1.5;
}
 .widget-recent .entry .entry-desc .entry-meta span {
     color: #b2b2b2;
}
 .widget-recent .entry .entry-desc .entry-meta a {
     color: #ffb300;
}
/* Search Widget */
 .widget-search .form-search .form-control {
     border: none;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     box-shadow: none;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
     color: #777777;
     font-size: 13px;
     font-weight: 600;
     line-height: 49px;
     height: 49px;
     text-transform: capitalize;
     padding-left: 15px;
}
 .widget-search .form-search .btn {
     background-color: #ffb300;
     color: #ffffff;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
     border-radius: 0;
     width: 49px;
     height: 49px;
     line-height: 29px;
     text-align: center;
     font-size: 18px;
     margin-left: 0;
     padding: 0;
}
 .widget-search .form-search .btn:hover {
     background-color: #ffb300;
     border-color: #ffb300;
}
 .widget-search .input-group {
     border: 2px solid #ffb300;
}
/**/
 .widget-best-product .best-product .product-img {
     width: 70px;
     height: 70px;
     text-align: center;
     padding: 4px;
}
 .widget-best-product .best-product .product-bio {
     padding-top: 0;
}
 .widget-best-product .best-product .product-bio .product-price {
     font-size: 13px;
     font-weight: 600;
     line-height: 23px;
}
 .widget-best-product .best-product a {
     text-transform: uppercase;
}
/* fiter product */
 .ui-slider {
     position: relative;
     text-align: left;
}
 .ui-slider .ui-slider-handle {
     position: absolute;
     z-index: 2;
     width: 1.2em;
     height: 1.2em;
     cursor: default;
     -ms-touch-action: none;
     touch-action: none;
}
 .ui-slider .ui-slider-range {
     position: absolute;
     z-index: 1;
     font-size: .7em;
     display: block;
     border: 0;
     background-position: 0 0;
}
/* support: IE8 - See #6727 */
 .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
     filter: inherit;
}
 .ui-slider-horizontal {
     height: .8em;
}
 .ui-slider-horizontal .ui-slider-handle {
     top: -0.3em;
     margin-left: -0.6em;
}
 .ui-slider-horizontal .ui-slider-range {
     top: 0;
     height: 100%;
}
 .ui-slider-horizontal .ui-slider-range-min {
     left: 0;
}
 .ui-slider-horizontal .ui-slider-range-max {
     right: 0;
}
 .ui-slider-vertical {
     width: .8em;
     height: 100px;
}
 .ui-slider-vertical .ui-slider-handle {
     left: -0.3em;
     margin-left: 0;
     margin-bottom: -0.6em;
}
 .ui-slider-vertical .ui-slider-range {
     left: 0;
     width: 100%;
}
 .ui-slider-vertical .ui-slider-range-min {
     bottom: 0;
}
 .ui-slider-vertical .ui-slider-range-max {
     top: 0;
}
 .widget-filter .ui-slider {
     height: 8px;
     background-color: #f0f0f0;
     border-radius: 2px;
     margin-bottom: 20px;
     margin-top: 5px;
}
 .widget-filter .ui-slider-handle {
    /* Style for "Line" */
     width: 15px;
     height: 15px;
     margin-left: 0;
     background-color: #000;
     border-radius: 1px;
}
 .widget-filter .ui-slider-range {
     height: 8px;
     background-color: #ffb300;
     margin-bottom: 20px;
}
 .widget-filter p {
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     margin-bottom: 12px;
}
 .widget-filter label {
     color: #666666;
}
 .widget-filter input {
     color: #ffb300;
     border: none;
     background-color: transparent;
}
 .widget-filter .btn {
     background-color: #ffb300;
     border-radius: 1px;
     color: #ffffff;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 33px;
     width: 96px;
     height: 33px;
}
/* ADS widget */
 .ads-widget img {
     max-width: 100%;
     height: auto;
}
/* Recent Product Widegt */
 .widget-recent-products .product {
     position: relative;
     margin-bottom: 15px;
     border-bottom: 1px solid #e9e9e9;
     padding-bottom: 23px;
     text-align: left;
}
 .widget-recent-products .product:last-of-type {
     margin-bottom: 0;
     border-bottom: none;
     padding-bottom: 0;
}
 .widget-recent-products .product img {
     position: absolute;
     left: 0;
     top: 0;
}
 .widget-recent-products .product .product-desc {
     position: relative;
     margin-left: 74px;
}
 .widget-recent-products .product .product-title {
     margin-bottom: 6px;
}
 .widget-recent-products .product .product-title a {
     color: #1b1a1a;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     text-transform: uppercase;
}
 .widget-recent-products .product .product-title a:hover {
     color: #ffb300;
}
 .widget-recent-products .product .product-desc .product-meta {
     font-family: 'Raleway', sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 20px;
}
 .widget-recent-products .discount {
     color: #6c6c6c;
     text-decoration: line-through;
     margin-right: 10px;
}
/* Brands Widget */
 .widget-brands .check-option {
     margin-bottom: 10px;
}
 .widget-brands .check-option:last-of-type {
     margin-bottom: 0;
}
 .widget-brands .checkbox-style {
     display: inline-block;
     opacity: 0;
     position: absolute;
     vertical-align: middle;
     margin: 5px;
}
 .widget-brands .checkbox-label {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     color: #666666;
     font-family: 'Open Sans', sans-serif;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     text-transform: capitalize;
     cursor: pointer;
     margin: 5px;
}
 .widget-brands .checkbox-label:before {
     content: '';
     display: inline-block;
     width: 14px;
     height: 14px;
     border: 1px solid #e5e5e5;
     background-color: #ffffff;
     font-size: 13px;
     line-height: 13px;
     text-align: center;
     margin-right: 10px;
     vertical-align: middle;
}
 .widget-brands .checkbox-style:checked+.checkbox-label:before {
     content: "\f00c";
     font-family: fontawesome;
     color: #ffb300;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 479px) {
     .sidebar .widget {
         padding: 28px;
         margin-bottom: 0;
    }
     .sidebar-full .widget {
         padding-bottom: 30px;
         margin-bottom: 30px;
    }
}
/* Extra Small Devices, Phones */
 @media only screen and (min-width: 480px) and (max-width: 767px) {
     .sidebar .widget {
         margin-bottom: 0;
    }
     .widget-recent .entry .entry-desc {
         margin-left: 70px;
    }
     .sidebar-full .widget {
         padding-bottom: 30px;
         margin-bottom: 30px;
    }
}
/* Small Devices, Tablets */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .widget-recent .entry .entry-desc {
         margin-left: 70px;
    }
     .sidebar-full .widget {
         padding-bottom: 40px;
         margin-bottom: 40px;
    }
}
/*------------------------------------*\ #FOOTER-SECTION\*------------------------------------*/
 footer {
     padding: 0;
     background-color: #191919;
}
 .footer-info .row {
     padding-top: 100px;
     padding-bottom: 60px;
     border-bottom: 1px solid #232323;
}
 .footer-info .panel-info {
     border-radius: 1px;
     border: 1px solid rgba(229, 229, 229, 0.1);
     padding: 21px;
     position: relative;
}
 .footer-info .info-icon {
     position: absolute;
     top: -20px;
     right: 21px;
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     border-radius: 2px;
     background-color: #ffb300;
     color: #000000;
     font-size: 32px;
}
 .footer-info .info-content h4 {
     color: #ffffff;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
     margin-bottom: 10px;
}
 .footer-info .info-content p {
     color: #999999;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
     margin-bottom: 0;
}
 .footer-widget {
     padding: 70px 0;
}
 .footer-widget .footer-widget-title h5 {
     color: #ffffff;
     font-size: 17px;
     font-weight: 700;
     line-height: 1;
}
 .footer-widget .footer-widget-content p {
     color: #999999;
     font-size: 13px;
     font-weight: 400;
     line-height: 22px;
}
 .footer-social a {
     width: 34px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     background-color: #ffffff;
     color: #acacac;
     font-size: 15px;
     font-weight: 400;
     display: inline-block;
	color: #ffffff;
}
 .footer-social a:hover {
     color: #ffffff;
}
 .footer-social a.share-facebook {
     background-color: #3B5998;
}
 .footer-social a.share-facebook:hover {
     background-color: #3B5998;
}
 .footer-social a.share-instagram {
     display: inline-block;
     text-align: center;
     color: #fff;
     vertical-align: middle;
     background: #d6249f;
     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
     box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
 .footer-social a.share-twitter {
     background-color: #00ACEE;
}
 .footer-social a.share-twitter:hover {
     background-color: #00ACEE;
}
 .footer-social a.share-pinterest {
     background-color: #C8232C;
}
 .footer-social a.share-pinterest:hover {
     background-color: #C8232C;
}
 .footer-social a.share-google-plus {
     background-color: #DD4B39;
}
 .footer-social a.share-google-plus:hover {
     background-color: #DD4B39;
}
 .footer-social a.share-vimeo {
     background-color: #86C9EF;
}
 .footer-social a.share-vimeo:hover {
     background-color: #86C9EF;
}
 .footer-social a.share-rss {
     background-color: #EE802F;
}
 .footer-social a.share-rss:hover {
     background-color: #EE802F;
}
 .footer-widget-link li {
     border-bottom: 1px solid #242424;
     position: relative;
}
 .footer-widget-link li:last-child {
     border-bottom: none;
}
 .footer-widget-link li a {
     color: #acacac;
     font-size: 13px;
     font-weight: 400;
     line-height: 36px;
     text-transform: uppercase;
     position: relative;
     padding-left: 15px;
}
 .footer-widget-link li a:before {
     position: absolute;
     left: 0;
     content: "\f101";
     color: #EB3E39;
     font-family: fontawesome;
     font-size: 13px;
     font-weight: 400;
     line-height: 36px;
}
 .footer-widget-link li a:hover {
     color: #EB3E39;
}
 .footer-bar {
     padding: 30px 0;
     background-color: #141414;
}
 .powered p {
     font-size: 13px;
     font-weight: 400;
     color: #666666;
     line-height: 16px;
     margin-bottom: 5px;
}
 .powered ul li {
     position: relative;
     line-height: 1;
}
 .powered ul li:after {
     position: absolute;
     content: "-";
     right: -3px;
     top: 0;
}
 .powered ul li:last-child::after {
     display: none;
}
 .powered ul li a {
     color: #acacac;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     text-transform: capitalize;
}
 .powered ul li a:hover {
     color: #ffb300;
}
 .payment-methods {
     line-height: 42px;
}
 .footer hr {
     border-top-color: #232323;
     margin: 0;
}
/* Footer #2 */
 .footer-2 .footer-info .info-icon {
     background-color: #191919;
     color: #ceb95c;
}
/* Footer #4 */
 .footer-4 .footer-bar {
     background-color: transparent;
}
/* Footer #6 */
 .footer-6 .footer-info .row {
     border-bottom: none;
}
/* Custom, iPhone Retina */
 @media screen and (max-width: 576px) {
     .footer-widget {
         padding: 30px 0;
    }
}
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .footer-info .panel-info, .footer-widget-content {
         margin-bottom: 30px;
    }
     .footer-bar, .payment-methods {
         text-align: center;
    }
}
/* Small Devices, Tablets */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .footer-info .panel-info, .footer-widget-content {
         margin-bottom: 30px;
    }
}
/*------------------------------------*\ #404\*------------------------------------*/
 .page-404 {
     padding-top: 140px;
     padding-bottom: 199px;
}
 .page-404 h3 {
     color: #000000;
     font-size: 250px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 30px;
}
 .page-404 p {
     color: #a6a6a6;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 23px;
     margin-bottom: 50px;
     padding: 0 30px;
}
/*------------------------------------*\ #SOON\*------------------------------------*/
 .page-soon {
     padding-top: 204px;
     padding-bottom: 204px;
}
 .page-soon h3 {
     color: #000000;
     font-size: 50px;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
}
 .page-soon p {
     color: #a6a6a6;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 23px;
     margin-bottom: 50px;
     padding: 0 30px;
}
 .is-countdown .timer {
     width: 25%;
     float: left;
     display: inline-block;
     text-align: left;
     font-family: 'Raleway', sans-serif;
     font-weight: 800;
     position: relative;
}
 .countdown-rtl {
     direction: rtl;
}
 .countdown-section {
     display: block;
     float: right;
     text-align: center;
     position: relative;
     border: 1px solid #e5e5e5;
     border-radius: 1px;
     height: 172px;
     padding-top: 48px;
     margin-left: 33px;
     width: 260px;
}
 .countdown-section:last-of-type {
     margin-left: 0;
}
 .countdown-amount {
     color: #373636;
     font-size: 65px;
     font-weight: 500;
     line-height: 46px;
     margin-bottom: 16px;
}
 .countdown-period {
     display: block;
     color: #666666;
     font-family: 'Ubuntu', sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 46px;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .countdown-section {
         margin-bottom: 50px;
         margin-left: 5px;
         text-align: center;
         width: 48%;
    }
}
/* Small Devices, Tablets */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
     .countdown-section {
         margin-left: 5px;
         text-align: center;
         width: 24%;
    }
}
/*------------------------------------*\ #MAINTENANCE\*------------------------------------*/
 .page-maintenance {
     padding-top: 230px;
     padding-bottom: 243px;
}
 .page-maintenance h3 {
     color: #000000;
     font-size: 130px;
     font-weight: 700;
     line-height: 1;
     margin-bottom: 30px;
}
 .page-maintenance p {
     color: #a6a6a6;
     font-family: 'Ubuntu', sans-serif;
     font-size: 14px;
     font-weight: 400;
     line-height: 23px;
     margin-bottom: 50px;
     padding: 0 30px;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 991px) {
     .page-maintenance h3 {
         font-size: 75px;
    }
     .carousel-indicators {
         bottom: 0;
    }
}
/*------------------------------------*\ #FAQS-SECTION\*------------------------------------*/
 .faqs .panel-group {
     margin-bottom: 0;
}
 .faqs .panel {
     box-shadow: none;
     padding: 20px;
     margin-bottom: 30px;
     margin-top: 0 !important;
}
 .faqs .panel .panel-heading {
     padding: 0;
}
 .faqs .panel .panel-title {
     color: #373636;
     font-family: 'Ubuntu', sans-serif;
     font-size: 17px;
     font-weight: 500;
     line-height: 1;
}
 .faqs .panel .panel-title i {
     margin-right: 15px;
     font-size: 14px;
}
 .faqs .panel .panel-body {
     border-top: none !important;
     color: #a6a6a6;
     font-size: 13px;
     padding: 15px 15px 0 30px;
}
 .faqs .panel .panel-title a {
     color: #373636;
}
/* FAQ #1 */
 .faqs-1 .panel {
     border: 1px solid rgba(170, 170, 170, 0.5);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
}
/* Custom, iPhone Retina */
 @media only screen and (min-width: 320px) and (max-width: 767px) {
     .faqs .panel .panel-title {
         line-height: 1.4;
    }
}
/*------------------------------------*\ #Client\*------------------------------------*/
 .clients .clients-bg {
     border-radius: 1px;
     background-color: #ffffff;
     line-height: 108px;
}
 .clients .heading {
     margin-bottom: 0;
}
 .clients .client {
     min-height: 115px;
     margin: 0 auto;
     text-align: center;
     opacity: 0.75;
     border: 1px solid #e5e5e5;
}
 .clients .mb-50 {
     color: #ffb300;
}
 .clients .client:last-child {
     border-right: none;
}
 .clients .client:hover {
     opacity: 1;
}
 .client-carousel img {
     display: inline-block;
}
 @media screen and (max-width: 991px) {
     .hotline {
         right: 6%;
    }
}
 @media screen and (max-width: 576px) {
     .hotline {
         right: 10%;
         bottom: 4%;
    }
}
 .success-message {
     padding: 20px;
     background-color: #0f973f;
}
 .success-message p {
     margin-bottom: 0;
     color: #fff;
}
/*|----------------------------------| animation phone icon|----------------------------------*/
 .fa-Phone {
     position: relative;
     display: inline-block;
     margin: 0;
     width: 1em;
     height: 1em;
     font-size: 55px;
     background-color: #FECC38;
     border-radius: 0.5em;
     box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
     -webkit-transform: translate3d(0, 0, 0) scale(1);
     transform: translate3d(0, 0, 0) scale(1);
}
 .fa-Phone::before, .fa-Phone::after {
     position: absolute;
     content: "";
}
 .fa-Phone::before {
     top: 0;
     left: 0;
     width: 1em;
     height: 1em;
     background-color: rgba(255, 255, 255, 0.1);
     border-radius: 100%;
     opacity: 1;
     -webkit-transform: translate3d(0, 0, 0) scale(0);
     transform: translate3d(0, 0, 0) scale(0);
}
 .fa-Phone::after {
     top: 0.25em;
     left: 0.25em;
     width: 0.5em;
     height: 0.5em;
     background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
     background-position: 50% 50%;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}
 .fa-Phone.is-animating {
     -webkit-animation: phone-outer 3000ms infinite;
     animation: phone-outer 3000ms infinite;
}
 .fa-Phone.is-animating::before {
     -webkit-animation: phone-inner 3000ms infinite;
     animation: phone-inner 3000ms infinite;
}
 .fa-Phone.is-animating::after {
     -webkit-animation: phone-icon 3000ms infinite;
     animation: phone-icon 3000ms infinite;
}
 @-webkit-keyframes phone-outer {
     0% {
         -webkit-transform: translate3d(0, 0, 0) scale(1);
         transform: translate3d(0, 0, 0) scale(1);
         box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
     33.3333% {
         -webkit-transform: translate3d(0, 0, 0) scale(1.1);
         transform: translate3d(0, 0, 0) scale(1.1);
         box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
     66.6666% {
         -webkit-transform: translate3d(0, 0, 0) scale(1);
         transform: translate3d(0, 0, 0) scale(1);
         box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
     100% {
         -webkit-transform: translate3d(0, 0, 0) scale(1);
         transform: translate3d(0, 0, 0) scale(1);
         box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}
 @keyframes phone-outer {
     0% {
         -webkit-transform: translate3d(0, 0, 0) scale(1);
         transform: translate3d(0, 0, 0) scale(1);
         box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
     33.3333% {
         -webkit-transform: translate3d(0, 0, 0) scale(1.1);
         transform: translate3d(0, 0, 0) scale(1.1);
         box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }
     66.6666% {
         -webkit-transform: translate3d(0, 0, 0) scale(1);
         transform: translate3d(0, 0, 0) scale(1);
         box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
     100% {
         -webkit-transform: translate3d(0, 0, 0) scale(1);
         transform: translate3d(0, 0, 0) scale(1);
         box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}
 @-webkit-keyframes phone-inner {
     0% {
         opacity: 1;
         -webkit-transform: translate3d(0, 0, 0) scale(0);
         transform: translate3d(0, 0, 0) scale(0);
    }
     33.3333% {
         opacity: 1;
         -webkit-transform: translate3d(0, 0, 0) scale(0.9);
         transform: translate3d(0, 0, 0) scale(0.9);
    }
     66.6666% {
         opacity: 0;
         -webkit-transform: translate3d(0, 0, 0) scale(0);
         transform: translate3d(0, 0, 0) scale(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translate3d(0, 0, 0) scale(0);
         transform: translate3d(0, 0, 0) scale(0);
    }
}
 @keyframes phone-inner {
     0% {
         opacity: 1;
         -webkit-transform: translate3d(0, 0, 0) scale(0);
         transform: translate3d(0, 0, 0) scale(0);
    }
     33.3333% {
         opacity: 1;
         -webkit-transform: translate3d(0, 0, 0) scale(0.9);
         transform: translate3d(0, 0, 0) scale(0.9);
    }
     66.6666% {
         opacity: 0;
         -webkit-transform: translate3d(0, 0, 0) scale(0);
         transform: translate3d(0, 0, 0) scale(0);
    }
     100% {
         opacity: 0;
         -webkit-transform: translate3d(0, 0, 0) scale(0);
         transform: translate3d(0, 0, 0) scale(0);
    }
}
 @-webkit-keyframes phone-icon {
     0% {
         -webkit-transform: translate3d(0em, 0, 0);
         transform: translate3d(0em, 0, 0);
    }
     2% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     4% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     6% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     8% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     10% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     12% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     14% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     16% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     18% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     20% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     22% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     24% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     26% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     28% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     30% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     32% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     34% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     36% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     38% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     40% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     42% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     44% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     46% {
         -webkit-transform: translate3d(0em, 0, 0);
         transform: translate3d(0em, 0, 0);
    }
}
 @keyframes phone-icon {
     0% {
         -webkit-transform: translate3d(0em, 0, 0);
         transform: translate3d(0em, 0, 0);
    }
     2% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     4% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     6% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     8% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     10% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     12% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     14% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     16% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     18% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     20% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     22% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     24% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     26% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     28% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     30% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     32% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     34% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     36% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     38% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     40% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     42% {
         -webkit-transform: translate3d(0.01em, 0, 0);
         transform: translate3d(0.01em, 0, 0);
    }
     44% {
         -webkit-transform: translate3d(-0.01em, 0, 0);
         transform: translate3d(-0.01em, 0, 0);
    }
     46% {
         -webkit-transform: translate3d(0em, 0, 0);
         transform: translate3d(0em, 0, 0);
    }
}
 #phone-icon {
     display: block;
     position: fixed;
     right: 20px;
     bottom: 20px;
     z-index: 9999;
}
 #phone-icon span {
     padding: 10px 15px;
     background-color: #ffc438;
     color: #000;
     font-weight: 600;
     position: relative;
     right: -12px;
     top: -22px;
     border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
}
 #text-hide {
     display: none;
}
 #phone-icon .fa.fa-phone {
     background: #ffc438;
     font-size: 25px;
     color: #fff;
     padding: 15px 18px;
     border-radius: 50%;
}
/*|--------------------------------| end phone animation icon|--------------------------------*/
/*#phone-icon {
    */
    /* display: block;
    */
    /* position: fixed;
    */
    /* right: 20px;
    */
    /* bottom: 20px;
    */
    /* z-index: 9999;
    */
    /*
}
*/
/*#phone-icon span {
    */
    /* padding: 10px;
    */
    /* background-color: #ffc438;
    */
    /* color: #000;
    */
    /* font-weight: 600;
    */
    /* position: relative;
    */
    /* right: -10px;
    */
    /* top: -3px;
    */
    /* border-top-left-radius: 10px;
    */
    /* border-bottom-left-radius: 10px;
    */
    /*
}
*/
/*#text-hide {
    */
    /* display: none;
    */
    /*
}
*/
/*#phone-icon .fa.fa-phone {
    */
    /* background: #ffc438;
    */
    /* font-size: 25px;
    */
    /* color: #fff;
    */
    /* padding: 15px 18px;
    */
    /* border-radius: 50%;
    */
    /*
}
*/
 .moblie-search.search-box {
     background-color: #fff;
}
 .moblie-search .search-form {
    /*margin-top: 20px;
    */
     margin: 10px 0;
     border: 1px solid #eee;
     border-radius: 4px;
}
 .moblie-search .search-form .form-control {
     padding: 20px;
     border-bottom: 0;
}
 .moblie-search .input-group-btn {
     background-color: #fff;
}
 .moblie-search .input-group-btn button {
     background-color: #fff;
}
 @media (min-width: 320px) {
     .d-none {
         display: none !important;
    }
     .d-block {
         display: block !important;
    }
}
 @media (min-width: 768px) {
     .d-md-block {
         display: block !important;
    }
     .d-md-none {
         display: none !important;
    }
}
 .profile-banner {
     min-height: 300px;
}
 .main-profile .main-profile-container {
     position: relative;
     top: -50px;
}
 .main-profile .profile-wapper {
     padding: 10px;
     background-color: #fff;
     box-shadow: 1px 1px 20px grey;
}
 .main-profile .company-profile {
     width: 100%;
}
 .main-profile .profile-title {
     margin-top: 8%;
}
 .main-profile .profile-content {
     margin-top: 20px;
}
 @media ( max-width: 991px) {
     .main-profile .profile-title {
         margin-top: 14%;
    }
}
 @media ( max-width: 767px) {
     .main-profile .main-profile-container {
         top: -85px;
    }
     .main-profile .profile-wapper img {
         width: 100%;
    }
     .main-profile .profile-title {
         margin-top: 26%;
    }
}
 @media ( max-width: 767px) {
     .main-profile .main-profile-container {
         top: -50px;
    }
     .main-profile .profile-title {
         margin-top: 22%;
    }
}
 @media ( max-width: 420px) {
     .main-profile .main-profile-container {
         top: -25px;
    }
}
/*html, body {
     position: relative;
     height: 100%;
}
 body {
     background: #000;
     font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
     font-size: 14px;
     color:#000;
     margin: 0;
     padding: 0;
}
*/
 .swiper-container {
     width: 100%;
    /*height: 300px;
    */
     margin-left: auto;
     margin-right: auto;
}
 .swiper-slide {
     background-size: cover;
     background-position: center;
}
 .gallery-top {
     height: 320px;
     width: 100%;
}
 .gallery-thumbs {
     height: 80px;
     box-sizing: border-box;
     padding: 10px 0 !important;
}
 .gallery-thumbs .swiper-slide {
     width: 25%;
     height: 100%;
     opacity: 0.4;
}
 .gallery-thumbs .swiper-slide-thumb-active {
     opacity: 1;
}
/* a {
     width: 100%;
}
*/
 .grecaptcha-badge {
     display: none;
}
/* New Css */
 .product-box {
     display: inline-block;
     min-height: 125px;
}
 .clients .client img {
     width: 50%;
     height: auto;
}
 .swiper-container {
     width: 100%;
     height: 100%;
     margin-left: auto;
     margin-right: auto;
}
 .swiper-slide {
     text-align: center;
     font-size: 18px;
     background: #fff;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
    /* Center slide text vertically */
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     -webkit-justify-content: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     -webkit-align-items: center;
     align-items: center;
}
 .supplierurl {
     width: 100%;
     z-index: 999;
     height: 100%;
     display: block;
     margin: 0;
     padding: 0;
}
 .prodcut-title {
    color: #444444;
    font-size: 15px;
    display: -webkit-box;
    max-height: 24px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: normal;
    margin: 4px 0 7px;
}
 .show {
     display: block !important;
}
/* new slider */
 .my-slide.slick-slide {
	 border-radius: 1rem;
     height: 450px;
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
}
 .footer-widget .row {
     display: flex;
     flex-wrap: wrap;
}
 .home-product {
     margin-bottom: 30px;
}
 .home-product .product-bio .prodcut-title h3 a {
     font-size: 16px;
     -webkit-line-clamp: 1;
}
 .home-product .product-price {
     padding: 10px 0;
}
 .product-over {
    cursor: pointer;
     border-radius: 5px;
     overflow: hidden;
     border: 1px solid #dedede;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 8px;
    transition: all 0.3s;
}
.product-over:hover {
    box-shadow: none;
}
 .product-over .product-img {
     height: 145px;
     width: 100%;
     background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
}
 @import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,200,200italic,300,300italic,900,700italic,700,600italic,600,400italic);
 .saleend {
     text-align: center;
     font-size: 50px;
     color: #b2b2b2;
}
 #timer {
     font-family: 'Titillium Web', cursive;
     width: 100%;
     margin: 0 auto;
     text-align: center;
     font-weight: 100;
}
 .for-timer div {
     display: inline-block;
     line-height: 1;
     padding: 20px;
     font-size: 40px;
}
 .for-timer span {
     display: block;
     font-size: 20px;
     color: white;
}
 #days {
     font-size: 100px;
     color: #db4844;
}
 #hours {
     font-size: 100px;
     color: #f07c22;
}
 #minutes {
     font-size: 100px;
     color: #f6da74;
}
 #seconds {
     font-size: 50px;
     color: #abcd58;
}
 .bg-gray .pagination>li.active>span {
     background: #ffb300;
}
 .product-boxes .col-md-2 {
     width: 20% !important;
}
 .product-img.img-rounded {
     width: 100%;
     height: 150px;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
}
 img.img-text {
     width: auto;
     height: 18px;
     display: inline-block;
     margin-left: 20px;
     margin-top: 5px;
}
 @media only screen and (max-width: 425px) {
     img.img-text {
         width: auto;
         height: 12px !important;
         display: inline-block;
         margin-top: 0 !important;
         margin-left: 7px !important;
    }
     .product-boxes .col-sm-4 {
         width: 33% !important;
         margin: 0 !important;
         padding: 2px !important;
    }
     .product-img.img-rounded {
         height: 85px;
    }
     .navbar-header .logo-txt {
         margin: 35px 10px !important;
         font-size: 18px;
         line-height: 1.5;
    }
}
 @media only screen and (max-width: 320px) {
     img.img-text {
         width: 105px !important;
         height: 20px !important;
         display: inline-block;
         margin-top: 44px !important;
         margin-left: 7px !important;
    }
     .navbar-header .logo-txt {
         margin: 22px 10px !important;
         font-size: 18px;
         line-height: 1.5;
    }
}
 .modal-box {
     display: none;
     position: absolute;
     z-index: 1000;
     width: 98%;
     background: white;
     border-bottom: 1px solid #aaa;
     border-radius: 4px;
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     border: 1px solid rgba(0, 0, 0, 0.1);
     background-clip: padding-box;
}
 .modal-box header, .modal-box .modal-header {
     padding: 1.25em 1.5em;
     border-bottom: 1px solid #ddd;
}
 .modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
     margin: 0;
}
 .modal-box .modal-body {
     padding: 2em 1.5em;
}
 .modal-box footer, .modal-box .modal-footer {
     padding: 1em;
     border-top: 1px solid #ddd;
     background: rgba(0, 0, 0, 0.02);
     text-align: right;
}
 .modal-overlay {
     opacity: 0;
     filter: alpha(opacity=0);
     position: absolute;
     top: 0;
     left: 0;
     z-index: 900;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.3) !important;
}
 a.close {
     line-height: 1;
     font-size: 1.5em;
     position: absolute;
     top: 5%;
     right: 2%;
     text-decoration: none;
     color: #bbb;
}
 a.close:hover {
     color: #222;
     -webkit-transition: color 1s ease;
     -moz-transition: color 1s ease;
     transition: color 1s ease;
}
 .zminus {
     z-index: 0 !important;
}
 .jquery-modal.blocker.current {
     z-index: 99999;
}
 @media (min-width: 32em) {
     .modal-box {
         width: 70%;
    }
}
 input[type=email] {
     text-transform: lowercase;
}
 .navbar-header .logo {
     display: flex;
     justify-content: center;
     align-items: center;
}
 .navbar-header .logo-txt {
     color: #ffc438;
     margin: 35px;
     display:none;
}
 .site-logo {
     -webkit-animation: mover 1.5s infinite alternate;
     animation: mover 1.5s infinite alternate;
}
 @-webkit-keyframes mover {
     0% {
         transform: translateY(5px);
    }
     100% {
         transform: translateY(-10px);
    }
}
 @keyframes mover {
     0% {
         transform: translateY(5px);
    }
     100% {
         transform: translateY(-10px);
    }
}
 .success {
     padding: 1em;
     margin-bottom: 0.75rem;
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
     color: #468847;
     background-color: #dff0d8;
     border: 1px solid #d6e9c6;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
 .error {
     padding: 1em;
     margin-bottom: 0.75rem;
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
     color: #b94a48;
     background-color: #f2dede;
     border: 1px solid rgba(185, 74, 72, 0.3);
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
}
 form.new-search-form input {
     margin-top: 31px;
     background: #ffffff;
     padding: 12px;
     border: none;
     border-top-left-radius: 2rem!important;
     border-bottom-left-radius: 2rem!important;
}
 form.new-search-form {
     width: 240px;
     margin-right: 10px;
     margin-bottom: 0;
}
 @media only screen and (max-width: 1024px) {
     .navbar-header .logo-txt {
         color: #ffc438;
         margin: 41px 5px !important;
         font-size: 16px;
    }
     form.new-search-form {
         width: 222px !important;
         margin-right: 10px;
         margin-bottom: 0;
    }
}
 @media (min-width: 992px) {
     .shop-grid .product {
         min-height: 475px;
    }
}
.sub-category {
    background: #fecc38;
    color: #eee;
}
.sub-category:hover {
    background: #ffb300;
    color: #fff;
}
.m-back-link {
    float: right;
    margin-bottom: 15px;
}
.sub-mobile-cat {
    background: #fecc38;
    height: 50px;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 15px;
}
.sub-mobile-cat img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
}
.sub-mobile-cat p {
    width: 70%;
    float: left;
    padding: 10px 0 0 10px;
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
}