@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Theme Name: Hebes
	Theme URI: http://themeforest.net/user/zytheme
	Description: Hebes is a pixel perfect creative ecommerce html5 tempalte  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Pagination
 17. Alerts
 18. Backtop
 19. Range
 20. Icon Box
 21. Misc
 22. Modals
 23. Tables
 24. Heading
 25. Loading
 26. Header
 27. Menu
 28. Modue
 29. Testimonial
 30. Feature
 31. Call To Action
 32. Counter
 33. Blog
 34. Categories
 35. Contact
 36. Sidebar
 37. Footer
 38. 404
 39. Soon
 40. Clients
 41. Divider
 42. Banners
 43. Services
 44. About
 45. Products
 46. Register
 47. Page Title
 48. Collection
 49. Instagram
 50. Deals
 51. Slider
 52. Popup Modal
 53. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/


body,
html {
    overflow-x: hidden;
}

html {
    font-size: 13px;
}

body {
    background-color: white;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 1.5;
    margin: 0;
    padding-right: 0 !important;
}

.wrapper {
    background-color: white;
}

.wrapper-boxed {
    padding: 0 70px;
}

.wrapper-parallax {
    margin-bottom: 335px;
    position: relative;
    z-index: 50;
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: var(--main);
    color: white;
    text-shadow: none;
}

a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: var(--main);
}

a:hover {
    color: #4c5787;
    text-decoration: none;
}

a:focus {
    color: #4c5787;
    outline: none;
    text-decoration: none;
}

a:active {
    color: #4c5787;
    outline: none;
    text-decoration: none;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, 0.95);
}
.modal {
    z-index: 9999999;
}
.fullscreen {
    height: 100vh !important;
}

button {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus,
button:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .wrapper-boxed {
        padding: 0;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrapper-boxed {
        padding: 0;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.h1,
h1 {
    font-size: 52px;
}

.h2,
h2 {
    font-size: 42px;
}

.h3,
h3 {
    font-size: 38px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 18px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

/* Aligning Text */
.text--left {
    text-align: left !important;
}

.text--right {
    text-align: right !important;
}

.text--center {
    text-align: center !important;
}

.text--just {
    text-align: justify !important;
}

.align--top {
    vertical-align: top;
}

.align--bottom {
    vertical-align: bottom;
}

.align--middle {
    vertical-align: middle;
}

.align--baseline {
    vertical-align: baseline;
}

/* Weight Text */
.bold {
    font-weight: bold;
}

.regular {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.break-word {
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

/* Text Color */
.text-white {
    color: white !important;
}

.text-gray {
    color: #7d7d7d !important;
}

.text-black {
    color: #000000;
}

.text-theme {
    color: var(--main) !important;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--uppercase {
    text-transform: uppercase !important;
}

.font-heading {
    font-family: "Lato", sans-serif;
}

.font-body {
    font-family: "Lato", sans-serif;
}

.font-18 {
    font-size: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.font-40 {
    font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .text-center-xs {
        text-align: center !important;
    }

    .text--left-xs {
        text-align: left !important;
    }

    .text--right-xs {
        text-align: right !important;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
}
.higlighted-style1 {
    background-color: var(--main);
    color: white;
    padding: 5px 0;
}

.higlighted-style2 {
    background-color: #000000;
    color: white;
    padding: 5px 0;
}

.higlighted-style3 {
    background-color: #7d7d7d;
    color: var(--main);
    padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #000000 !important;
}

.color-theme {
    color: var(--main) !important;
}

.color-white {
    color: white !important;
}

.color-gray {
    color: #7d7d7d !important;
}

.color-red {
    color: #f26c4f !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}

section {
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    background-color: white;
    z-index: 1;
    position: relative;
}

/* All margin */
.m-0 {
    margin: 0 !important;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}

/* top margin */
.mt-0 {
    margin-top: 0 !important;
}

.mt-xs {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-220 {
    margin-top: 220px;
}

/* bottom margin */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.mb-130 {
    margin-bottom: 130px !important;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mb-160 {
    margin-bottom: 160px !important;
}

.mb-180 {
    margin-bottom: 180px !important;
}

.mb-220 {
    margin-bottom: 220px !important;
}

.mb-300 {
    margin-bottom: 300px !important;
}

/* right margin */
.mr-0 {
    margin-right: 0;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-150 {
    margin-right: 150px;
}

/* left margin */
.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 !important;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-150 {
    margin-left: 150px;
}

.mtop-100 {
    margin-top: -100px !important;
}

.mtop-150 {
    margin-top: -150px !important;
}

/* All padding */
.p-0 {
    padding: 0 !important;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}

/* top padding */
.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

@media only screen and (min-width: 992px) {
    .pt-120 {
        padding-top: 120px !important;
    }

    .pt-130 {
        padding-top: 130px !important;
    }

    .pt-140 {
        padding-top: 140px !important;
    }

    .pt-150 {
        padding-top: 150px !important;
    }

    .pt-160 {
        padding-top: 160px !important;
    }

    .pt-180 {
        padding-top: 180px;
    }

    .pt-190 {
        padding-top: 180px;
    }

    .pt-200 {
        padding-top: 200px;
    }

    .pt-210 {
        padding-top: 210px;
    }

    .pt-260 {
        padding-top: 260px;
    }
}
/* bottom padding */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-160 {
    padding-bottom: 160px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

.pb-180 {
    padding-bottom: 180px !important;
}

.pb-190 {
    padding-bottom: 190px !important;
}

.pb-200 {
    padding-bottom: 200px !important;
}

.pb-320 {
    padding-bottom: 320px;
}

.pb-410 {
    padding-bottom: 410px;
}

.pb-450 {
    padding-bottom: 450px;
}

/* right padding */
.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-15 {
    padding-right: 15px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-100 {
    padding-right: 100px !important;
}

.pr-150 {
    padding-right: 150px;
}

/* left padding */
.pl-0 {
    padding-left: 0;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-100 {
    padding-left: 100px !important;
}

.pl-150 {
    padding-left: 150px;
}

/* Postions */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static;
}

/* Zindex*/
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Borders */
.border-all {
    border: 1px solid var(--main);
}

.border-top {
    border-top: 1px solid var(--main);
}

.border-bottom {
    border-bottom: 1px solid var(--main);
}

.border-right {
    border-right: 1px solid var(--main);
}

.border-left {
    border-left: 1px solid var(--main);
}

.border-none {
    border: none !important;
}

/* Display */
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block !important;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-150 {
        padding-bottom: 60px !important;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }

    .mr-0-xs {
        margin-right: 0 !important;
    }

    .mb-0-xs {
        margin-bottom: 0 !important;
    }

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mb-30-xs {
        margin-bottom: 30px !important;
    }

    .mb-50-xs {
        margin-bottom: 50px !important;
    }

    .mb-60-xs {
        margin-bottom: 60px !important;
    }

    .p-0-xs {
        padding: 0 !important;
    }

    .pt-60-xs {
        padding-top: 60px !important;
    }

    .pb-60-xs {
        padding-bottom: 60px !important;
    }

    .p-none-xs {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pl-15-xs {
        padding-left: 15px !important;
    }

    .pr-15-xs {
        padding-right: 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pb-150 {
        padding-bottom: 90px !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .mr-0-sm {
        margin-right: 0 !important;
    }

    .mb-0-sm {
        margin-bottom: 0;
    }

    .mb-15-sm {
        margin-bottom: 15px;
    }

    .mb-30-sm {
        margin-bottom: 30px !important;
    }

    .mb-50-sm {
        margin-bottom: 50px !important;
    }

    .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-0-sm {
        padding: 0 !important;
    }

    .p-none-sm {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}
.text-content-right {
    text-align: right;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .text-content-right {
        text-align: center;
    }
}
/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-],
.row-no-padding .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-md-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-5ths {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.col-content {
    padding: 120px 100px 110px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}
/* Small Devices, Tablets */
/* 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;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -moz-transform: perspective(1px) translateY(-50%);
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.height-700 {
    height: 700px !important;
}

.height-500 {
    height: 500px !important;
}

.height-800 {
    height: 800px !important;
}

@media only screen and (min-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none;
    }
}
/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquot {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    color: #a1a1a1;
    font-style: italic;
    line-height: 28px;
    font-weight: 500;
    padding: 30px 0 30px 30px;
    position: relative;
}

.quote-author {
    font-family: "Lato", sans-serif;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #282828;
    margin-top: 18px;
}

.blockquote-1 {
    border-left: 6px solid #000000;
}

.blockquote-3,
.blockquote-4 {
    padding-right: 30px;
}

.blockquote-2,
.blockquote-3,
.blockquote-4 {
    border-left: none;
}

.blockquote-2:after,
.blockquote-2:before {
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    color: #000000;
    line-height: 1.8;
}

.blockquote-2:before {
    content: "";
    top: 0;
    left: 0;
}

.blockquote-2:after {
    content: "";
    right: 0;
    bottom: 0;
}

.blockquote-3 {
    color: var(--main);
    background-color: #f4f4f4;
    border-radius: 0;
}

.blockquote-4 {
    color: white;
    background-color: var(--btn-hover);
    border-radius: 5px;
}

.blockquote-4 .quote-author {
    color: white;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: var(--main) !important;
}

.bg-gray {
    background-color: #7d7d7d !important;
}

.bg-lightBlue {
    background-color: var(--bg-lightBlue) !important;
}

.bg-white {
    background-color: white !important;
}

.bg-dark {
    background-color: #232323 !important;
}

.bg-dark2 {
    background-color: #000000 !important;
}

.bg-dark3 {
    background-color: #373636 !important;
}

.bg-secondary {
    background-color: #363636;
}

/* 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-parallax {
    background-attachment: fixed;
}

.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(255, 255, 255, 0.5);
}

.bg-overlay-dark:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.bg-overlay-dark2:before {
    background-color: rgba(0, 0, 0, 0.9);
}

.bg-overlay-dark3:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-overlay-theme:before {
    background-color: var(--main);
    opacity: 0.9;
}

/* Background Video */
.bg-video {
    position: relative;
}

.bg-video .bg-player {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(polina.jpg) no-repeat;
    min-height: 500px;
}

.bg-video .vidbg {
    min-width: 100%;
    min-height: 100%;
}

.bg-vyoutube {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.bg-gray2 {
    background-color: #f8f9fa;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #7d7d7d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
    display: block;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before,
.breadcrumb > li a {
    color: #7d7d7d;
}

.breadcrumb > .active {
    color: var(--main);
}

.breadcrumb > li + li:before {
    color: #7d7d7d;
    content: "";
    font-family: fontawesome;
    font-size: 12px;
    padding: 0 10px;
}

.breadcrumb > li a:hover {
    color: var(--main);
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
    font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height: 43px;
    width: fit-content;
    height: 45px;
    letter-spacing: 1px;
    border: none;
    color: #000000;
    padding: 0 .8rem;
}

.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Button Primary */
.btn--primary {
    background-color: var(--main);
    color: white;
    border: 2px solid transparent;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: var(--btn-hover);
    border: 2px solid var(--btn-hover);
    color: white;
}

/* Button Secondary*/
.btn--secondary {
    background-color: var(--btn-hover);
    color: white;
    border: 2px solid var(--btn-hover);
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: var(--main);
    color: white;
    border-color: var(--main);
}

/* Button White */
.btn--white {
    background-color: white;
    color: #000000;
    border: 2px solid white;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: var(--main);
    color: white;
    border-color: var(--main);
}

.bg-overlay-theme2 .btn--white:active,
.bg-overlay-theme2 .btn--white:focus,
.bg-overlay-theme2 .btn--white:hover {
    background-color: var(--main);
    color: white;
    border-color: var(--main);
}

/* Button Block */
.btn--block {
    width: 100%;
}

.btn--auto {
    width: auto;
}

/* Button Rounded */
.btn--rounded {
    border-radius: 50px;
}

/* Button Link */
.btn--link {
    background-color: transparent;
    border-color: transparent;
}

.btn--link.btn--primary {
    color: var(--main);
}

.btn--link.btn--primary:active,
.btn--link.btn--primary:focus,
.btn--link.btn--primary:hover {
    color: var(--btn-hover);;
    background-color: transparent;
    border-color: transparent;
}

.btn--link.btn--secondary {
    color: var(--btn-hover);;
}

.btn--link.btn--secondary:active,
.btn--link.btn--secondary:focus,
.btn--link.btn--secondary:hover {
    color: var(--main);
    background-color: transparent;
    border-color: transparent;
}

/* Button Bordered */
.btn--bordered {
    background-color: transparent;
}

.btn--bordered.btn--primary {
    color: var(--main);
    border-color: var(--main);
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: white;
    background-color: var(--main);
    border-color: var(--main);
}

.btn--bordered.btn--secondary {
    color: var(--btn-hover);
    border-color: var(--btn-hover);
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: white;
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
}

.btn--bordered.btn--white {
    color: white;
    border-color: white;
    background-color: transparent;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: var(--main);
    background-color: white;
    border-color: white;
}

.btn--white.btn--secondary {
    color: var(--btn-hover);
    border-color: white;
    background-color: white;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: white;
    background-color: var(--main);
    border-color: var(--main);
}

.btn--slide:last-of-type {
    margin-left: -6px;
}

.btn--slide-wide {
    width: 270px;
}

.btn--video {
    color: white;
    font-size: 13px;
    font-weight: 600;
    line-height: 51px;
    text-transform: uppercase;
    padding-left: 93px;
}

.btn--video i {
    position: absolute;
    left: 30px;
    top: 0;
    color: #7d7d7d;
    font-size: 48px;
}

.btn--video:hover,
.btn--video:hover i {
    color: var(--main);
}

/* Buttom Video With Bordered */
.btn--video-bordered {
    width: 68px;
    height: 68px;
    line-height: 65px;
    border-radius: 50%;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn--video-bordered .btn--video {
    padding-left: 0;
    width: 48px;
    height: 48px;
    color: #f9f9f9;
}

.btn--video-bordered .btn--video i {
    left: 9px;
}

.btn--video-bordered:hover {
    background-color: white;
}

.btn--video-bordered:hover .btn--video,
.btn--video-bordered:hover .btn--video i {
    color: var(--main);
}

/* Buttom More */
.btn-more span {
    position: relative;
    padding-right: 7px;
}

.btn-more span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 8px;
    margin-left: -7px;
    height: 2px;
    background-color: #222222;
}

.btn-more span:after {
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    margin-top: -3px;
    width: 2px;
    height: 8px;
    background-color: #222222;
}

.btn-more:hover span:after,
.btn-more:hover span:before {
    background-color: white;
}

/* Buttom Link */
.btn--link.btn-more {
    color: var(--main);
    height: 15px;
    line-height: 15px;
}
.btn--link.btn-more span:after, .btn--link.btn-more span:before {
    background-color: var(--main);
}
.btn--link.btn-more:hover {
    color: #000000;
}
.btn--link.btn-more:hover span:after, .btn--link.btn-more:hover span:before {
    background-color: #000000;
}

/* Button Action */
.btn--action {
    line-height: 130px;
    height: 130px;
}
.btn--action span:after, .btn--action span:before {
    background-color: white;
}

/* Button Icon */
.btn--icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 2px;
    background-color: rgba(27, 26, 26, 0.9);
    font-size: 40px;
    display: inline-block;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn--hover-white:active,
.btn--hover-white:focus,
.btn--hover-white:hover {
    background-color: white;
    color: #000000;
    border-color: white;
}

.btn--white {
    background-color: white;
    width: 216px;
    height: 50px;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #2b2e34;
    -moz-box-shadow: 0px 6px 12px 0px rgba(40, 43, 49, 0.08);
    -webkit-box-shadow: 0px 6px 12px 0px rgba(40, 43, 49, 0.08);
    box-shadow: 0px 6px 12px 0px rgba(40, 43, 49, 0.08);
    border-color: transparent;
}

.btn--link {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #469af4;
    text-decoration: underline;
    height: auto;
}
.btn--link i {
    margin-left: 8px;
}

.btn--block {
    width: 100% !important;
}

.btn--more {
    font-size: 12px;
    color: #a1a1a1;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    position: relative;
    padding-top: 80px;
    display: inline-block;
    letter-spacing: 3px;
}
.btn--more:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 40px;
    background-color: #cccccc;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.btn--more:hover {
    color: var(--main);
}
.btn--more:hover:after {
    background-color: var(--main);
}

.btn--browse-cat {
    font-family: "Lato", sans-serif;
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 72px;
}
.btn--browse-cat i {
    margin-left: 35px;
    color: var(--main);
}
.btn--browse-cat:hover {
    color: var(--main);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .btn--browse-cat {
        line-height: 42px;
    }
}
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    border: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    padding-left: 5px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    border-bottom-color: var(--main);
}

.form-control:focus .form-group:before {
    width: 100%;
}

/* Placeholder */
.form-control::-webkit-input-placeholder {
    color: #959595;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    color: #959595;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #959595;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #959595;
    text-transform: capitalize;
}

.select--box {
    position: relative;
}

.select--box i {
    position: absolute;
    font-size: 16px;
    right: 20px;
    top: 14px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #e1e1e1;
}

/* Input Checkbox */
.input-checkbox .label-checkbox {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
}

.label-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 2;
    padding-left: 30px;
}

.label-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.check-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #bebebe;
    border-radius: 50%;
}

.label-checkbox input:checked ~ .check-indicator {
    background: transparent;
}

.check-indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.label-checkbox .check-indicator:after {
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: var(--main);
}

.label-checkbox input:checked ~ .check-indicator:after {
    display: block;
}

/* Input Radio */
.label-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 0;
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: white;
    border: 1px solid #bebebe;
    border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
    background: white;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
    background: white;
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: var(--main);
}

.label-radio input:checked ~ .radio-indicator:after {
    display: block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
}

.form-inline {
    display: inline-block;
}

.form-inline .form-group {
    display: inline-block;
}

form .btn i {
    margin-left: 15px;
}

/*------------------------------------*\
    #ICONS
\*------------------------------------*/
#icons section {
    padding-top: 60px;
    padding-bottom: 60px;
}

#icons h3 {
    margin-bottom: 0;
}

#icons .fa-hover {
    margin-bottom: 15px;
    font-size: 15px;
}

#icons i {
    margin-right: 10px;
}

/*------------------------------------*\
    #Lists
\*------------------------------------*/
ul.list {
    padding: 0;
    font-size: 13px;
    list-style-type: none;
    color: #7f7f7f;
}

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: #000000;
}

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: #000000;
}

ul.dot-list li i {
    font-size: 7px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 19px;
    color: #000000;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
.screen-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.screen-img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-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.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-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;
    -ms-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 Hover Effect */
.screen-img:hover .screen-hover {
    opacity: 1;
}

.screen-img:hover .screen-hover a {
    opacity: 1;
}

/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .nav-tabs {
    border: none;
    display: block;
}

.tabs .nav-tabs > li {
    float: none;
    display: inline-block;
}

.tabs .nav-tabs > li > a {
    color: #acacac;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-right: 20px;
    position: relative;
}

.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li > a.active,
.tabs .nav-tabs > li > a.active:focus,
.tabs .nav-tabs > li > a.active:hover {
    color: #000000;
    background-color: transparent;
    border: none;
}

/* Tabs #2*/
.tabs-2.tabs .nav-tabs {
    border-bottom: none;
}

.tabs-2.tabs .nav-tabs > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.tabs-2.tabs .nav-tabs > li > a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2px;
    background-color: #282828;
    display: block;
    color: white;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.tabs-2.tabs .nav-tabs > li > a:focus,
.tabs-2.tabs .nav-tabs > li > a:hover,
.tabs-2.tabs .nav-tabs > li > a.active,
.tabs-2.tabs .nav-tabs > li > a.active:focus,
.tabs-2.tabs .nav-tabs > li > a.active:hover {
    color: #0cb4ce;
    background-color: white;
    border: none;
}

.tabs-2.tabs .nav-tabs > li > a:focus i,
.tabs-2.tabs .nav-tabs > li > a:hover i,
.tabs-2.tabs .nav-tabs > li > a.active i,
.tabs-2.tabs .nav-tabs > li > a.active:focus i,
.tabs-2.tabs .nav-tabs > li > a.active:hover i {
    background-color: #0cb4ce;
}

/* Tab Vertical */
.tabs-vertical.tabs .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ededed;
    width: 15%;
    float: left;
}

.tabs-vertical.tabs .nav-tabs > li {
    float: none;
    display: block;
}

.tabs-vertical.tabs .nav-tabs > li > a {
    border-radius: 0;
    border: none;
    padding-right: 20px;
    padding-left: 0;
    margin-right: 0;
}

.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical.tabs .nav-tabs > li > a.active,
.tabs-vertical.tabs .nav-tabs > li > a.active:focus,
.tabs-vertical.tabs .nav-tabs > li > a.active:hover {
    color: #0cb4ce;
    background-color: white;
    border: none;
    border-right: 2px solid #0cb4ce;
    padding-left: 11px;
}

.tabs-vertical.tabs .tab-content {
    padding-left: 15%;
    text-align: left;
}

.tabs-vertical.tabs .tab-content > .tab-pane {
    padding-left: 60px;
    padding-top: 0;
}

.tabs-vertical.tabs .tab-content > .tab-pane p {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active:hover {
    color: white;
    background-color: #0cb4ce;
    border: none;
    border-right: 2px solid #0cb4ce;
    padding-left: 11px;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion .panel {
    padding: 24px;
    margin-bottom: 15px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    background-color: #f4f4f4;
}

.accordion .panel .panel--heading {
    padding: 0;
}

.accordion .panel .panel--heading a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #363636;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    display: block;
}

.accordion .panel .panel--heading a.collapsed {
    color: #363636;
}

.accordion .panel .panel--body {
    padding: 22px 0 6px 0;
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

/* Accordion Status */
.accordion .panel--heading .accordion-toggle:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    /* symbol for "opening" panels */
    font-family: fontawesome;
    font-size: 9px;
    color: white;
    background-color: var(--main);
    border: 1px solid var(--main);
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
    content: "";
    /* symbol for "collapsed" panels */
    color: #363636;
    background-color: transparent;
    border: 1px solid #363636;
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
    content: "";
    color: white;
    background-color: var(--main);
    border: none;
}

/* Accordion Style #1 */
.accordion.accordion-1 .panel--heading a {
    padding-left: 0;
}

/* Accordion Style #2 */
.accordion-2 .panel {
    border: 1px solid #eee;
    background-color: transparent;
}

.accordion.accordion-2 .panel--heading .accordion-toggle.collapsed:after {
    content: "";
    color: #363636;
    background-color: transparent;
    border: 1px solid #363636;
}

/* Accordion Style #3 */
.accordion.accordion-3 {
    border: none;
    background-color: transparent;
}

.accordion.accordion-3 .panel {
    border: none;
    background-color: white;
    -moz-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
    box-shadow: 0px 2px 3px 0px rgba(40, 40, 40, 0.06);
}

/* Accordion Style #4 */
.accordion.accordion-4 .panel {
    border: none;
    background-color: #f4f4f4;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
}

.pagination > li {
    margin-right: 20px;
    display: inline-block;
}

.pagination > li:last-child {
    margin-right: 0;
}

.pagination > li > a,
.pagination > li > span {
    background-color: transparent;
    border-radius: 50%;
    color: #a1a1a1;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
}

.pagination > .active > a,
.pagination > li:hover > a {
    background-color: #363636;
    color: white;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 50%;
}

.pagination > li:first-child > a i {
    margin-right: 4px;
}

.pagination > li:last-child > a i {
    margin-left: 4px;
    color: #363636;
}

.pagination > li:last-child > a:hover i {
    color: white;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagination > li {
        margin-right: 0;
    }

    .pagination > li > a,
    .pagination > li > span {
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
}
/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
    background-color: #7d7d7d;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 40px;
}

.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: var(--main);
    -moz-border-radius: 2px 1px 1px 2px;
    -webkit-border-radius: 2px 1px 1px 2px;
    border-radius: 2px 1px 1px 2px;
    text-align: center;
    position: absolute;
}

.alerts .alert-icon i {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.alerts .alert-content {
    padding-left: 68px;
}

.alerts .alert-content h4 {
    color: var(--main);
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -6px;
}

.alerts .alert-content p {
    font-family: "Lato", sans-serif;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    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;
}

.subscribe-alert {
    margin-top: 20px;
}
.subscribe-alert .alert {
    font-size: 14px;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
    z-index: 9999;
    position: fixed;
    right: 50%;
    margin-right: -20px;
    bottom: 30px;
    opacity: 0;
}

.backtop {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    background-color: transparent;
    font-size: 20px;
    border: 2px solid #cccccc;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top:hover {
    background-color: #cccccc;
}

/* Style 2 */
.backtop.style-2 {
    border-radius: 0;
}

/* Style 4*/
.backtop.style-3 {
    border-radius: 5px;
}

/* Style 4*/
.backtop.style-4 {
    border-radius: 50%;
}

.back-top-styles .backtop {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 992px) {
    #back-to-top.show {
        opacity: 0;
    }
}
/*------------------------------------*\
    #Range
\*------------------------------------*/
.range-slider .ui-slider {
    height: 8px;
    background-color: #d7d7d7;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.range-slider .ui-slider-handle {
    /* Style for "Line" */
    width: 15px;
    height: 15px;
    margin-left: 0;
    background-color: #272930;
    border-radius: 1px;
}

.range-slider .ui-slider-range {
    height: 8px;
    background-color: var(--main);
    margin-bottom: 20px;
}

.range-slider p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.range-slider label {
    color: #7d7d7d;
}

.range-slider input {
    color: var(--main);
    border: none;
    background-color: transparent;
}

/*------------------------------------*\
    #FEATRUE BOX
\*------------------------------------*/
/* Feature #8 */
.feature-box {
    text-align: center;
    margin-bottom: 0;
}

.feature-box .feature-heading h3 {
    color: #7d7d7d;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
}

.feature-box .feature-icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #7d7d7d;
    border-radius: 1px;
    color: white;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 20px;
    overflow: hidden;
}

.feature-box .feature-icon i {
    position: relative;
    display: block;
    line-height: 60px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.feature-box:hover .feature-icon i:first-child {
    margin-top: -60px;
}

.feature-box .feature-body p {
    margin-bottom: 0;
}

/* Feature Box #2 */
.fbox-2 .feature-icon {
    float: left;
}

.fbox-2 .feature-body,
.fbox-2 .feature-heading {
    padding-left: 80px;
    text-align: left;
}

/* Feature Box #3 */
.fbox-3 .feature-icon {
    float: right;
}

.fbox-3 .feature-body,
.fbox-3 .feature-heading {
    padding-right: 80px;
    text-align: right;
}

/* Feature Box borderd */
.fbox-bordered .feature-icon {
    background-color: transparent;
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
}

/* Feature Box Circle */
.fbox-circle .feature-icon {
    border-radius: 50%;
}

/* Feature Box Circle  bordered */
.fbox-circle.fb-bordered .feature-icon {
    border-radius: 50%;
    background-color: transparent !important;
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
}

/*------------------------------------*\
    #MISC
\*------------------------------------*/
/* Utility classes table  */
.bs-table th small,
.responsive-utilities th small {
    display: block;
    font-weight: normal;
    color: #999;
}

.responsive-utilities tbody th {
    font-weight: normal;
}

.responsive-utilities td {
    text-align: center;
}

.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8 !important;
}

.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9 !important;
}

.pallete-item {
    border: 1px solid #eee;
    margin-bottom: 24px;
}

.pallete-color {
    padding: 45px 15px;
    text-align: center;
    text-transform: uppercase;
}

.pallete-color p {
    margin-bottom: 0;
    font-weight: bold;
    color: white;
}

/*------------------------------------*\
    #MODALS
\*------------------------------------*/
.modal-dialog {
    margin-top: 60px;
}

.modal-content {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
}

.modal-content .modal-title {
    text-transform: capitalize;
    font-family: "Lora", sans-serif;
}

/*------------------------------------*\
    #Tables
\*------------------------------------*/
table {
    background-color: white;
    border: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 0;
}

table thead {
    background-color: #7d7d7d;
}

table thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #282828;
    line-height: 30px !important;
    border-bottom-width: 0 !important;
    border-color: #eee;
    padding: 0;
}

table tbody tr td {
    padding: 20px;
    border-color: #eee;
}

table tbody tr td,
table tbody tr td {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    color: #9b9b9b;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--title {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 22px;
}
.heading .heading--subtitle {
    font-family: "Lato", sans-serif;
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.heading .heading--desc {
    color: #979595;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.heading .heading--img {
    margin-bottom: 18px;
}

/* heading #2 */
.heading-2 .heading--title {
    font-size: 48px;
}

/* heading #3 */
.heading-3 .heading--title {
    font-size: 24px;
    letter-spacing: 12px;
    text-transform: uppercase;
}

/* heading #4 */
.heading-4 .heading--title {
    font-size: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .heading .heading--title {
        font-size: 30px;
    }

    .heading-2 .heading--title {
        font-size: 40px;
    }

    .heading-3 .heading--title {
        font-size: 20px;
        letter-spacing: 8px;
    }

    .heading-4 .heading--title {
        font-size: 26px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-2 .heading--title {
        font-size: 40px;
    }
}
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: white;
    overflow: hidden;
}
.preloader .loader-eclipse {
    position: relative;
    width: 100%;
    height: 100%;
    -moz-transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
    -webkit-transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
}
.preloader .loader-eclipse .loader-content {
    position: absolute;
    -webkit-animation: loader-eclipse 1s linear infinite;
    animation: loader-eclipse 1s linear infinite;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    -moz-box-shadow: 0 4px 0 0 var(--main);
    -webkit-box-shadow: 0 4px 0 0 var(--main);
    box-shadow: 0 4px 0 0 var(--main);
    -webkit-transform-origin: 40px 42px;
    transform-origin: 40px 42px;
}

@keyframes loader-eclipse {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-eclipse {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
    height: 100px;
}

.header-transparent {
    background-color: transparent;
}

.header-transparent + .mtop-100,
.header-transparent + .page-title,
.header-transparent + .hero,
.header-transparent + .slider {
    position: relative;
    margin-top: -100px;
}

/* Header Bordered */
.header-bordered .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-bordered .navbar.navbar--dark {
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

/* Header Logo Brand */
.header-transparent .navbar-brand .logo {
    line-height: 100px;
}

.header-transparent .navbar-brand .logo-dark {
    display: none;
}

.logo-centered .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/* Header Light */
.header-light {
    background-color: white;
}

.header-light .navbar .logo-dark {
    display: inline-block;
}

.header-light .navbar .logo-light {
    display: none;
}

.header-1 .navbar-brand {
    min-width: 180px;
    line-height: 100px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .logo-centered .navbar .navbar-brand {
        position: static;
        transform: translateX(0);
        margin-left: 15px;
    }

    .logo-centered .navbar-brand {
        position: static;
        transform: translateX(0);
    }

    .header-2 .module-menu-container,
    .header-5 .module-menu-container,
    .header-7 .module-menu-container,
    .header-9 .module-menu-container {
        display: none;
    }
}
@media (min-width: 992px) {
    .header-8 {
        height: 150px;
    }

    .header-8 .navbar-expand-lg .navbar-nav {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: 60px;
        left: 50%;
        width: 100%;
        height: 89px;
        justify-content: center;
    }
}
/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 100px;
    border: none;
    z-index: 1030;
    padding: 0;
}
.header .navbar-bordered {
    border-bottom: 1px solid #ebebeb;
}
.header .navbar-brand {
    padding: 0;
}
.header .navbar-nav > li {
    margin-right: 30px;
    position: relative;
}
.header .navbar-nav > li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 100px;
    color: #707070;
    padding: 0;
    position: relative;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border: none;
}

.navbar-nav > li.active > ul {
    margin-top: 0;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background-color: transparent;
    color: var(--main);
}

/* Menu Level #1 */
.dropdown-toggle::after {
    display: none;
}

/* Menu Levels */
.dropdown-menu {
    background-color: transparent;
    position: relative;
    width: 100%;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-light .navbar .module .module-icon i,
.header-transaprent .navbar .module .module-icon i .header-light .navbar .navbar-nav > li > a {
    color: #000;
}

/* header white */
.header-white .module .module-icon i,
.header-white .module-dropdown button,
.header-white .navbar-nav > li > a {
    color: white;
}

.header-white .module-dropdown-menu,
.header-white .navbar-nav > li > .menu-item:hover::before,
.header-white .navbar-nav > li.active > .menu-item:before {
    background-color: white;
}

.header-white .module-dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ededed;
}

.header-white .module-dropdown-menu .dropdown-item:hover {
    color: var(--main);
}

.header-12 .navbar > .container {
    position: relative;
}

.header-12 .navbar > .container:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    width: 100%;
    margin: auto;
    height: 1px;
    background-color: #ebebeb;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .mega-dropdown-menu ul {
        list-style: none;
        padding: 0;
    }
    .mega-dropdown-menu ul li a {
        line-height: 28px;
        padding: 0;
    }
    .mega-dropdown-menu ul li a i {
        margin-right: 8px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-toggle {
        border-color: white;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
    }

    .affix .navbar-toggle,
    .header-light .navbar-toggle {
        border-color: #000000;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .affix .navbar-toggle .icon-bar,
    .header-light .navbar-toggle .icon-bar {
        background-color: #000000;
    }

    .container > .navbar-header {
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .container .navbar-collapse,
    .container-bordered .navbar-collapse,
    .container-fluid .navbar-collapse {
        width: 100%;
        background-color: white;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-nav > li {
        height: auto !important;
        margin-right: 0;
    }

    .navbar-nav > li.pull-left {
        float: none !important;
    }

    .navbar-nav li a {
        line-height: 40px;
        padding: 0;
    }

    .navbar-nav > li > .menu-item:before {
        display: block;
    }

    ul ul {
        list-style: none;
        padding: 0;
    }

    ul.dropdown-menu li a,
    ul.mega-menu,
    ul.mega-menu li ul li a {
        background-color: transparent;
        position: relative;
        padding: 0;
    }

    .navbar-nav > li.has-dropdown > a:after,
    li.dropdown-submenu > a:after {
        font-family: fontawesome;
        content: "";
        font-size: 13px;
        position: absolute;
        right: 10px;
    }

    .navbar-nav > li.has-dropdown.open > a,
    .navbar-nav > li.has-dropdown.open > a:focus,
    .navbar-nav > li.has-dropdown.open > a:hover {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    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:focus:after,
    .navbar-nav > li.has-dropdown.open > a:hover:after,
    li.dropdown-submenu.open > a:after,
    li.dropdown-submenu.open > a:focus:after,
    li.dropdown-submenu.open > a:hover:after {
        font-family: fontawesome;
        content: "";
        font-size: 13px;
        position: absolute;
        right: 10px;
    }

    li.dropdown-submenu > a:after,
    li.dropdown-submenu.open > a:focus:after,
    li.dropdown-submenu.open > a:hover:after {
        right: 10px;
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover,
    .mega-menu li a:focus,
    .mega-menu li a:hover,
    .nav > li > a:focus,
    .nav > li > a:hover {
        background-color: transparent;
    }

    .dropdown-menu > li > a,
    .mega-menu > li > a {
        color: white;
    }

    .mega-menu ul {
        list-style: none;
        padding-left: 25px;
    }

    .mega-menu ul li {
        padding-top: 5px;
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover,
    .mega-menu li a:focus,
    .mega-menu li a:hover {
        color: white;
    }

    ul.mega-menu {
        list-style: none;
        display: none;
    }

    .dropdown-submenu.open > .mega-menu,
    .has-dropdown.open > .mega-menu {
        display: block;
    }

    .dropdown-submenu.open > .mega-menu ul {
        padding-left: 50px;
    }

    .header-fixed .navbar.affix .module .module-icon i,
    .header-fixed .navbar.affix .navbar-nav > li > a {
        color: white;
    }

    .navbar.navbar--dark .module .module-icon i,
    .navbar.navbar--dark .navbar-nav > li > a {
        color: white;
    }

    .navbar-nav:not(.nav-pos-right) {
        margin-right: 0;
    }

    .mega-dropdown-menu li ul li a i {
        margin-right: 8px;
    }

    .header-3 .navbar-nav {
        margin-right: 0;
        border-right: none;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .header-6 .navbar-nav > li > a {
        padding-right: 0;
        padding-left: 10px;
        border-left: none;
        line-height: 36px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    .navbar-nav {
        width: 100%;
    }

    ul ul {
        list-style: none;
        padding: 0;
    }

    .header-transparent .module-dropdown button,
    .header-transparent .module .module-icon i {
        color: #000000;
        font-weight: 600;
    }

    .navbar .navbar-brand {
        margin-left: 15px;
        height: 100px;
        line-height: 100px;
    }

    .navbar-toggler {
        padding: 4px 10px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
        margin-right: 15px;
    }

    .navbar-collapse {
        background-color: white;
        padding: 0 15px;
        -moz-box-shadow: 0 12px 13px 0 rgba(41, 44, 58, 0.03);
        -webkit-box-shadow: 0 12px 13px 0 rgba(41, 44, 58, 0.03);
        box-shadow: 0 12px 13px 0 rgba(41, 44, 58, 0.03);
    }

    /* Navabr */
    .navbar .navbar-nav > li {
        margin-right: 0;
    }

    .navbar .navbar-nav li a {
        line-height: 40px;
        color: #000000;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        text-transform: uppercase;
        font-weight: 600;
    }

    .navbar.navbar-light .navbar-nav > li > a {
        color: #000000;
    }

    .navbar-nav .dropdown-menu.show {
        border-radius: 0;
    }

    .navbar-nav .dropdown-menu li {
        line-height: 26px;
    }

    .navbar-nav .dropdown-menu li a {
        padding-left: 10px;
        color: #000000;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
    }

    /* Header Modifers */
    .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar-dark .navbar-toggler {
        color: white;
        border-color: white;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] h5,
    .mega-dropdown-menu.collections-menu .menu--img {
        display: none;
    }

    .mega-dropdown-menu .container a[href="#"] {
        color: var(--main);
        cursor: default;
        margin-left: 10px;
        padding: 0;
        font-weight: 700;
        text-transform: capitalize;
    }

    .header-white .module-menu-container button {
        color: #000000 !important;
    }

    .header-12 .navbar > .container:before {
        display: none;
    }

    .dropdown-menu li .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .navbar-nav > li > a.dropdown-toggle:after {
        content: "+";
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .has-dropdown.show a.dropdown-toggle:after {
        content: "-";
    }

    .show > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.show .dropdown-menu {
        display: block;
    }
    .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav > li {
        margin-right: 16px;
    }

    .module .module-icon,
    .module-consultation .btn {
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    /* 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: white;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -moz-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        position: absolute;
        left: 0;
        right: auto;
        -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
        -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
        box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu {
        width: 300px;
        min-width: 190px;
        padding: 10px 0;
        background-color: white;
        margin: 0;
    }

    .navbar-nav > li.has-dropdown > ul.mega-menu,
    li.dropdown-submenu > ul.mega-menu {
        width: 385px !important;
    }

    li.dropdown-submenu:hover > ul.mega-menu,
    li.has-dropdown:hover > ul.dropdown-menu,
    li.has-dropdown:hover > ul.mega-menu {
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 100;
        display: block;
    }

    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 {
        border-right: 1px solid #eaeaea;
    }

    ul.mega-menu > li:last-child {
        border-right: none;
    }

    ul.mega-menu > li {
        width: 190px !important;
        height: auto;
        overflow: hidden;
        display: inline-block;
    }

    ul.mega-menu > li > ul {
        width: 190px;
        list-style: none;
        background-color: #1b1a1a;
        padding-left: 0;
        position: relative !important;
        left: auto !important;
    }

    ul.mega-menu li ul li {
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

    ul.dropdown-menu li a,
    ul.mega-menu li ul li a {
        font-family: "Montserrat", sans-serif;
        line-height: 40px;
        color: #a1a1a1;
        display: block;
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        text-transform: capitalize;
        padding: 0 25px;
        position: relative;
    }

    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
    ul.dropdown-menu > li.has-dropdown > a:before {
        font-family: fontawesome;
        content: "";
        font-size: 13px;
        position: absolute;
        right: 15px;
    }

    ul.mega-menu li ul li span {
        color: var(--main);
        padding: 0;
        display: block;
        font-size: 13px;
        line-height: 39px;
        text-transform: uppercase;
        font-weight: 700;
    }

    ul.dropdown-menu li:last-child > a {
        border-bottom: none;
    }

    ul.dropdown-menu li > a:active,
    ul.dropdown-menu li > a:focus,
    ul.dropdown-menu li > a:hover,
    ul.mega-menu li a:active,
    ul.mega-menu li a:focus,
    ul.mega-menu li a:hover {
        background-color: transparent;
        color: var(--main);
    }

    ul.dropdown-menu.left {
        left: -185px !important;
        margin-left: 0 !important;
    }

    ul.mega-menu.left {
        left: -410px !important;
    }

    /* Menu Level #2 */
    li.dropdown-submenu > ul.mega-menu,
    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
        background-color: white;
        padding: 20px 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -moz-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        display: block;
        position: absolute;
        left: 100%;
        right: auto;
        top: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: -1px 0 0;
        z-index: 1001;
    }

    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 1001;
        margin-top: -10px;
        margin-left: 0;
        padding: 10px 0;
        -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    }

    li.dropdown-submenu.pull-left > ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0;
    }

    /* Menu Level #3 */
    li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
        background-color: #1b1a1a;
        float: none;
        position: absolute;
        border-radius: 0;
        left: 100%;
        right: auto;
        top: 0;
        margin: -1px 0 0;
        z-index: 1;
        border: 1px solid #eaeaea;
        padding: 13px 0;
    }

    li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
        left: -185px !important;
    }

    /* Mega Menu Content */
    .mega-dropdown {
        position: static !important;
    }

    .mega-dropdown-menu {
        padding: 0 0 !important;
        width: 100% !important;
        background-color: transparent !important;
        border: none !important;
        margin-top: 0;
    }

    .mega-dropdown-menu .container {
        background-color: white;
        -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
        -webkit-box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
        box-shadow: 0 0 38px 0 rgba(41, 44, 58, 0.09);
    }

    .mega-dropdown-menu .container .row {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mega-dropdown-menu .container div[class*=col-] {
        background-color: white;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mega-dropdown-menu li ul {
        padding: 0;
        margin: 0;
    }

    .mega-dropdown-menu li ul li {
        list-style: none;
    }

    .mega-dropdown-menu li ul li a {
        padding: 0;
    }

    .mega-dropdown-menu li ul li a:hover {
        padding: 0 0 0 12px;
    }

    .mega-dropdown-menu li ul li a i {
        margin-right: 8px;
    }

    .mega-dropdown-menu .container div[class*=col-] > a {
        border-bottom: none;
        padding-left: 0;
        font-size: 14px;
    }

    .mega-dropdown-menu .container a[href="#"] {
        color: var(--main);
        cursor: default;
        font-weight: 600;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown-menu {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown-menu > li {
        height: auto;
    }

    /* collection menu */
    .mega-dropdown-menu.collections-menu {
        text-align: center;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] {
        padding-top: 50px;
        padding-bottom: 0;
        z-index: 1;
    }

    .mega-dropdown-menu.collections-menu h5 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .mega-dropdown-menu.collections-menu .container {
        padding: 0;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-]:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #f2f1f1;
        z-index: -1;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-]:hover:after {
        height: 100%;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] ul {
        opacity: 0;
        -webkit-transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -ms-transition: 0.4s ease;
        -o-transition: 0.4s ease;
        transition: 0.4s ease;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] ul li a {
        position: relative;
        display: inline-block;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] ul li a:before {
        content: "";
        position: absolute;
        bottom: 6px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: var(--main);
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] ul li a:hover:before {
        width: 100%;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-] .collection--menu-content {
        -moz-transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-]:hover ul {
        opacity: 1;
    }

    .mega-dropdown-menu.collections-menu .container div[class*=col-]:hover .collection--menu-content {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .mega-dropdown-menu.collections-menu ul li a:hover {
        padding: 0;
    }

    .mega-dropdown-menu.collections-menu .menu--img {
        height: 150px;
        width: 150px;
        margin: auto;
        overflow: hidden;
        position: relative;
    }

    .mega-dropdown-menu.collections-menu .menu--img img {
        position: absolute;
        bottom: 0;
        left: 0;
        vertical-align: bottom;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .navbar > .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
}
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module {
    display: inline-block;
    position: relative;
}

.module span.title {
    display: none;
}

.module .module-icon {
    margin-right: 28px;
    cursor: pointer;
    line-height: 100px;
    font-size: 12px;
    text-transform: uppercase;
    color: #a1a1a1;
    font-family: "Montserrat", sans-serif;
}

.module .module-icon button {
    cursor: pointer;
}

.module:last-of-type .module-icon {
    margin-right: 0;
}

.module .module-icon i {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.module .menu-icon-double i {
    margin-left: 30px;
}

.menu-icon-button {
    width: 58px;
    height: 29px;
    background-color: #333333;
    color: white;
    font-size: 13px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    /* Text style for "Menu" */
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 25px;
    border-radius: 4px;
}

.menu-icon-button:hover {
    background-color: var(--main);
}

.module .module-active .module-icon i {
    color: var(--main);
}

.module-content {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.module-fullscreen {
    left: 0;
    top: 0;
    z-index: 99;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
}

.module-fullscreen.fullscreen-light {
    background-color: white;
}

.module-fullscreen .container {
    display: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.module-active .module-fullscreen {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
}

.module-active .module-fullscreen .container {
    display: block;
}

.module-cancel {
    top: 30px;
    position: absolute;
    right: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 28px;
    text-align: center;
}

.module-cancel:hover {
    opacity: 1;
    color: var(--main);
}

.module .module-box {
    position: absolute;
    display: block;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1) moz webkit;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    right: 0;
    width: 375px;
    border-radius: 0;
    z-index: 99;
    -moz-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    height: 0;
    margin-top: 1px;
    -moz-box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    -webkit-box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    padding: 30px;
}

.module-active .module-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    height: inherit;
}

.module .module-hamburger {
    background-color: white;
    padding: 30px;
    height: 100%;
    width: 375px;
    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    overflow-x: hidden;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -moz-transform: translateX(375px);
    -webkit-transform: translateX(375px);
    transform: translateX(375px);
}

.module-active .module-hamburger {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.module-active .module-hamburger::-webkit-scrollbar {
    display: none;
}

.module-hamburger .module-cancel {
    top: 30px;
    position: absolute;
    right: 30px;
    left: auto;
    font-size: 12px;
    color: #000000;
    opacity: 1;
    z-index: 3;
}

/* Module Search */
.module--search-box {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    right: 0;
    width: 430px;
    border-radius: 0;
    padding: 0;
    z-index: 99;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    height: 0;
    margin-top: 1px;
}
.module--search-box .form-search {
    position: relative;
    width: 100%;
    max-width: 430px;
    border-radius: 50px;
    -moz-box-shadow: 0px 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    -webkit-box-shadow: 0px 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    box-shadow: 0px 6px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    overflow: hidden;
    background-color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
}
.module--search-box .form-search .select-box {
    width: 212px;
    position: relative;
    display: inline-block;
}
.module--search-box .form-search .select-box:before {
    content: "";
    font-family: fontawesome;
    color: #cccccc;
    position: absolute;
    top: 16px;
    right: 25px;
}
.module--search-box .form-search .select-box select {
    width: 100%;
    background-color: white;
    border: none;
    border-right: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding-left: 28px;
}
.module--search-box .form-control {
    position: relative;
    font-weight: 400;
    line-height: 50px;
    height: 50px;
    border: none;
    background-color: white;
    margin-bottom: 0;
    text-transform: inherit;
    font-size: 16px;
    display: inline-block;
    padding: 0 30px 0 28px;
    width: auto;
    min-width: 400px;
}
.module--search-box .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.module--search-box .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.module--search-box .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.module--search-box .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}
.module--search-box .form-search button {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
}

.module-active .module--search-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.module-active .module-fullscreen.module--search-box {
    transform: translate(0) !important;
    position: fixed;
    background: white;
}

.module-active .module-fullscreen.module--search-box .form-search {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    display: block;
    border-radius: 0;
    margin: 0;
}

.module-active .module-fullscreen.module--search-box .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    margin: 0;
    padding: 0 40px 0 0;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}

.module-active .module-fullscreen.module--search-box .form-control:focus {
    border-color: var(--main);
}

.module-active .module-fullscreen.module--search-box button {
    position: absolute;
    top: 0;
    right: 0;
    color: #e1e1e1;
    font-size: 18px;
    cursor: pointer;
    width: auto;
}

.module-active .module-fullscreen.module--search-box button:hover {
    color: var(--main);
}

.module-active .module-fullscreen.module--search-box .module-cancel {
    color: #222;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    right: 50%;
    margin-right: -20px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.module-active .module-fullscreen.module--search-box .module-cancel:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: var(--main);
    border-color: var(--main);
    color: white;
}

/* module cart */
.module .cart-icon i {
    font-size: 25px;
    color: #3e3e3e;
    font-weight: 400;
}

.module .module-label {
    width: 19px;
    height: 19px;
    line-height: 19px;
    border-radius: 50%;
    background-color: var(--main);
    color: white;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 10px;
}

.header-white .module .module-label {
    background-color: white;
    color: #000000;
}

.header-10 .module .module-label {
    background-color: var(--main);
    color: white;
}

.module-cart-2 .cart-icon-btn {
    width: 166px;
    height: 45px;
    line-height: 48px;
    background-color: var(--main);
    color: white;
    text-align: center;
    display: inline-block;
}

.module-cart-2 .cart-icon-btn:hover {
    background-color: #000000;
}

.module-cart-2 .cart-icon-btn i {
    color: white !important;
    font-size: 20px;
    margin-right: 7px;
}

.module-cart-2 .cart-icon-btn span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.module-cart-3 .cart-title h5 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 45px;
}

.module.module-cart-3 .module-hamburger {
    width: 475px;
    -moz-box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    -webkit-box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    -moz-transform: translateX(475px);
    -webkit-transform: translateX(475px);
    transform: translateX(475px);
    padding: 80px 40px 20px;
}

.module-active.module-cart-3 .module-hamburger {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.module-cart-3 .module-hamburger .module-cancel {
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    top: 37px;
    right: 45px;
}

.module-cart-3 .cart-box .cart--control .btn {
    margin: 0 0 20px;
    width: 100%;
}

.module-cart-3 .cart-box .cart-overview img {
    width: 100px;
}

.module-cart-3 .cart-box .cart-overview .product-meta {
    padding-left: 130px;
}

.module-cart-3 .cart-box .cart-overview li {
    min-height: 150px;
}

.cart-box .cart-overview li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    position: relative;
    min-height: 110px;
    padding-bottom: 20px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    opacity: 0;
    transform: translateY(30px);
}

.cart-box .cart-overview li:nth-of-type(2) {
    transform: translateY(60px);
}

.cart-box .cart-overview li:nth-of-type(3) {
    transform: translateY(90px);
}

.cart-box .cart-overview li:last-child {
    margin-bottom: 80px;
    border-bottom: 0;
}

.cart-box .cart-overview li .cart-cancel {
    position: absolute;
    right: 0;
    top: 0;
    color: #000000;
}

.cart-box .cart-overview li .cart-cancel:hover {
    color: var(--main);
}

.cart-box .cart-overview img {
    width: 70px;
    position: absolute;
    left: 0;
}

.cart-box .cart-overview .product-meta {
    padding-left: 90px;
}

.cart-box .cart-overview h5 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 3px;
    line-height: 26px;
    font-weight: 700;
}

.cart-box .cart-overview p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.cart-box .cart-overview .product-price {
    font-weight: 700;
    color: #7d7d7d;
    margin-bottom: 0;
}

.cart-total {
    margin-bottom: 35px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(60px);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.cart-total .total-desc {
    float: left;
    text-align: left;
}

.cart-total .total-desc,
.cart-total .total-price {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}

.cart-total .total-price {
    font-family: "Lato", sans-serif;
    float: right;
    text-align: right;
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
}

.cart-box .cart--control {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.cart-box .cart--control .btn {
    height: 45px;
    width: 150px;
    line-height: 43px;
    margin-right: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-box .cart--control .btn--white {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #010101;
    border-color: #d7d7d7;
}

.cart-box .cart--control .btn--white:hover {
    background-color: var(--main);
    border-color: var(--main);
    color: white;
}

.cart-box .cart--control .btn:last-of-type {
    margin-right: 0;
}

.module-cart.module-active .cart-box .cart-overview li,
.module-cart.module-active .cart-total,
.module-cart.module-active .cart-box .cart--control {
    opacity: 1;
    transform: translateY(0);
}

/* Module Popup Menu */
.module-menu .logo-container {
    text-align: left;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 230px;
}

.module-menu .logo-container .logo {
    line-height: 1;
    height: auto;
}

.module-menu {
    text-align: center;
}

.module-menu .menu-list li {
    margin-bottom: 30px;
}

.module-menu .menu-list li:last-child {
    margin-bottom: 0;
}

.module-menu .menu-list a {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: 30px;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}

.module-menu .menu-list li:last-child a {
    margin-right: 0;
}

.module-menu .menu-list a:hover {
    color: var(--main);
}

.module-menu .menu-social {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
}

.module-menu .menu-social a {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 23px;
}

.module-menu .menu-social a:hover {
    color: var(--main);
}

.module-menu .menu-copyrights {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.module-menu .menu-copyrights {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    bottom: 30px;
}

/* module menu fixed */
.module-menu-fixed.module-menu-container > button {
    line-height: 1;
    margin: 0;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 5;
    left: -15px;
    top: 50%;
}

.module-menu-vertical.module-menu .logo-container {
    margin-bottom: 80px;
}

.module-menu-vertical.module-menu .menu-list a {
    margin-right: 0;
}

.module-menu-vertical.module-menu .menu-list li {
    margin-bottom: 25px;
}

.module-menu-light.module-menu .menu-list a,
.module-menu-light.module-menu .module-cancel {
    color: #333;
}

.module-menu-light.module-menu .menu-list a:hover {
    color: var(--main);
}

.module-menu-2 .menu--icon {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #918f8f;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.module-menu-2 .menu--icon span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #636363;
    margin: 0 2px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.navbar-dark .module-menu-2.module-menu-container button:hover {
    color: white !important;
}
.navbar-dark .module .module-icon i,
.navbar-dark .module-menu-container button,
.navbar-dark .module-dropdown button {
    color: #636363 !important;
}
.navbar-dark .module-menu-container .menu--bars span {
    background-color: #636363 !important;
}

.module-menu-2:hover .menu--icon,
.module-menu-2 .menu--icon-white {
    border-color: white;
}

.module-menu-2:hover .menu--icon span,
.module-menu-2 .menu--icon-white span {
    background-color: white;
}

.module-menu-2:hover .menu--icon-white {
    border-color: var(--main);
}

.module-menu-2:hover .menu--icon-white span {
    background-color: var(--main);
}

.module-menu-2.module-menu-container button.menu--btn-white:hover {
    color: var(--main) !important;
}

/* Module Widgets */
.module-widgets {
    text-align: left;
    padding: 80px 50px;
}

.module-active .module-hamburger .module-widgets .module-cancel {
    color: #000000;
    line-height: 29px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.module-active .module-hamburger .module-widgets .module-cancel:hover {
    color: var(--main);
}

/* Module Social */
.module-social .social--title {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-right: 20px;
}
.module-social a {
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 400;
    line-height: 100px;
    margin-left: 19px;
    display: inline-block;
}
.module-social a:first-of-type {
    margin-left: 0;
}
.module-social a:hover {
    color: var(--main);
}

/* Transparent Header */
.transparent-header .module .module-icon > i {
    color: white;
}
.transparent-header .search-box {
    top: 100px !important;
}

.module-dropdown button {
    color: #000000;
}
.module-dropdown button i {
    margin-left: 10px;
    color: #000000;
}

.module-dropdown-menu {
    position: absolute;
    display: block;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    background-color: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    left: 0;
    width: 180px;
    border-radius: 0;
    padding: 0;
    z-index: 99;
    -moz-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    height: 0;
    margin-top: 1px;
}
.module-dropdown-menu .dropdown-item {
    line-height: 40px;
    color: #9b9b9b;
    padding: 0 15px;
    border-bottom: 1px solid #303030;
    color: #a1a1a1;
}
.module-dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: white;
    padding-left: 25px;
}

.module-active .module-dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    height: inherit;
}

.module-dropdown-right .module-dropdown-menu {
    right: 0;
    left: auto;
}

.module-menu-container {
    margin-right: 20px;
}
.module-menu-container button {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    line-height: 100px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.module-menu-container .menu--bars {
    display: inline-block;
    margin-right: 12px;
}
.module-menu-container .menu--bars span {
    display: block;
    margin-top: 5px;
    width: 40px;
    height: 1px;
    background-color: #000000;
}
.module-menu-container .menu--bars span:last-of-type {
    width: 20px;
}

.header-white .module-menu-container button {
    color: white;
}

.vertical-divider {
    width: 1px;
    height: 100px;
    position: relative;
}
.vertical-divider:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    background-color: #e1e1e1;
    transform: translateY(-50%);
}

/* module search */
.module-search.module-active .search-icon i:before {
    content: "";
}

.module-search-2 .module-icon {
    margin-right: 0;
}
.module-search-2 .module-icon i {
    width: 50px;
    height: 45px;
    background-color: var(--main-light);
    color: white !important;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.module-search-2 .module-icon i:hover {
    background-color: #000000;
}

.module-search-left .module--search-box {
    left: 0;
    right: auto;
}

/* module side nav */
.module-side-nav .module-hamburger {
    padding: 100px 100px;
    width: 475px;
    right: auto;
    left: 0;
    -moz-transform: translateX(-475px);
    -webkit-transform: translateX(-475px);
    transform: translateX(-475px);
    -moz-box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    -webkit-box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
    box-shadow: 0px 17px 16.92px 1.08px rgba(204, 204, 223, 0.32);
}

.module-active.module-side-nav .module-hamburger {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.module-side-nav .menu--links {
    margin-bottom: 100px;
}

.module-side-nav .menu--links li a {
    display: block;
    font-size: 30px;
    line-height: 50px;
    color: #000000;
}

.module-side-nav .menu--links li a:hover {
    color: var(--main);
}

.module-side-nav .modal-body {
    padding: 0;
}

.module-side-nav .module-hamburger .module-cancel {
    right: auto;
    left: 100px;
}

/* module catalog */
.module-catalog {
    text-align: center;
}
.module-catalog .module-cancel {
    top: 35px;
    position: absolute;
    right: 50%;
    font-size: 16px;
    color: white;
    transform: translateX(50%);
}
.module-catalog .module-title {
    margin-top: 190px;
}
.module-catalog .module-title h5 {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: white;
    position: relative;
}
.module-catalog .module-title h5:before {
    content: "";
    position: absolute;
    bottom: -38px;
    right: -70px;
    background-color: white;
    width: 1px;
    height: 100px;
    transform: rotate(90deg);
}
.module-catalog .module-hamburger {
    background-color: #111111;
    padding: 70px;
    width: 475px;
    -moz-transform: translateX(-475px);
    -webkit-transform: translateX(-475px);
    transform: translateX(-475px);
    right: auto;
    left: 0;
}
.module-catalog.module-active .module-hamburger {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.module-catalog .catalog-container {
    padding-top: 115px;
}
.module-catalog ul {
    overflow: hidden;
    margin-bottom: 0;
}
.module-catalog ul li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.module-catalog ul li img {
    margin-bottom: 13px;
}
.module-catalog ul li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #555555;
}
.module-catalog ul li a span {
    display: block;
}
.module-catalog ul li a:hover {
    color: white;
}
.module-catalog ul li a:hover i {
    color: white;
}

.module-catalog-fixed .module-icon {
    line-height: 1;
    margin: 0;
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    position: fixed;
    right: -10px;
    top: 50%;
}
.module-catalog-fixed .module-icon:before {
    content: "";
    position: absolute;
    top: 6px;
    right: -10px;
    border: 5px solid transparent;
    border-right-color: #d7d7d7;
}
.module-catalog-fixed .module-icon:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -23px;
    border: 5px solid transparent;
    border-left-color: #d7d7d7;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
    .module--search-box {
        width: 100%;
    }
    .module--search-box .form-search,
    .module--search-box .form-control,
    .module--search-box .form-search .select-box,
    .module--search-box .form-search .select-box select {
        width: 100%;
        display: block;
    }
    .module--search-box .form-search {
        border-radius: 0;
    }
    .module--search-box .form-control,
    .module--search-box .form-search .select-box select {
        padding: 0 30px;
    }
    .module--search-box .form-search .select-box select {
        border-right: none;
        border-bottom: 1px solid #e1e1e1;
    }
    .module--search-box .form-search button {
        top: auto;
        bottom: 10px;
        right: 20px;
    }

    .vertical-divider {
        display: none;
    }

    .module {
        width: 100%;
        padding: 0;
    }

    .module:last-of-type {
        border-bottom: 0;
    }

    .module .cart-icon i {
        font-size: 20px;
    }

    .module .module-icon {
        padding-top: 0;
    }

    .module .module-box {
        position: relative;
        right: 0;
        width: 100%;
        border: none;
    }

    .module .module-box .btn--bordered.btn--secondary {
        background-color: white;
        color: #000000;
    }

    .module .module-label {
        top: -3px;
        position: relative;
    }

    .module span.title {
        display: inline-block;
        color: #000000;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .module .cart-box,
    .search-box {
        display: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .module .module-content {
        margin-bottom: 10px;
    }

    .module-cart.active .cart-box {
        opacity: 1;
        visibility: visible;
        display: block;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .module .module-icon {
        line-height: 40px !important;
    }

    .module-dropdown button,
    .module-dropdown button {
        font-weight: 700;
    }

    .module-search .search-icon i {
        border-left: none;
        padding-left: 0;
        padding-right: 5px;
    }

    .module.module-active .cart-box,
    .module.module-active .search-box {
        display: block !important;
    }

    .module-search.module-active .search-box .search-form {
        margin-bottom: 10px;
    }

    .module-search.module-active .search-box .search-form input {
        background-color: white;
        margin-bottom: 0;
        height: 35px;
        line-height: 35px;
        padding-left: 10px;
    }

    .module-cart.module-active .cart-box .cart-control {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .module-cart.module-active .cart-box .cart-control .pull-right {
        float: none !important;
    }

    .menu-popup .logo {
        float: none !important;
    }

    .module-menu .logo-container {
        margin-top: 100px;
        margin-bottom: 130px;
    }

    .module-cart-3 .cart-box .cart-overview img {
        width: 50px;
    }

    .module-cart-3 .cart-box .cart-overview .product-meta {
        padding-left: 70px;
        padding-right: 15px;
    }

    .module-dropdown-menu,
    .module-dropdown-right .module-dropdown-menu {
        right: auto;
        left: 0;
    }

    .module-menu-container button {
        line-height: 36px;
    }

    .module-catalog-fixed,
    .module-menu-fixed {
        display: none;
    }

    .navbar-dark .module-menu-container {
        margin-top: 10px;
    }

    .module-lang,
    .module-currency {
        width: auto;
    }
}
/* 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;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .module.module-cart-3 .module-hamburger,
    .module-side-nav .module-hamburger {
        padding: 30px;
        width: 300px;
        -moz-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .module-active.module-cart-3 .module-hamburger,
    .module-active.module-side-nav .module-hamburger {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .module-side-nav .module-hamburger .module-cancel {
        right: 20px;
        left: auto;
        top: 20px;
    }

    .module-social {
        padding: 0 15px 0 0;
        border: none;
    }

    .module-social .social--title {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 370px) {
    .cart-box .cart--control {
        text-align: center;
    }

    .cart-box .cart--control .btn {
        height: 40px;
        width: 130px;
        line-height: 37px;
    }
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.feature-panel {
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.feature-panel .feature--content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-transform: capitalize;
}

.feature-1 .feature--icon {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 35px;
    color: #000000;
}
.feature-1 .feature--content {
    padding-left: 60px;
}
.feature-1 .feature--content h3 {
    margin-bottom: 10px;
}
.feature-1 .feature--content p {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 0;
}

.feature .icon-link {
    -moz-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    display: inline-block;
    font-size: 25px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .feature-panel {
        margin-bottom: 30px;
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-panel {
        margin-bottom: 30px;
    }
}
/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta h3 {
    font-size: 72px;
    line-height: 1.2;
    color: white;
    margin-bottom: 51px;
}
.cta h3 span {
    color: var(--main);
}
.cta p {
    color: var(--main);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Montserrat", sans-serif;
}
.cta .btn {
    width: 200px;
    height: 45px;
    line-height: 43px;
    background-color: #000000;
    border-color: #000000;
}
.cta .btn:hover {
    background-color: white;
    border-color: white;
    color: #000000;
}

/* CTA #1 */
.cta-1 {
    padding: 245px 0 250px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cta h3 {
        font-size: 46px;
    }

    .cta-1 {
        padding: 120px 0;
    }
}

/*------------------------------------*\
        #Shop
\*------------------------------------*/
.filters-block .filter-list {
    position: relative;
    max-height: 363px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* category Item */
.category-item {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.category-item .featured-item {
    position: absolute;
    top: 18px;
    left: 0;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--main);
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 1px;
    z-index: 2;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.category-item .featured-item2 {
    background-color: var(--main);
}
.category-item .featured-item3 {
    background-color: #ed8467;
}
.category-item .category--content {
    position: relative;
}
.category-item .category--content .category--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category-item .category--content .category--hover .category--action {
    position: absolute;
    bottom: -114px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.category-item .category--content .category--hover .category--action a:not(:first-child) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #efefef;
    display: inline-block;
    cursor: pointer;
    color: var(--main);
}
.category-item .category--content .category--hover .category--action a:not(:first-child):hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: white;
}
.category-item .category--content .category--hover .category--action .btn {
    width: 140px;
    font-size: 11px;
    letter-spacing: 1px;
}
.category-item .category--content .category--hover .category--action .btn i {
    margin-right: 7px;
}
.category-item .category--title h3 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 7px;
}
.category-item .category--title h3 a {
    color: #000000;
}
.category-item .category--title h3 a:hover {
    color: var(--main);
}
.category-item .category--price {
    color: #555555;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1;
}
.category-item .category--img {
    position: relative;
    margin-bottom: 17px;
}
.category-item .category--img img {
    max-width: 100%;
    height: auto;
}
.category-item .category--rating {
    margin-bottom: 20px;
}
.category-item .category--rating i {
    color: #a1a1a1;
}
.category-item .category--rating i.active {
    color: #f6663f;
    font-size: 14px;
    line-height: 1;
}
.category-item:hover .category--hover .category--action {
    bottom: 1px;
}

.category .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

/* category #1 */
.category-1 .carousel-dots .owl-dots,
.category-2 .carousel-dots .owl-dots {
    margin-top: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

/* category #3 */
.category-3 .category-item {
    overflow: visible;
}
.category-3 .category-item .category--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.category-3 .category-item .category--hover .category--action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    z-index: 2;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    -webkit-box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    padding-top: 60px;
}
.category-3 .category-item .category--hover .category--action .btn {
    width: 156px;
    height: 40px;
    line-height: 38px;
    font-size: 11px;
    letter-spacing: 0;
}
.category-3 .category-item .category--hover .category--action .btn i {
    margin-right: 8px;
}
.category-3 .category-item .category--action-content {
    padding: 40px;
    background-color: var(--main);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.category-3 .category-item .category--action-icons {
    margin-bottom: 34px;
}
.category-3 .category-item .category--action-icons a {
    display: inline-block;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.category-3 .category-item .category--action-icons a:hover {
    background-color: var(--btn-hover);
    color: white;
}
.category-3 .category-item:hover .category--content {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.category-3 .category-item:hover .category--action {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.category-3 .category--hover-info {
    margin-bottom: 36px;
}
.category-3 .category--hover-info .category--title h3 a {
    color: white;
}
.category-3 .category--hover-info .category--title h3 a:hover {
    color: #000000;
}
.category-3 .category--hover-info .category--price {
    color: white;
}
.category-3 .category--colors a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.category-3 .category--colors a:last-of-type {
    margin-right: 0;
}
.category-3 .category--colors a.color-1 {
    background-color: #4593d6;
}
.category-3 .category--colors a.color-2 {
    background-color: #000000;
}
.category-3 .category--colors a.color-3 {
    background-color: #ebb090;
}
.category-3 .category--colors a.color-4 {
    background-color: #d7d7d7;
}
.category-3 .category--img {
    position: static;
}

/* category #4 */
.category-4 .category--hover .category--action {
    padding-top: 120px;
}

/* category #5 */
.category-5 .category-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px solid #ebebeb;
}
.category-5 .category--img {
    overflow: hidden;
}
.category-5 .category--img,
.category-5 .category--content {
    width: 50%;
    margin-bottom: 0;
}
.category-5 .category--content {
    padding: 26px 10px 20px 20px;
    text-align: left;
}
.category-5 .category--content .btn {
    width: 156px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ebebeb;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.category-5 .category--content .btn i {
    margin-right: 7px;
}
.category-5 .category--content .btn:hover {
    background-color: var(--main);
    border-color: var(--main);
}
.category-5 .category--price {
    font-size: 18px;
    margin-bottom: 32px;
}
.category-5 .category--action-buttons a {
    margin-right: 6px;
}
.category-5 .category--action-buttons a:last-of-type {
    margin-right: 0;
}
.category-5 .category--action-buttons a:not(.btn) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #efefef;
    display: inline-block;
}
.category-5 .category--action-buttons a:not(.btn):hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: white;
}
.category-5 .category--img .zoom--icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #efefef;
    display: inline-block;
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: white;
    position: absolute;
    bottom: -40px;
    left: 40px;
}
.category-5 .category--img:hover .zoom--icon {
    bottom: 40px;
}

/* category #6 */
.category-6 .category-item .category--action-content {
    background-color: white;
    padding: 20px 25px 35px;
}
.category-6 .category-item .category--action-icons {
    margin-bottom: 19px;
}
.category-6 .category-item .category--action-icons a {
    color: #000000;
}
.category-6 .category-item .category--action-icons a:hover {
    color: white;
}
.category-6 .category-item .category--hover-info {
    margin-bottom: 31px;
}
.category-6 .category-item .category--title h3 a {
    color: #000000;
}
.category-6 .category-item .category--price {
    color: #555555;
}

/* category #12 */
.category-12 .category-item {
    border: none;
}
.category-12 .category-item .category--title h3 {
    margin-bottom: 12px;
}
.category-12 .category--img {
    width: auto;
    min-width: 270px;
}
.category-12 .category--content {
    width: auto;
    padding: 36px 10px 0 40px;
}
.category-12 .category--price,
.category-12 .category--reviews {
    margin-bottom: 36px;
}
.category-12 .category--bio {
    margin-bottom: 52px;
}

/* category #13 */
.category-13 .category--hover .category--action {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.category-13 .category--action-content {
    background-color: rgba(0, 0, 0, 0.8);
}
.category-13 .category-item .category--title h3 a {
    color: #7d7d7d;
}
.category-13 .category-item .category--price {
    color: #7d7d7d;
}
.category-13 .category--hover-info .category--price {
    color: #000000;
}
.category-13 .category--hover-info .category--title h3 a {
    color: #000000;
}
.category-13 .category--hover-info .category--title h3 a:hover {
    color: var(--main);
}
.category-13 .category--action-icons a {
    color: white;
}
.category-13 .category--colors a.color-1 {
    background-color: var(--btn-hover);
}
.category-13 .category--colors a.color-2 {
    background-color: #000000;
    border: 1px solid #353535;
}
.category-13 .category--colors a.color-4 {
    background-color: #f26c4f;
}
.category-13 .btn--loading {
    color: #363636;
}
.category-13 .btn--loading .bullets span {
    background-color: var(--btn-hover);
}
.category-13 .category--hover .category--action .btn {
    background-color: var(--main);
}
.category-13 .category--hover .category--action .btn:hover {
    background-color: white;
    border-color: white;
    color: var(--main);
}
.category-13 .btn--loading:hover {
    color: var(--main);
}

.category--reviews {
    font-size: 14px;
    line-height: 1;
}

/* Category Options */
.category-options {
    margin-bottom: 64px;
}
.category-options .option {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.category-options .option:last-of-type {
    margin-right: 0;
}
.category-options .option--title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
}
.category-options .view--type {
    display: inline-block;
}
.category-options .view--type a {
    display: inline-block;
    font-size: 13px;
    line-height: 46px;
    padding-left: 5px;
    color: #acacac;
}
.category-options .view--type a.active {
    color: #000000;
}
.category-options .show--num {
    display: inline-block;
}
.category-options .show--num li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
    color: #a1a1a1;
    padding: 0 5px;
    cursor: pointer;
}
.category-options .show--num li:hover {
    color: #000000;
}
.category-options .option.category--filter-wrapper {
    padding-left: 0;
}
.category-options .option.category--filter-wrapper .category--filter {
    position: relative;
    top: 27px;
    display: inline-block;
    width: 260px;
}
.category-options .select-form {
    display: inline-block;
    width: 150px;
    position: relative;
    margin-right: 20px;
}
.category-options .select-form i {
    position: absolute;
    font-size: 14px;
    right: 5px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #cccccc;
}
.category-options .category-select {
    position: relative;
}
.category-options select {
    width: 100%;
    border: none;
    border-radius: 0;
    color: #7d7d7d;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.category-num h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
    margin-right: 15px;
    display: inline-block;
}
.category-num h2 span {
    color: var(--main);
    margin-right: 7px;
}

.btn--loading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    position: relative;
    color: #a1a1a1;
    line-height: 1;
}
.btn--loading .bullets {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin-right: 6px;
}
.btn--loading .bullets span {
    width: 8px;
    height: 8px;
    background-color: #e1e1e1;
    display: inline-block;
    position: absolute;
    -webkit-animation: btn-loading 1s infinite linear;
    -moz-animation: btn-loading 1s infinite linear;
    -ms-animation: btn-loading 1s infinite linear;
    -o-animation: btn-loading 1s infinite linear;
    animation: btn-loading 1s infinite linear;
}
.btn--loading .bullets span:first-of-type {
    top: 0;
    left: 0;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.btn--loading .bullets span:nth-of-type(2) {
    top: 0;
    right: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.btn--loading .bullets span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.btn--loading .bullets span:nth-of-type(4) {
    bottom: 0;
    left: 0;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.btn--loading:hover .bullets span {
    animation: none;
}

@keyframes btn-loading {
    0% {
        background-color: var(--main);
    }
    50% {
        background-color: #e1e1e1;
    }
}
/* Shop filter */
.shop-filter {
    text-align: center;
    margin-bottom: 36px;
}
.shop-filter li a {
    color: #333333;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-right: 29px;
    text-transform: capitalize;
}
.shop-filter li a.active-filter, .shop-filter li a:hover {
    color: var(--main);
}
.shop-filter li:last-child a {
    margin-right: 0;
}

/* shop Item */
.shop-item.category-item {
    margin-bottom: 0;
}
.shop-item .category--hover {
    padding: 30px;
}
.shop-item .category--img {
    position: relative;
    margin-bottom: 0;
}
.shop-item .category--img .category--hover .category--action {
    position: relative;
    background-color: rgba(40, 40, 40, 0.95);
}
.shop-item .category--img .category--hover .category--action > a {
    margin: 0 auto;
    top: 40%;
}
.shop-item .category--img .category--hover .category--action .category--content {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.shop-item .category--content .category--title h4 {
    margin-bottom: 0;
}
.shop-item .category--content .category--title a {
    color: white;
}

/* categories list */
.cat-list {
    height: 578px;
    overflow: visible;
    z-index: 2;
}
.cat-list .divider--line {
    margin-top: 60px;
}
.cat-list .cat--list-desc p {
    font-size: 18px;
    line-height: 28px;
}
.cat-list .cat--list-item img {
    margin-bottom: 39px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cat-list .cat--list-item img:hover {
    -moz-box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    -webkit-box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
}
.cat-list .cat--list-item h4 {
    font-size: 30px;
    margin-bottom: 0;
}
.cat-list .cat--list-item h4:hover {
    color: var(--main);
}
.cat-list + .clearfix {
    padding-top: 300px;
    position: relative;
    z-index: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cart-category-img {
        float: none;
    }

    .cart-table .cart-category-action form {
        margin-bottom: 30px;
    }

    .cart-category-action .text-right {
        text-align: left !important;
    }

    .cart-table .cart-category-action .form-control {
        display: inline-block;
    }

    .cat-list .cat--list-item {
        max-width: 300px;
        margin: 0 auto 30px;
        text-align: center;
    }

    .cat-list .divider--line {
        margin-top: 0;
    }

    .cat-list .divider--line:after {
        left: 50%;
        margin-left: -50px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .category-options .option {
        margin: 0 0 15px;
        display: block;
    }
    .category-options .option.category--filter-wrapper {
        padding-left: 0;
    }
    .category-options .option.category--filter-wrapper .option--title,
    .category-options .option.category--filter-wrapper .category--filter {
        position: static;
    }
    .category-options .option.category--filter-wrapper .category--filter input {
        text-align: center;
    }
    .category-options .option.category--filter-wrapper .option--title {
        display: block;
        margin-bottom: 10px;
    }
    .category-options .option.sort--options .option--title {
        display: block;
        margin-bottom: 10px;
    }

    .category-3 .category-item {
        max-width: 370px;
        margin: 0 auto 60px;
    }

    .category-3 .category--action-content {
        padding: 20px;
    }

    .category-3 .category--action-icons {
        margin-bottom: 20px;
    }

    .category-4 .category--hover .category--action {
        padding-top: 50px;
    }

    .category-5 .category-item {
        display: block;
        max-width: 350px;
        margin: 0 auto 30px;
    }

    .category-5 .category--content {
        padding: 36px 10px 20px 10px;
    }

    .category-5 .category--img,
    .category-5 .category--content {
        width: 100%;
    }

    .category-5 .category--img img {
        width: 100%;
    }

    .category-5 .category--bio {
        margin-bottom: 40px;
    }

    .cat-list {
        height: auto;
    }

    .cat-list + .clearfix {
        padding-top: 60px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-options .option.category--filter-wrapper {
        margin-bottom: 35px;
    }

    .cat-list {
        height: auto;
    }
    .cat-list .cat--list-item {
        margin-bottom: 30px;
    }
    .cat-list + .clearfix {
        padding-top: 60px;
    }
    .cat-list .cat--list-item img {
        max-width: 100%;
    }
    .cat-list .cat--list-item h4 {
        font-size: 28px;
    }

    .category-5 .category--img img {
        width: 100%;
    }
}
/*------------------------------------*\
    #CONTACT
\*------------------------------------*/
.contact-panel {
    position: relative;
}

.contact--icon {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #979595;
    font-family: "Montserrat", sans-serif;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.contact--content {
    padding-left: 70px;
}
.contact--content h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 7px;
}
.contact--content li {
    font-size: 15px;
    line-height: 26px;
    color: #7d7d7d;
}
.contact--content li a {
    color: #7d7d7d;
}
.contact--content li a:hover {
    color: var(--main);
}

.contact-result {
    margin-top: 15px;
}

/* contact #2 */
.contact-2 textarea.form-control {
    height: 170px;
}

/* contact #3 */
.contact-3 .heading-2 {
    position: absolute;
    top: 50%;
    right: -130px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 350px;
}
.contact-3 .heading-2 .heading--subtitle {
    color: var(--main);
}
.contact-3 .contact--content {
    padding-left: 0;
    margin-bottom: 48px;
}
.contact-3 .contact--content h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}
.contact-3 .contact--content li {
    font-weight: 700;
}
.contact-3 h3 {
    font-size: 24px;
    margin-bottom: 38px;
}
.contact-3 .form-group {
    margin-bottom: 20px;
}
.contact-3 .form-control {
    border: none;
    height: 40px;
    border-radius: 20px;
    background-color: #f1f8fc;
    padding-left: 25px;
    max-width: 370px;
}
.contact-3 textarea.form-control {
    height: 140px;
}

/* contact #4 */
.contact-4 .info--panel i {
    font-size: 18px;
    color: #000000;
    padding-right: 14px;
}
.contact-4 .info--panel a {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}
.contact-4 .info--panel .social--icons {
    text-align: right;
}
.contact-4 .info--panel .social--icons a {
    margin: 0 0 0 14px;
}
.contact-4 .info--panel .social--icons a i {
    font-size: 16px;
    color: #a1a1a1;
    padding: 0;
    margin: 0;
}
.contact-4 .info--panel .social--icons a i:hover {
    color: var(--main);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact-3 .heading-2 {
        left: 20px;
        right: auto;
        width: 100%;
    }

    .contact-4 .info--panel {
        margin-bottom: 20px;
        text-align: center;
    }
    .contact-4 .info--panel .social--icons {
        text-align: center;
    }

    .contact-panel {
        margin-bottom: 30px;
    }

    .contact--icon {
        font-size: 50px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-3 .heading-2 {
        left: 30px;
        right: auto;
        width: 100%;
    }

    .contact-4 .info--panel {
        text-align: center;
    }

    .contact-panel {
        margin-bottom: 30px;
    }
}
/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.widget {
    margin-bottom: 70px;
}
.widget:last-of-type {
    margin-bottom: 0;
}
.widget .widget--title {
    margin-bottom: 30px;
}
.widget .widget--title h3 {
    color: #000000;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

/* Category Widget */
.widget-categories ul li a {
    font-family: "Montserrat", sans-serif;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding-left: 24px;
}
.widget-categories ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    color: #b7b7b7;
    font-family: fontawesome;
    font-size: 11px;
    font-weight: 400;
    line-height: 40px;
}
.widget-categories ul li a:hover {
    color: var(--main);
}

/* widget-categories2 */
.widget-categories2 ul {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.widget-categories2 ul li {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.widget-categories2 ul li a {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.widget-categories2 ul li a span {
    color: #a1a1a1;
}
.widget-categories2 ul li .inner--list {
    opacity: 0;
    display: none;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.widget-categories2 ul li.active .inner--list {
    opacity: 1;
    display: block;
}
.widget-categories2 ul.inner--list {
    padding: 20px 0 20px 30px;
}
.widget-categories2 ul.inner--list li a {
    color: #a1a1a1;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
}
.widget-categories2 ul.inner--list li a span {
    float: right;
}
.widget-categories2 ul.inner--list li a:hover {
    color: var(--main);
    text-decoration: underline;
}
.widget-categories2 ul.inner--list li a:hover span {
    text-decoration: underline;
    color: var(--main);
}

/* Tags Widget */
.widget-tags a {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: #a1a1a1;
    padding-right: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.widget-tags a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 0;
}
.widget-tags a:last-of-type:after {
    display: none;
}
.widget-tags a:hover {
    color: #000000;
}

/* Recent Widegt */
.widget-recent-posts .entry {
    position: relative;
    margin-bottom: 20px;
    min-height: 120px;
}
.widget-recent-posts .entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget-recent-posts .entry img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 120px;
}
.widget-recent-posts .entry .entry-desc {
    position: relative;
    margin-left: 115px;
}
.widget-recent-posts .entry .entry-desc .entry-meta a {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #9fa4af;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.widget-recent-posts .entry .entry-title {
    margin-bottom: 9px;
}
.widget-recent-posts .entry .entry-title a {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
}
.widget-recent-posts .entry .entry-title a:hover {
    color: var(--main);
}

/* Search Widget */
.widget-search .form-search .form-control {
    border: none;
    border-bottom: 1px solid #ebebeb;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 500;
    line-height: 45px;
    height: 45px;
    text-transform: capitalize;
    padding: 0;
    width: 100%;
}
.widget-search .form-search .form-control:focus {
    border-color: var(--main);
}
.widget-search .form-search .btn {
    background-color: transparent;
    color: #a1a1a1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35px;
    height: 49px;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    margin-left: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
.widget-search .form-search .btn:hover {
    color: var(--main);
}

/* Best Products */
.widget-best-product .best-product .product-img {
    width: 49px;
    height: 49px;
    text-align: center;
    padding: 4px;
}
.widget-best-product .best-product .product-bio {
    padding-top: 0;
}
.widget-best-product .best-product .product-bio .product-price {
    color: #a1a1a1;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
.widget-best-product .best-product a {
    text-transform: uppercase;
}

/* Widget filter */
.widget-filter .subtitle {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 27px;
    margin-top: 70px;
}

/* 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: 0.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 .ui-slider-handle {
    top: -0.2em;
    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: 0.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;
}

.category--filter .ui-slider {
    height: 3px;
    background-color: #e1e1e1;
    border-radius: 0;
    margin-bottom: 15px;
}
.category--filter .ui-slider-handle {
    /* Style for "Line" */
    width: 16px;
    height: 16px;
    margin-top: -4px;
    margin-left: 0;
    background-color: var(--main);
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
}
.category--filter .ui-slider-handle:last-of-type, .category--filter .ui-slider-handle:hover {
    background-color: var(--main);
}
.category--filter .ui-slider-range {
    height: 4px;
    background-color: var(--main);
    margin-bottom: 20px;
}
.category--filter label {
    color: #a1a1a1;
}
.category--filter input {
    border: none;
    background-color: transparent;
    text-align: center;
    width: 100%;
}

/* cat-sidebar */
.cat-sidebar {
    padding-top: 20px;
}
.cat-sidebar .widget .widget--title h5 {
    font-size: 24px;
    text-transform: capitalize;
}

/* brands Widget */
.widget-brands ul li,
.brands--fiter ul li {
    font-size: 16px;
    line-height: 32px;
}
.widget-brands ul li a,
.brands--fiter ul li a {
    color: #a1a1a1;
}
.widget-brands ul li a span,
.brands--fiter ul li a span {
    float: right;
}
.widget-brands ul li a:hover,
.brands--fiter ul li a:hover {
    color: var(--main);
    text-decoration: underline;
}
.widget-brands ul li a:hover span,
.brands--fiter ul li a:hover span {
    text-decoration: underline;
}

/* widget-size */
.widget-size-form .label-radio {
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
}
.widget-size-form .label-radio:checked ~ .radio-content {
    color: #000000;
}
.widget-size-form .radio-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #eeeeee;
    font-size: 14px;
    color: #a1a1a1;
    border-color: transparent;
}
.widget-size-form .radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: white;
    border: 1px solid var(--main);
}
.widget-size-form .input-radio {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 14px;
}
.widget-size-form .input-radio:last-of-type {
    margin-right: 0;
}
.widget-size-form .input-radio .radio-content {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    line-height: 42px;
    font-size: 14px;
    color: #a1a1a1;
    text-transform: uppercase;
}

/* widget-color */
.widget-color-form .label-radio {
    display: inline-block;
    padding: 0;
    width: 35px;
    height: 35px;
}
.widget-color-form .label-radio input:checked ~ .radio-indicator {
    background: inherit;
}
.widget-color-form .radio-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #000000 !important;
    border: 1px solid transparent;
    font-size: 14px;
    color: #a1a1a1;
}
.widget-color-form .radio-indicator:after {
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 9px;
    background-color: transparent;
    color: white;
}
.widget-color-form .input-radio {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 18px;
}
.widget-color-form .input-radio:last-of-type {
    margin-right: 0;
}
.widget-color-form .color-2 .radio-indicator {
    background-color: white !important;
    border: 1px solid #e5e5e5;
}
.widget-color-form .color-2 .radio-indicator:after {
    color: #000000;
}
.widget-color-form .color-3 .radio-indicator {
    background-color: #dea65f !important;
}
.widget-color-form .color-4 .radio-indicator {
    background-color: #f26c4f !important;
}
.widget-color-form .color-5 .radio-indicator {
    background-color: #f5989d !important;
}
.widget-color-form .color-6 .radio-indicator {
    background-color: #c2c2c2 !important;
}
.widget-color-form .color-7 .radio-indicator {
    background-color: var(--main-light) !important;
}
.widget-color-form .color-8 .radio-indicator {
    background-color: #464646 !important;
}
.widget-color-form .color-9 .radio-indicator {
    background-color: #febca9 !important;
}
.widget-color-form .color-10 .radio-indicator {
    background-color: #ebebeb !important;
}
.widget-color-form .color-11 .radio-indicator {
    background-color: #f26d7d !important;
}
.widget-color-form .color-12 .radio-indicator {
    background-color: #fff799 !important;
}

/* Recent Product Widegt */
.widget-recent-products .product {
    position: relative;
    margin-bottom: 20px;
    min-height: 125px;
}
.widget-recent-products .product img {
    position: absolute;
    left: 0;
    top: 0;
}
.widget-recent-products .product .product-desc {
    position: relative;
    margin-left: 120px;
}
.widget-recent-products .product .product-desc .product-meta {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #555555;
}
.widget-recent-products .product .product-title {
    margin-bottom: 9px;
}
.widget-recent-products .product .product-title a {
    color: #363636;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}
.widget-recent-products .product .product-title a:hover {
    color: var(--main);
}
.widget-recent-products .product:last-of-type {
    margin-bottom: 0;
}
.widget-recent-products .product:last-of-type .product-desc {
    border-bottom: none;
    padding-bottom: 0;
}

/* Info Widget */
.widget-info {
    background-color: var(--main);
    padding: 50px 36px;
    text-align: center;
}
.widget-info .info--title {
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 13px;
    margin-bottom: 28px;
    position: relative;
}
.widget-info .info--title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background-color: white;
    content: "";
}
.widget-info .info--content {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 23px;
}

/* Widget Share*/
.widget-share {
    margin-bottom: 88px;
}
.widget-share .share--title {
    color: #a1a1a1;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 37px;
}
.widget-share a {
    color: #acacac;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-right: 23px;
    display: inline-block;
}
.widget-share a:last-of-type {
    margin-right: 0;
}
.widget-share a:hover {
    color: #000000;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sidebar {
        margin-bottom: 30px;
    }

    .widget {
        margin-bottom: 30px;
    }
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
#wrapperParallax {
    position: relative;
    z-index: 1060;
    min-height: 100vh;
}

.contentParallax {
    margin-bottom: 335px;
    position: relative;
    z-index: -2;
}


@media only screen and (max-width: 991px) {
    body #wrapperParallax {
        margin-bottom: 0 !important;
    }
}
.footer {
    padding: 0;
}

.footer ul {
    margin: 0;
}

/* Footer Widgets */
.footer-widget {
    padding: 120px 0;
    border-top: 1px solid #ebebeb;
}

/* widget--links */
.widget--links li {
    display: inline-block;
}

.widget--links li a {
    color: #363636;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    position: relative;
    margin-right: 13px;
}

.widget--links li:last-of-type a {
    margin-right: 0;
}

/* widget--social */
.widget--social span {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #363636;
    margin-right: 45px;
    display: inline-block;
}
.widget--social a {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 1;
    margin-right: 19px;
    display: inline-block;
}
.widget--social a:hover {
    color: var(--main);
}

.widget--links li a:hover {
    color: var(--main);
}

.widget--logo-img {
    margin-bottom: 53px;
}

/*  widget newsletter */
.widget--newsletter h3 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.widget--newsletter p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 26px;
}
.widget--newsletter form {
    position: relative;
    max-width: 370px;
}
.widget--newsletter .form-control {
    background-color: #f1f8fc;
    border: none;
    border-radius: 40px;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 40px;
}
.widget--newsletter button {
    background-color: transparent;
    border: none;
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.widget--newsletter button:hover {
    color: var(--main);
}

/* Footer copyright */
.footer--copyright {
    font-size: 15px;
    line-height: 20px;
}

.social--icons a:last-of-type {
    margin-right: 0;
}

/* footer #2 */
.footer-2 {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.footer-2 .footer-widget {
    padding: 80px 0;
}
.footer-2 .widget--contact-info li {
    font-size: 15px;
    font-weight: 700;
    line-height: 28px;
    color: #363636;
}
.footer-2 .widget--contact-info li a {
    color: #363636;
}
.footer-2 .widget--contact-info li a:hover {
    color: var(--main);
}
.footer-2 .widget--social span {
    margin: 0 0 20px 0;
    display: block;
    line-height: 1;
}
.footer-2 .widget--links li {
    display: block;
}
.footer-2 .widget--links li a:hover {
    padding-left: 10px;
}
.footer-2 .widget--logo-img {
    margin-bottom: 40px;
}

/* footer #3 */
.footer-3 .footer-widget {
    border-top: none;
}

/* footer #4 */
.footer-4 {
    background-color: var(--btn-hover);
    padding-top: 1px;
}
.footer-4 .widget--contact-info li,
.footer-4 .widget--contact-info li a,
.footer-4 .widget--social span {
    color: #7d7d7d;
}
.footer-4 .widget--links li a {
    color: #7d7d7d;
}
.footer-4 .widget--links li a:hover {
    color: var(--main);
}
.footer-4 .widget--newsletter h3 {
    color: white;
}
.footer-4 .widget--newsletter p {
    color: #7d7d7d;
}
.footer-4 .widget--newsletter .form-control {
    background-color: #363636;
}
.footer-4 .widget--newsletter button {
    color: var(--main);
}

/* footer #5 */
.footer-4 .footer-widget,
.footer-5 .footer-widget {
    border-top: none;
}

/* footer #6 */
.footer-6 {
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
    z-index: 40;
}
.footer-6 .footer-widget {
    padding: 0;
    border-top: none;
}

.footer-6 .widget--contact-info .info--panel {
    display: inline-block;
    margin-left: 40px;
    color: #555555;
    font-size: 16px;
    font-weight: 700;
}

.footer-6 .widget--contact-info .info--panel i {
    margin-right: 10px;
    font-size: 18px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-margin {
        margin-bottom: 0;
    }

    .footer-widget,
    .footer-2 .footer-widget {
        padding: 50px 0;
    }

    .footer .container-fluid {
        padding: 0 15px;
    }

    .footer--copyright {
        text-align: center;
    }

    .widget--links ul,
    .widget--logo-img,
    .footer--copyright,
    .widget--newsletter {
        margin-bottom: 30px;
    }

    .widget--social span {
        margin-right: 25px;
    }

    .footer-2 {
        position: static;
    }

    .footer-2 .widget--logo-img {
        margin-bottom: 20px;
    }

    .widget--newsletter form {
        margin: auto;
    }

    .footer-6 {
        position: static;
        padding: 20px 0;
    }

    .footer-6 .widget--contact-info .info--panel {
        margin: 0;
        text-align: center;
        display: block;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-margin {
        margin-bottom: 0;
    }

    .footer-2 {
        position: static;
    }

    .footer-widget,
    .footer-2 .footer-widget {
        padding: 70px 0;
    }

    .widget--links,
    .widget--social {
        text-align: center;
    }

    .widget--links ul,
    .widget--logo-img,
    .footer--copyright {
        margin-bottom: 30px;
    }

    .footer-2 .widget--links,
    .footer-2 .widget--social {
        text-align: left;
    }

    .footer-2 .widget--social span {
        display: block;
        margin-bottom: 15px;
    }
}
/* Medium Screens */
@media only screen and (min-width: 992px) and (max-width: 1070px) {
    .widget--social span {
        margin: 0 0 15px;
        display: block;
    }
}
/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 {
    padding: 260px 0;
}
.page-404 h3 {
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    color: var(--main);
    margin-bottom: 0;
}
.page-404 h4 {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 100px;
    letter-spacing: 5px;
    text-transform: capitalize;
}
.page-404 p {
    color: var(--main);
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}
.page-404 a {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    letter-spacing: 3px;
    margin-bottom: 51px;
    display: inline-block;
}
.page-404 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.page-404 a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--main);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.page-404 a:hover {
    color: var(--main);
}
.page-404 a:hover:after {
    width: 100%;
}
.page-404 form {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 400px;
}
.page-404 form .form-control {
    height: 40px;
    border-radius: 40px;
    background-color: #ebebeb;
    border: none;
    padding: 0 25px;
    font-size: 15px;
    color: #a1a1a1;
    margin-bottom: 0;
}
.page-404 form button {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 16px;
    color: #000000;
    border: none;
    background: transparent;
    cursor: pointer;
}
.page-404 form button:hover {
    color: var(--main);
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .page-404 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .page-404 h3 {
        font-size: 100px;
        margin-bottom: 30px;
    }
    .page-404 h4 {
        font-size: 22px;
        letter-spacing: 5px;
    }
}
/*------------------------------------*\
    #SOON
\*------------------------------------*/
/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
    direction: rtl;
}

.countdown-row {
    display: inline-block;
}

.countdown-section {
    position: relative;
    position: relative;
    height: auto;
    padding: 0;
    margin-right: 15px;
}
.countdown-section:last-of-type {
    margin-right: 0;
}

.countdown-amount {
    font-family: "Lato", sans-serif;
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.countdown-period {
    font-family: "Lato", sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    font-style: italic;
    display: inline-block;
}

.page-soon {
    padding: 180px 0 0 0;
}
.page-soon .heading {
    margin-top: 200px;
    margin-right: 40px;
    padding-right: 20px;
    border-right: 2px solid #000000;
    text-align: right;
}
.page-soon .heading-2 .heading--desc {
    color: #555555;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 4px;
}
.page-soon .countdown-section:first-of-type {
    display: block;
}
.page-soon .countdown-section:first-of-type .countdown-amount {
    font-size: 200px;
    color: var(--main);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.page-soon .countdown-section:first-of-type .countdown-period {
    vertical-align: top;
    margin-top: 30px;
}
.page-soon form {
    margin: 150px 0;
}
.page-soon form .form--heading h5 {
    font-size: 30px;
    margin-bottom: 19px;
}
.page-soon form .form--heading p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 24px;
}
.page-soon form .input--wrapper {
    position: relative;
}
.page-soon form .input--wrapper .form-control {
    height: 40px;
    border-radius: 40px;
    background-color: #ebebeb;
    border: none;
    padding: 0 25px;
    font-size: 15px;
    color: #a1a1a1;
    margin-bottom: 0;
}
.page-soon form .input--wrapper button {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 16px;
    color: #000000;
    border: none;
    background: transparent;
    cursor: pointer;
}
.page-soon form .input--wrapper button:hover {
    color: var(--main);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-soon {
        padding-top: 150px;
    }
    .page-soon .heading {
        margin-top: 0;
        margin-right: 0;
        padding: 0;
        border: none;
        text-align: center;
    }
    .page-soon .countdown-section {
        padding: 0 10px;
    }
    .page-soon .form--heading,
    .page-soon .countdown {
        text-align: center;
    }
    .page-soon .countdown-section:first-of-type .countdown-amount {
        font-size: 100px;
    }

    .countdown-amount {
        font-size: 20px;
    }
}
/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients .client {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.clients .client img {
    max-width: 100%;
    width: auto !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0.4;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: inline-block;
}
.clients .client img:hover {
    opacity: 1;
}

/* clients #1 */
.clients-1 {
    padding: 90px 0 20px 0;
}

/* clients #2 */
.clients-2 ul li {
    display: inline-block;
    padding: 0 15px;
}

/*------------------------------------*\
	#Video
\*------------------------------------*/
.video-section {
    height: 800px;
}
.video-section .video--button {
    height: 800px;
}

.video--content .video--button .popup-video {
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    display: inline-block;
    position: relative;
    background-color: var(--main);
    border-radius: 50%;
}
.video--content .video--button .popup-video i {
    font-size: 22px;
    line-height: 73px;
    color: white;
}
.video--content .video--button .player-bordered {
    background-color: transparent;
    border: 2px solid var(--main);
}
.video--content .video--button .player-bordered i {
    color: var(--main);
}
.video--content .video--button .player-bordered:hover {
    background-color: var(--main);
    border: 2px solid var(--main);
}
.video--content .video--button .player-bordered:hover i {
    color: white;
}

.video-1 .video--button {
    height: 780px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .video-1 .video--button {
        height: 400px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-1 .video--button {
        height: 600px;
    }
}
/*------------------------------------*\
    #Newsletter
\*------------------------------------*/
.newsletter h3 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 57px;
}
.newsletter p {
    font-weight: 700;
    margin-bottom: 43px;
}
.newsletter form .form-control {
    background-color: #f6f7fb;
    border: none;
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 400;
    padding: 0 21px;
    height: 40px;
    margin-bottom: 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.newsletter form .form-control::-webkit-input-placeholder {
    color: #a1a1a1;
}
.newsletter form .form-control::-moz-placeholder {
    color: #a1a1a1;
}
.newsletter form .form-control::-moz-placeholder {
    color: #a1a1a1;
}
.newsletter form .form-control::-ms-input-placeholder {
    color: #a1a1a1;
}
.newsletter form button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    color: #000000;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
}
.newsletter form button i {
    margin-left: 7px;
}

/* newsletter #2 */
.newsletter-2 form .form-control {
    width: 345px;
    margin: 0 17px 20px 0;
}
.newsletter-2 form button {
    position: static;
    background-color: var(--main);
    color: white;
    width: 145px;
    height: 40px;
    line-height: 38px;
    border: 2px solid transparent;
    font-size: 11px;
    margin-bottom: 20px;
}

/* newsletter #3 */
.newsletter-3 {
    padding: 205px 0;
}
.newsletter-3 .heading--title {
    color: white;
    margin-bottom: 4px;
}
.newsletter-3 .heading--desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 54px;
    color: white;
}
.newsletter-3 .sub--desc {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 31px;
    letter-spacing: 3px;
    color: white;
    text-transform: uppercase;
    display: block;
}
.newsletter-3 form,
.newsletter-3 .form-group {
    margin-bottom: 0;
}
.newsletter-3 form .form-control {
    border-radius: 0;
    height: 50px;
    padding-right: 180px;
    background-color: #f0f5f9;
}
.newsletter-3 form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 48px;
    font-size: 11px;
    background-color: #000000;
    color: white;
}
.newsletter-3 form button:hover {
    background-color: white;
    color: var(--main);
}

/* NEWSLETTER #4 */
.newsletter-4 {
    padding: 120px 0;
}
.newsletter-4 .heading--title {
    color: #000000;
    margin-bottom: 6px;
}
.newsletter-4 .heading--desc,
.newsletter-4 .sub--desc {
    color: #a1a1a1;
}
.newsletter-4 .heading--desc {
    margin-bottom: 0;
}
.newsletter-4 form button {
    background-color: var(--main);
}
.newsletter-4 form button:hover {
    background-color: #000000;
    color: white;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-inline .form-group {
        width: 100%;
    }

    .newsletter-2 form .form-control {
        width: 100%;
    }

    .newsletter-3 form .form-control {
        padding-right: 150px;
    }
    .newsletter-3 form button {
        width: 140px;
    }

    .newsletter-4 {
        padding: 60px 0;
    }
    .newsletter-4 .heading--desc {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .newsletter-3 form button {
        position: static;
    }
    .newsletter-3 form .form-control {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-2 form .form-control {
        width: 100%;
    }

    .newsletter-3 form button {
        width: 120px;
    }
    .newsletter-3 form .form-control {
        padding-right: 120px;
    }
}
/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-nav.disabled {
    display: none;
}

.owl-dots {
    margin-top: 50px;
    display: block;
    text-align: center;
}

.owl-carousel .owl-item {
    width: 100%;
}
.owl-carousel .owl-item img {
    width: 100%;
}

.carousel-dots .owl-dots .owl-dot {
    cursor: pointer;
}
.carousel-dots .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin: 0 4px;
    border: 2px solid transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: var(--main);
}
.carousel-dots.carousel-white .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.5);
}
.carousel-dots.carousel-white .owl-dots .owl-dot.active span {
    background-color: white;
    border-color: white;
}
.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
    background-color: var(--main);
    border-color: var(--main);
}

.carousel-navs .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    line-height: 60px;
    color: #000000;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: -30px;
    cursor: pointer;
}
.carousel-navs .owl-nav [class*=owl-]:hover {
    color: var(--main);
    background-color: transparent;
}
.carousel-navs .owl-nav .owl-prev {
    left: 0;
}
.carousel-navs .owl-nav .owl-prev:before {
    font-family: fontawesome;
    content: "";
    font-size: 20px;
}
.carousel-navs .owl-nav .owl-next {
    right: 0;
}
.carousel-navs .owl-nav .owl-next:before {
    font-family: fontawesome;
    content: "";
    font-size: 20px;
}

/* Slider Dots */
.slider-dots {
    margin-top: 0;
}
.slider-dots .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.slider-dots .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid rgba(0, 0, 0, 0.6);
    margin: 0 4px;
}
.slider-dots .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #3d3c3c;
}

.slider-navs .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: white;
    font-size: 0;
    font-weight: 400;
    background-color: rgba(27, 26, 26, 0.5);
    text-align: center;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}
.slider-navs .owl-nav [class*=owl-]:hover {
    color: #999999;
    background-color: white;
}
.slider-navs .owl-nav .owl-next:before,
.slider-navs .owl-nav .owl-prev:before {
    font-family: fontawesome;
    font-size: 25px;
}
.slider-navs .owl-nav .owl-prev {
    left: 30px;
}
.slider-navs .owl-nav .owl-prev:before {
    content: "";
}
.slider-navs .owl-nav .owl-next {
    right: 30px;
}
.slider-navs .owl-nav .owl-next:before {
    content: "";
}
.slider-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.slider-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid white;
}
.slider-navs .owl-dots .owl-dot.active span, .slider-navs .owl-dots .owl-dot:hover span {
    background: white;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .slider-navs .owl-nav .owl-prev {
        left: 0;
    }

    .slider-navs .owl-nav .owl-next {
        right: 0;
    }

    .slider-navs .owl-nav .owl-next:before,
    .slider-navs .owl-nav .owl-prev:before {
        font-size: 20px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-navs .owl-nav .owl-next:before,
    .slider-navs .owl-nav .owl-prev:before {
        font-size: 30px;
    }
}
/*------------------------------------*\
    #Divider
\*------------------------------------*/
.divider--line {
    position: relative;
    height: 1px;
}
.divider--line:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100px;
    background-color: #000000;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}

/*------------------------------------*\
    #Interactive Banners
\*------------------------------------*/
/* Interactive Banner #1 */
.banner-panel {
    position: relative;
}
.banner-panel .panel--content {
    position: relative;
    padding-left: 100px;
}
.banner-panel .num {
    position: absolute;
    left: 0;
    top: 0;
    color: #efefef;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    writing-mode: vertical-rl;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.banner-panel h5 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 30px;
}
.banner-panel p {
    font-size: 12px;
    font-weight: 700;
    color: var(--main);
    line-height: 20px;
    margin-bottom: 11px;
    letter-spacing: 2px;
}
.banner-panel li {
    font-size: 15px;
    line-height: 28px;
    color: #7d7d7d;
}
.banner-panel li a {
    color: #7d7d7d;
}
.banner-panel li a:hover {
    color: var(--main);
}

/* Interactive Banner #2 */
.interactive-2 .banner-panel {
    padding-top: 27px;
}
.interactive-2 .banner-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    width: 50px;
    height: 2px;
    background-color: var(--btn-hover);
}
.interactive-2 .banner-panel h5 {
    font-size: 18px;
    color: #a1a1a1;
    margin-bottom: 14px;
}

/* Interactive Banner #3 */
.interactive-3 .banner-panel:before {
    background-color: var(--main);
}
.interactive-3 .banner-panel h5 {
    color: #000000;
    margin-bottom: 16px;
}
.interactive-3 .banner-panel h6 {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    letter-spacing: 3px;
    color: var(--main);
    margin-bottom: 0;
}
.interactive-3 .banner-panel p {
    font-size: 16px;
    font-weight: 400;
    color: #a1a1a1;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.interactive-3 .banner-panel h6 + p {
    margin-top: 21px;
}

/* Interactive Banner #4 */
.interactive-4 {
    padding: 180px 0;
}
.interactive-4 .banner-panel:before {
    background-color: #8fb5c6;
}
.interactive-4 .banner-panel h5,
.interactive-4 .banner-panel h6,
.interactive-4 .banner-panel p,
.interactive-4 .banner-panel .num {
    color: white;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
    .interactive-4 {
        padding: 90px 0;
    }
}
/* Banner Image */
.banner-img-hover .banner--img {
    overflow: hidden;
}
.banner-img-hover .banner--img img {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
.banner-img-hover .banner--img img:hover {
    -moz-transform: scale(1.05) rotate(1deg);
    -webkit-transform: scale(1.05) rotate(1deg);
    transform: scale(1.05) rotate(1deg);
}

/* banner #1 */
.banner-1 .product-item {
    padding-top: 70px;
}
.banner-1 .banner--content {
    position: absolute;
    top: 50%;
    right: -300px;
    z-index: 2;
    max-width: 500px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-1 .banner--content .btn {
    width: 200px;
    height: 50px;
    line-height: 48px;
    font-size: 12px;
}
.banner-1 .banner--subtitle p {
    font-size: 12px;
    font-weight: 700;
    color: var(--main);
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.banner-1 .banner--title h3 {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 37px;
}
.banner-1 .banner--title h3 a {
    color: #000000;
}
.banner-1 .banner--title h3 a:hover {
    color: var(--main);
}

.banner-1 .carousel-dots {
    margin-top: 0;
}
.banner-1 .product--hover .product--action .btn {
    width: 200px;
}
.banner-1 .product--hover .product--action a {
    margin-right: 8px;
}
.banner-1 .product--hover .product--action a:last-of-type {
    margin-right: 0;
}
.banner-1 .contact--area {
    padding-top: 120px;
}
.banner-1 .contact--area h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
}
.banner-1 .contact--area li {
    font-size: 15px;
    color: #a1a1a1;
    font-weight: 700;
    line-height: 33px;
    font-family: "Montserrat", sans-serif;
}
.banner-1 .contact--area h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.banner-1 .contact--area h6 span {
    color: var(--main);
}
.banner-1 .contact--area p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 26px;
}
.banner-1 .newsletter--form {
    position: relative;
    max-width: 370px;
}
.banner-1 .newsletter--form .form-control {
    background-color: #f1f8fc;
    border: none;
    border-radius: 40px;
    color: #a1a1a1;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 40px;
}
.banner-1 .newsletter--form .form-control button {
    background-color: transparent;
    border: none;
    line-height: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.banner-1 .carousel-navs .owl-nav [class*=owl-] {
    top: 50%;
    left: auto;
    right: 30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 60px;
    width: 60px;
    color: #d7d7d7;
    margin: 0;
}
.banner-1 .carousel-navs .owl-nav [class*=owl-]:hover {
    color: #000000;
}
.banner-1 .carousel-navs .owl-nav .owl-next {
    margin-top: -60px;
}
.banner-1 .carousel-navs .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    height: 20px;
    margin-top: -12px;
    background-color: #000000;
}

/* Banner #2 */
.banner-2 .banner--content {
    position: static;
    max-width: 700px;
    margin: auto;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.banner-2 .slide-item {
    height: 100vh;
}
.banner-2 .banner--subtitle p {
    color: white;
}
.banner-2 .banner--title h3 a {
    color: white;
}
.banner-2 .banner--title h3 span {
    color: var(--main);
}
.banner-2 .banner--content .btn--vertical {
    width: 60px;
    height: 130px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    border: 1px solid white;
    color: white;
    font-size: 11px;
    line-height: 58px;
    letter-spacing: 10px;
}
.banner-2 .banner--content .btn--vertical:hover {
    background-color: var(--main);
    border-color: var(--main);
}
.banner-2 .carousel-navs .owl-nav [class*=owl-]:hover {
    color: var(--main);
}
.banner-2 .carousel-navs .owl-nav .owl-next:after {
    background-color: var(--main);
}
.banner-2 .carousel-dots .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 70px;
    left: 70px;
    margin-top: 0;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.banner-2 .carousel-dots .owl-dots:after {
    content: "/ " counter(slides-num);
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    color: #a1a1a1;
    padding-left: 40px;
}
.banner-2 .carousel-dots .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}
.banner-2 .carousel-dots .owl-dots .owl-dot span {
    height: auto;
    width: auto;
    background-color: transparent;
    border: none;
}
.banner-2 .owl-theme .owl-dots .owl-dot span {
    display: none;
}
.banner-2 .carousel-navs .owl-dots .owl-dot span {
    border: none;
}
.banner-2 .owl-dot.active:before {
    content: counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: absolute;
    top: -8px;
    left: 0;
    line-height: 1;
}
.banner-2 .carousel-navs .owl-dots {
    width: auto;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .banner-panel {
        margin-bottom: 30px;
    }
    .banner-panel .panel--content {
        padding-left: 80px;
    }

    .banner-1 .banner--content {
        width: 100%;
        right: 0;
        left: 30px;
    }
    .banner-1 .banner--title h3 {
        font-size: 30px;
    }

    .interactive-2 .banner-panel:before {
        left: 80px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-panel {
        margin-bottom: 30px;
    }

    .banner-1 .banner--content {
        width: 100%;
        right: 0;
        left: 30px;
    }
}
/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
.fixed-side-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    width: 130px;
    z-index: 3;
    padding: 30px 20px;
    text-align: center;
}
.fixed-side-nav .module.pull-left {
    float: none;
}
.fixed-side-nav .module .module-box {
    right: auto;
    left: 0;
}
.fixed-side-nav .module .module-icon {
    margin: 0;
}
.fixed-side-nav .module .module-currency,
.fixed-side-nav .module .module-lang {
    text-align: left;
}
.fixed-side-nav .module .module-currency .module-icon,
.fixed-side-nav .module .module-lang .module-icon {
    line-height: 30px;
}
.fixed-side-nav .module-dropdown-menu {
    top: 10px;
    left: 55px;
    background-color: white;
    -moz-transform: translateX(-10%) translateY(0px);
    -webkit-transform: translateX(-10%) translateY(0px);
    transform: translateX(-10%) translateY(0px);
}
.fixed-side-nav .module-dropdown-menu .dropdown-item {
    border-bottom: 0;
}
.fixed-side-nav .module-dropdown-menu .dropdown-item:hover {
    color: var(--main);
}
.fixed-side-nav .module-active .module-dropdown-menu {
    -moz-transform: v;
    -webkit-transform: v;
    transform: v;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .fixed-side-nav {
        position: static;
        display: inline-block;
        width: 100%;
        text-align: left;
        padding-bottom: 0;
    }
    .fixed-side-nav > div {
        margin-bottom: 30px !important;
    }
    .fixed-side-nav .module-lang {
        margin-right: 20px;
    }
}
/*------------------------------------*\
    #Services
\*------------------------------------*/
.service-panel {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.service-panel img {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.service-panel h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-panel p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}
.service-panel .link-more {
    color: var(--main);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.service-panel:hover {
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
.service-panel:hover .link-more {
    color: #000000;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .service-panel {
        margin-bottom: 30px;
    }
}
/*------------------------------------*\
    #About
\*------------------------------------*/
.about .about--img,
.about .about--text {
    position: relative;
}
.about .about--text {
    margin-bottom: 50px;
}
.about .about--text p {
    font-size: 18px;
    line-height: 28px;
}
.about .about--text p span {
    color: var(--main);
    font-weight: 900;
}
.about .about--text p:first-of-type {
    margin-bottom: 29px;
}
.about .about--text p:last-of-type {
    margin-bottom: 0;
}
.about .about--signature {
    color: var(--main);
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}
.about .about--signature span {
    position: relative;
    color: #a1a1a1;
    font-weight: 400;
    padding-left: 12px;
}
.about .about--signature span:before {
    content: "-";
    position: absolute;
    top: 2px;
    left: 3px;
}

/* about #2 */
.about-2 .heading-2 {
    position: absolute;
    top: 50%;
    right: -130px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 350px;
}
.about-2 .heading-2 .heading--subtitle {
    color: var(--main);
}
.about-2 .about--text {
    margin-top: 100px;
}
.about-2 .feature-panel {
    margin-bottom: 70px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .about-2 .heading-2 {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }
    .about-2 .about--text {
        margin-top: 0;
    }
    .about-2 .about--text,
    .about-2 .about--signature {
        text-align: center;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-2 .heading-2 {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
    }
    .about-2 .about--text {
        margin-top: 0;
    }
    .about-2 .about--text,
    .about-2 .about--signature {
        text-align: center;
    }
}
/*------------------------------------*\
    #Shop
\*------------------------------------*/
/* products carousel */
.products-carousel .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.products-carousel .owl-dots {
    margin-top: 40px;
}
.products-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
}
.products-carousel .product-item {
    margin-bottom: 0;
}

.products-carousel-2 .product-item {
    overflow: hidden;
    text-align: left;
}
.products-carousel-2 .product-item .product--img {
    margin-bottom: 0;
}
.products-carousel-2 .product-item .product--title {
    position: absolute;
    bottom: 70px;
    left: 57px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-carousel-2 .product-item .product--title h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 700;
}
.products-carousel-2 .product-item .product--hover .product--action {
    bottom: 0;
    background-color: rgba(96, 109, 166, 0.8);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: left;
}
.products-carousel-2 .product-item .product--hover .product--action h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 13px;
}
.products-carousel-2 .product-item .product--hover .product--action h3 a {
    color: white;
}
.products-carousel-2 .product-item .product--hover .product--action h3 a:hover {
    color: #000000;
}
.products-carousel-2 .product-item .product--hover .product--action p {
    color: white;
    margin-bottom: 26px;
}
.products-carousel-2 .product-item .product--hover .product--action .btn--underlined {
    font-size: 12px;
    color: white;
    width: auto;
    height: auto;
    line-height: 1;
}
.products-carousel-2 .product-item .product--hover .product--action .btn--underlined:hover {
    color: #000000;
}
.products-carousel-2 .product-item .product--hover .product--action .btn--underlined:before {
    background-color: white;
}
.products-carousel-2 .product-item .product--hover .product--action .btn--underlined :after {
    background-color: #000000;
}
.products-carousel-2 .product-item .product--hover .product--action-content {
    position: absolute;
    left: 50px;
    bottom: 70px;
    padding-right: 10px;
}
.products-carousel-2 .product-item:hover .product--title {
    opacity: 0;
}
.products-carousel-2 .product-item:hover .product--action {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.products-carousel-2 .carousel-navs .owl-nav [class*=owl-] {
    color: white;
}
.products-carousel-2 .carousel-navs .owl-nav .owl-next {
    right: 50px;
}
.products-carousel-2 .carousel-navs .owl-nav .owl-next:before {
    content: "";
}
.products-carousel-2 .carousel-navs .owl-nav .owl-prev {
    left: 50px;
}
.products-carousel-2 .carousel-navs .owl-nav .owl-prev :before {
    content: "";
}

/* products carousel #3 */
.products-carousel-3.carousel-navs .owl-nav [class*=owl-] {
    top: 50%;
    left: 30px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 60px;
    width: 60px;
    color: #000000;
    margin: 0;
}
.products-carousel-3.carousel-navs .owl-nav [class*=owl-]:hover {
    color: var(--main);
}
.products-carousel-3.carousel-navs .owl-nav .owl-next {
    margin-top: -60px;
}
.products-carousel-3.carousel-navs .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    height: 20px;
    margin-top: -12px;
    background-color: #000000;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .products-carousel {
        text-align: center;
    }
}
/* products gallery carousel  */
.products-gallery-carousel {
    position: relative;
}
.products-gallery-carousel .zoom-icon {
    display: block;
    position: absolute;
    top: 45px;
    right: 30px;
    background-color: white;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 3;
}
.products-gallery-carousel .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    max-width: 100%;
}

.owl-thumbs .owl-thumb-item {
    padding: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    opacity: 0.7;
    cursor: pointer;
    margin-right: 18px;
}
.owl-thumbs .owl-thumb-item:last-of-type {
    margin-right: 0;
}
.owl-thumbs .owl-thumb-item.active {
    opacity: 1;
}

.products-gallery-carousel-1 .products-slider {
    padding-left: 100px;
}
.products-gallery-carousel-1 .owl-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.products-gallery-carousel-1 .owl-thumbs .owl-thumb-item {
    display: block;
    margin-bottom: 15px;
}

.products-gallery-carousel-3 .products-slider,
.products-gallery-carousel-4 .products-slider {
    padding-left: 0;
    padding-right: 100px;
}
.products-gallery-carousel-3 .owl-thumbs,
.products-gallery-carousel-4 .owl-thumbs {
    left: auto;
    right: 0;
}

.products-gallery-carousel-4 .owl-thumbs {
    top: 185px;
}
.products-gallery-carousel-4 .owl-thumbs .owl-thumb-item {
    margin-bottom: 30px;
    opacity: 0.8;
}

/* Shop Single */
.product--title h3 {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.product--price {
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1;
    margin-bottom: 33px;
}
.product--price .old--price {
    text-decoration: line-through;
    font-size: 16px;
    color: #a1a1a1;
    padding-left: 20px;
}

.product--rating {
    margin-bottom: 20px;
}
.product--rating i {
    color: #a1a1a1;
}
.product--rating i.active {
    color: #f6663f;
    font-size: 14px;
    line-height: 1;
}

.product-detalis-1 .product--desc p {
    margin-bottom: 25px;
}

.product--meta-info {
    margin-bottom: 46px;
    overflow: hidden;
}
.product--meta-info li {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.product--meta-info li span {
    padding-left: 35px;
    color: #7d7d7d;
    font-weight: 400;
}

.product--meta-action {
    margin-bottom: 48px;
}
.product--meta-action a.fav,
.product--meta-action a.compare {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    margin-right: 11px;
}
.product--meta-action a.fav:hover,
.product--meta-action a.compare:hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: white;
}
.product--meta-action .btn--primary {
    font-size: 14px;
    width: 220px;
    margin-right: 13px;
}

.select-order {
    margin-right: 17px;
    position: relative;
    display: inline-block;
}
.select-order .product-quantity {
    width: 100px;
    height: 45px;
    border: none;
    border-radius: 45px;
    font-family: "Lato", sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 25px;
    position: relative;
    background-color: #f6f7fb;
    text-align: center;
}
.select-order .product-quantity input {
    background-color: transparent;
    border: none;
    width: auto;
    text-align: center;
}
.select-order .product-quantity input.qty {
    color: #000000;
    width: 50px;
}
.select-order .product-quantity .plus,
.select-order .product-quantity .minus {
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 16px;
    color: #a1a1a1;
    cursor: pointer;
    font-weight: bold;
}
.select-order .product-quantity .plus {
    right: 15px;
}
.select-order .product-quantity .minus {
    left: 15px;
}

.product--meta-select {
    text-align: right;
    margin-bottom: 40px;
}
.product--meta-select .title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    line-height: 40px;
    letter-spacing: 1px;
    float: left;
}
.product--meta-select.select--size .sizes-wrapper {
    display: inline-block;
}
.product--meta-select .widget-size-form .radio-indicator {
    background-color: white;
    border-color: transparent;
}
.product--meta-select.select--color2, .product--meta-select.select--size2 {
    border-bottom: 1px solid #e1e1e1;
}
.product--meta-select.select--color2 .title, .product--meta-select.select--size2 .title {
    line-height: 50px;
}
.product--meta-select .select--dropdown {
    text-align: right;
}
.product--meta-select .select--dropdown .dropdown-menu {
    min-width: 140px;
    max-width: 250px;
    font-size: 15px;
    color: #7d7d7d;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    left: auto;
    overflow: hidden;
}
.product--meta-select .select--dropdown li {
    height: 50px;
    line-height: 50px;
}
.product--meta-select .select--dropdown li a {
    margin: 0 25px;
}
.product--meta-select .select--dropdown i {
    margin-left: 25px;
    color: #cccccc;
}
.product--meta-select.select--size2 .size {
    color: #000000;
    line-height: 50px;
    display: inline-block;
    padding: 0;
}
.product--meta-select.select--size2 .size span {
    color: #7d7d7d;
}
.product--meta-select.select--color2 .dropdown-menu {
    padding-left: 20px;
}
.product--meta-select.select--color2 .color {
    position: relative;
    padding-left: 30px;
    display: block;
    margin: 0;
    line-height: 50px;
    font-size: 15px;
    color: #7d7d7d;
}
.product--meta-select.select--color2 .color:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.product--meta-select.select--color2 .color-1:before {
    background-color: #a1a59c;
}
.product--meta-select.select--color2 .color-2:before {
    background-color: red;
}
.product--meta-select.select--color2 .color-3:before {
    background-color: green;
}
.product--meta-select.select--color2 .dropdown-toggle .color {
    display: inline-block;
    color: #7d7d7d;
}

.product--meta-select2 {
    margin-bottom: 30px;
}

.product--meta-select3 form .row {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
}
.product--meta-select3 form .row [class*=col-] {
    border-right: 1px solid #e1e1e1;
    padding: 0;
}
.product--meta-select3 form .row [class*=col-]:last-of-type {
    border-right: none;
}
.product--meta-select3 form .form-control {
    border: none;
    height: 54px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0 15px;
}
.product--meta-select3 form .select--box i {
    top: 20px;
    right: 15px;
    color: #cccccc;
}
.product--meta-select3 form .select-order {
    margin: 0;
    margin-top: 5px;
}

.product--share span {
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 27px;
}
.product--share a {
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #a1a1a1;
    display: inline-block;
    margin-right: 17px;
}
.product--share a:hover {
    color: var(--main);
}
.product--share a:last-of-type {
    margin-right: 0;
}

.product-item {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product-item .product--img {
    position: relative;
    margin-bottom: 17px;
}
.product-item .product--img img {
    max-width: 100%;
    height: auto;
}
.product-item .featured-item {
    position: absolute;
    top: 18px;
    left: 0;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--main);
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 1px;
    z-index: 2;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.product-item .featured-item2 {
    background-color: var(--main);
}
.product-item .featured-item3 {
    background-color: #ed8467;
}
.product-item .product--content {
    position: relative;
}
.product-item .product--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-item .product--hover .product--action {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.product-item .product--hover .product--action > a:not(.btn) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #efefef;
    display: inline-block;
    cursor: pointer;
    color: var(--main);
}
.product-item .product--hover .product--action > a:not(.btn):hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: white;
}
.product-item .product--hover .product--action .btn {
    width: 140px;
    font-size: 11px;
    letter-spacing: 0.5px;
    height: 40px;
    line-height: 38px;
}
.product-item .product--hover .product--action .btn i {
    margin-right: 7px;
}
.product-item .product--title h3 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 7px;
}
.product-item .product--title h3 a {
    color: #000000;
}
.product-item .product--title h3 a:hover {
    color: var(--main);
}
.product-item .product--price {
    color: #555555;
    font-size: 16px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    line-height: 1;
}
.product-item:hover .product--hover .product--action {
    bottom: 0;
}

.small-carousel .owl-dots {
    margin-top: 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
}

/* product item style-2 */
.product-item.style2 {
    overflow: visible;
}
.product-item.style2 .product--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-item.style2 .product--hover .product--action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    z-index: 2;
    -moz-box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    -webkit-box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    box-shadow: 0px 0px 30.4px 1.6px rgba(204, 204, 223, 0.57);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    padding-top: 60px;
}
.product-item.style2 .product--hover .product--action .btn {
    width: 156px;
    height: 40px;
    line-height: 38px;
    font-size: 11px;
    letter-spacing: 0;
}
.product-item.style2 .product--hover .product--action .btn i {
    margin-right: 8px;
}
.product-item.style2 .product--action-content {
    padding: 30px 20px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-item.style2 .product--action-icons {
    margin-bottom: 21px;
}
.product-item.style2 .product--action-icons a {
    display: inline-block;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.product-item.style2 .product--action-icons a:hover {
    background-color: var(--btn-hover);
    color: white;
}
.product-item.style2 .product--hover-info {
    margin-bottom: 36px;
}
.product-item.style2 .product--hover-info .product--title h3 a {
    color: #000000;
}
.product-item.style2 .product--hover-info .product--title h3 a:hover {
    color: var(--main);
}
.product-item.style2 .product--colors a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.product-item.style2 .product--colors a:last-of-type {
    margin-right: 0;
}
.product-item.style2 .product--colors a.color-1 {
    background-color: #4593d6;
}
.product-item.style2 .product--colors a.color-2 {
    background-color: #000000;
}
.product-item.style2 .product--colors a.color-3 {
    background-color: #ebb090;
}
.product-item.style2 .product--colors a.color-4 {
    background-color: #d7d7d7;
}
.product-item.style2:hover .product--content {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item.style2:hover .product--action {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* product item style-3 */
.product-item.style3 {
    margin-bottom: 0;
}
.product-item.style3 .product--img {
    overflow: hidden;
}
.product-item.style3 .product--hover .product--action {
    height: auto;
    padding: 15px 0;
}
.product-item.style3 .product--hover .product--action a {
    margin-right: 10px;
    border: none;
    color: #000000;
}
.product-item.style3 .product--hover .product--action a:hover {
    background-color: var(--main);
    color: white;
}
.product-item.style3 .product--hover .product--action a:last-of-type {
    margin-right: 0;
}

/* product item style-4 */
.product-item.style4 .product--action-content {
    background-color: var(--main);
}
.product-item.style4 .product--hover-info .product--title h3 a {
    color: white;
}
.product-item.style4 .product--hover-info .product--title h3 a:hover {
    color: #000000;
}
.product-item.style4 .product--hover-info .product--price {
    color: white;
}
.product-item.style4 .product--action-icons a {
    color: white;
}
.product-item.style4 .product--action-icons a:hover {
    background-color: var(--btn-hover);
    color: white;
}

/* product detalis #1 */
.product-detalis .col-content {
    padding: 0 70px;
}
.product-detalis .product--rating,
.product-detalis .product--review {
    display: inline-block;
    margin-bottom: 32px;
}
.product-detalis .product--rating {
    margin-right: 40px;
}
.product-detalis .product--review {
    font-size: 15px;
    line-height: 1;
}
.product-detalis .product--desc-tabs .nav-tabs {
    margin-bottom: 21px;
}
.product-detalis .product--desc-tabs .nav-tabs > li > a {
    line-height: 1;
    padding-bottom: 15px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-detalis .product--desc-tabs .nav-tabs > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-detalis .product--desc-tabs .nav-tabs > li > a:focus:before, .product-detalis .product--desc-tabs .nav-tabs > li > a:hover:before, .product-detalis .product--desc-tabs .nav-tabs > li > a.active:before {
    width: 100%;
}

.product-detalis-1 {
    padding: 168px 0 100px;
}
.product-detalis-1 .carousel-dots .owl-dots {
    margin-top: 0;
}
.product-detalis-1 .carousel-dots .owl-dots .owl-dot span {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}
.product-detalis-1 .carousel-dots .owl-dots .owl-dot:hover span, .product-detalis-1 .carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: var(--main);
}

/* product detalis #2 */
.product-detalis-2 .nav-tabs {
    margin-bottom: 57px;
    text-align: center;
}
.product-detalis-2 .nav-tabs > li > a {
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    margin-right: 100px;
}
.product-detalis-2 .nav-tabs > li:last-of-type a {
    margin-right: 0;
}
.product-detalis-2 .product--tabs .tab-pane .product--desc p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.product-detalis-2 .product--tabs .tab-pane .product--desc p:first-of-type {
    margin-bottom: 32px;
}
.product-detalis-2 #description .product--desc {
    padding-right: 60px;
    margin-right: 40px;
    border-right: 1px solid #ebebeb;
}
.product-detalis-2 .product--desc-list h6 {
    color: #000000;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.product-detalis-2 .product--desc-list li {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    padding-left: 17px;
}
.product-detalis-2 .product--desc-list li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
}

/* product detalis #3 */
.product-detalis-3 .product--desc p {
    margin-bottom: 35px;
}

/* product detalis #4 */
.product-detalis-4 .product--desc-list li:before {
    background-color: #a1a1a1;
}
.product-detalis-4 .product-features .heading {
    margin-bottom: 35px;
}

/* product detalis #5 */
.product-detalis-5 .col-content {
    padding: 66px 50px 50px;
}
.product-detalis-5 .product--desc-tabs {
    margin-bottom: 26px;
}
.product-detalis-5 .product--desc-tabs .nav-tabs {
    margin-bottom: 12px;
}
.product-detalis-5 .product--desc-tabs .nav-tabs > li > a {
    padding: 0;
}
.product-detalis-5 .product--desc-tabs .nav-tabs > li > a:before {
    display: none;
}
.product-detalis-5 .product--price {
    margin-bottom: 43px;
}
.product-detalis-5 .product--rating,
.product-detalis-5 .product--review {
    margin-bottom: 28px;
}

/* product detalis #6 */
.product-detalis-6 .sidebar {
    padding-top: 60px;
}
.product-detalis-6 .product--gallery-images img {
    margin-bottom: 30px;
}
.product-detalis-6 .col-content {
    padding: 60px 30px 50px;
}
.product-detalis-6 .select-order {
    margin-right: 7px;
}
.product-detalis-6 .product--meta-action .btn--primary {
    width: 260px;
    margin-right: 0;
}
.product-detalis-6 .nav-tabs {
    text-align: left;
}

/* product-detalis #10 */
.product-detalis-10 .product--desc-tabs .nav-tabs > li > a {
    padding: 0;
}
.product-detalis-10 .product--desc-tabs .nav-tabs > li > a:before {
    display: none;
}

/* product-detalis #11 */
.product-detalis-11 .col-content {
    padding: 185px 70px 0;
}
.product-detalis-11 .breadcrumb {
    position: absolute;
    top: 95px;
    right: 70px;
}

/* product-detalis #12 */
.product-detalis-12 .product--desc {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

/* related products*/
.related-products hr {
    border-top: 1px solid #ebebeb;
    margin: 0 0 120px;
}

/* product features #2 */
.product-features-2 {
    position: relative;
    background-color: #eaf0f4;
}
.product-features-2 .feature--img {
    position: absolute;
    left: 0;
    max-width: 700px;
}
.product-features-2 .heading--title {
    font-size: 30px;
    margin-bottom: 18px;
}
.product-features-2 .features--desc p {
    font-size: 17px;
    line-height: 27px;
    color: #7d7d7d;
    margin-bottom: 30px;
}
.product-features-2 .features--desc p:last-of-type {
    margin-bottom: 0;
}

/* product features #3 */
.product-features-3 {
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 140px;
    padding-top: 0;
}
.product-features-3 .heading {
    padding-top: 180px;
}
.product-features-3 .feature--img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 865px;
}

/* product features #4 */
.product-features-4 .heading {
    padding-top: 170px;
}
.product-features-4 .available--colors {
    display: flex;
    justify-content: space-between;
    max-width: 370px;
}
.product-features-4 .available--colors li {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 35px;
}
.product-features-4 .available--colors li a {
    color: #000000;
    display: inline-block;
}
.product-features-4 .available--colors li span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}
.product-features-4 .available--colors li span.gray {
    background-color: #b7b7b7;
}
.product-features-4 .available--colors li span.gold {
    background-color: #dea65f;
}
.product-features-4 .available--colors li span.blue {
    background-color: #2e3192;
}
.product-features-4 .features--desc {
    margin-bottom: 41px;
}

/* product-gallery-2 */
.product-gallery-2 {
    background-color: #f0f5f9;
}

/* review--comment */
.product--review-comments {
    margin-bottom: 70px;
}
.product--review-comments li {
    margin-bottom: 45px;
}
.product--review-comments li:last-of-type {
    margin-bottom: 0;
}
.product--review-comments .review--comment {
    position: relative;
}
.product--review-comments .review--comment .author--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.product--review-comments .review--comment h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-family: "Lato", sans-serif;
    display: inline-block;
    margin-bottom: 11px;
    margin-right: 25px;
}
.product--review-comments .review--comment .review--date {
    font-size: 15px;
    color: #a1a1a1;
    display: inline-block;
    margin-bottom: 11px;
    font-style: italic;
}
.product--review-comments .review--comment a.reply {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product--review-comments .review--comment a.reply i {
    margin-left: 7px;
    color: var(--main);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product--review-comments .review--comment a.reply:hover {
    color: var(--main);
}
.product--review-comments .review--comment a.reply:hover i {
    -moz-transform: translateX(7px);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
}
.product--review-comments .review--comment .product--comment {
    margin-bottom: 13px;
}
.product--review-comments .review--comment .product--rating {
    margin: 0;
}

.review--comment-content {
    padding-left: 100px;
}

.form--review textarea.form-control {
    height: 120px;
    margin-bottom: 40px;
}

.form--review-rating h5 {
    font-size: 20px;
    color: #000000;
    line-height: 1;
    margin-bottom: 65px;
}
.form--review-rating span {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    display: inline-block;
    margin-right: 30px;
}
.form--review-rating .product--rating {
    margin-right: 30px;
    margin-bottom: 45px;
}
.form--review-rating .product--rating i {
    color: #e1e1e1;
}
.form--review-rating .product--rating i.active {
    color: var(--main);
}
.form--review-rating .product--rating a {
    color: #e1e1e1;
}
.form--review-rating .product--rating a:hover {
    color: var(--main);
}
.form--review-rating .product--rating a:hover i {
    color: var(--main);
}

/* Shop Cart */
.cart-table {
    margin-bottom: 50px;
}
.cart-table .table {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
}
.cart-table .table > tbody > tr > td,
.cart-table .table > tbody > tr > th,
.cart-table .table > tfoot > tr > td,
.cart-table .table > tfoot > tr > th,
.cart-table .table > thead > tr > td,
.cart-table .table > thead > tr > th {
    vertical-align: middle;
    border-color: #ebebeb;
}
.cart-table .table thead {
    background-color: transparent;
}
.cart-table .table thead tr th {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
    line-height: 1 !important;
    border-bottom-width: 0 !important;
    border-color: transparent;
    padding: 30px 0;
}
.cart-table .table tbody tr td {
    padding: 30px 0;
    border-color: #ebebeb;
}
.cart-table .table tbody tr td.cart-product-price, .cart-table .table tbody tr td.cart-product-total {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #a1a1a1;
    font-family: "Lato", sans-serif;
}
.cart-table .table tbody tr td.cart-product-total {
    color: var(--main);
}
.cart-table .table tbody tr td.cart-product-total .btn i {
    margin-right: 10px;
}
.cart-table .table td.cart-product-quantity .product-quantity {
    position: relative;
    width: 100px;
    height: 45px;
    border: none;
    border-radius: 45px;
    font-family: "Lato", sans-serif;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 25px;
    position: relative;
    background-color: #f6f7fb;
    text-align: center;
}
.cart-table .table td.cart-product-quantity .product-quantity input {
    background-color: transparent;
    border: none;
    width: auto;
    text-align: center;
}
.cart-table .table td.cart-product-quantity .product-quantity input.qty {
    color: #000000;
    width: 50px;
}
.cart-table .table td.cart-product-quantity .product-quantity .plus,
.cart-table .table td.cart-product-quantity .product-quantity .minus {
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 16px;
    color: #a1a1a1;
    cursor: pointer;
    font-weight: bold;
}
.cart-table .table td.cart-product-quantity .product-quantity .plus {
    right: 15px;
}
.cart-table .table td.cart-product-quantity .product-quantity .minus {
    left: 15px;
}

.cart-product-action td {
    padding: 60px 0;
}
.cart-product-action form {
    margin-bottom: 30px;
    display: flex;
}
.cart-product-action .cart-copoun {
    padding-top: 0;
    border: none;
}
.cart-product-action .btn {
    width: 260px;
    font-size: 13px;
}
.cart-product-action .form-inline .form-control {
    color: #7d7d7d;
    font-size: 15px;
    font-weight: 400;
    padding: 0 25px;
    min-width: 360px;
    height: 42px;
    margin-bottom: 0;
    background-color: #f6f7fb;
    border: none;
    border-radius: 45px;
    margin-right: 5px;
}
.cart-product-action .form-inline .btn {
    width: 170px;
}
.cart-product-action .btn--bordered.btn--secondary {
    border-color: #e1e1e1;
}
.cart-product-action .btn--bordered.btn--secondary:hover {
    border-color: var(--btn-hover);
}
.cart-product-action .cart-copoun h3 {
    font-size: 24px;
    margin-bottom: 17px;
}
.cart-product-action .cart-copoun p {
    margin-bottom: 33px;
}
.cart-product-action .checkout--panel {
    padding: 30px 40px 50px;
    background-color: #f6f7fb;
}
.cart-product-action .checkout--panel h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.cart-product-action .checkout--panel hr {
    margin-top: 18px;
    margin-bottom: 26px;
    border-top: 1px solid #e1e1e1;
}
.cart-product-action .checkout--panel .sub--total,
.cart-product-action .checkout--panel .total {
    overflow: hidden;
}
.cart-product-action .checkout--panel .sub--total span,
.cart-product-action .checkout--panel .total span {
    float: right;
}
.cart-product-action .checkout--panel .sub--total h5,
.cart-product-action .checkout--panel .sub--total h6,
.cart-product-action .checkout--panel .total h5,
.cart-product-action .checkout--panel .total h6 {
    float: left;
}
.cart-product-action .checkout--panel .sub--total h5 {
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 25px;
}
.cart-product-action .checkout--panel .sub--total span {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}
.cart-product-action .checkout--panel .total h6 {
    font-size: 14px;
    margin-bottom: 40px;
}
.cart-product-action .checkout--panel .total span {
    font-size: 24px;
    font-weight: 700;
    color: var(--main);
    line-height: 1;
}
.cart-product-action .checkout--panel p {
    color: #7d7d7d;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 35px;
}

.cart-product-status {
    font-size: 14px;
    font-weight: 700;
    color: var(--main);
    text-transform: uppercase;
}

.wishlist .cart-product-content {
    padding-top: 60px;
}

.cart-product-img {
    position: absolute;
    top: 30px;
    left: 0;
}

.cart-product-content {
    padding-top: 16px;
    padding-left: 130px;
    min-height: 130px;
}

.cart-product-name h6 {
    color: #000000;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.cart-product-remove {
    float: right;
    width: 45px;
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ededed;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.cart-product-remove:hover {
    background-color: var(--main);
    border-color: var(--main);
    color: white;
}

.cart-product-item {
    position: relative;
}
.cart-product-item li {
    line-height: 36px;
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-left: 17px;
}
.cart-product-item li:before {
    content: "";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    left: 0;
}
.cart-product-item li span:last-of-type {
    color: #7d7d7d;
}
.cart-product-item li span:first-of-type {
    width: 60px;
    display: inline-block;
}

/* CART SHIPPING */
.cart-shiping .cart--shiping-text p {
    margin-bottom: 12px;
}
.cart-shiping .cart--shiping-text p:last-of-type {
    margin-bottom: 45px;
}
.cart-shiping .cart--shiping-text p a {
    font-weight: 700;
    color: #000000;
}
.cart-shiping .cart--shiping-text h3 {
    font-size: 24px;
    margin-bottom: 33px;
}
.cart-shiping label {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1;
    color: #a1a1a1;
    text-transform: uppercase;
}
.cart-shiping .form-control {
    background-color: #f6f7fb;
    border: none;
    font-size: 15px;
    color: #7d7d7d;
    font-weight: 400;
    padding: 0 21px;
    height: 45px;
    margin-bottom: 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize;
}
.cart-shiping .form-control::-webkit-input-placeholder {
    color: #7d7d7d;
}
.cart-shiping .form-control::-moz-placeholder {
    color: #7d7d7d;
}
.cart-shiping .form-control::-moz-placeholder {
    color: #7d7d7d;
}
.cart-shiping .form-control::-ms-input-placeholder {
    color: #7d7d7d;
}
.cart-shiping textarea.form-control {
    height: 200px;
}
.cart-shiping .input-checkbox {
    margin-bottom: 28px;
}
.cart-shiping .input-checkbox label {
    font-size: 15px;
    color: #000000;
    text-transform: lowercase;
}

.cart-total-amount {
    background-color: #fbfbfb;
    border-radius: 1px;
    padding: 45px 45px 55px;
}
.cart-total-amount h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.cart-total-amount h6 {
    font-size: 18px;
    margin-bottom: 0;
    float: left;
}
.cart-total-amount > div {
    padding: 23px 0;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
}
.cart-total-amount .cart--products {
    padding: 28px 0 0;
}
.cart-total-amount .cart--products h6 {
    margin-bottom: 6px;
}
.cart-total-amount .cart--products ul {
    margin-bottom: 6px;
}
.cart-total-amount .cart--products ul li {
    font-size: 16px;
    line-height: 34px;
    color: #7d7d7d;
}
.cart-total-amount .price {
    float: right;
}
.cart-total-amount .cart--subtotal {
    overflow: hidden;
}
.cart-total-amount .cart--subtotal h6 {
    float: left;
}
.cart-total-amount .cart--subtotal .price {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.cart-total-amount .cart--total {
    padding-top: 50px;
}
.cart-total-amount .cart--total .price {
    font-size: 24px;
    font-weight: 700;
    color: var(--main);
}
.cart-total-amount .cart--total .input-radio {
    margin-bottom: 27px;
}
.cart-total-amount .cart--total .input-radio p {
    padding: 7px 0 0 30px;
    margin-bottom: 0;
}
.cart-total-amount .currency--icons {
    display: inline-block;
}
.cart-total-amount .currency--icons i {
    font-size: 20px;
    color: #636363;
    margin-left: 15px;
}

/* products filter */
.products-filter .nav-tabs {
    border-bottom: none;
    margin-bottom: 100px;
}
.products-filter .nav-tabs li {
    display: inline-block;
}
.products-filter .nav-tabs li a {
    color: #a1a1a1;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-right: 37px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
}
.products-filter .nav-tabs li a.active, .products-filter .nav-tabs li a:hover {
    color: #000000;
}

.products-filter-2 li a {
    font-style: normal;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 400px) {
    .product--meta-info li {
        width: 100%;
        float: none;
        text-align: left !important;
        margin-bottom: 25px;
    }

    .product-detalis .product--desc-tabs .nav-tabs > li > a {
        margin-right: 10px;
    }

    .product-detalis-2 .nav-tabs > li > a {
        font-size: 14px;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cart-product-remove {
        margin: 5px 0;
        float: none;
    }

    .product-item {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .product--title h3 {
        font-size: 30px;
    }

    .products-filter .nav-tabs {
        margin-bottom: 50px;
    }
    .products-filter .nav-tabs li a {
        margin-right: 12px;
        margin-bottom: 15px;
    }

    .product-detalis .col-content {
        padding: 0 15px;
    }

    .product--meta-info {
        margin-bottom: 30px;
    }

    .select-order,
    .product--meta-action .btn {
        margin: 0 10px 10px 0;
    }

    .product--meta-action .btn--primary {
        width: 160px;
        font-size: 11px;
    }

    .select-order input {
        width: 148px;
    }

    .product-detalis-1 {
        padding-top: 100px;
    }

    .product-detalis-2 .nav-tabs {
        margin-bottom: 37px;
    }
    .product-detalis-2 .nav-tabs > li > a {
        margin-right: 20px;
        font-size: 15px;
    }
    .product-detalis-2 #description .product--desc {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 30px;
        border-right: none;
    }

    .product--meta-info li:last-of-type {
        text-align: right;
    }
    .product--meta-info li span {
        padding-left: 15px;
    }

    .product--meta-select {
        text-align: left;
    }
    .product--meta-select .justify-content-end {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .product--meta-select .title {
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .product--meta-select2 .title {
        float: left;
    }

    .product-features-2 .feature--img,
    .product-features-3 .feature--img,
    .product-features-4 .feature--img {
        position: static;
    }

    .product-features-3 .heading,
    .product-features-4 .heading {
        padding-top: 60px;
    }

    .cart-table thead tr th,
    .cart-table tbody tr td,
    .cart-product-action td {
        padding-left: 20px;
    }

    .cart-product-img {
        left: 20px;
    }

    .products-gallery-carousel .owl-carousel .owl-item img {
        width: 100%;
    }
    .products-gallery-carousel .products-slider {
        padding: 0;
    }
    .products-gallery-carousel .owl-thumbs {
        text-align: center;
    }
    .products-gallery-carousel .owl-thumbs .owl-thumb-item {
        display: inline-block;
        margin-bottom: 30px;
        margin-right: 5px;
    }
    .products-gallery-carousel .owl-thumbs .owl-thumb-item:last-child {
        margin-right: 0;
    }

    .products-gallery-carousel-1 .owl-thumbs {
        position: static;
    }

    .cart-product-action .btn,
    .cart-product-action .form-inline .form-control {
        margin-bottom: 20px;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-product-remove {
        margin: 5px 0;
        float: none;
    }

    .product-features-2 .feature--img,
    .product-features-3 .feature--img,
    .product-features-4 .feature--img {
        position: static;
    }

    .product-detalis-1 {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-detalis-5 .col-content {
        padding: 40px 30px 0;
    }

    .product-detalis-5 .col-content .mb-100 {
        margin-bottom: 50px !important;
    }

    .cart-product-action .form-inline .form-control {
        margin-bottom: 20px;
    }

    .product--meta-action .btn--primary {
        width: 170px;
        margin-bottom: 15px;
    }
}
/*------------------------------------*\
    #Register & login
\*------------------------------------*/
.register-login .register-title {
    margin-bottom: 33px;
}
.register-login .register-title h4 {
    font-size: 24px;
    margin-bottom: 12px;
}
.register-login .btn {
    font-size: 13px;
}
.register-login .form-control {
    background-color: #f6f7fb;
    border: none;
    font-size: 15px;
    color: #7d7d7d;
    font-weight: 400;
    padding: 0 21px;
    height: 45px;
    margin-bottom: 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.register-login .form-control::-webkit-input-placeholder {
    color: #7d7d7d;
}
.register-login .form-control::-moz-placeholder {
    color: #7d7d7d;
}
.register-login .form-control::-moz-placeholder {
    color: #7d7d7d;
}
.register-login .form-control::-ms-input-placeholder {
    color: #7d7d7d;
}

.forget--password {
    display: inline-block;
    margin-left: 40px;
    font-weight: 700;
    font-size: 16px;
}

.social--login .title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    line-height: 40px;
}
.social--login a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #959595;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
}
.social--login a:hover {
    background-color: var(--main);
    color: white;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social--login a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .forget--password {
        font-size: 14px;
        margin-left: 20px;
    }
}
/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
    padding: 0;
}
.page-title .title {
    padding: 220px 0 51px;
}
.page-title .title .title--heading {
    margin-bottom: 27px;
}
.page-title .title .title--heading h1 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}
.page-title .title .title--desc p {
    color: #f9f9f9;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
}

/* Title #2 */
.page-title .title-1 {
    padding: 110px 0 50px;
}

/* Title #2 */
.page-title .title-2 .title--heading {
    margin-bottom: 0;
}
.page-title .title-2 .breadcrumb {
    margin-bottom: 15px;
}

/* Title #3 */
.page-title .title-3 {
    padding: 268px 0 233px;
}

/* Title #4 */
.page-title .title-4 .title--heading {
    margin-bottom: 22px;
}
.page-title .title-4 .title--heading h1 {
    font-size: 36px;
}

/* Title #5 */
.page-title .title-5 {
    padding: 0;
}
.page-title .title-5 .title--heading h1 {
    color: white;
}

/* Title #6 */
.page-title.page-title-hero {
    padding: 60px 0 94px;
}
.page-title.page-title-hero .title {
    padding: 0;
}
.page-title.page-title-hero .title--subheading p {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
}
.page-title.page-title-hero .title--heading {
    margin-bottom: 19px;
}
.page-title.page-title-hero .title--heading h1 {
    font-size: 72px;
}
.page-title.page-title-hero .title--heading h1 span {
    display: block;
    color: var(--main);
}
.page-title.page-title-hero .title--desc p {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 28px;
    padding-right: 15px;
}
.page-title.page-title-hero .cat--links {
    padding-left: 150px;
    position: relative;
    max-width: 400px;
}
.page-title.page-title-hero .cat--links:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 94px;
    background-color: var(--main);
    top: 15px;
    left: 0;
    margin: 0 auto;
}
.page-title.page-title-hero .cat--links li {
    float: left;
    width: 50%;
}
.page-title.page-title-hero .cat--links li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.page-title.page-title-hero .cat--links li a:hover {
    color: var(--main);
    padding-left: 10px;
}
.page-title.page-title-hero .social--icons {
    position: absolute;
    bottom: 110px;
    right: -85px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.page-title.page-title-hero .social--icons span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding-right: 15px;
}
.page-title.page-title-hero .social--icons a:hover {
    color: var(--main);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title.title-6 .cat--links,
    .page-title.title-6 .title--desc p {
        margin-bottom: 40px;
    }
    .page-title.title-6 .social--icons {
        position: static;
        bottom: 0;
        right: 0;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .page-title.title-6 .title--heading h1 {
        font-size: 50px;
    }

    .page-title.fullscreen {
        height: 100vh !important;
    }

    .page-title .title--heading h1 {
        font-size: 40px;
    }
}
/*------------------------------------*\
    #featured collection
\*------------------------------------*/
.featured-collection .featured--item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 70px 0;
}
.featured-collection .featured--item-text {
    max-width: 380px;
    position: relative;
    min-height: 220px;
}
.featured-collection .featured--item-text h4 {
    font-size: 48px;
    text-decoration: underline;
    -moz-transform: translateX(75px);
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}
.featured-collection .featured--item-text h4 a {
    color: var(--main);
}
.featured-collection .featured--item-text h4 a:hover {
    color: #000000;
}
.featured-collection .featured--item-text .vertical--text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--main-light);
    letter-spacing: 4px;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.featured-collection .featured--item-img {
    width: 100%;
    height: 100%;
    max-width: 530px;
    max-height: 612px;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -moz-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -ms-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -o-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
}
.featured-collection .featured--item-desc {
    max-width: 280px;
    margin-left: 50px;
}
.featured-collection .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 138px;
    right: 225px;
    margin-top: 0;
}
.featured-collection .owl-dots:after {
    content: "/ " counter(slides-num);
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    color: #898989;
}
.featured-collection .owl-dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}
.featured-collection .owl-dots .owl-dot span {
    height: auto;
    width: auto;
    background-color: transparent;
    border: none;
}
.featured-collection .owl-dots .owl-dot.active:before {
    content: counter(slides-num);
    /* Use the same counter to get current item. */
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: 30px;
}
.featured-collection .carousel-navs .owl-dots {
    width: auto;
}
.featured-collection .carousel-navs .owl-nav [class*=owl-] {
    top: 0;
    height: auto;
    width: auto;
    line-height: 1;
    color: #d7d7d7;
    margin-top: -5px;
    margin-left: 7px;
}
.featured-collection .carousel-navs .owl-nav [class*=owl-]:hover {
    color: var(--main);
}
.featured-collection .carousel-navs .owl-nav .owl-prev,
.featured-collection .carousel-navs .owl-nav .owl-next {
    left: 50%;
    right: auto;
}
.featured-collection .carousel-navs .owl-nav .owl-next {
    top: 100%;
    margin-top: -36px;
}
.featured-collection .carousel-navs .owl-nav .owl-next:before {
    content: "";
    font-size: 25px;
}
.featured-collection .carousel-navs .owl-nav .owl-prev:before {
    content: "";
    font-size: 25px;
}

/* collection #1 */
.collection-item {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.collection-item .collection--title h3 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    line-height: 35px;
    margin-bottom: 11px;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}
.collection-item .collection--title h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: var(--main);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.collection-item .collection--title h3 a {
    color: #000000;
}
.collection-item .collection--title h3 a:hover {
    color: var(--main);
}
.collection-item .collection--title h3:hover:after {
    width: 100%;
}
.collection-item .collection--desc p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.collection-item .vertical--text {
    position: absolute;
    left: 95px;
    bottom: 55px;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--main);
    letter-spacing: 4px;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collection--img {
    position: relative;
}
.collection--img img {
    max-width: 100%;
    height: auto;
}
.collection--img:hover .collection--action {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.collection--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.collection--hover .collection--action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 109, 166, 0.8);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.collection--hover .collection--action .btn {
    width: 140px;
    font-size: 11px;
    letter-spacing: 0.5px;
    height: 40px;
    line-height: 38px;
}

.btn--underlined {
    font-size: 12px;
    color: #000000;
    width: auto;
    height: auto;
    line-height: 1;
    padding-bottom: 2px;
}
.btn--underlined:hover {
    color: var(--main);
}
.btn--underlined:before, .btn--underlined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn--underlined:after {
    right: 0;
    left: auto;
    width: 0;
    background-color: var(--main);
}
.btn--underlined:hover:after {
    width: 100%;
}

.collection-1 .collection-item-1 .collection--content {
    position: absolute;
    top: 50%;
    right: -200px;
}
.collection-1 .collection-item-2 {
    margin: 210px 100px 65px 0;
}
.collection-1 .collection-item-2 .collection--img {
    margin-bottom: 23px;
}
.collection-1 .collection-item-2 .vertical--text {
    color: #a1a1a1;
    bottom: 85px;
    left: auto;
    right: -57px;
}
.collection-1 .collection-item-2 .collection--title h3 {
    margin-bottom: 12px;
}
.collection-1 .collection-item-3 {
    margin: 0 100px 0 0;
}
.collection-1 .collection-item-4 {
    margin: 0 0 40px 100px;
}
.collection-1 .collection-item-4 .collection--content {
    position: absolute;
    top: 50%;
    left: -100px;
}
.collection-1 .collection-item-5 {
    margin: 0 80px 0 130px;
}
.collection-1 .collection-item-5 .vertical--text {
    top: 0;
    left: auto;
    bottom: auto;
    right: -70px;
}
.collection-1 .collection-item-5 .collection--content {
    position: absolute;
    bottom: 130px;
    left: -100px;
}
.collection-1 .collection-item-6 {
    margin: 250px 0 0 200px;
}
.collection-1 .collection-item-6 .collection--content {
    position: absolute;
    top: 50%;
    left: -200px;
}

/* collection #2 */
.collection-2 .btn--underlined.btn--view {
    font-size: 30px;
    text-transform: capitalize;
    color: #000000;
}
.collection-2 .collection--hover .collection--action {
    background-color: rgba(96, 109, 166, 0.8);
}
.collection-2 .btn--underlined {
    color: #000000;
}
.collection-2 .btn--underlined:after {
    background-color: var(--main);
}
.collection-2 .btn--underlined:hover {
    color: var(--main);
}
.collection-2 .btn--underlined.btn--view {
    color: var(--main);
}
.collection-2 .collection-item .collection--title h3:after {
    background-color: var(--main);
}
.collection-2 .collection-item .collection--title h3 a:hover {
    color: var(--main);
}
.collection-2 .collection-item .collection--title:hover .btn--underlined {
    color: var(--main);
}
.collection-2 .collection-item .collection--title:hover .btn--underlined:after {
    background-color: var(--main);
}
.collection-2 .collection-item-1 {
    margin: 0 140px 138px 0;
}
.collection-2 .collection-item-1 .collection--img {
    margin-bottom: 23px;
}
.collection-2 .collection-item-1 .vertical--text {
    top: 85px;
    bottom: auto;
    left: auto;
    right: -70px;
    color: var(--main);
}
.collection-2 .collection-item-2 {
    margin: 0 0 160px 100px;
    max-width: 370px;
}
.collection-2 .collection-item-2 .collection--content {
    position: absolute;
    top: 50%;
    left: -100px;
}
.collection-2 .collection-item-3 {
    margin: 215px 0 135px 100px;
}
.collection-2 .collection-item-3 .collection--content {
    position: absolute;
    top: 50%;
    left: -100px;
}
.collection-2 .collection-item-4 {
    margin-right: 70px;
}
.collection-2 .collection-item-4 .collection--img {
    margin-bottom: 23px;
}
.collection-2 .collection-item-4 .vertical--text {
    bottom: 83px;
    left: auto;
    right: -70px;
    color: #a1a1a1;
}

/* collection #3 */
.collection-3 .collection-item {
    margin-bottom: 145px;
    overflow: hidden;
}
.collection-3 .collection-item .collection--action {
    background-color: transparent;
    height: auto;
    top: auto;
    bottom: -80px;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.collection-3 .collection-item .collection--action a {
    margin-right: 5px;
}
.collection-3 .collection-item .collection--action a:last-of-type {
    margin-right: 0;
}
.collection-3 .collection-item .collection--action a:not(.btn) {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #efefef;
    display: inline-block;
    cursor: pointer;
}
.collection-3 .collection-item .collection--action a:not(.btn):hover {
    background-color: var(--btn-hover);
    border-color: var(--btn-hover);
    color: white;
}
.collection-3 .collection-item .collection--action .btn {
    width: 170px;
    font-size: 11px;
    letter-spacing: 0.5px;
    height: 40px;
    line-height: 38px;
}
.collection-3 .collection-item .collection--action .btn i {
    margin-right: 7px;
}
.collection-3 .collection-item:hover .collection--action {
    bottom: 0;
    background-color: white;
}
.collection-3 .collection-item:hover .collection--content {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.collection-3 .collection-item .collection--price {
    font-size: 16px;
    font-weight: 700;
    color: #555555;
}
.collection-3 .collection-item-2 {
    margin-right: 175px;
}
.collection-3 .collection-item-2 .vertical--text {
    left: auto;
    right: -175px;
    bottom: auto;
    top: 0;
}
.collection-3 .collection-item-6 {
    margin-right: 175px;
}
.collection-3 .collection-item-6 .vertical--text {
    left: auto;
    right: -175px;
    bottom: auto;
    top: 0;
    color: var(--main);
}
.collection-3 .collection-item-3 {
    margin-left: 175px;
}
.collection-3 .collection-item-3 .vertical--text {
    left: -175px;
    bottom: auto;
    top: 0;
    color: var(--main);
}
.collection-3 .item--numb {
    font-size: 72px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    color: #d7d7d7;
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* collection #4 */
.collection-4 .collection-item {
    margin-bottom: 90px;
}
.collection-4 .collection-item .vertical--text {
    left: 85px;
    bottom: auto;
    top: 65px;
}
.collection-4 .collection--hover .collection--action {
    background-color: var(--bg-hover-collection);
    height: 82%;
}
.collection-4 .collection--hover .collection--action .btn {
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.collection-4 .collection--img {
    margin-bottom: 42px;
}
.collection-4 .collection-item-1 .vertical--text {
    color: var(--main);
}
.collection-4 .item--numb {
    position: absolute;
    font-size: 48px;
    top: -28px;
    left: 70px;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    color: #d7d7d7;
    font-weight: 700;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .collection-4 .collection-item {
        max-width: 370px;
        margin: 0 auto 80px auto;
        text-align: center;
    }
    .collection-4 .collection-item .vertical--text {
        left: 20px;
        top: 85px;
    }
}
/* collection #5 */
.collection-5 .collection-item {
    margin-bottom: 30px;
}
.collection-5 .collection-item .collection--content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}
.collection-5 .collection-item .collection--content .collection--title h3 {
    padding-bottom: 0;
    margin-bottom: 11px;
}
.collection-5 .collection-item .collection--content .collection--title h3:after {
    display: none;
}
.collection-5 .collection-item .collection--desc p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0;
}
.collection-5 .collection-item .collection--img {
    overflow: hidden;
}
.collection-5 .collection-item .collection--img img {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.collection-5 .collection-item:hover .collection--img img {
    -moz-transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}
.collection-5 .collection-item-1 img {
    height: 530px;
    width: 100%;
}
.collection-5 .collection-item-3 {
    padding: 20px 0 20px 20px;
    border: 1px dashed #ebebeb;
}
.collection-5 .collection-item-3 .collection--content {
    position: static;
}
.collection-5 .collection-item-3 .vertical--text {
    position: absolute;
    bottom: auto;
    left: 260px;
    top: 62px;
    color: #000000;
}
.collection-5 .collection-item-3 .collection--title h3 {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 0;
    letter-spacing: -6px;
    background: url(../../assets/images/collection/col5/clip-img.jpg);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
}
.collection-5 .collection-item-3 .collection--title h4 {
    font-size: 100px;
    margin-bottom: 4px;
    margin-top: -20px;
}
.collection-5 .collection-item-3 .collection--desc p {
    background-color: var(--main);
    color: white;
    padding: 6px 25px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.collection-5 .btn--shop {
    width: auto;
    height: auto;
    line-height: 1;
    color: var(--main);
}
.collection-5 .collection-item-4 .collection--desc p {
    background-color: #000000;
    color: white;
    padding: 4px 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.collection-5 .collection-item-4 .collection--title h3 {
    margin-bottom: 47px;
}
.collection-5 .collection-5 .collection-item-5 .collection--content {
    width: 100%;
    bottom: 50%;
    left: 50%;
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.collection-5 .collection-5 .collection-item-5 .collection--action {
    background-color: rgba(255, 255, 255, 0.9);
}
.collection-5 .collection-5 .collection-item-5:hover .collection--action {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.collection-5 .collection-5 .collection-item-5 .collection--desc p {
    margin-bottom: 47px;
}

/* collection #6 */
.collection-6 .row {
    margin: 0;
}
.collection-6 .row [class*=col-] {
    overflow: hidden;
}
.collection-6 .owl-dots {
    margin-top: 0;
    z-index: 3;
    position: absolute;
    bottom: 70px;
    right: 70px;
}
.collection-6 .owl-dots .owl-dot span {
    background-color: #363636;
}
.collection-6 .owl-dots .owl-dot.active span {
    background-color: transparent;
}
.collection-6 .collection-item {
    margin-bottom: 0;
}
.collection-6 .collection-item .collection--img {
    overflow: hidden;
}
.collection-6 .collection-item .collection--img img {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.collection-6 .collection-item:hover img {
    -moz-transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}
.collection-6 .collection-item:hover .collection--action {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.collection-6 .collection-item .collection--content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 2;
}
.collection-6 .collection-item .collection--title h3 {
    padding-bottom: 0;
    margin-bottom: 14px;
}
.collection-6 .collection-item .collection--title h3:after {
    display: none;
}
.collection-6 .collection-item .collection--desc p {
    color: #7d7d7d;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 0;
}
.collection-6 .collection-item .btn {
    width: auto;
    height: auto;
    line-height: 1;
    color: #000000;
    letter-spacing: 3px;
}
.collection-6 .collection-item .collection--hover {
    padding: 15px;
}
.collection-6 .collection--action {
    background-color: rgba(255, 255, 255, 0.6);
}
.collection-6 .collection-item-1 .collection--content {
    bottom: 70px;
    left: 100px;
}
.collection-6 .collection-item-1 .collection--title h3 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 19px;
}
.collection-6 .collection-item-1 .collection--status {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    padding-top: 30px;
    position: absolute;
    top: 100px;
    left: 100px;
}
.collection-6 .collection-item-1 .collection--status:before {
    content: "";
    width: 34px;
    height: 4px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}
.collection-6 .collection-item-1 .collection--desc p {
    margin-bottom: 35px;
}
.collection-6 .collection-item-3 .btn {
    position: absolute;
    top: 65px;
    right: 60px;
}
.collection-6 .collection-item-7 {
    background-color: var(--main);
    text-align: center;
    padding: 22px;
}
.collection-6 .collection-item-7 .collection--content {
    position: static;
}
.collection-6 .collection-item-7 .collection--title h3 {
    color: white;
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 0;
}
.collection-6 .collection-item-7 .collection--title h4 {
    color: white;
    font-size: 74px;
    margin-bottom: 3px;
    margin-top: -20px;
}
.collection-6 .collection-item-7 .collection--desc p {
    background-color: #000000;
    color: #7d7d7d;
    padding: 6px 25px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 8px;
}
.collection-6 .collection-item-7 .vertical--text {
    position: absolute;
    bottom: auto;
    right: 25px;
    top: 62px;
    color: white;
}
.collection-6 .collection-item-7 .btn {
    color: white;
}
.collection-6 .collection-item-9 .collection--content {
    width: 100%;
    bottom: 50%;
    left: 50%;
    -moz-transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
}
.collection-6 .collection-item-9 p {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.collection-6 .collection-item-9 h3 {
    font-size: 48px;
    color: white;
    margin-bottom: 5px;
    background-color: #f69679;
    padding: 2px 8px;
    display: inline-block;
}
.collection-6 .collection-item-9 h4 {
    font-size: 48px;
    margin-bottom: 14px;
}
.collection-6 .collection-item-9 .btn {
    padding-top: 40px;
}
.collection-6 .collection-item-9 .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 24px;
    background-color: #000000;
}

/* collection #7 */
.collection-7 .collection-item .collection--title h3 {
    padding-bottom: 0;
}
.collection-7 .collection-item .collection--title h3:after {
    display: none;
}
.collection-7 .collection-item .collection--title h3 a:hover {
    color: var(--main);
}
.collection-7 .collection-item-1 .collection--title h3 {
    font-size: 48px;
    line-height: 58px;
}
.collection-7 .collection-item-1 .collection--title h3 a {
    color: white;
}
.collection-7 .collection-item-1 .collection--content {
    position: absolute;
    top: 50%;
    right: -190px;
    max-width: 340px;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.collection-7 .collection-item-2 {
    text-align: center;
}
.collection-7 .collection-item-2 .collection--img {
    margin-bottom: 27px;
}
.collection-7 .collection-item-2 .collection--title h3 {
    font-size: 16px;
    line-height: 1;
}
.collection-7 .collection-item-2 .collection--title h3 a {
    color: #7d7d7d;
}
.collection-7 .collection-item-2 .collection--price {
    color: #555555;
    font-size: 16px;
    font-weight: 700;
}
.collection-7 .collection-item-4 .collection--content {
    left: -190px;
    right: auto;
    text-align: right;
}
.collection-7 .vertical--text {
    right: 95px;
    left: auto;
    font-size: 30px;
    font-weight: 700;
}
.collection-7 .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.collection-7 .owl-carousel .owl-dots {
    margin-top: 0;
    position: absolute;
    z-index: 30;
    top: 50%;
    right: 50px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collection-7 .owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    background-color: transparent;
    margin: 0 4px;
    border: 2px solid #343434;
}
.collection-7 .owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: var(--main);
}
.collection-7 .carousel-2 .owl-dots {
    right: auto;
    left: 50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .collection-item .collection--title h3 {
        font-size: 25px;
    }

    .featured-collection .featured--item {
        display: block;
    }
    .featured-collection .featured--item-desc {
        margin: 30px 0 0;
        max-width: 100%;
    }
    .featured-collection .featured--item-text {
        max-width: none;
        min-height: auto;
        text-align: center;
    }
    .featured-collection .featured--item-text h4 {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        font-size: 30px;
    }
    .featured-collection .featured--item-text .vertical--text {
        position: static;
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-bottom: 20px;
        display: block;
    }
    .featured-collection .featured--item-img {
        margin: auto;
    }
    .featured-collection .carousel-navs .owl-nav .owl-prev,
    .featured-collection .carousel-navs .owl-nav .owl-next {
        margin-left: -6px;
    }
    .featured-collection .carousel-navs .owl-nav .owl-prev {
        margin-top: 20px;
    }
    .featured-collection .carousel-navs .owl-nav .owl-next {
        margin-top: -20px;
    }
    .featured-collection .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        top: auto;
        bottom: 30px;
        right: 50%;
        margin-top: 0;
        margin-right: -18px;
    }

    .featured--item-desc {
        text-align: center;
    }

    /* collection #1 */
    .collection-1 .container-fluid {
        padding: 0 15px !important;
    }

    .collection-1 .collection-item,
    .collection-2 .collection-item {
        max-width: 400px;
        margin: 0 auto 40px;
        text-align: center;
    }

    .collection-item .vertical--text,
    .collection-1 .collection-item-2 .vertical--text,
    .collection-1 .collection-item-5 .vertical--text,
    .collection-2 .collection-item-1 .vertical--text,
    .collection-2 .collection-item-4 .vertical--text {
        bottom: auto;
        right: auto;
        left: 20px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 100%;
        text-align: center;
    }

    .collection-1 .collection-item-1 .collection--content,
    .collection-1 .collection-item-4 .collection--content,
    .collection-1 .collection-item-5 .collection--content,
    .collection-1 .collection-item-6 .collection--content,
    .collection-2 .collection-item-2 .collection--content,
    .collection-2 .collection-item-3 .collection--content {
        position: static;
    }

    .collection-3 .collection-item {
        max-width: 370px;
        margin: 0 auto 80px auto;
        text-align: center;
    }

    .collection-5 .collection-item {
        max-width: 410px;
        margin: 0 auto 50px auto;
        text-align: center;
    }
    .collection-5 .collection-item-3 .collection--title h3 {
        font-size: 100px;
    }
    .collection-5 .collection-item-3 .collection--title h4 {
        font-size: 80px;
    }
    .collection-5 .collection-item-3 .vertical--text {
        left: 225px;
        top: 90px;
    }
    .collection-5 .collection-item-3 .collection--desc p {
        font-size: 14px;
        padding: 4px 15px;
    }
    .collection-5 .collection-item-4 .collection--desc p {
        margin-bottom: 10px;
    }
    .collection-5 .collection-item-4 .collection--title h3 {
        margin-bottom: 10px;
    }

    .collection-6 .collection--img img {
        width: 100%;
    }
    .collection-6 .collection-item {
        margin-bottom: 0 !important;
    }

    .collection-7 .collection-item-1 .collection--content {
        width: 100%;
        max-width: 100%;
        text-align: center;
        right: 0;
        left: 0;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-collection .featured--item-img {
        max-width: 400px;
    }
    .featured-collection .featured--item-text h4 {
        -moz-transform: translateX(35px);
        -webkit-transform: translateX(35px);
        transform: translateX(35px);
    }
    .featured-collection .featured--item-desc {
        min-width: 200px;
    }
    .featured-collection .owl-dots {
        counter-reset: slides-num;
        position: absolute;
        top: auto;
        bottom: 30px;
        right: 50%;
        margin-top: 0;
        margin-right: -18px;
    }

    .collection-1 .collection-item-5 .vertical--text {
        right: 0;
    }
    .collection-1 .collection-item-6 .collection--content {
        left: -100px;
    }

    .collection-2 .collection-item-1,
    .collection-2 .collection-item-4 {
        margin-right: 50px;
    }
    .collection-2 .collection-item-1 .vertical--text,
    .collection-2 .collection-item-4 .vertical--text {
        right: -50px;
        height: 100%;
        text-align: center;
    }

    .collection-3 .collection-item {
        margin: 0 0 50px !important;
    }
    .collection-3 .collection-item img {
        display: block;
        margin: auto;
    }
    .collection-3 .collection-item .collection--content {
        text-align: center;
    }
    .collection-3 .collection-item .collection--action .btn {
        width: 140px;
    }

    .collection-6 .collection--img img {
        width: 100%;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .featured-collection .featured--item-img {
        max-width: 400px;
    }

    .collection-3 .collection-item {
        margin: 0 0 50px !important;
    }
    .collection-3 .collection-item .collection--content {
        text-align: center;
    }
    .collection-3 .collection-item-7 .collection--title h3 {
        font-size: 64px;
    }
    .collection-3 .collection-item-7 .collection--title h4 {
        font-size: 37px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
    .collection-5 .collection--content {
        bottom: 20px;
    }
}
/*------------------------------------*\
    #instagram
\*------------------------------------*/
.instagram .heading .heading--icon {
    margin-bottom: 28px;
    line-height: 30px;
    display: inline-block;
}
.instagram .heading .heading--icon a {
    font-size: 15px;
    font-style: italic;
    color: #a1a1a1;
}
.instagram .heading .heading--icon i {
    color: #000000;
    font-size: 30px;
    margin-right: 24px;
    float: left;
}
.instagram .heading .heading--desc {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 0 40px;
}
.instagram .instagram--img {
    position: relative;
    overflow: hidden;
    margin: auto;
}
.instagram .instagram--img .img--hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 109, 166, 0.7);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.instagram .instagram--img:Hover .img--hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .instagram .instagram--img {
        max-width: 340px;
    }
    .instagram .heading .heading--desc {
        padding: 0;
    }
}
/*----------------------
        Deals
----------------------*/
.day-deals .heading {
    margin: 140px 0 65px;
}
.day-deals .heading .heading--title {
    color: var(--main);
}
.day-deals .heading .heading--subtitle {
    font-size: 13px;
    color: #555555;
    letter-spacing: 5px;
}
.day-deals .deal--price {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 9px;
    line-height: 1;
}
.day-deals .deal--desc {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1;
    font-weight: 600;
}
.day-deals .btn {
    font-size: 11px;
    width: 190px;
    height: 40px;
    line-height: 38px;
    border: 1px solid var(--main);
    margin-bottom: 155px;
}
.day-deals .vertical--text {
    position: absolute;
    bottom: -17px;
    right: -26px;
    z-index: 1;
    display: inline-block;
    font-size: 200px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: white;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.day-deals .countdown-amount {
    font-weight: 300;
}

/*  day deals #2 */
.day-deals-2 {
    background-color: #f5f5f5;
}
.day-deals-2 .text--container {
    padding-top: 210px;
}
.day-deals-2 .btn {
    background-color: #000000;
    border-color: #000000;
    color: white;
}
.day-deals-2 .btn:hover {
    background-color: var(--main);
    border-color: var(--main);
}
.day-deals-2 .vertical--text {
    opacity: 0.3;
}
.day-deals-2 .heading {
    position: absolute;
    top: 210px;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 2;
}
.day-deals-2 .heading .heading--subtitle {
    font-size: 13px;
    letter-spacing: 4px;
    color: #000000;
}
.day-deals-2 .heading .heading--title {
    color: #000000;
}
.day-deals-2 .btn {
    margin-bottom: 215px;
}

/*  day deals #3 */
.day-deals-3 .heading {
    margin: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .day-deals {
        text-align: center;
        padding-bottom: 40px !important;
    }
    .day-deals .heading {
        margin: 80px 0 40px;
    }
    .day-deals .vertical--text {
        display: none;
    }
    .day-deals .btn {
        margin-bottom: 40px;
    }
    .day-deals .owl-carousel .owl-item img {
        width: auto;
        margin: auto;
        display: block;
        max-width: 300px;
    }

    .day-deals-2 .text--container {
        padding-top: 60px;
    }
    .day-deals-2 .heading {
        position: static;
        text-align: center;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .day-deals {
        padding-bottom: 60px !important;
    }
    .day-deals .heading {
        margin: 80px 0 40px;
    }
    .day-deals .vertical--text {
        display: none;
    }
    .day-deals .btn {
        margin-bottom: 40px;
    }

    .day-deals .day-deals .day-deals-2 .text--container {
        padding-top: 100px;
    }
    .day-deals .day-deals .day-deals-2 .heading {
        text-align: left;
        position: static;
    }
    .day-deals .day-deals .day-deals-2 .btn {
        margin-bottom: 50px;
    }
}
/* Medium Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .day-deals .vertical--text {
        display: none;
    }

    .day-deals-2 .btn {
        margin-bottom: 50px;
    }
}
/*------------------------------------*\
    #slider
\*------------------------------------*/
.hero {
    padding: 0;
}

.slider {
    position: relative;
    z-index: 2;
    min-height: 600px;
    background-color: white;
}
.slider .social--icons a {
    font-size: 16px;
}
.slider .social--icons a:hover {
    color: var(--main);
}
.slider .social--icons span {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    padding-right: 15px;
}
.slider .btn {
    padding: 0 !important;
}
.slider .btn--underlined {
    letter-spacing: 5px;
}
.slider .btn--underlined:before {
    background-color: var(--main);
}
.slider .btn--underlined:after {
    background-color: #000000;
}
.slider .metis .tp-bullet-title,
.slider .dione .tp-bullet-title {
    display: none;
}

.slide-status-numbers span {
    font-size: 14px !important;
}

.slider-1 .ares .tp-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #d7d7d7 !important;
}
.slider-1 .ares .tp-bullet:hover {
    background: var(--main) !important;
}
.slider-1 .ares .tp-bullet.selected {
    background: var(--main) !important;
}
.slider-1 .ares .tp-bullet.selected:hover .tp-bullet-title {
    background: var(--main) !important;
}
.slider-1 .ares .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent transparent var(--main) !important;
}
.slider-1 .ares .tp-bullet-title {
    color: 136, 136, 136 !important;
    font-size: 8px !important;
    background: rgba(255, 255, 255, 0.75) !important;
}
.slider-1 .ares .tp-bullet-title:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75) !important;
}
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.selected:hover .tp-bullet-title:after,
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: var(--main) transparent transparent transparent !important;
}
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent var(--main) transparent !important;
}
.slider-1 .ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title:after {
    border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent !important;
}
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title:after,
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title:after {
    border-color: rgba(255, 255, 255, 0.75) transparent transparent transparent !important;
}
.slider-1 .ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title:after {
    border-color: transparent transparent rgba(255, 255, 255, 0.75) transparent !important;
}
.slider-1 .hades.tparrows {
    cursor: pointer;
    background: var(--btn-hover);
    width: 100px;
    height: 160px;
    line-height: 160px;
    position: absolute;
    display: block;
    z-index: 100;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
}
.slider-1 .hades.tparrows:before {
    font-family: fontawesome;
    font-size: 30px;
    color: var(--main);
    display: block;
    line-height: 160px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-1 .hades.tparrows:hover:before {
    color: white;
    background: black;
}
.slider-1 .hades.tparrows.tp-leftarrow:before {
    content: "";
}
.slider-1 .hades.tparrows.tp-rightarrow:before {
    content: "";
}
.slider-1:hover .hades.tparrows {
    opacity: 1;
}
.slider-1 .hades .tp-arr-allwrapper {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #888;
    width: 100px;
    height: 100px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.slider-1 .hades.tp-rightarrow .tp-arr-allwrapper {
    left: auto;
    right: 100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -moz-transform: rotatey(90deg);
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
}
.slider-1 .hades.tp-leftarrow {
    display: none;
}
.slider-1 .hades:hover .tp-arr-allwrapper {
    -moz-transform: rotatey(0deg);
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
}
.slider-1 .hades .tp-arr-imgholder {
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slider-1 .hades .tp-arr-allwrapper {
    width: 260px;
    height: 160px;
}
.slider-1 .slide-status-numbers {
    font-family: "Montserrat", sans-serif;
    font-size: 72px;
    color: #000000;
    font-weight: 700;
}
.slider-1 .slide-status-numbers .rev--slide-num {
    color: #a1a1a1 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

/* slider #2 */
.slider-2 .hesperiden .tp-thumb .tp-thumb-title {
    display: none;
}
.slider-2 .metis.tparrows {
    background-color: transparent;
}
.slider-2 .metis.tparrows:hover {
    background-color: transparent;
}
.slider-2 .dione .tp-bullet-image,
.slider-2 .dione .tp-bullet.selected,
.slider-2 .dione .tp-bullet:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.slider-2 .dione .tp-bullet {
    width: 100px;
    height: 70px;
}
.slider-2 .tp-thumb-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    background-color: rgba(242, 108, 79, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-2 .tp-thumb-image:hover:after {
    opacity: 1;
}
.slider-2 .metis.tparrows:before {
    font-size: 20px;
    color: #d7d7d7;
    font-weight: 700;
}
.slider-2 .metis.tparrows:hover:before {
    color: #000000;
}
.slider-2 .btn--underlined {
    color: var(--main);
}
.slider-2 .btn--underlined:hover {
    color: #363636;
}

/* slider #3 */
.slider-3 .metis.tparrows {
    padding: 0;
    color: #acacac;
    width: auto;
    height: auto;
    background-color: transparent;
}
.slider-3 .metis.tparrows:hover {
    background-color: transparent;
}
.slider-3 .tparrows:before {
    font-family: fontawesome;
    font-size: 30px;
}
.slider-3 .tparrows.tp-rightarrow:before {
    content: "";
    -moz-transform: translate(-79px, -25px);
    -webkit-transform: translate(-79px, -25px);
    transform: translate(-79px, -25px);
}
.slider-3 .tparrows.tp-rightarrow:hover:before {
    -moz-transform: translate(-79px, -25px) scale(1.5);
    -webkit-transform: translate(-79px, -25px) scale(1.5);
    transform: translate(-79px, -25px) scale(1.5);
}
.slider-3 .tparrows.tp-leftarrow:before {
    content: "";
}
.slider-3 .metis .tp-bullet-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.slider-3 .metis .tp-bullet-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 109, 166, 0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.slider-3 .metis .tp-bullet-image:hover:before {
    opacity: 1;
}
.slider-3 .metis .tp-bullet-title {
    display: none;
    background-color: transparent;
}
.slider-3 .metis .tp-bullet-title:hover {
    display: none;
    background-color: transparent;
}
.slider-3 .tp-bullet {
    background: transparent;
    background-color: transparent;
    padding: 0;
}
.slider-3 .tp-bullet:hover, .slider-3 .tp-bullet.selected {
    background: transparent;
    background-color: transparent;
    padding: 0;
}
.slider-3 .btn {
    padding-left: 75px !important;
    width: 190px;
    height: 40px;
    line-height: 38px !important;
    letter-spacing: 3px !important;
}
.slider-3 .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    height: 40px;
    border: 1px solid var(--main);
    z-index: -1;
}
.slider-3 .btn:hover:before {
    border-color: #000000;
}
.slider-3 .btn-2 {
    padding-left: 37px !important;
}
.slider-3 .btn-2:before {
    width: 86px;
    border: none;
    background-color: #e1e1e1;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .slider-3 .tp-bullets {
        display: none;
    }
}
/* slider #4 */
.slider-4 .btn {
    color: var(--main);
}
.slider-4 .btn:hover {
    color: #000000;
}
.slider-4 .social--icons {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 30;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top;
}
.slider-4 .social--icons span {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding-right: 15px;
}
.slider-4 .social--icons a {
    font-size: 16px;
}
.slider-4 .social--icons a:hover {
    color: var(--main);
}
.slider-4 .hermes.tparrows {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(96, 109, 166, 0.8);
}
.slider-4 .hermes.tparrows:before {
    line-height: 90px;
}
.slider-4 .hermes.tparrows .tp-arr-titleholder {
    -moz-transform: rotateX(0deg) translateX(-110px);
    -webkit-transform: rotateX(0deg) translateX(-110px);
    transform: rotateX(0deg) translateX(-110px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-4 .hermes.tparrows:hover .tp-arr-titleholder {
    -moz-transform: rotateX(0deg) translateX(-110px);
    -webkit-transform: rotateX(0deg) translateX(-110px);
    transform: rotateX(0deg) translateX(-110px);
}
.slider-4 .hermes .tp-arr-imgholder {
    width: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 90px;
}
.slider-4 .hermes.tp-rightarrow .tp-arr-imgholder {
    -moz-transform: translateX(90px);
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
}
.slider-4 .hermes.tp-rightarrow:hover .tp-arr-imgholder {
    -moz-transform: translateX(90px);
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
}
.slider-4 .hermes.tp-leftarrow {
    display: none;
}
.slider-4 .hermes .tp-arr-allwrapper {
    overflow: visible;
}
.slider-4 .hermes .tp-arr-titleholder {
    top: 0;
    width: 300px;
    text-align: right;
    line-height: 1;
    background: transparent;
    padding-top: 20px;
    padding-right: 120px;
    color: #a1a1a1;
}
.slider-4 .hermes .tp-arr-titleholder h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}
.slider-4 .hermes .tp-arr-titleholder p {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* slider #5 */
.slider-5 .hades.tparrows {
    height: 70px;
    background-color: rgba(96, 109, 166, 0.8);
}
.slider-5 .hades .tp-arr-allwrapper {
    height: 70px;
}
.slider-5 .hades.tparrows:before {
    font-size: 20px;
    line-height: 70px;
}
.slider-5 .hades.tparrows:hover:before {
    background-color: rgba(0, 33, 87, 0.8);
}
.slider-5 .btn {
    padding-left: 40px !important;
    line-height: 38px !important;
}
.slider-5 .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    z-index: -1;
    width: 86px;
    border: none;
    background-color: #e1e1e1;
}

/* slider #6 */
.slider-6 {
    min-height: auto;
}
.slider-6 .metis .tp-bullet-image {
    width: 50px;
    height: 50px;
}
.slider-6 .metis .tp-bullet-image:before {
    background-color: rgba(37, 37, 37, 0.8);
}
.slider-6 .btn {
    width: 170px;
    padding-left: 0 !important;
    color: white;
}
.slider-6 .btn:hover {
    color: #000000;
}
.slider-6 .btn:before {
    width: 86px;
    border: 1px solid white;
}
.slider-6 .social--contact .contact--email {
    position: absolute;
    left: 20px;
    top: 200px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 40;
    font-size: 16px;
    color: white;
}
.slider-6 .social--contact .contact--email i {
    margin-right: 15px;
}
.slider-6 .social--contact .social--icons {
    position: absolute;
    left: 20px;
    bottom: 100px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 40;
}
.slider-6 .social--contact .social--icons a {
    font-size: 16px;
    color: white;
}

/* slider #7 */
.slider-7 .btn {
    padding-left: 40px !important;
    line-height: 38px !important;
}
.slider-7 .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    z-index: -1;
    width: 86px;
    border: none;
    background-color: #e1e1e1;
}
.slider-7 .hades.tparrows,
.slider-7 .hades .tp-arr-allwrapper {
    background: white;
    width: 60px;
    height: 60px;
    -moz-box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
    -webkit-box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
    box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
}
.slider-7 .hades.tparrows:before {
    font-size: 16px;
    color: #000000;
    line-height: 60px;
    font-weight: 700;
}
.slider-7 .tp-leftarrow.tparrows.hades {
    display: none;
}
.slider-7 .cat--links {
    max-width: 300px;
    position: absolute;
    bottom: 50px;
    left: 110px;
    z-index: 40;
}
.slider-7 .cat--links li {
    float: left;
    width: 50%;
}
.slider-7 .cat--links li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slider-7 .cat--links li a:hover {
    color: var(--main);
    padding-left: 10px;
}

/* slider #8 */
.slider-8 .metis.tparrows {
    background-color: transparent;
}
.slider-8 .metis.tparrows:hover {
    background-color: transparent;
}
.slider-8 .metis .tp-bullet-image {
    -moz-box-shadow: 0px 0px 9.5px 0.5px rgba(204, 204, 223, 0.71);
    -webkit-box-shadow: 0px 0px 9.5px 0.5px rgba(204, 204, 223, 0.71);
    box-shadow: 0px 0px 9.5px 0.5px rgba(204, 204, 223, 0.71);
    border: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.slider-8 .metis .tp-bullet-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 109, 166, 0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.slider-8 .metis .tp-bullet-image:hover:before {
    opacity: 1;
}
.slider-8 .tp-bullet {
    background: transparent;
    background-color: transparent;
    padding: 0;
}
.slider-8 .tp-bullet:hover, .slider-8 .tp-bullet.selected {
    background: transparent;
    background-color: transparent;
    padding: 0;
}
.slider-8 .tparrows:before {
    font-family: fontawesome;
}
.slider-8 .tparrows.tp-leftarrow:before {
    content: "";
}
.slider-8 .tparrows.tp-rightarrow:before {
    content: "";
}
.slider-8 .social--icons {
    position: absolute;
    right: 0;
    bottom: 120px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 40;
}
.slider-8 .btn {
    text-align: left;
}
.slider-8 .btn:hover {
    color: var(--main) !important;
}
.slider-8 .btn i {
    color: var(--main) !important;
}

/* slider #11 */
.slider-11 .tparrows:before {
    font-family: fontawesome;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}
.slider-11 .tparrows:hover:before {
    color: var(--main);
}
.slider-11 .tparrows.tp-rightarrow:before {
    content: "";
}
.slider-11 .tparrows.tp-leftarrow:before {
    content: "";
}
.slider-11 .btn:hover {
    color: var(--main);
}
.slider-11 .btn--underlined:before {
    background-color: #000000;
}
.slider-11 .btn--underlined:after {
    background-color: var(--main);
}

/* slider #12 */
.slider-12 .btn--underlined:before {
    background-color: #000000;
}
.slider-12 .btn--underlined:after {
    background-color: var(--main);
}

/* slider #13 */
.slider-13 .hades.tparrows {
    width: 100px;
    height: 160px;
    background-color: #000000;
}
.slider-13 .hades.tparrows:before {
    line-height: 160px;
    font-family: fontawesome;
    color: var(--main);
}
.slider-13 .hades.tparrows.tp-rightarrow:before {
    content: "";
}
.slider-13 .hades.tparrows:hover:before {
    background-color: #000000;
}
.slider-13 .hades.tparrows.tp-leftarrow {
    display: none;
}
.slider-13 .hades .tp-arr-allwrapper {
    width: 260px;
    height: 160px;
}
.slider-13 .btn {
    padding-left: 40px !important;
    line-height: 38px !important;
    color: white;
}
.slider-13 .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    z-index: -1;
    width: 86px;
    border: none;
    background-color: var(--btn-hover);
}
.slider-13 .btn:hover {
    color: var(--main);
}
.slider-13 .ares .tp-bullet {
    width: 26px;
    height: 3px;
    background: var(--btn-hover);
    border-radius: 0;
}
.slider-13 .ares .tp-bullet.selected, .slider-13 .ares .tp-bullet:hover {
    background: var(--main);
}
.slider-13 .ares .tp-bullet.selected :after {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 2;
    width: 8px;
    height: 8px;
    background-color: var(--main);
    border-radius: 50%;
}
.slider-13 .ares:before {
    padding: 0;
    margin: 0;
}
.slider-13 .ares .tp-bullet-title {
    display: none;
}
.slider-13 .social--icons {
    position: absolute;
    right: 20px;
    top: 200px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 40;
}
.slider-13 .social--icons a:hover {
    color: var(--main);
}

/* slider #15 */
.slider-15 {
    min-height: auto;
}
.slider-15 .metis.tparrows {
    background-color: transparent;
}
.slider-15 .metis.tparrows:hover {
    background-color: transparent;
}
.slider-15 .metis.tparrows:before {
    color: #d7d7d7;
    font-weight: 700;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slider-15 .metis.tparrows:before:hover {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
}
.slider-15 .metis.tparrows:hover:before {
    color: var(--main);
}
.slider-15 .metis.tparrows.tp-leftarrow:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: var(--main);
}
.slider-15 .metis .tp-bullet {
    width: 30px;
    height: 30px;
    background: transparent;
    background-color: transparent;
    padding: 0;
}
.slider-15 .metis .tp-bullet:hover, .slider-15 .metis .tp-bullet.selected {
    background: transparent;
    background-color: transparent;
    padding: 0;
}
.slider-15 .metis .tp-bullet-image {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
.slider-15 .metis .tp-bullet-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(96, 109, 166, 0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.slider-15 .metis .tp-bullet-image:hover:before {
    opacity: 1;
}
.slider-15 .btn--vertical {
    width: 60px;
    height: 130px;
    writing-mode: vertical-lr;
    text-orientation: upright;
    border: 1px solid white;
    color: white;
    font-size: 11px;
    line-height: 58px !important;
    letter-spacing: 1px;
}
.slider-15 .btn--vertical:hover {
    background-color: var(--main) !important;
    border-color: var(--main) !important;
}

/* slider #16 */
.slider-16 .btn {
    padding: 0 !important;
    background-color: transparent !important;
}
.slider-16 .btn i {
    color: var(--main);
}
.slider-16 .btn:hover {
    background-color: transparent !important;
    color: var(--main) !important;
}
.slider-16 .btn .hades.tparrows {
    background: var(--main);
    width: 100px;
    height: 160px;
    -moz-box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
    -webkit-box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
    box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
}
.slider-16 .btn .hades .tp-arr-allwrapper {
    background: var(--main);
    width: 260px;
    height: 160px;
    -moz-box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
    -webkit-box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
    box-shadow: 0px 0px 17.1px 0.9px rgba(204, 204, 223, 0.71);
}
.slider-16 .btn .hades .tp-arr-allwrapper:before {
    background: var(--main);
    color: white;
    line-height: 160px;
}
.slider-16 .btn .cat--links {
    position: absolute;
    top: 150px;
    left: 300px;
    bottom: auto;
}
.slider-16 .btn .social--icons {
    position: absolute;
    right: 20px;
    top: 200px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 40;
}
.slider-16 .btn .slider--copyrights {
    font-size: 15px;
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 30;
}

#rev_slider_9_1_forcefullwidth,
#rev_slider_10_1_forcefullwidth,
#rev_slider_14_1_forcefullwidth,
#rev_slider_15_1_forcefullwidth {
    margin-top: -100px !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .tp-caption.tp-resizeme.slide-status-numbers.tp-static-layer,
    .slider-1 .hades.tparrows,
    .slider-4 .social--icons,
    .slider-4 .hermes,
    .slider-6 .social--contact,
    .slider-11 .uranus.tparrows,
    .slider-13 .hades.tparrows,
    .slider-13 .social--icons,
    .slider-13 .tp-bullets,
    .slider-16 .hades.tparrows {
        display: none;
    }

    .slider-5 .hades.tparrows,
    .slider-5 .hades .tp-arr-allwrapper {
        height: 50px;
        width: 50px;
    }

    .slider-5 .hades.tparrows:before {
        line-height: 50px;
    }

    .slider-2 .hesperiden .tp-thumb {
        display: none;
    }

    .slider-7 .cat--links {
        left: 20px;
        bottom: 80px;
    }

    .slider-8 .social--icons {
        right: -50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-4 .hermes.tparrows {
        width: 60px;
        height: 60px;
    }
    .slider-4 .hermes .tp-arr-allwrapper {
        display: none;
    }
    .slider-4 .hermes.tparrows:before {
        line-height: 60px;
    }
    .slider-4 .hermes.tp-leftarrow {
        display: none;
    }
}


/* search-popup */
.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
}

.search-popup.modal {
    background-color: rgba(17, 17, 17, 0.95);
}
.search-popup .modal-content {
    background-color: transparent;
}
.search-popup .modal-body {
    max-width: 970px;
    width: 100%;
    margin: auto;
}
.search-popup .heading .heading--title {
    color: white;
}
.search-popup form {
    position: relative;
    margin-bottom: 32px;
}
.search-popup form p {
    color: #555555;
}
.search-popup form .form-control {
    height: 50px;
    border: none;
    color: white;
    margin: 0;
    display: inline-block;
    width: 690px;
    border-bottom: 1px solid var(--btn-hover);
    font-size: 22px;
    font-weight: 400;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.search-popup form .form-control::-webkit-input-placeholder {
    color: white;
}
.search-popup form .form-control::-moz-placeholder {
    color: white;
}
.search-popup form .form-control::-moz-placeholder {
    color: white;
}
.search-popup form .form-control::-ms-input-placeholder {
    color: white;
}
.search-popup form .select--box {
    width: 240px;
    height: 50px;
    background-color: transparent;
}
.search-popup form .select--box:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 35px;
    background-color: var(--btn-hover);
}
.search-popup form .select--box i {
    color: #cccccc;
    right: 35px;
}
.search-popup form .select--box .form-control {
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    background-color: transparent;
}
.search-popup form .select--box .form-control:focus {
    background-color: rgba(17, 17, 17, 0.95);
}
.search-popup form input.form-control {
    margin-left: -3px;
    padding-left: 40px;
}
.search-popup form button {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: white;
    cursor: pointer;
}
.search-popup .close {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 43px;
    height: 43px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #f0f5f9;
    color: #f0f5f9;
    margin: 0;
}
.search-popup .close:hover {
    background-color: white;
    border-color: white;
    color: var(--main);
}

/* menu popup */
.menu-popup .modal-content {
    background-color: transparent;
    display: block;
}
.menu-popup .modal-body {
    max-width: 800px;
    margin: auto;
    display: block;
}
.menu-popup .modal-dialog {
    max-width: none;
}
.menu-popup .menu--popup-links li a {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: white;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
    display: block;
    text-align: center;
}
.menu-popup .menu--popup-links li a:hover {
    color: var(--main);
}
.menu-popup .close {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 43px;
    height: 43px;
    line-height: 41px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 1px solid #f0f5f9;
    color: #f0f5f9;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin: 0;
    opacity: 1;
    z-index: 2;
}
.menu-popup .close i {
    display: inline-block;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.menu-popup .close:hover {
    background-color: white;
    border-color: white;
    color: var(--main);
    opacity: 1;
}
.menu-popup .close:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

/* menu popup light */
.menu-popup-2 {
    background-color: rgba(255, 255, 255, 0.95);
}
.menu-popup-2 .menu--popup-links {
    margin-bottom: 158px;
}
.menu-popup-2 .menu--popup-links li a {
    color: #000000;
}
.menu-popup-2 .menu--popup-links li a:hover {
    color: var(--main);
}
.menu-popup-2 .menu--popup-cat ul {
    margin-bottom: 26px;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.menu-popup-2 .menu--popup-cat ul li {
    display: inline-block;
    margin-right: 20px;
}
.menu-popup-2 .menu--popup-cat ul li a {
    display: block;
    font-weight: 700;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 40px;
}
.menu-popup-2 .menu--popup-cat ul li a:hover {
    color: var(--main);
}
.menu-popup-2 .popup--title {
    font-size: 30px;
    color: var(--main);
    margin-top: 50px;
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.menu-popup-2.show .popup--title {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.menu-popup-2.show .menu--popup-cat ul {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.menu-popup-2 .close {
    position: absolute;
    top: 50px;
    left: 50px;
    width: auto;
    height: auto;
    line-height: 1;
    border-radius: 50%;
    text-align: center;
    border: 1px none;
    color: #000000;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.menu-popup-2 .close span {
    font-size: 18px;
    margin-right: 10px;
    font-weight: 400;
}
.menu-popup-2 .close:hover {
    background-color: transparent;
    border-color: transparent;
}
.menu-popup-2 .close:not(:disabled):not(.disabled):focus,
.menu-popup-2 .close:not(:disabled):not(.disabled):hover {
    color: var(--main);
}
.menu-popup-2 .widget--logo-img {
    margin-bottom: 17px;
}
.menu-popup-2 .social--icons {
    margin-bottom: 30px;
}
.menu-popup-2 .social--icons a {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 1;
    margin-right: 19px;
    display: inline-block;
}
.menu-popup-2 .social--icons a:hover {
    color: var(--main);
}
.menu-popup-2 .widget--newsletter:before {
    content: "";
    position: absolute;
    right: -65px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #d7d7d7;
}
.menu-popup-2::-webkit-scrollbar {
    display: none;
}
.menu-popup-2::scrollbar {
    display: none;
}
.menu-popup-2::-moz-scrollbar {
    display: none;
}

/* menu popup 3 */
.menu-popup-3 {
    background-color: transparent;
}
.menu-popup-3 .modal-body {
    max-width: 90%;
    margin: auto;
    display: block;
    overflow: visible;
    background-color: white;
    margin: 90px auto;
    -moz-box-shadow: 0px 2px 16.2px 1.8px rgba(204, 204, 223, 0.41);
    -webkit-box-shadow: 0px 2px 16.2px 1.8px rgba(204, 204, 223, 0.41);
    box-shadow: 0px 2px 16.2px 1.8px rgba(204, 204, 223, 0.41);
}
.menu-popup-3 .widget--newsletter {
    max-width: 370px;
    margin: auto;
    text-align: center;
}
.menu-popup-3 .widget--newsletter:before {
    display: none;
}
.menu-popup-3 .close {
    top: 50%;
    left: 0;
    -moz-transform: rotate(-90deg) translateX(-50%);
    -webkit-transform: rotate(-90deg) translateX(-50%);
    transform: rotate(-90deg) translateX(-50%);
}
.menu-popup-3 .close:hover {
    color: var(--main);
}

/* product popup */
.product-popup .modal-dialog {
    max-width: 1000px;
    margin: 50px auto;
}
.product-popup .modal-body {
    padding: 30px;
    border: none;
    -moz-box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 223, 0.5);
    -webkit-box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 223, 0.5);
}
.product-popup .close {
    color: #000000;
    position: absolute;
    top: 37px;
    right: 27px;
    z-index: 4;
    margin: 0;
}
.product-popup .close:not(:disabled):not(.disabled):focus,
.product-popup .close:not(:disabled):not(.disabled):hover {
    color: var(--main);
}
.product-popup .row {
    width: 100%;
    margin: 0;
}

/* compare-popup */
.compare-popup .modal-dialog {
    max-width: 1000px;
    margin: 50px auto;
}
.compare-popup .modal-body {
    padding: 30px;
    border: none;
    -moz-box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 223, 0.5);
    -webkit-box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 2px 30.4px 1.6px rgba(204, 204, 223, 0.5);
}
.compare-popup .close {
    color: #000000;
    margin: 0;
}
.compare-popup .product--title h3 {
    font-size: 25px;
    margin-bottom: 7px;
}
.compare-popup .product--price {
    font-size: 20px;
    margin-bottom: 0;
}
.compare-popup .product--desc-list li {
    font-weight: 400;
    font-size: 14px;
}
.compare-popup .table {
    margin: 0;
}
.compare-popup .table > tbody > tr > th {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.compare-popup .table th {
    padding: 20px;
}
.compare-popup .close {
    top: 10px;
    right: 15px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .newsletter-popup .heading {
        padding: 100px 0 50px;
    }

    .newsletter-popup .popup--img img {
        margin: auto;
    }

    .newsletter-popup .form-control {
        margin: 0 auto 30px;
    }

    .newsletter-popup .input-checkbox {
        margin-top: 30px;
    }

    .search-popup .close {
        top: 20px;
        right: 20px;
        left: auto;
    }

    .search-popup form input.form-control {
        padding-left: 0;
        margin: 0;
    }

    .menu-popup .menu--popup-links li a {
        font-size: 25px;
        line-height: 45px;
    }

    .product-popup .modal-dialog {
        max-width: 600px;
    }

    .product-popup .owl-thumbs {
        margin-bottom: 50px;
    }

    .product-popup .close {
        top: 10px;
        right: 15px;
    }

    .compare-popup .table td,
    .compare-popup .table th {
        padding: 10px;
    }

    .compare-popup .table td .btn {
        font-size: 11px;
    }

    .compare-popup .product--title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .menu-popup-2 {
        text-align: center;
    }

    .menu-popup-2 .widget--newsletter:before {
        display: none;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-popup .heading {
        padding: 100px 0 50px;
    }

    .newsletter-popup .form-control {
        margin-bottom: 30px;
    }

    .newsletter-popup .input-checkbox {
        margin-top: 30px;
    }

    .product-popup .modal-dialog {
        max-width: 600px;
    }

    .product-popup .owl-thumbs {
        margin-bottom: 50px;
    }

    .product-popup .products-gallery-carousel .owl-carousel .owl-item img {
        margin: 0;
    }

    .menu-popup-2 {
        text-align: center;
    }

    .menu-popup-2 .widget--newsletter:before {
        display: none;
    }
}
/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
/* Landing Hero */
.landing-hero {
    padding: 200px 0;
    position: relative;
}
.landing-hero .hero--headline {
    font-size: 60px;
    line-height: 75px;
}
.landing-hero .hero--desc {
    margin-bottom: 33px;
    padding: 0 50px 0 0;
}
.landing-hero .btn {
    height: 60px;
    line-height: 58px;
    font-weight: 700;
    margin-right: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .landing-hero {
        padding: 120px 0;
        text-align: center;
    }
    .landing-hero .hero--headline {
        font-size: 42px;
        line-height: 55px;
    }
    .landing-hero .hero--desc {
        padding: 0;
    }
    .landing-hero .btn {
        margin: 10px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-hero {
        padding: 190px 0;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .landing-hero .hero--headline {
        font-size: 50px;
        line-height: 65px;
    }
    .landing-hero .btn {
        width: 200px;
    }
}
/* Landing Demos */
.landing-demos .portfolio-item {
    margin-bottom: 47px;
}
.landing-demos .portfolio-item a {
    cursor: pointer;
}
.landing-demos .portfolio-item h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.landing-demos .portfolio-item:hover h4 {
    color: var(--main);
}
.landing-demos .portfolio-item .portfolio-img {
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}
.landing-demos .portfolio-item .portfolio-img img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.landing-demos .portfolio-item .portfolio-img:hover {
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -moz-box-shadow: 0px 0px 33px 0px rgba(40, 40, 40, 0.13);
    -webkit-box-shadow: 0px 0px 33px 0px rgba(40, 40, 40, 0.13);
    box-shadow: 0px 0px 33px 0px rgba(40, 40, 40, 0.13);
}
.landing-demos .portfolio-item.portfolio-item-soon:hover h4 {
    color: white;
}
.landing-demos .portfolio-item.portfolio-item-soon .portfolio-img {
    cursor: auto;
}
.landing-demos .portfolio-item.portfolio-item-soon .portfolio-img:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.landing-demos .portfolio-bio {
    padding-top: 26px;
}

.landing-demos-shadow .portfolio-img {
    -moz-box-shadow: 0px 0px 33px 0px rgba(40, 40, 40, 0.06);
    -webkit-box-shadow: 0px 0px 33px 0px rgba(40, 40, 40, 0.06);
    box-shadow: 0px 0px 33px 0px rgba(40, 40, 40, 0.06);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .landing-demos .portfolio-item-box {
        max-width: 400px;
        margin: 0 auto 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-demos .portfolio-item-box,
    .landing-demos .add-sugg {
        max-width: 370px;
        margin: 0 auto 30px;
    }
}
/* Landing Facts */
.landing-counter {
    padding: 120px 0;
}
.landing-counter .heading--subtitle {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.landing-counter .count-box {
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 30px 20px 30px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    color: white;
}
.landing-counter .count-box .count-title {
    font-size: 18px;
    color: white;
    font-weight: 500;
}
.landing-counter .count-box .counting {
    font-size: 42px;
    color: white;
    font-weight: 600;
}

/* Landing Action*/
.landing-action .container {
    padding: 150px 0;
}
.landing-action p {
    font-size: 16px;
    color: white;
    font-weight: 600;
}
.landing-action h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    font-style: normal;
    color: white;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.landing-action .btn {
    height: 60px;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .landing-action {
        padding: 90px 0;
        text-align: center;
    }
    .landing-action .container {
        padding: 0;
    }
    .landing-action h2 {
        font-size: 42px;
        line-height: 55px;
    }
    .landing-action p {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-action {
        text-align: center;
    }
    .landing-action p {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .landing-action {
        padding: 90px 0 0 0;
        text-align: center;
    }
    .landing-action h2 {
        font-size: 52px;
        line-height: 65px;
    }
}
/* Landing Features */
.landing-feature .feature-panel {
    margin-bottom: 50px;
}
.landing-feature .feature-panel .feature--content h3 {
    line-height: 30px;
    margin-bottom: 20px;
}

.landing-features .feature-panel {
    position: relative;
    margin-bottom: 40px;
}
.landing-features .feature-panel .feature--icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--main);
}
.landing-features .feature-panel h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.landing-features .feature-panel p {
    margin-bottom: 0;
    line-height: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .landing-feature {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-demos .portfolio-item-box,
    .landing-demos .add-sugg {
        max-width: 370px;
        margin: 0 auto 30px;
    }

    .landing-action {
        text-align: center;
    }
    .landing-action p {
        margin-bottom: 30px;
    }
}
/* To active Boxed Layout */
/* To active bordered Version */
/* To active split Version */

/*# sourceMappingURL=style.css.map */