html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

html {
    overflow-x: hidden;
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #02066F;
    background-color: #fff;
    max-width: 100vw;
    overflow-x: hidden;
}

/*summernote*/
 @font-face{
    font-family:summernote;
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(../font/summernote.eot);
    src:url(../font/summernote.eot?#iefix) format("embedded-opentype"),url(../font/summernote.woff2) format("woff2"),url(../font/summernote.woff) format("woff"),url(../font/summernote.ttf) format("truetype")
}
[class*=" note-icon"]:before,[class^=note-icon]:before{
    display:inline-block;
    font-family:summernote;
    font-style:normal;
    font-size:inherit;
    text-decoration:inherit;
    text-rendering:auto;
    text-transform:none;
    vertical-align:middle;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    speak:none
}

 
a,
button,
input,
textarea,
.btn,
.has-transition {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a{
    color: var(--primary);
    /* color: white; */
}
a:hover {
    text-decoration: none;
    color: var(--hov-primary);
}
a:focus, a:hover {
    color: #313438;
    /* color: white; */
    text-decoration: none;
}
:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

@media (min-width:576px) {
    .mt-sm-0 {
        margin-top: 0rem !important
    }

    .mt-sm-1 {
        margin-top: 1rem !important
    }

    .mt-sm-2 {
        margin-top: 2rem !important
    }

    .mt-sm-3 {
        margin-top: 3rem !important
    }

    .mt-sm-4 {
        margin-top: 4rem !important
    }

    .mt-sm-5 {
        margin-top: 5rem !important
    }

    .mt-sm-6 {
        margin-top: 6rem !important
    }

    .mt-sm-7 {
        margin-top: 7rem !important
    }

    .mt-sm-8 {
        margin-top: 8rem !important
    }

    .mt-sm-9 {
        margin-top: 9rem !important
    }

    .mt-sm-10 {
        margin-top: 10rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0rem !important
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important
    }

    .mb-sm-2 {
        margin-bottom: 2rem !important
    }

    .mb-sm-3 {
        margin-bottom: 3rem !important
    }

    .mb-sm-4 {
        margin-bottom: 4rem !important
    }

    .mb-sm-5 {
        margin-bottom: 5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 6rem !important
    }

    .mb-sm-7 {
        margin-bottom: 7rem !important
    }

    .mb-sm-8 {
        margin-bottom: 8rem !important
    }

    .mb-sm-9 {
        margin-bottom: 9rem !important
    }

    .mb-sm-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0rem !important
    }

    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mt-md-2 {
        margin-top: 2rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mt-md-4 {
        margin-top: 4rem !important
    }

    .mt-md-5 {
        margin-top: 5rem !important
    }

    .mt-md-6 {
        margin-top: 6rem !important
    }

    .mt-md-7 {
        margin-top: 7rem !important
    }

    .mt-md-8 {
        margin-top: 8rem !important
    }

    .mt-md-9 {
        margin-top: 9rem !important
    }

    .mt-md-10 {
        margin-top: 10rem !important
    }

    .mb-md-0 {
        margin-bottom: 0rem !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 2rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .mb-md-4 {
        margin-bottom: 4rem !important
    }

    .mb-md-5 {
        margin-bottom: 5rem !important
    }

    .mb-md-6 {
        margin-bottom: 6rem !important
    }

    .mb-md-7 {
        margin-bottom: 7rem !important
    }

    .mb-md-8 {
        margin-bottom: 8rem !important
    }

    .mb-md-9 {
        margin-bottom: 9rem !important
    }

    .mb-md-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0rem !important
    }

    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mt-lg-2 {
        margin-top: 2rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mt-lg-4 {
        margin-top: 4rem !important
    }

    .mt-lg-5 {
        margin-top: 5rem !important
    }

    .mt-lg-6 {
        margin-top: 6rem !important
    }

    .mt-lg-7 {
        margin-top: 7rem !important
    }

    .mt-lg-8 {
        margin-top: 8rem !important
    }

    .mt-lg-9 {
        margin-top: 9rem !important
    }

    .mt-lg-10 {
        margin-top: 10rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0rem !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important
    }

    .mb-lg-8 {
        margin-bottom: 8rem !important
    }

    .mb-lg-9 {
        margin-bottom: 9rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0rem !important
    }

    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mt-xl-2 {
        margin-top: 2rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mt-xl-4 {
        margin-top: 4rem !important
    }

    .mt-xl-5 {
        margin-top: 5rem !important
    }

    .mt-xl-6 {
        margin-top: 6rem !important
    }

    .mt-xl-7 {
        margin-top: 7rem !important
    }

    .mt-xl-8 {
        margin-top: 8rem !important
    }

    .mt-xl-9 {
        margin-top: 9rem !important
    }

    .mt-xl-10 {
        margin-top: 10rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:1600px) {
    .mt-xxl-0 {
        margin-top: 0rem !important
    }

    .mt-xxl-1 {
        margin-top: 1rem !important
    }

    .mt-xxl-2 {
        margin-top: 2rem !important
    }

    .mt-xxl-3 {
        margin-top: 3rem !important
    }

    .mt-xxl-4 {
        margin-top: 4rem !important
    }

    .mt-xxl-5 {
        margin-top: 5rem !important
    }

    .mt-xxl-6 {
        margin-top: 6rem !important
    }

    .mt-xxl-7 {
        margin-top: 7rem !important
    }

    .mt-xxl-8 {
        margin-top: 8rem !important
    }

    .mt-xxl-9 {
        margin-top: 9rem !important
    }

    .mt-xxl-10 {
        margin-top: 10rem !important
    }

    .mb-xxl-0 {
        margin-bottom: 0rem !important
    }

    .mb-xxl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 10rem !important
    }
}

.m-b-1 {
    margin-bottom: 0.4rem !important
}

.m-b-2 {
    margin-bottom: 0.8rem !important
}

.m-b-3 {
    margin-bottom: 1.6rem !important
}

.m-b-4 {
    margin-bottom: 2.4rem !important
}

.m-b-5 {
    margin-bottom: 4.8rem !important
}

.ls-10 {
    letter-spacing: 0.01em !important
}

.ls-0 {
    letter-spacing: 0 !important
}

.ls-n-10 {
    letter-spacing: -0.01em !important
}

.ls-n-15 {
    letter-spacing: -0.015em !important
}

.ls-n-20 {
    letter-spacing: -0.02em !important
}

.ls-n-25 {
    letter-spacing: -0.025em !important
}

.bg-gray {
    background-color: #f4f4f4 !important
}

.bg-dark {
    background-color: #222529 !important
}

.bg-dark2 {
    background-color: #2f3946 !important
}

.bg-primary {
    background-color: #222529 !important
}

.bg-secondary {
    background-color: #b93027 !important
}

.text-dark {
    color: #222529 !important
}

.text-primary {
    color: #222529 !important
}

.text-secondary {
    color: #b93027 !important
}

.text-body {
    color: #777 !important
}

.font1 {
    font-family: "Playfair Display", sans-serif !important
}

.font2 {
    font-family: Poppins, sans-serif !important
}

.font3 {
    font-family: "Segoe Script", "Savoye LET" !important
}

.font4 {
    font-family: Oswald, sans-serif !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .w-lg-max {
        flex: 1;
        -ms-flex: 1;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-50 {
        width: 50% !important
    }
}

@media (max-width:575px) {
    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-50 {
        width: 50% !important
    }
}

@media (max-width:479px) {
    .w-xs-100 {
        width: 100% !important
    }
}

@media (max-width:400px) {
    .w-xxs-100 {
        width: 100% !important
    }
}

.round-images img {
    border-radius: 50% !important
}

.box-shadow-none {
    box-shadow: none !important
}

.text-transform-none {
    text-transform: none
}

.line-height-1 {
    line-height: 1 !important
}

.title-decorate:after,
.title-decorate:before {
    content: "";
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    flex: 1
}

.title-decorate:before {
    margin-right: 2rem
}

.title-decorate:after {
    margin-left: 2rem
}

/*mobile toggler*/
.aiz-mobile-toggler {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: 0 0;
    outline: 0 !important;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.aiz-mobile-toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #484f66;
}

.aiz-mobile-toggler span:before,
.aiz-mobile-toggler span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #484f66;
}
.aiz-mobile-toggler.light span,
.aiz-mobile-toggler.light span:before,
.aiz-mobile-toggler.light span:after {
    background: #fff;
}
.aiz-mobile-toggler span:before {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    left: 0;
    width: 50%;
    top: -8px;
}

.aiz-mobile-toggler span:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: auto;
    left: 0;
    width: 75%;
    bottom: -9px;
}
[dir="rtl"] .aiz-mobile-toggler span,
[dir="rtl"] .aiz-mobile-toggler span:before,
[dir="rtl"] .aiz-mobile-toggler span:after{
    left: auto;
    right: 0;
}



:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #101044;
    --hov-primary: #E56F0E;
    --soft-primary: rgba(247, 123, 11, 0.15);
    --secondary: #8f97ab;
    --soft-secondary: rgba(143, 151, 171, 0.15);
    --success: #0abb75;
    --soft-success: rgba(10, 187, 117, 0.15);
    --info: #25bcf1;
    --soft-info: rgba(37, 188, 241, 0.15);
    --warning: #ffc519;
    --soft-warning: rgba(255, 197, 25, 0.15);
    --danger: #ef486a;
    --soft-danger: rgba(239, 72, 106, 0.15);
    --light: #f2f3f8;
    --dark: #111723;
    --soft-dark: rgba(42, 50, 66, 0.15);
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
body {
    font-family: Poppins, sans-serif;
}
:root {
    --tagify-dd-color-primary: rgb(53,149,246);
    --tagify-dd-bg-color: white;
}

.category-slide, .home-slide {
    width: 100%;
}
.banner {
    position: relative;
    font-size: 1.6rem;
}
.banner figure {
    margin: 0;
}
.intro-section .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.intro-section .owl-carousel.owl-loaded {
    display: block;
}

.section-title {
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-size: 3.4rem;
    line-height: 1;
    text-transform: none;
        font-weight: 700;
}
p.text-center.mx-auto.mb-3 {
    font-size: 15px;
}
.section-info {
    border-bottom: 1px solid #e7e7e7;
    color: #777;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.2
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.8rem;
    /* color: #222529; */
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif;
}
.banner-layer h5 {
    font-size: 14px;
}
.p-b-4 {
    padding-bottom: 2.4rem
}

.btn-light {
    border-color: #fff #fff #e6e6e6;
    background: #fff;
    color: #222529
}

.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    border-color: #fff;
    background: #fff;
    color: #222529
}

.btn-lg {
    padding: 1.375em 3.65em
}

.coupon-sale-text {
    margin-right: 2.4rem
}

.coupon-sale-text em {
    color: #b93027;
    font-family: inherit;
    font-style: normal;
    margin-left: 0.375em
}

.coupon-sale-text strong {
    font-size: 220%;
    vertical-align: text-top;
    line-height: 0.9
}

.owl-theme .owl-nav .owl-next i:before,
.owl-theme .owl-nav .owl-prev i:before {
    content: "";
    display: block;
    width: 30px !important;
    height: 30px !important;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: #222529
}

.testimonial-carousel .owl-theme .owl-nav .owl-next i:before, 
.testimonial-carousel .owl-theme .owl-nav .owl-prev i:before {
    content: "";
    display: block;
    width: 30px !important;
    height: 30px !important;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: #ffffff !important; 
}

.owl-theme .owl-nav .owl-prev i:before {
    transform: translateX(20%) rotate(-135deg) skew(10deg, 10deg)
}

.owl-theme .owl-nav .owl-next i:before {
    transform: translateX(-20%) rotate(45deg) skew(10deg, 10deg)
}

.owl-theme button.owl-prev,
.owl-theme button.owl-next {
    width: 40px;
}

.home-slide h4 {
    font-size: 1.375em;
    font-weight: 600;
    letter-spacing: 0.2em
}

.home-slide h2 {
    font-size: 5.375em
}

.home-slide h5 {
    font-size: 1.125em;
    line-height: 1
}

.home-slide p {
    max-width: fit-content;
    padding-bottom: 0.4rem;
    font-size: 1.375em;
    font-weight: 300;
    line-height: 1.5
}

.home-slide .dot-image {
    width: 10%;
    left: 0%;
    bottom: 0%;
    padding-left: 8px;
    padding-bottom: 8px
}

.home-slide .dot-image img {
    width: auto
}

.home-slide figure img {
    min-height: 400px;
    object-fit: cover
}

.home-slide .btn {
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.3333
}

.home-slide-1 h2 {
    padding-right: 1.6rem
}

.home-slide-1 .banner-layer-middle {
    left: 11.5%;
    right: auto
}

.home-slide-1 .banner-text {
    width: 66.6666%;
    left: 12%;
    bottom: 0%;
    transform: translateY(30%)
}

.home-slide-2 .banner-layer-middle {
    left: auto;
    right: 11.5%
}

.home-slide-2 .banner-text {
    width: 78%;
    left: 11%;
    bottom: 0%;
    transform: translateY(54%)
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-width: 2px
}

.owl-carousel .owl-dots .owl-dot span:before {
    margin: 0;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-dots .owl-dot.active span:before,
.owl-carousel .owl-dots .owl-dot:hover span:before {
    transform: translate(-50%, -50%)
}

.owl-carousel.dots-m-0 .disabled+.owl-dots {
    margin: 0
}

.owl-carousel.dots-mt-1 .disabled+.owl-dots {
    margin-top: 1rem
}

.owl-carousel.nav-big .owl-nav {
    font-size: 3.7rem
}

.owl-carousel.nav-big .owl-nav i {
    padding: 4px 7px
}

.owl-carousel.nav-large .owl-nav {
    font-size: 4.5rem
}

.owl-carousel.nav-large .owl-nav i {
    padding: 4px 2px
}

.owl-carousel.nav-image-center .owl-nav button {
    top: 35%
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity 0.2s, color 0.2s
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1
}

.owl-carousel .owl-nav .owl-prev {
    left: 1vw
}

.owl-carousel .owl-nav .owl-next {
    right: 1vw
}

.owl-carousel.nav-top .owl-nav .owl-next,
.owl-carousel.nav-top .owl-nav .owl-prev {
    top: -4px
}

.owl-carousel.nav-top .owl-nav .owl-prev {
    left: unset;
    right: 3rem
}

.owl-carousel.nav-top .owl-nav .owl-next {
    right: 0
}

.owl-carousel.dots-top .owl-dots {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 3.4rem
}

.owl-carousel.dots-small .owl-dots span {
    width: 14px;
    height: 14px
}

.owl-carousel.dots-small .owl-dots span:before {
    width: 4px;
    height: 4px
}

.owl-carousel.dots-simple .owl-dots .owl-dot.active span:before {
    background-color: #222529
}

.owl-carousel.dots-simple .owl-dots .owl-dot span {
    margin: 1px 1px 2px 0px;
    border: none
}

.owl-carousel.dots-simple .owl-dots .owl-dot span:before {
    opacity: 1;
    visibility: visible;
    background-color: #D6D6D6
}

.owl-carousel.images-center img {
    width: auto;
    margin: auto
}

.dots-left .owl-dots {
    text-align: left
}

.owl-carousel-lazy {
    display: block
}

.owl-carousel-lazy .category-slide:first-child,
.owl-carousel-lazy .home-slide:first-child,
.owl-carousel-lazy .owl-item:first-child .category-slide,
.owl-carousel-lazy .owl-item:first-child .home-slide {
    display: block
}

.owl-carousel-lazy:not(.owl-loaded)>:not(:first-child) {
    display: none
}

.category-slide,
.home-slide {
    width: 100%
}

div.slide-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

img.slide-bg {
    object-fit: cover;
    object-position: center top
}

.owl-carousel.dot-inside .owl-dots {
    position: absolute;
    right: 3.6rem;
    left: 3.6rem;
    bottom: 4.1rem;
    text-align: center
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.owl-carousel:not(.owl-loaded).row {
    display: flex
}

.noUi-target {
    background: #eee
}

.noUi-handle {
    background: #222529
}

.noUi-connect {
    background: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #222529;
    font-size: 2.4rem
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #222529;
    margin: 0;
    font-size: 2.4rem;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-] i:before {
    margin: 0;
    width: auto
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    background: transparent;
    color: #222529;
    text-decoration: none
}

.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2.5rem
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 2px 2px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border: 2px solid #222529;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.35rem;
    margin-left: -0.35rem;
    background-color: #222529;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #222529;
    background: transparent
}

.owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: #fff;
    background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
    border-color: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
    border-color: #222529;
    background: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
    border-color: #222529
}


@font-face {
    font-family: "porto";
    src: url("../fonts/porto.eot?64334846");
    src: url("../fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("../fonts/porto.woff2?64334846") format("woff2"), url("../fonts/porto.woff?64334846") format("woff"), url("../fonts/porto.ttf?64334846") format("truetype"), url("../fonts/porto.svg?64334846#porto") format("svg");
    font-style: normal;
    font-weight: normal;
    font-display: swap
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.icon-cart-thick:before {
    content: ""
}*/

.icon-check-circle:before {
    content: ""
}

.icon-envelop:before {
    content: ""
}

.icon-business-book:before {
    content: ""
}

.icon-long-arrow-right:before {
    content: ""
}

.icon-percent-shape:before {
    content: ""
}

.icon-sale-label:before {
    content: ""
}

.icon-help-circle:before {
    content: ""
}

.icon-sale-discount:before {
    content: ""
}

.icon-shipping-truck:before {
    content: ""
}

.icon-user-3:before {
    content: ""
}

.icon-long-arrow-alt:before {
    content: ""
}

.icon-map-location:before {
    content: ""
}

.icon-phone-call:before {
    content: ""
}

.icon-tablet:before {
    content: ""
}

.icon-spin1:before {
    content: ""
}

.icon-spin2:before {
    content: ""
}

.icon-spin3:before {
    content: ""
}

.icon-spin4:before {
    content: ""
}

.icon-spin5:before {
    content: ""
}

.icon-spin6:before {
    content: ""
}

.icon-firefox:before {
    content: ""
}

.icon-chrome:before {
    content: ""
}

.icon-opera:before {
    content: ""
}

.icon-ie:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-down-dir:before {
    content: ""
}

.icon-cart:before {
    content: ""
}

.icon-up-dir:before {
    content: ""
}

.icon-mode-grid:before {
    content: ""
}

.icon-mode-list:before {
    content: ""
}

.icon-compare:before {
    content: ""
}

.icon-wishlist:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-left-dir:before {
    content: ""
}

.icon-right-dir:before {
    content: ""
}

.icon-down-open:before {
    content: ""
}

.icon-left-open:before {
    content: ""
}

.icon-right-open:before {
    content: ""
}

.icon-up-open:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-down:before {
    content: ""
}

.icon-left:before {
    content: ""
}

.icon-right:before {
    content: ""
}

.icon-up:before {
    content: ""
}

.icon-angle-double-left:before {
    content: ""
}

.icon-angle-double-right:before {
    content: ""
}

.icon-angle-double-up:before {
    content: ""
}

.icon-angle-double-down:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-skype:before {
    content: ""
}

.icon-right-open-big:before {
    content: ""
}

.icon-left-open-big:before {
    content: ""
}

.icon-down-open-big:before {
    content: ""
}

.icon-up-open-big:before {
    content: ""
}

.icon-cancel:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-mail-alt:before {
    content: ""
}

.icon-fax:before {
    content: ""
}

.icon-lock:before {
    content: ""
}

.icon-company:before {
    content: ""
}

.icon-city:before {
    content: ""
}

.icon-post:before {
    content: ""
}

.icon-country:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-doc:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-chat:before {
    content: ""
}

.icon-tag:before {
    content: ""
}

.icon-folder:before {
    content: ""
}

.icon-folder-open:before {
    content: ""
}

.icon-forward:before {
    content: ""
}

.icon-reply:before {
    content: ""
}

.icon-cog:before {
    content: ""
}

.icon-cog-alt:before {
    content: ""
}

.icon-wrench:before {
    content: ""
}

.icon-quote-left:before {
    content: ""
}

.icon-quote-right:before {
    content: ""
}

.icon-gift:before {
    content: ""
}

.icon-dollar:before {
    content: ""
}

.icon-euro:before {
    content: ""
}

.icon-pound:before {
    content: ""
}

.icon-rupee:before {
    content: ""
}

.icon-yen:before {
    content: ""
}

.icon-rouble:before {
    content: ""
}

.icon-try:before {
    content: ""
}

.icon-won:before {
    content: ""
}

.icon-bitcoin:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-chevron-left:before {
    content: ""
}

.icon-chevron-right:before {
    content: ""
}

.icon-export:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-star-empty:before {
    content: ""
}

.icon-plus-squared:before {
    content: ""
}

.icon-minus-squared:before {
    content: ""
}

.icon-plus-squared-alt:before {
    content: ""
}

.icon-minus-squared-alt:before {
    content: ""
}

.icon-truck:before {
    content: ""
}

.icon-lifebuoy:before {
    content: ""
}

.icon-pencil:before {
    content: ""
}

.icon-users:before {
    content: ""
}

.icon-video:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-desktop:before {
    content: ""
}

.icon-doc-inv:before {
    content: ""
}

.icon-circle:before {
    content: ""
}

.icon-circle-empty:before {
    content: ""
}

.icon-circle-thin:before {
    content: ""
}

.icon-mini-cart:before {
    content: ""
}

.icon-paper-plane:before {
    content: ""
}

.icon-attention-alt:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-compare-link:before {
    content: ""
}

.icon-cat-default:before {
    content: ""
}

.icon-cat-computer:before {
    content: ""
}

.icon-cat-couch:before {
    content: ""
}

.icon-cat-garden:before {
    content: ""
}

.icon-cat-gift:before {
    content: ""
}

.icon-cat-shirt:before {
    content: ""
}

.icon-cat-sport:before {
    content: ""
}

.icon-cat-toys:before {
    content: ""
}

.icon-tag-line:before {
    content: ""
}

.icon-bag:before {
    content: ""
}

.icon-search-1:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-search-2:before {
    content: ""
}

.icon-bag-1:before {
    content: ""
}

.icon-online-support:before {
    content: ""
}

.icon-shopping-bag:before {
    content: ""
}

.icon-us-dollar:before {
    content: ""
}

.icon-shipped:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-money:before {
    content: ""
}

.icon-shipping:before {
    content: ""
}

.icon-support:before {
    content: ""
}

.icon-bag-2:before {
    content: ""
}

.icon-grid:before {
    content: ""
}

.icon-bag-3:before {
    content: ""
}

.icon-direction:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-magnifier:before {
    content: ""
}

.icon-magnifier-add:before {
    content: ""
}

.icon-magnifier-remove:before {
    content: ""
}

.icon-phone-1:before {
    content: ""
}

.icon-clock-1:before {
    content: ""
}

.icon-heart:before {
    content: ""
}

.icon-heart-1:before {
    content: ""
}

.icon-earphones-alt:before {
    content: ""
}

.icon-credit-card:before {
    content: ""
}

.icon-action-undo:before {
    content: ""
}

.icon-envolope:before {
    content: ""
}

.icon-chart:before {
    content: ""
}

.icon-category-home:before {
    content: ""
}

.icon-category-motors:before {
    content: ""
}

.icon-category-music:before {
    content: ""
}

.icon-category-gifts:before {
    content: ""
}

.icon-category-electronics:before {
    content: ""
}

.icon-category-fashion:before {
    content: ""
}

.icon-category-hot-deals:before {
    content: ""
}

.icon-tag-percent:before {
    content: ""
}

.icon-joystick:before {
    content: ""
}

.icon-category-furniture:before {
    content: ""
}

.icon-category-garden:before {
    content: ""
}

.icon-category-lanterns-lighting:before {
    content: ""
}

.icon-category-mechanics:before {
    content: ""
}

.icon-category-motorcycles:before {
    content: ""
}

.icon-category-sound-video:before {
    content: ""
}

.icon-category-steering:before {
    content: ""
}

.icon-category-external-accessories:before {
    content: ""
}

.icon-category-fluids:before {
    content: ""
}

.icon-category-internal-accessories:before {
    content: ""
}

.icon-category-chains:before {
    content: ""
}

.icon-category-frames:before {
    content: ""
}

.icon-category-pedals:before {
    content: ""
}

.icon-category-saddle:before {
    content: ""
}

.icon-category-tools:before {
    content: ""
}

.icon-search-3:before {
    content: ""
}

.icon-secure-payment:before {
    content: ""
}

.icon-user-2:before {
    content: ""
}

.icon-wishlist-2:before {
    content: ""
}

.icon-gift-2:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-chef:before {
    content: ""
}

.icon-smiling-girl:before {
    content: ""
}

.icon-tshirt:before {
    content: ""
}

.icon-boy-broad-smile:before {
    content: ""
}

.icon-smiling-baby:before {
    content: ""
}

.icon-bars:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-spinner:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-check-empty:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-phone-2:before {
    content: ""
}

.icon-percent-circle:before {
    content: ""
}

.icon-pulley:before {
    content: ""
}

.icon-password-lock:before {
    content: ""
}

.icon-pin:before {
    content: ""
}

.icon-rotulo:before {
    content: ""
}

.icon-comida-organica:before {
    content: ""
}

.icon-estrela:before {
    content: ""
}

.icon-fazer-compras:before {
    content: ""
}

.icon-gluten:before {
    content: ""
}

.icon-arrow-forward-right:before {
    content: ""
}
/* 
form {
    margin-bottom: 3.5rem
} */

form h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.3rem
}

.form-group {
    margin-bottom: 1.4rem
}

.form-group .form-control,
.form-group .select-custom {
    margin-bottom: 0
}

.form-group .form-control+.form-control {
    margin-top: 1rem
}

.form-group-sm {
    max-width: 480px;
    margin-bottom: 0.9rem
}

.form-control {
    padding-left: 1.2rem;
    height: 46px;
    margin-bottom: 1rem;
    transition: all 0.3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777; 
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.form-control:focus {
    border-color: #dfdfdf;
    background-color: #fff;
    color: #777;
    box-shadow: none
}

.form-control-sm {
    height: 4.6rem;
    padding: 0.8rem 1.2rem
}

select.form-control:not([size]):not([multiple]) {
    height: 6rem
}

select.form-control-sm:not([size]):not([multiple]) {
    padding: 0;
    padding-left: 1.2rem;
    height: 3.7rem;
    font-size: 1.4rem;
    letter-spacing: -0.013em
}

.main .form-control:-ms-input-placeholder,
.main .form-control::-moz-placeholder,
.main .form-control::-ms-input-placeholder,
.main .form-control::-webkit-input-placeholder,
.main .form-control::placeholder {
    font-family: Poppins, sans-serif
}

textarea.form-control {
    padding-top: 0.8rem;
    min-height: 151px;
    border-color: #ebebeb
}

.form-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
    vertical-align: middle
}

.form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto
}

.form-footer .form-footer-right .btn {
    margin: 0
}

.form-footer .btn {
    margin-right: 3rem
}

.forget-pass {
    line-height: 1.3
}

label {
    margin: 0 0 0.6rem;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 700
}

.required-field>label:after {
    margin: 0 0 0 0.45rem;
    color: #e02b27;
    font-size: 1.2rem;
    content: "*"
}

.required {
    color: #e02b27
}

.required+.form-footer {
    margin-top: 0.8rem
}

.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #fff
}

.select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent
}

.select-custom select:focus {
    background: transparent
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .select-custom select::-ms-expand {
        display: none
    }

    .select-custom select:focus::-ms-value {
        background: transparent;
        color: currentColor
    }
}

.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    font-family: "porto";
    font-size: 1.6rem;
    content: "";
    padding-bottom: 2px;
    font-weight: 400
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}

.form-group-custom-control {
    margin-top: 1.3rem
}

.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem
}

.form-group-custom-control .custom-radio {
    margin-bottom: 2.2rem;
    padding-left: 2.9rem
}

.form-group-custom-control+.form-group-custom-control {
    margin-top: -0.5rem
}

.form-group-custom-control .custom-control-label {
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    color: #777777;
    font-size: 13px
}

.custom-control {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3rem
}

.custom-control-label {
    position: static;
    margin-bottom: 0
}

.custom-control-label:after,
.custom-control-label:before {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem
}

.custom-control-label:before {
    border: 1px solid #ccc;
    background-color: #fff
}

.custom-radio .custom-control-label:after {
    top: 4px;
    left: 0.4rem;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%
}

.custom-radio .custom-control-input {
    position: absolute;
    z-index: 333;
    opacity: 0;
    left: 4px;
    top: 3px
}

.custom-radio .custom-control {
    padding-left: 2.9rem
}

.custom-checkbox .custom-control-label:after {
    top: 0;
    left: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: none;
    color: #222529;
    content: "";
    font-family: "porto"
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #222529
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-radio .custom-control-label:before {
    background-color: transparent !important
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: none;
    background-color: #222529
}

.form-control-tooltip {
    position: relative;
    padding-right: 4rem
}

.form-control-tooltip .input-tooltip {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
    color: #777;
    font-size: 2.4rem
}

.form-control-tooltip .input-tooltip:focus,
.form-control-tooltip .input-tooltip:hover {
    color: #000
}

.form-input {
    padding: 1rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 2px
}

.form-wide {
    width: 100%
}

@media (min-width:768px) {

    /* .form-footer,
    form {
        margin-bottom: 4rem
    } */

    form h2 {
        margin-top: 4.4rem
    }
}

@media (min-width:992px) {

    .form-footer,
    form {
        /* margin-bottom: 5rem */
    }
}

.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222529
}

.info-box i {
    color: inherit;
    font-size: 3.7rem;
    text-align: center
}

.info-box i:before {
    width: auto;
    margin: 0 0.1em
}

.info-box h4 {
    color: inherit;
    margin-bottom: 3px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.6
}

.info-box .porto-info {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    color: #2f6473
}

.info-box.with-icon p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px
}

.info-box-icon-left {
    justify-content: center
}

.info-box-icon-left i {
    line-height: 0;
    margin-right: 1.5rem
}

.info-box-icon-right {
    justify-content: center
}

.info-box-icon-right .info-box-content {
    text-align: right
}

.info-box-icon-right i {
    line-height: 0;
    margin-left: 1.5rem
}

.info-box-icon-top {
    flex-direction: column;
    align-items: unset;
    justify-content: center
}

.info-box-icon-top .info-box-content {
    text-align: center
}

.info-box-icon-top i {
    line-height: 0;
    margin-bottom: 1.5rem
}

.info-box-img {
    flex-direction: column
}

.info-box-img .info-desc {
    font-size: 1.6rem;
    color: #777
}

.modal form {
    margin: 0
}

.modal form .form-group {
    max-width: 480px
}

.modal form .form-control {
    max-width: 100%
}

.modal-body {
    padding: 1.5rem
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35)
}

.modal-footer,
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.modal-title {
    font-weight: 400
}

.close {
    font-size: 2.2rem
}

@media (min-width:576px) {
    .modal-content {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .modal-body {
        max-height: calc(100vh - 210px);
        padding-top: 2rem;
        overflow-y: auto
    }

    .modal-body,
    .modal-footer,
    .modal-header {
        padding-right: 2em;
        padding-left: 2rem
    }
}

@media (min-width:992px) {
    .modal-dialog {
        max-width: 800px
    }

    .modal-body,
    .modal-footer,
    .modal-header {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

@media (max-width:479px) {

    .modal-open,
    .modal-open .modal {
        padding-right: 0 !important
    }
}










@keyframes maskUp {
    0% {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    0% {
        transform: translate(-100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    0% {
        transform: translate(0, -100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    0% {
        transform: translate(100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

.maskUp {
    animation-name: maskUp
}

.maskRight {
    animation-name: maskRight
}

.maskDown {
    animation-name: maskDown
}

.maskLeft {
    animation-name: maskLeft
}

@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpShorter {
    animation-timing-function: ease-out;
    animation-name: fadeInUpShorter
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate(0, 2000px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-timing-function: ease-out;
    animation-name: fadeInUpBig
}

@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftShorter {
    animation-timing-function: ease-out;
    animation-name: fadeInLeftShorter
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate(2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-timing-function: ease-out;
    animation-name: fadeInLeftBig
}

@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightShorter {
    animation-timing-function: ease-out;
    animation-name: fadeInRightShorter
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate(-2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-timing-function: ease-out;
    animation-name: fadeInRightBig
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownShorter {
    animation-name: fadeInDownShorter;
    animation-timing-function: ease-out
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate(0, -2000px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
    animation-timing-function: ease-out
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0);
        opacity: 1
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

.shake {
    animation-name: shake
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

.tada {
    animation-name: tada
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.pulse {
    animation-name: pulse
}

@keyframes swing {
    0% {
        transform: rotate(0)
    }

    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0);
        opacity: 1
    }
}

.swing {
    animation-name: swing
}

@keyframes wobble {
    0% {
        transform: translateX(0%)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0%);
        opacity: 1
    }
}

.wobble {
    animation-name: wobble
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

.blurIn {
    animation-name: blurIn
}

@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(0.2)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.dotPulse {
    animation-name: dotPulse;
    animation-iteration-count: infinite;
    animation-duration: 4s
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%)
    }

    to {
        filter: brightness(100%)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.9)
    }

    to {
        transform: scale(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

.brightIn {
    animation-name: brightIn
}

@keyframes customSVGLineAnimTwo {
    0% {
        stroke-dasharray: 820;
        stroke-dashoffset: 500
    }

    to {
        stroke-dasharray: 1120;
        stroke-dashoffset: 500
    }
}

.customSVGLineAnimTwo {
    animation-name: customSVGLineAnimTwo
}

.appear-animate {
    opacity: 0
}

.appear-animation-visible {
    opacity: 1
}

.container :not(.sticky-header)>.container,
.container :not(.sticky-header)>.container-fluid {
    padding-left: 0;
    padding-right: 0
}

.ajax-overlay {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    background-color: #0b0b0b;
    z-index: 1055
}

@media (max-width:1280px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1220px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1200px) {
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-5col-2 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-7col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    .col-xl-8col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .row-xl-tight {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-xl-tight>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row-lg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row-lg [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .container {
        max-width: none
    }

    .mmenu-active .page-wrapper,
    .sidebar-opened .page-wrapper {
        left: 260px
    }
}

@media (min-width:768px) {
    .row-md-tight {
        margin-left: -5px;
        margin-right: -5px
    }

    .row-md-tight>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

.cols-1>* {
    max-width: 100%;
    flex: 0 0 100%
}

.cols-2>* {
    max-width: 50%;
    flex: 0 0 50%
}

.cols-3>* {
    max-width: 33.3333%;
    flex: 0 0 33.3333%
}

.cols-4>* {
    max-width: 25%;
    flex: 0 0 25%
}

.cols-5>* {
    max-width: 20%;
    flex: 0 0 20%
}

.cols-6>* {
    max-width: 16.6667%;
    flex: 0 0 16.6667%
}

.cols-7>* {
    max-width: 14.2857%;
    flex: 0 0 14.2857%
}

.cols-8>* {
    max-width: 12.5%;
    flex: 0 0 12.5%
}

@media (min-width:480px) {
    .cols-xs-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xs-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xs-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xs-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xs-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xs-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xs-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xs-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:576px) {
    .cols-sm-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-sm-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-sm-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-sm-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-sm-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-sm-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-sm-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-sm-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:768px) {
    .cols-md-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-md-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-md-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-md-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-md-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-md-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-md-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-md-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:992px) {
    .cols-lg-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-lg-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-lg-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-lg-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-lg-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-lg-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-lg-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-lg-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:1200px) {
    .cols-xl-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xl-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xl-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xl-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

@media (min-width:1600px) {
    .cols-xxl-1>* {
        max-width: 100%;
        flex: 0 0 100%
    }

    .cols-xxl-2>* {
        max-width: 50%;
        flex: 0 0 50%
    }

    .cols-xxl-3>* {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }

    .cols-xxl-4>* {
        max-width: 25%;
        flex: 0 0 25%
    }

    .cols-xxl-5>* {
        max-width: 20%;
        flex: 0 0 20%
    }

    .cols-xxl-6>* {
        max-width: 16.6667%;
        flex: 0 0 16.6667%
    }

    .cols-xxl-7>* {
        max-width: 14.2857%;
        flex: 0 0 14.2857%
    }

    .cols-xxl-8>* {
        max-width: 12.5%;
        flex: 0 0 12.5%
    }
}

.banner {
    position: relative;
    font-size: 1.6rem
} 

.banner figure {
    margin: 0
}

.banner img {
    width: 100%;
    object-fit: cover
}
.hover-section .banner figure {
    border-radius: 10px;
    overflow: hidden;
}
.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
    line-height: 1
}

.banner .container:not(.banner-content) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ibanner {
    font-size: 10px
}

aside .banner {
    font-size: 1.6rem
}

.banner-layer {
    position: absolute;
    left: 6%;
    right: 6%
}

.banner-content {
    position: relative
}

.banner-layer-top {
    top: 7%
}

.banner-layer-bottom {
    bottom: 5%
}

.banner-layer-space {
    left: 0;
    right: 0;
    padding: 1em 1.5625em
}

.banner-layer-left {
    right: auto
}

.banner-layer-right {
    left: auto
}

.banner-layer-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner-layer-middle {
    top: 50%;
    transform: translateY(-50%)
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-h-100 {
    height: 100vh
}

@media (max-width:1199px) {
    .banner {
        font-size: 1.4rem
    }

    .ibanner {
        font-size: 1rem
    }
}

@media (max-width:767px) {
    .banner-md-vw-small {
        font-size: 1.8vw
    }

    .banner-md-vw {
        font-size: 2.3vw
    }

    .banner-md-vw-large {
        font-size: 3vw
    }
}

@media (max-width:575px) {
    .banner-md-vw-small {
        font-size: 2.3vw
    }

    .banner-sm-vw {
        font-size: 1.2rem
    }

    .banner-sm-vw-large {
        font-size: 4vw
    }
}

.breadcrumb-nav {
    color: #222529;
    border-bottom: 1px solid #dfdfdf
}

.breadcrumb {
    margin-bottom: 0;
    padding: 1.2rem 0;
    border-radius: 0;
    background-color: transparent
}

.breadcrumb-item {
    font-size: 12px;
    font-family: Poppins, sans-serif;
    line-height: 24px;
    text-transform: uppercase
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1.5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: inherit;
    padding-right: 1.1rem;
    content: "";
    font-size: 12px;
    font-family: "porto";
    vertical-align: middle;
    margin-top: -2px
}

.breadcrumb-item a:not(:first-child) {
    margin-left: 5px
}

.breadcrumb-item.active,
.breadcrumb-item a {
    color: inherit
}

.btn {
    transition: all 0.3s;
    text-transform: uppercase;
    padding: 1em 1.6em;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1.429
}

.btn:focus {
    box-shadow: none
}

a.btn.disabled {
    pointer-events: auto;
    cursor: not-allowed
}

.btn-xs {
    padding: 0.2em 0.5em;
    font-size: 1.1rem
}

.btn-sm {
    padding: 0.5em 1em;
    font-size: 1.1rem
}

.btn-md {
    padding: 1em 1.2em;
    font-size: 1.2rem
}

.btn-lg {
    padding: 1em 2.15em;
    font-size: 1.4rem
}

.btn-xl {
    padding: 1.125em 2.75em;
    font-size: 1.125em
}

.btn-icon-left i {
    padding-right: 0.7rem
}

.btn-icon-right i {
    padding-left: 0.7rem
}

.btn-primary {
    border-color: #02066F;
    background-color: #02066F;
    color: #fff;
    box-shadow: none
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    border-color: #02066F;
    background-color: #02066F;
    color: #fff;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #02066F;
    background-color: #02066F;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #050606;
    background-color: #0b0c0d;
    color: #fff
}

.btn-secondary {
    border-color: #b93027;
    background-color: #b93027;
    color: #fff;
    box-shadow: none
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #d43e34;
    background-color: #d43e34;
    color: #fff;
    box-shadow: none
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    border-color: #b93027;
    background-color: #b93027;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    border-color: #84221c;
    background-color: #8f251e;
    color: #fff
}

.btn-outline {
    border-color: #ccc;
    background-color: transparent;
    background-image: none;
    color: #ccc
}

.btn-outline.focus,
.btn-outline:hover {
    border-color: #999;
    background-color: transparent;
    color: #999;
    box-shadow: none
}

.btn-outline.disabled,
.btn-outline:disabled {
    background-color: transparent;
    color: #ccc
}

.btn-outline:not(:disabled):not(.disabled).active,
.btn-outline:not(:disabled):not(.disabled):active,
.show>.btn-outline.dropdown-toggle {
    border-color: #999;
    background-color: transparent;
    color: #999
}

.btn-outline-primary {
    border-color: #222529;
    background-color: transparent;
    background-image: none;
    color: #222529
}

.btn-outline-primary.focus,
.btn-outline-primary:hover {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #222529
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    border-color: #222529;
    background-color: #222529;
    color: #fff
}

.btn-outline-secondary {
    border-color: #b93027;
    background-color: transparent;
    background-image: none;
    color: #b93027
}

.btn-outline-secondary.focus,
.btn-outline-secondary:hover {
    border-color: #b93027;
    background-color: #b93027;
    color: #fff;
    box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #b93027
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    border-color: #b93027;
    background-color: #b93027;
    color: #fff
}

.btn-dark {
    border-color: #02066F;
    background-color: #02066F;
    color: #fff;
    box-shadow: none
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    border-color: #4169E1;
    background-color: #4169E1;
    color: #fff;
    box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
    border-color: #222529;
    background-color: #222529;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    border-color: #050606;
    background-color: #0b0c0d;
    color: #fff
}

.btn-gray {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #222529;
    box-shadow: none
}

.btn-gray.focus,
.btn-gray:focus,
.btn-gray:hover {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none
}

.btn-gray.disabled,
.btn-gray:disabled {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #222529
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show>.btn-gray.dropdown-toggle {
    border-color: #d4d4d4;
    background-color: #dbdbdb;
    color: #222529
}

.btn-default:hover {
    background-color: #dedede;
    border-color: #dedede
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #222529;
    font-family: "Playfair Display", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial
}

.btn-link:focus,
.btn-link:hover {
    color: #222529;
    text-decoration: underline
}

.btn-rounded {
    border-radius: 7px
}

.btn-ellipse {
    border-radius: 2rem
}

.btn-social-login {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #222529;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.btn-social-login i,
.btn-social-login span {
    color: #fff
}

.btn-social-login i {
    margin-top: -1px;
    padding-right: 6px
}

.btn-facebook {
    background: #3a589d
}

.btn-gplus {
    background: #dd4e31
}

.btn-twitter {
    background: #1aa9e1
}

.btn-warning {
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

.btn-outline-warning:hover {
    color: #fff
}

.owl-dots .owl-dot,
.owl-nav .owl-next,
.owl-nav .owl-prev {
    outline: none
}

a:focus {
    outline: none
}


/*  */
header.sticky-top {
    border-bottom: 2px solid #1733d3 !important;
}
a.nav-link {
    color: #000000;
    font-size: 16px;
    margin: 0 10px;
}
a.nav-link:focus, 
a.nav-link:hover {
    color: #1733d3!important;
}
.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
.navbar .megamenu{
        /*left:0; */
        /*right:0;*/
        /*width:965px;*/
         /* width: 100vw !important; */
        /*margin-top:0;*/
        /* max-width: none !important; */
}

.col-megamenu h4 {
    margin: 0px 0px 8px;
    font-weight: 500;
}
.list-unstyled li  {
    margin: 2px 0px !important;
}
.list-unstyled li a {
    color: #000000 !important;
}

.list-unstyled li a:hover {
    text-decoration: none;
    color: var(--hov-primary) !important;
}

@media all and (min-width: 992px) {
    
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{
        left:0; 
        right:0;
        /*width:965px;*/
         /* width: 100vw !important; */
        margin-top:0;
        max-width: 965px;
        }
    
}   
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
a.text-light {
    color: #000000 !important;
}

a.text-light:focus, 
a.text-light:hover {
    color: #1733d3!important;
}
.bg-white-header{
   /* background-image: linear-gradient(#1733d3, #02136d) !important;*/
   background: #fff !important;
} 
.bg-white-menu{
    background-image: linear-gradient(#02136d, #02136d) !important;
}
.bg-white-top{
    /* background-image: linear-gradient(#616161, #616161) !important; */
    background-image: linear-gradient(#02066F, #02066F) !important;
}
.bg-transparent{
    background-color:transparent!important
}
.bg-white-menu {
    background-image: linear-gradient(#02136d, #02136d) !important;
}
.opacity-60 {
    /* opacity: 0.6 !important; */
    opacity: 1 !important;
}
.fs-14 {
    font-size: 15px !important;
    color: #000 !important;
}

.fs-14_menu {
    font-size: 15px !important;
    color: #fff !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.list-inline-item {
    display: inline-block;
}

.btn-primary, 
.btn-soft-primary:hover, 
.btn-outline-primary:hover {
    background-color: #4169E1;
    border-color: #02066F;
    color: var(--white);
}
 
.fs-18 {
    font-size: 17px !important;
}
.badge-primary {
    background-color: #4169E1 !important;
    height: 18px;
    width: 18px !important;
    font-size: 1rem;
}
header .btn {
    padding: 12px 13px;
    font-size: 16px;
    border-radius: 0.25rem;
    height: 46px;
    box-sizing: border-box;
    border: 0;
    width: 120px;
}
div#compare {
    margin-left: 10px;
}
.hov-opacity-100:hover {
    opacity: 1 !important;
}
.pb-20px, .py-20px, .p-20px {
    padding-bottom: 20px;
}
.pt-20px, .py-20px, .p-20px {
    padding-top: 20px;
}
.border-bottom {
    border-bottom: 1px solid rgba(143, 151, 171, 0.15) !important;
}
header.sticky-top.z-1020.bg-white-header.border-bottom.shadow-sm {
    border: 0px !important;
}

.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1020;
}
@media (min-width: 768px){
.h-md-40px, .size-md-40px {
    height: 40px;
}
}
/*  */
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.mfp-container .mfp-preloader,
.porto-loading-icon {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #222529;
    border-image: none;
    text-indent: -9999px;
    -webkit-animation: spin 0.75s infinite linear;
    animation: spin 0.75s infinite linear;
    z-index: 3
}

.mfp-container .mfp-preloader:before,
.porto-loading-icon:before {
    position: absolute;
    top: -2px;
    right: 0;
    left: -2px;
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
    border-top-color: inherit;
    content: "";
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease
}

.card {
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1.4rem
}

.card-header {
    margin: 0;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

.card-header:after {
    display: block;
    clear: both;
    content: ""
}

.card-header .card-edit {
    margin-top: 0.1rem;
    float: right;
    color: #222529;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize
}

.card-body {
    min-height: 135px;
    padding: 2rem 1.5rem;
    border-top: 0;
    border-radius: 0
}

.card-body a {
    text-decoration: underline
}

.card-body h4 {
    margin-bottom: 0.7rem;
    color: #666
}

.card.card-accordion {
    margin-bottom: 0.5rem;
    padding: 0;
    border: 0
}

.card.card-accordion .card-header {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    padding-right: 25px;
    background: transparent;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap
}

.card.card-accordion .card-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-family: "porto";
    transition: 0.35s
}

.card.card-accordion .card-header.collapsed:after {
    content: "";
    transition: 0.35s
}

.card.card-accordion .card-body {
    min-height: 0;
    padding: 0
}

.card.card-accordion p {
    margin-bottom: 0.4rem;
    padding: 1.3rem 0;
    letter-spacing: 0
}

.card-accordion.accordion-boxed {
    border: 1px solid #ddd
}

.card-accordion.accordion-boxed .card-header {
    border: 0;
    padding-left: 1.5rem;
    background-color: #f5f5f5
}

.card-accordion.accordion-boxed p {
    padding: 1.5rem
}

.card-accordion.accordion-boxed i {
    margin-right: 1rem
}

.product-countdown-container {
    display: flex;
    position: absolute;
    padding: 1rem 0.7rem 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    opacity: 0.7;
    letter-spacing: -0.01em;
    visibility: visible;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    transition: opacity 0.3s ease;
    background: #222529;
    z-index: 6
}

.product-countdown-container .product-countdown-title {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 3px
}

.product-countdown-container .product-countdown {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 6;
    line-height: 1;
    opacity: 1;
    color: #fff
}

.product-countdown-container .product-countdown .countdown-amount {
    display: block;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase
}

.product-default:not(.count-down):hover .product-countdown,
.product-default:not(.count-down):hover .product-countdown-container {
    opacity: 0;
    visibility: hidden
}

.countdown-type1 {
    padding: 5rem 0
}

.countdown-type1 .countdown-amount {
    font-size: 1.7rem;
    color: #da7940;
    font-weight: 700
}

.countdown-type1 .countdown-period {
    font-size: 1.7rem;
    color: #2e353e;
    font-weight: 700;
    padding: 0 4px
}

.countdown-type1 .countdown-section {
    display: flex;
    padding: 0 7px
}

.countdown-type1 .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.countdown-type1 .countdown-row .countdown-section {
    width: auto
}

.countdown-type2 {
    padding: 5rem 0
}

.countdown-type2 .countdown-amount {
    font-size: 3.8rem;
    color: #b3642a;
    font-weight: 600
}

.countdown-type2 .countdown-period {
    font-size: 1.4rem;
    color: #b3642a;
    font-weight: 600;
    padding: 0 4px
}

.countdown-type2 .countdown-section {
    display: flex;
    align-items: baseline
}

.countdown-type2 .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.countdown-type2 .countdown-row .countdown-section {
    width: auto
}

.countdown-parallax {
    padding: 9.5rem 0 8.4rem
}

.countdown-parallax .countdown-type3 .countdown-amount {
    font-size: 5.6rem;
    color: #fff
}

.countdown-parallax .countdown-type3 .countdown-period {
    font-size: 1.7rem;
    color: #fff
}

.countdown-parallax .countdown-type3 .countdown-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.countdown-parallax .countdown-type3 .countdown-row .countdown-section {
    width: auto;
    padding: 0 1.5rem
}

@media (max-width:479px) {
    .countdown-type1 .countdown-section {
        padding: 0;
        margin: 0 4px
    }
}

.count-container {
    margin-bottom: 4rem
}

.count-wrapper {
    margin-bottom: 0.9rem;
    color: #222529;
    font: 400 2.8rem/1 Poppins, sans-serif;
    text-transform: uppercase
}

.count-title {
    margin-bottom: 0;
    color: #777;
    font: 600 1.6rem/1 "Playfair Display", sans-serif
}

@media (min-width:992px) {
    .count-wrapper {
        font-size: 3.6rem
    }
}

.feature-box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem
}

.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #222529;
    font-size: 5rem;
    line-height: 1
}

.feature-box i:before {
    margin: 0
}

.feature-box h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0
}

.feature-box p {
    margin-bottom: 0
}

.feature-box.border-top-primary {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05)
}

.feature-box.border-top-primary .feature-box-content {
    border-top: 4px solid #222529;
    padding: 30px 20px 10px 20px
}

.feature-box-content {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.9;
    padding-left: 10px;
    padding-right: 10px
}

.feature-rounded i {
    width: 80px;
    height: 80px;
    border-radius: 500px;
    font-size: 35px;
    line-height: 80px
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: 1px;
    vertical-align: middle;
    line-height: 0;
    background: url(../images/flags.png) no-repeat
}

.flag.flag-ad {
    background-position: -16px 0
}

.flag.flag-ae {
    background-position: -32px 0
}

.flag.flag-af {
    background-position: -48px 0
}

.flag.flag-ag {
    background-position: -64px 0
}

.flag.flag-ai {
    background-position: -80px 0
}

.flag.flag-al {
    background-position: -96px 0
}

.flag.flag-am {
    background-position: -112px 0
}

.flag.flag-an {
    background-position: -128px 0
}

.flag.flag-ao {
    background-position: -144px 0
}

.flag.flag-ar {
    background-position: -160px 0
}

.flag.flag-as {
    background-position: -176px 0
}

.flag.flag-at {
    background-position: -192px 0
}

.flag.flag-au {
    background-position: -208px 0
}

.flag.flag-aw {
    background-position: -224px 0
}

.flag.flag-az {
    background-position: -240px 0
}

.flag.flag-ba {
    background-position: 0 -11px
}

.flag.flag-bb {
    background-position: -16px -11px
}

.flag.flag-bd {
    background-position: -32px -11px
}

.flag.flag-be {
    background-position: -48px -11px
}

.flag.flag-bf {
    background-position: -64px -11px
}

.flag.flag-bg {
    background-position: -80px -11px
}

.flag.flag-bh {
    background-position: -96px -11px
}

.flag.flag-bi {
    background-position: -112px -11px
}

.flag.flag-bj {
    background-position: -128px -11px
}

.flag.flag-bm {
    background-position: -144px -11px
}

.flag.flag-bn {
    background-position: -160px -11px
}

.flag.flag-bo {
    background-position: -176px -11px
}

.flag.flag-br {
    background-position: -192px -11px
}

.flag.flag-bs {
    background-position: -208px -11px
}

.flag.flag-bt {
    background-position: -224px -11px
}

.flag.flag-bv {
    background-position: -240px -11px
}

.flag.flag-bw {
    background-position: 0 -22px
}

.flag.flag-by {
    background-position: -16px -22px
}

.flag.flag-bz {
    background-position: -32px -22px
}

.flag.flag-ca {
    background-position: -48px -22px
}

.flag.flag-catalonia {
    background-position: -64px -22px
}

.flag.flag-cd {
    background-position: -80px -22px
}

.flag.flag-cf {
    background-position: -96px -22px
}

.flag.flag-cg {
    background-position: -112px -22px
}

.flag.flag-ch {
    background-position: -128px -22px
}

.flag.flag-ci {
    background-position: -144px -22px
}

.flag.flag-ck {
    background-position: -160px -22px
}

.flag.flag-cl {
    background-position: -176px -22px
}

.flag.flag-cm {
    background-position: -192px -22px
}

.flag.flag-cn {
    background-position: -208px -22px
}

.flag.flag-co {
    background-position: -224px -22px
}

.flag.flag-cr {
    background-position: -240px -22px
}

.flag.flag-cu {
    background-position: 0 -33px
}

.flag.flag-cv {
    background-position: -16px -33px
}

.flag.flag-cw {
    background-position: -32px -33px
}

.flag.flag-cy {
    background-position: -48px -33px
}

.flag.flag-cz {
    background-position: -64px -33px
}

.flag.flag-de {
    background-position: -80px -33px
}

.flag.flag-dj {
    background-position: -96px -33px
}

.flag.flag-dk {
    background-position: -112px -33px
}

.flag.flag-dm {
    background-position: -128px -33px
}

.flag.flag-do {
    background-position: -144px -33px
}

.flag.flag-dz {
    background-position: -160px -33px
}

.flag.flag-ec {
    background-position: -176px -33px
}

.flag.flag-ee {
    background-position: -192px -33px
}

.flag.flag-eg {
    background-position: -208px -33px
}

.flag.flag-eh {
    background-position: -224px -33px
}

.flag.flag-england {
    background-position: -240px -33px
}

.flag.flag-er {
    background-position: 0 -44px
}

.flag.flag-es {
    background-position: -16px -44px
}

.flag.flag-et {
    background-position: -32px -44px
}

.flag.flag-eu {
    background-position: -48px -44px
}

.flag.flag-fi {
    background-position: -64px -44px
}

.flag.flag-fj {
    background-position: -80px -44px
}

.flag.flag-fk {
    background-position: -96px -44px
}

.flag.flag-fm {
    background-position: -112px -44px
}

.flag.flag-fo {
    background-position: -128px -44px
}

.flag.flag-fr {
    background-position: -144px -44px
}

.flag.flag-ga {
    background-position: -160px -44px
}

.flag.flag-gb {
    background-position: -176px -44px
}

.flag.flag-gd {
    background-position: -192px -44px
}

.flag.flag-ge {
    background-position: -208px -44px
}

.flag.flag-gf {
    background-position: -224px -44px
}

.flag.flag-gg {
    background-position: -240px -44px
}

.flag.flag-gh {
    background-position: 0 -55px
}

.flag.flag-gi {
    background-position: -16px -55px
}

.flag.flag-gl {
    background-position: -32px -55px
}

.flag.flag-gm {
    background-position: -48px -55px
}

.flag.flag-gn {
    background-position: -64px -55px
}

.flag.flag-gp {
    background-position: -80px -55px
}

.flag.flag-gq {
    background-position: -96px -55px
}

.flag.flag-gr {
    background-position: -112px -55px
}

.flag.flag-gs {
    background-position: -128px -55px
}

.flag.flag-gt {
    background-position: -144px -55px
}

.flag.flag-gu {
    background-position: -160px -55px
}

.flag.flag-gw {
    background-position: -176px -55px
}

.flag.flag-gy {
    background-position: -192px -55px
}

.flag.flag-hk {
    background-position: -208px -55px
}

.flag.flag-hm {
    background-position: -224px -55px
}

.flag.flag-hn {
    background-position: -240px -55px
}

.flag.flag-hr {
    background-position: 0 -66px
}

.flag.flag-ht {
    background-position: -16px -66px
}

.flag.flag-hu {
    background-position: -32px -66px
}

.flag.flag-ic {
    background-position: -48px -66px
}

.flag.flag-id {
    background-position: -64px -66px
}

.flag.flag-ie {
    background-position: -80px -66px
}

.flag.flag-il {
    background-position: -96px -66px
}

.flag.flag-im {
    background-position: -112px -66px
}

.flag.flag-in {
    background-position: -128px -66px
}

.flag.flag-io {
    background-position: -144px -66px
}

.flag.flag-iq {
    background-position: -160px -66px
}

.flag.flag-ir {
    background-position: -176px -66px
}

.flag.flag-is {
    background-position: -192px -66px
}

.flag.flag-it {
    background-position: -208px -66px
}

.flag.flag-je {
    background-position: -224px -66px
}

.flag.flag-jm {
    background-position: -240px -66px
}

.flag.flag-jo {
    background-position: 0 -77px
}

.flag.flag-jp {
    background-position: -16px -77px
}

.flag.flag-ke {
    background-position: -32px -77px
}

.flag.flag-kg {
    background-position: -48px -77px
}

.flag.flag-kh {
    background-position: -64px -77px
}

.flag.flag-ki {
    background-position: -80px -77px
}

.flag.flag-km {
    background-position: -96px -77px
}

.flag.flag-kn {
    background-position: -112px -77px
}

.flag.flag-kp {
    background-position: -128px -77px
}

.flag.flag-kr {
    background-position: -144px -77px
}

.flag.flag-kurdistan {
    background-position: -160px -77px
}

.flag.flag-kw {
    background-position: -176px -77px
}

.flag.flag-ky {
    background-position: -192px -77px
}

.flag.flag-kz {
    background-position: -208px -77px
}

.flag.flag-la {
    background-position: -224px -77px
}

.flag.flag-lb {
    background-position: -240px -77px
}

.flag.flag-lc {
    background-position: 0 -88px
}

.flag.flag-li {
    background-position: -16px -88px
}

.flag.flag-lk {
    background-position: -32px -88px
}

.flag.flag-lr {
    background-position: -48px -88px
}

.flag.flag-ls {
    background-position: -64px -88px
}

.flag.flag-lt {
    background-position: -80px -88px
}

.flag.flag-lu {
    background-position: -96px -88px
}

.flag.flag-lv {
    background-position: -112px -88px
}

.flag.flag-ly {
    background-position: -128px -88px
}

.flag.flag-ma {
    background-position: -144px -88px
}

.flag.flag-mc {
    background-position: -160px -88px
}

.flag.flag-md {
    background-position: -176px -88px
}

.flag.flag-me {
    background-position: -192px -88px
}

.flag.flag-mg {
    background-position: -208px -88px
}

.flag.flag-mh {
    background-position: -224px -88px
}

.flag.flag-mk {
    background-position: -240px -88px
}

.flag.flag-ml {
    background-position: 0 -99px
}

.flag.flag-mm {
    background-position: -16px -99px
}

.flag.flag-mn {
    background-position: -32px -99px
}

.flag.flag-mo {
    background-position: -48px -99px
}

.flag.flag-mp {
    background-position: -64px -99px
}

.flag.flag-mq {
    background-position: -80px -99px
}

.flag.flag-mr {
    background-position: -96px -99px
}

.flag.flag-ms {
    background-position: -112px -99px
}

.flag.flag-mt {
    background-position: -128px -99px
}

.flag.flag-mu {
    background-position: -144px -99px
}

.flag.flag-mv {
    background-position: -160px -99px
}

.flag.flag-mw {
    background-position: -176px -99px
}

.flag.flag-mx {
    background-position: -192px -99px
}

.flag.flag-my {
    background-position: -208px -99px
}

.flag.flag-mz {
    background-position: -224px -99px
}

.flag.flag-na {
    background-position: -240px -99px
}

.flag.flag-nc {
    background-position: 0 -110px
}

.flag.flag-ne {
    background-position: -16px -110px
}

.flag.flag-nf {
    background-position: -32px -110px
}

.flag.flag-ng {
    background-position: -48px -110px
}

.flag.flag-ni {
    background-position: -64px -110px
}

.flag.flag-nl {
    background-position: -80px -110px
}

.flag.flag-no {
    background-position: -96px -110px
}

.flag.flag-np {
    background-position: -112px -110px
}

.flag.flag-nr {
    background-position: -128px -110px
}

.flag.flag-nu {
    background-position: -144px -110px
}

.flag.flag-nz {
    background-position: -160px -110px
}

.flag.flag-om {
    background-position: -176px -110px
}

.flag.flag-pa {
    background-position: -192px -110px
}

.flag.flag-pe {
    background-position: -208px -110px
}

.flag.flag-pf {
    background-position: -224px -110px
}

.flag.flag-pg {
    background-position: -240px -110px
}

.flag.flag-ph {
    background-position: 0 -121px
}

.flag.flag-pk {
    background-position: -16px -121px
}

.flag.flag-pl {
    background-position: -32px -121px
}

.flag.flag-pm {
    background-position: -48px -121px
}

.flag.flag-pn {
    background-position: -64px -121px
}

.flag.flag-pr {
    background-position: -80px -121px
}

.flag.flag-ps {
    background-position: -96px -121px
}

.flag.flag-pt {
    background-position: -112px -121px
}

.flag.flag-pw {
    background-position: -128px -121px
}

.flag.flag-py {
    background-position: -144px -121px
}

.flag.flag-qa {
    background-position: -160px -121px
}

.flag.flag-re {
    background-position: -176px -121px
}

.flag.flag-ro {
    background-position: -192px -121px
}

.flag.flag-rs {
    background-position: -208px -121px
}

.flag.flag-ru {
    background-position: -224px -121px
}

.flag.flag-rw {
    background-position: -240px -121px
}

.flag.flag-sa {
    background-position: 0 -132px
}

.flag.flag-sb {
    background-position: -16px -132px
}

.flag.flag-sc {
    background-position: -32px -132px
}

.flag.flag-scotland {
    background-position: -48px -132px
}

.flag.flag-sd {
    background-position: -64px -132px
}

.flag.flag-se {
    background-position: -80px -132px
}

.flag.flag-sg {
    background-position: -96px -132px
}

.flag.flag-sh {
    background-position: -112px -132px
}

.flag.flag-si {
    background-position: -128px -132px
}

.flag.flag-sk {
    background-position: -144px -132px
}

.flag.flag-sl {
    background-position: -160px -132px
}

.flag.flag-sm {
    background-position: -176px -132px
}

.flag.flag-sn {
    background-position: -192px -132px
}

.flag.flag-so {
    background-position: -208px -132px
}

.flag.flag-somaliland {
    background-position: -224px -132px
}

.flag.flag-sr {
    background-position: -240px -132px
}

.flag.flag-ss {
    background-position: 0 -143px
}

.flag.flag-st {
    background-position: -16px -143px
}

.flag.flag-sv {
    background-position: -32px -143px
}

.flag.flag-sx {
    background-position: -48px -143px
}

.flag.flag-sy {
    background-position: -64px -143px
}

.flag.flag-sz {
    background-position: -80px -143px
}

.flag.flag-tc {
    background-position: -96px -143px
}

.flag.flag-td {
    background-position: -112px -143px
}

.flag.flag-tf {
    background-position: -128px -143px
}

.flag.flag-tg {
    background-position: -144px -143px
}

.flag.flag-th {
    background-position: -160px -143px
}

.flag.flag-tibet {
    background-position: -176px -143px
}

.flag.flag-tj {
    background-position: -192px -143px
}

.flag.flag-tk {
    background-position: -208px -143px
}

.flag.flag-tl {
    background-position: -224px -143px
}

.flag.flag-tm {
    background-position: -240px -143px
}

.flag.flag-tn {
    background-position: 0 -154px
}

.flag.flag-to {
    background-position: -16px -154px
}

.flag.flag-tr {
    background-position: -32px -154px
}

.flag.flag-tt {
    background-position: -48px -154px
}

.flag.flag-tv {
    background-position: -64px -154px
}

.flag.flag-tw {
    background-position: -80px -154px
}

.flag.flag-tz {
    background-position: -96px -154px
}

.flag.flag-ua {
    background-position: -112px -154px
}

.flag.flag-ug {
    background-position: -128px -154px
}

.flag.flag-um {
    background-position: -144px -154px
}

.flag.flag-us {
    background-position: -160px -154px
}

.flag.flag-uy {
    background-position: -176px -154px
}

.flag.flag-uz {
    background-position: -192px -154px
}

.flag.flag-va {
    background-position: -208px -154px
}

.flag.flag-vc {
    background-position: -224px -154px
}

.flag.flag-ve {
    background-position: -240px -154px
}

.flag.flag-vg {
    background-position: 0 -165px
}

.flag.flag-vi {
    background-position: -16px -165px
}

.flag.flag-vn {
    background-position: -32px -165px
}

.flag.flag-vu {
    background-position: -48px -165px
}

.flag.flag-wales {
    background-position: -64px -165px
}

.flag.flag-wf {
    background-position: -80px -165px
}

.flag.flag-ws {
    background-position: -96px -165px
}

.flag.flag-xk {
    background-position: -112px -165px
}

.flag.flag-ye {
    background-position: -128px -165px
}

.flag.flag-yt {
    background-position: -144px -165px
}

.flag.flag-za {
    background-position: -160px -165px
}

.flag.flag-zanzibar {
    background-position: -176px -165px
}

.flag.flag-zm {
    background-position: -192px -165px
}

.flag.flag-zw {
    background-position: -208px -165px
}

.banner-layer-bottom {
    bottom: 5%;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    object-fit: cover;
}
.overlay-zoom img {
    transition: transform 0.3s;
}
.overlay-zoom {
    overflow: hidden;
}
.overlay-zoom:hover img {
    transform: scale(1.08);
}
.text-white {
    color: #fff!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
    line-height: 1;
}
.text-left {
    text-align: left!important;
}

.banner.overlay-zoom.mb-3 {
    margin-bottom: 30px !important;
}

.recommended-section {
    margin-bottom: 1.5rem
}

.recommended-section .nav-tabs {
    border-bottom: 0
}

.recommended-section .nav-tabs .nav-item {
    margin: 0 1.5rem 1rem
}

.recommended-section .nav-tabs .nav-item .nav-link {
    padding: 0;
    border-bottom-width: 1px;
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.5
}

.recommended-section .nav-tabs .nav-item.active .nav-link,
.recommended-section .nav-tabs .nav-item .nav-link.active,
.recommended-section .nav-tabs .nav-item .nav-link:hover {
    border-bottom-color: #333
}

.nav-tabs .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}
.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem;
}

.product-default {
    color: #777;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease-in-out
}

.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Poppins, sans-serif;
}

.product-default a:hover {
    color: #222529;
    text-decoration: none
}

.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem
}

.product-default figure>a:first-child {
    width: 100%;
    height: 100%
}

.product-default figure img {
    transition: opacity 0.3s ease-in-out;
    height: auto;
    width: 100%
}

.product-default figure img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative
}

.product-default .label-group {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px
}

.product-default .product-label.label-hot {
    background-color: #2ba968
}

.product-default .product-label.label-sale {
    background-color: #da5555
}

.product-default .product-label.label-number {
    display: flex;
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.6rem;
    background-color: #222529;
    color: #fff
}

.product-default .product-label.label-number span {
    margin-left: 1px
}

.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    padding: 0 0.8rem;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-default .category-wrap {
    width: 100%;
    white-space: nowrap
}

.product-default .category-list {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Playfair Display", sans-serif;
    line-height: 1.7;
    opacity: 0.8;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: Poppins, sans-serif;
    line-height: 1.35;
    letter-spacing: 0.005em;
    margin-bottom: 0.4rem
}

.product-default .product-title a {
    display: block
}

.product-default .title-wrap .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-bottom: 0.5rem
}

.product-default .title-wrap .btn-icon-wish {
    margin-top: -2px
}

.product-default .product-action {
    position: relative;
    margin-bottom: 1.5rem;
    color: #333;
    text-align: center
}

.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px
}

.product-default .btn-icon-wish,
.product-default .btn-quickview {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all 0.25s ease
}

.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
    color: #e27c7c
}

.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
    content: ""
}

.product-default .btn-icon-wish:hover,
.product-default .btn-quickview:hover {
    color: #333
}

.product-default .btn-icon-wish {
    left: 0
}

.product-default .btn-icon-wish.added-wishlist i:before {
    content: "";
    color: #da5555
}

.product-default .btn-quickview {
    font-size: 1.4rem;
    right: 0
}

.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: none
}

.product-default .btn-add-cart {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.25s ease
}

.product-default .btn-add-cart i {
    font-size: 1.5rem;
    line-height: 32px
}

.product-default .btn-add-cart i:before {
    margin: 0 4px 0 0;
    font-weight: 800
}

.product-default.product-unfold .btn-add-cart i {
    display: inline-block
}

.product-default.product-unfold .btn-icon-wish,
.product-default.product-unfold .btn-quickview {
    position: relative
}

.product-default.product-unfold:hover .product-action a.btn-quickview {
    right: 0
}

.product-default.product-unfold:hover .product-action a.btn-icon-wish {
    left: 0
}

.product-default:hover {
    z-index: 1;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease-in-out
}

.product-default:hover figure img:first-child {
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.product-default:hover figure img:last-child {
    opacity: 1;
    transition: opacity 0.3s ease-in-out
}

.product-default:hover .btn-add-cart {
    background: #2b2b2d;
    border-color: #2b2b2d;
    color: #fff
}

.product-default:hover .btn-add-cart.product-type-simple i {
    display: inline-block
}

.product-default:hover .product-action a {
    opacity: 1
}

.product-default:hover .product-action a.btn-icon-wish {
    left: -40px
}

.product-default:hover .product-action a.btn-quickview {
    right: -40px
}

.tooltip-top:after {
    display: none;
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

.old-price {
    text-decoration: line-through;
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px
}

.product-price {
    color: #222529;
    font-size: 1.8rem;
    line-height: 1
}

.price-box {
    margin-bottom: 1.4rem;
    font-weight: 600;
    font-family: "Playfair Display", sans-serif;
    line-height: 1
}

.ratings-container {
    line-height: 1;
    margin: 0 0 12px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.ratings-container .product-ratings {
    height: 11px
}

.ratings-container .product-ratings:before {
    content: "";
    color: rgba(0, 0, 0, 0.16)
}

.ratings-container .product-ratings:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings-container .ratings:before {
    content: "";
    color: #6a6a6d
}

.product-select-group {
    display: flex;
    display: -ms-flexbox
}

.product-select {
    margin: 0 4px 0 0;
    cursor: pointer
}

.product-select.type-image {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.09)
}

.product-select.type-image.checked,
.product-select.type-image.hover {
    border: 1px solid #222529
}

.product-select.type-check {
    margin: 5px;
    overflow: visible;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.product-select.type-check:after {
    content: "";
    background-color: transparent;
    border: 1px solid black;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    width: 18px;
    display: block;
    height: 18px
}

.product-select.type-check.checked:before {
    font-size: 8px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    text-align: center
}

.product-nav-filter {
    display: flex;
    align-items: center
}

.product-nav-thumbs a,
.product-nav-thumbs span {
    margin-right: 0.6rem;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
    border: 1px solid #e9e9e9;
    transition: border-color 0.35s
}

.product-nav-thumbs a:hover,
.product-nav-thumbs span:hover {
    border-color: #1d70ba
}

.product-nav-dots {
    padding-top: 2px
}

.product-nav-dots a,
.product-nav-dots span {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #fff;
    margin-right: 0.6rem;
    transition: box-shadow 0.35s ease;
    box-shadow: 0 0 0 0.1rem #999
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
    box-shadow: 0 0 0 0.1rem #222529
}

.product-single-qty {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle
}

.product-single-qty .bootstrap-touchspin.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
    padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
    width: 2.7em;
    height: 36px;
    padding: 10px 2px;
    color: #222529;
    font-size: 1.4rem;
    font-family: Poppins, sans-serif;
    text-align: center
}

.product-single-qty .bootstrap-touchspin .form-control,
.product-single-qty .bootstrap-touchspin .form-control:not(:focus),
.product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
    border-color: #dae2e6
}

.product-single-qty .btn {
    width: 2.2em;
    padding: 0
}

.product-single-qty .btn.btn-down-icon:hover:after,
.product-single-qty .btn.btn-down-icon:hover:before,
.product-single-qty .btn.btn-up-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before {
    background-color: #222529
}

.product-single-qty .btn.btn-outline {
    border-color: #e7e7e7
}

.product-single-qty .btn.btn-down-icon:after,
.product-single-qty .btn.btn-up-icon:after,
.product-single-qty .btn.btn-up-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    margin-left: -0.55rem;
    background: #222529;
    content: ""
}

.product-single-qty .btn.btn-up-icon:before {
    transform: rotate(90deg)
}

.product-single-qty .horizontal-quantity::-webkit-inner-spin-button,
.product-single-qty .horizontal-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.config-swatch-list {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-swatch-list li a {
    position: relative;
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 3px 6px 3px 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2)
}

.config-swatch-list li .color-panel {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    transition: all 0.3s;
    margin-right: 1.5rem
}

.config-swatch-list li span:last-child {
    cursor: pointer
}

.config-swatch-list li:hover span:last-child {
    color: #222529
}

.config-swatch-list li.active a:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: "porto";
    font-size: 1.1rem;
    line-height: 1;
    content: ""
}

.config-swatch-list a:focus .color-panel,
.config-swatch-list a:hover .color-panel,
.config-swatch-list li.active .color-panel {
    box-shadow: 0 0 0 0.1rem #dfdfdf
}

.modal#addCartModal {
    width: 340px;
    top: calc((100% - 320px) / 2);
    left: calc((100% - 320px) / 2);
    padding: 10px !important;
    overflow: hidden
}

.modal#addCartModal .modal-dialog {
    margin: 0
}

.modal#addCartModal .modal-content {
    margin: 0;
    border: none;
    box-shadow: none
}

.add-cart-box {
    padding: 19px 10px 20px !important;
    border-top: 4px solid #222529;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.add-cart-box h4 {
    font-weight: 500;
    color: #222529;
    margin-bottom: 1.8rem
}

.add-cart-box img {
    margin: 0 auto 10px;
    width: 120px
}

.add-cart-box .btn-actions {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around;
    -ms-flex-pack: distribute
}

.add-cart-box .btn-actions .btn-primary {
    width: 140px;
    padding: 8px 0;
    font: 500 16px "Playfair Display", sans-serif;
    border: none;
    cursor: pointer
}

.add-cart-box .btn-actions .btn-primary:active,
.add-cart-box .btn-actions .btn-primary:active:focus,
.add-cart-box .btn-actions .btn-primary:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.divide-line>.col-1:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-1:nth-child(12n) {
    border-right: none
}

.divide-line>.col-2:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-2:nth-child(6n) {
    border-right: none
}

.divide-line>.col-3:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-3:nth-child(4n) {
    border-right: none
}

.divide-line>.col-4:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-4:nth-child(3n) {
    border-right: none
}

.divide-line>.col-5:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-5:nth-child(2n) {
    border-right: none
}

.divide-line>.col-6:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-6:nth-child(2n) {
    border-right: none
}

.divide-line>.col-7:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-7:nth-child(1n) {
    border-right: none
}

.divide-line>.col-8:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-8:nth-child(1n) {
    border-right: none
}

.divide-line>.col-9:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-9:nth-child(1n) {
    border-right: none
}

.divide-line>.col-10:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-10:nth-child(1n) {
    border-right: none
}

.divide-line>.col-11:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

.divide-line>.col-11:nth-child(1n) {
    border-right: none
}

.divide-line:not(.up-effect) .product-default .btn-quickview {
    width: calc(100% - 30px);
    margin: 0 15px
}

.divide-line:not(.up-effect) .product-default .product-details {
    padding: 0 1.5rem
}

.divide-line.up-effect {
    margin-top: -2rem
}

.divide-line.up-effect .product-default {
    padding-top: 5rem;
    margin: 0;
    transition: 0.3s
}

.divide-line.up-effect .product-default .product-action {
    transition: 0.3s;
    opacity: 0
}

.divide-line.up-effect .product-default:hover {
    padding-top: 1rem;
    padding-bottom: 4rem
}

.divide-line.up-effect .product-default:hover .product-action {
    opacity: 1
}

.divide-line .product-default {
    margin-bottom: 0
}

.divide-line .product-default:hover {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1)
}

.divide-line .product-default:hover figure {
    box-shadow: none
}

.inner-quickview figure {
    position: relative
}

.inner-quickview figure .btn-quickview {
    position: absolute;
    padding: 0.8rem 1.4rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: #02066F;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: none;
    margin: 0;
    border: none;
    line-height: 1.82;
    transition: padding-top 0.2s, padding-bottom 0.2s;
    z-index: 2
}

.inner-quickview figure .btn-quickview:hover {
    color: #fff;
    opacity: 1
}

.inner-quickview .product-details {
    align-items: flex-start;
    -ms-flex-align: start
}

.inner-quickview .category-wrap,
.inner-quickview .title-wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -ms-flex-align: center;
    width: 100%
}

.inner-quickview .category-wrap .btn-icon-wish,
.inner-quickview .title-wrap .btn-icon-wish {
    transform: none;
    opacity: 1;
    width: auto;
    height: auto;
    border: none;
    overflow: visible;
    font-size: 1.5rem;
    line-height: 0
}

.inner-quickview .category-list {
    text-align: left
}

.inner-quickview .category-wrap .btn-icon-wish {
    font-size: 1.6rem;
    padding-top: 1px
}

.inner-quickview:hover .btn-quickview {
    visibility: visible;
    opacity: 0.85
}

.inner-icon {
    position: relative;
    margin-bottom: 1.9rem
}

.inner-icon:not(.product-widget) .product-details {
    padding: 0
}

.inner-icon .category-list {
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px)
}
.inner-icon .category-list {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
}
.inner-icon .product-title {
    font-family: Poppins, sans-serif;
    letter-spacing: -0.01em
}

.inner-icon .ratings-container {
    margin-left: 0
}

.inner-icon .price-box {
    margin-bottom: 1.5rem;
    font-family: "Playfair Display", sans-serif
}
.inner-icon .price-box {
    margin-bottom: 1.7rem;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
}
.inner-icon .btn-icon-group {
    z-index: 2
}

.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
    top: auto
}

.inner-icon .btn-icon-wish {
    left: auto;
    right: 0
}

.inner-icon:not(.product-widget):hover {
    box-shadow: none
}

.inner-icon:not(.product-widget):hover figure .btn-quickview {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
    transition: padding-top 0.2s, padding-bottom 0.2s, opacity 0.2s
}

.inner-icon .btn-add-cart,
.inner-icon .btn-icon-wish,
.inner-icon .btn-quickview {
    background-color: transparent
}

.inner-icon figure {
    position: relative
}

.inner-icon figure .btn-icon-group {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem
}

.inner-icon figure .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 0 0 5px;
    width: 36px;
    height: 36px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    transform: none
}

.inner-icon figure .btn-icon i:not(.fa):before {
    font-weight: 400
}

.inner-icon figure .btn-icon .fa {
    font-size: 12px;
    font-weight: 600
}

.inner-icon figure .btn-icon i {
    font-size: 1.6rem;
    margin-bottom: 0
}

.inner-icon figure .btn-icon i:before {
    margin: 0
}

.inner-icon figure .btn-icon i.icon-bag {
    font-size: 1.8rem
}

.inner-icon figure .btn-icon:hover {
    background-color: #222529;
    border-color: #222529;
    color: #fff
}

.inner-icon:hover .btn-icon {
    background-color: #fff;
    border-color: #ddd;
    color: black;
    visibility: visible;
    opacity: 1;
    overflow: hidden
}

.full-width {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.full-width [class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.no-gaps {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0
}

.no-gaps [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.no-gaps .product-details {
    padding: 0 1rem
}

.no-gaps .product-default {
    margin-bottom: 0
}

.no-gaps .product-default:nth-child(2n) figure>a:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 37, 41, 0.01)
}

.inner-icon-inline figure .btn-icon-group {
    display: flex;
    flex-direction: row
}

.inner-icon-inline figure .btn-icon {
    margin-left: 5px
}

.product-overlay figure {
    margin: 0
}

.product-overlay figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0);
    transition: all 0.25s
}

.product-overlay figure .btn-icon-group,
.product-overlay figure .btn-quickview {
    z-index: 1
}

.product-overlay figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0
}

.product-overlay figure .btn-icon-wish {
    position: relative
}

.product-overlay figure .btn-add-cart i {
    display: inline-block
}

.product-overlay .product-details {
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s
}

.product-overlay .product-details .product-category,
.product-overlay .product-details .product-price,
.product-overlay .product-details .product-title a {
    color: #fff
}

.product-overlay .product-details a:hover {
    color: #222529
}

.product-overlay .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, 0.6)
}

.product-overlay .product-details .ratings-container .ratings:before {
    color: #fff
}

.product-overlay .product-details .price-box {
    margin-bottom: 0
}

.product-overlay .product-details .category-list {
    text-align: center;
    width: 100%
}

.product-overlay:hover figure,
.product-overlay:nth-child(2n):hover figure {
    box-shadow: none
}

.product-overlay:hover figure>a:first-child:after,
.product-overlay:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, 0.6)
}

.product-overlay:hover figure .btn-icon,
.product-overlay:hover figure .btn-quickview,
.product-overlay:nth-child(2n):hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-quickview {
    opacity: 0.85;
    visibility: visible
}

.product-overlay:hover figure .btn-icon:hover,
.product-overlay:hover figure .btn-quickview:hover,
.product-overlay:nth-child(2n):hover figure .btn-icon:hover,
.product-overlay:nth-child(2n):hover figure .btn-quickview:hover {
    opacity: 1
}

.product-overlay:hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0.85
}

.product-overlay:hover .product-details,
.product-overlay:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: scale(1)
}

.overlay-dark figure {
    margin: 0
}

.overlay-dark figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0.3);
    transition: all 0.25s
}

.overlay-dark figure .btn-icon-group,
.overlay-dark figure .btn-quickview {
    z-index: 1
}

.overlay-dark figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0;
    margin-left: 8px
}

.overlay-dark figure .btn-quickview {
    border: 2px solid #fff;
    background-color: #4d4d4a;
    border-radius: 2rem;
    padding: 1rem 2.3rem;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all 0.1s
}

.overlay-dark .product-details {
    position: absolute;
    width: 100%;
    left: 2rem;
    bottom: 4rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-price,
.overlay-dark .product-details .product-title a {
    color: #fff
}

.overlay-dark .product-details a:hover {
    color: #222529
}

.overlay-dark .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, 0.6)
}

.overlay-dark .product-details .price-box {
    margin-bottom: 0
}

.overlay-dark:hover figure,
.overlay-dark:nth-child(2n):hover figure {
    box-shadow: none
}

.overlay-dark:hover figure>a:first-child:after,
.overlay-dark:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, 0.7)
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:hover figure .btn-quickview,
.overlay-dark:nth-child(2n):hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-quickview {
    opacity: 0.85
}

.overlay-dark:hover figure .btn-icon:hover,
.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:nth-child(2n):hover figure .btn-icon:hover,
.overlay-dark:nth-child(2n):hover figure .btn-quickview:hover {
    background-color: #4d4d4a;
    opacity: 1
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0.85
}

.overlay-dark:hover .product-details,
.overlay-dark:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.creative-grid {
    margin-left: -10px;
    margin-right: -10px
}

.creative-grid .product-default {
    padding: 0 10px 20px;
    margin-bottom: 0
}

.creative-grid .product-default .btn-add-cart i {
    display: inline-block
}

.creative-grid figure {
    height: 100%
}

.creative-grid figure img {
    height: 100%;
    object-fit: cover
}

.creative-grid .overlay-dark figure .btn-quickview {
    padding: 8px 15px;
    max-width: 128px;
    max-height: 41px;
    border-radius: 5rem
}

.creative-grid .inner-icon:not(.product-widget):hover figure .btn-quickview {
    padding-top: 7px
}

.creative-grid .grid-height-1-2 {
    height: 300px
}

.creative-grid .grid-height-1 {
    height: 600px
}

.creative-grid .grid-col-sizer {
    width: 25%
}

.creative-grid .btn-icon-wish {
    position: relative
}

.inner-btn figure .btn-icon-group {
    top: auto;
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem
}

.inner-btn figure .btn-icon {
    position: relative;
    margin-bottom: 0
}

.inner-btn figure .btn-quickview {
    background-color: #fff
}

.inner-btn figure .btn-quickview i {
    font-size: 1.4rem
}

.inner-btn figure .btn-add-cart i {
    display: inline-block
}

.quantity-input .product-details {
    align-items: center
}

.quantity-input .product-single-qty {
    margin: 0 0 1rem
}

.quantity-input .btn-add-cart {
    margin: 0 0 1rem 2px
}

.quantity-input .btn-add-cart:hover {
    background-color: #222529;
    border-color: #222529;
    color: #fff
}

.quantity-input .category-list {
    text-align: center
}

.product-list {
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: block
}

.product-list .product-action {
    margin-bottom: 0
}

.product-list:hover .btn-icon {
    padding-right: 0.8rem;
    transition: 0.35s
}

.product-list:hover .btn-icon i {
    opacity: 1;
    transition: 0.35s
}

.product-list:hover .btn-icon span {
    padding-left: 1.3rem;
    transition: 0.35s
}

.product-list figure {
    max-width: 250px;
    margin-right: 1.2rem;
    margin-bottom: 0
}

.product-list figure img {
    object-fit: cover;
    height: 100%
}

.product-list .product-details {
    padding-top: 3px;
    max-width: calc(100% - 270px)
}

.product-list .product-title {
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Playfair Display", sans-serif
}

.product-list .ratings-container {
    margin: 0 0 10px 0px
}

.product-list .product-description {
    display: -webkit-box;
    margin-bottom: 1.6rem;
    max-width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Playfair Display", sans-serif;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-list .price-box {
    margin-bottom: 1.6rem
}

.product-list .category-list {
    margin-bottom: -1px
}

.product-list .btn-add-cart {
    margin: 0 3px 5px 0;
    padding: 0 1.4rem;
    background-color: #222529;
    border-color: #222529;
    color: #fff
}

.product-list .btn-icon {
    position: relative;
    transition: 0.35s
}

.product-list .btn-icon i {
    position: absolute;
    display: inline-block;
    opacity: 0;
    left: 8px;
    transition: 0.35s
}

.product-list .btn-icon i:before {
    margin: 0;
    line-height: 1;
    font-weight: 800
}

.product-list .btn-icon i.fa {
    top: 26%
}

.product-list .btn-icon span {
    display: inline-block;
    transition: 0.35s
}

.product-list .btn-icon-wish,
.product-list .btn-quickview {
    position: static;
    opacity: 1;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333333;
    margin: 0 0 5px;
    line-height: 32px
}

.product-list .btn-icon-wish {
    position: relative
}

.product-list:hover {
    box-shadow: none
}

.product-list:hover figure {
    box-shadow: none
}

.product-list:hover .product-action a.btn-icon-wish {
    left: 0
}

.product-widget {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.6rem
}

.product-widget figure {
    max-width: 84px;
    margin-right: 1rem;
    margin-bottom: 0
}

.product-widget figure img {
    object-fit: cover;
    height: 100%
}

.product-widget .ratings-container {
    margin-bottom: 1rem
}

.product-widget .product-details {
    margin-bottom: 2px;
    max-width: calc(100% - 104px)
}

.product-widget .product-title {
    margin-bottom: 0.5rem;
    font-size: 1.4rem
}

.product-widget .price-box {
    margin-bottom: 0
}

.product-widget .product-price {
    font-size: 1.5rem
}

.product-widget .old-price {
    font-size: 1.2rem
}

.product-widget:hover,
.product-widget:hover figure {
    box-shadow: none
}

.row-joined.product-nogap .product-details {
    padding: 0 1rem
}

.row-joined.product-nogap .product-details .category-wrap {
    position: relative
}

.product-quick-view {
    padding: 3rem;
    background-color: #fff
}

.product-quick-view .product-single-filter label {
    margin-right: 0
}

.product-quick-view .product-single-details .product-title {
    width: 100%
}

.product-quick-view .view-cart {
    padding: 13px 10px;
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.product-quick-view .product-single-details .product-single-filter:last-child {
    margin-left: -1px
}

.image-bg-white {
    filter: brightness(1.08)
}

.post-slider>.owl-stage-outer,
.products-slider>.owl-stage-outer {
    margin: -10px -20px;
    padding: 10px 20px
}





/*  */


/* innerpages */

.innerbanner_des {
    padding: 60px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.innerbanner_left {
    flex: 0 31%;
    margin-right: 2%;
}
.innerbanner_des .innerbanner_right {
    flex: 1;
    font-size: 18px;
}
.innerbanner_left h2 {
    color: #fff;
    padding-bottom: 11px;
    margin: 0px;
}
.innerbanner_left p {
    font-size: 28px;
    margin: 0px;
    padding: 0px;
}

.innercont_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innercont_add {
    flex: 0 50%;
}
.innercont_block .innerbanner_right {
    padding: 2% 4%;
}
.innercont_block .innerbanner_right {
    font-size: 15px;
}
.innerbanner_right h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 11px;
}
.innercont_block.innercont_block2 {
    flex-direction: row-reverse;
}

.our_leagacy_outer {
    padding: 60px 0;
}
.our_leagacy_outer .header_info {
    text-align: center;
    color: #fff;
    padding-bottom: 26px;
}
.our_leagacy_outer .header_info h2 {
    color: #fff;
    font-weight: 600;
}

.our_leagacy_info {
    display: flex;
    margin: 0px 7%;
    align-items: center;
}
.our_leagacy_text {
    flex: 1;
    color: #fff;
    font-size: 15px;
    margin-right: 5%;
}
.our_leagacy_img {
    flex: 0 32%;
}

.our_leagacy_add2 {
    text-align: center;
    padding: 54px 0 0 0;
    margin: 0px 14%;
}

.our_founders_outer {
    padding: 60px 0;
}

.our_founders_outer .header_info {
    text-align: center;
    color: #fff;
    padding-bottom: 26px;
}
.our_founders_outer .header_info h2 {
    color: #fff;
    font-weight: 600;
}

.our_founders_info {
    display: flex;
    margin: 0 7%;
    justify-content: space-between;
}

.our_founders_des {
    flex: 0 48%;
    font-size: 15px;
}
.our_founders_pic {
    margin-bottom: 25px;
}
   

/*  */


@media (max-width:1280px) {

    .post-slider>.owl-stage-outer,
    .products-slider>.owl-stage-outer {
        margin: -10px -15px;
        padding: 10px 15px
    }
}

.modal-backdrop.show {
    opacity: 0
}

@media (max-width:1200px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

@media (max-width:1159px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -30px
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -30px
    }
}

@media (max-width:1000px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px
    }
}

@media (min-width:576px) {
    .divide-line>.col-sm-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-sm-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-sm-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-sm-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-sm-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-sm-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-sm-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-sm-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-sm-11:nth-child(1n) {
        border-right: none
    }
}

@media (min-width:768px) {
    .divide-line>.col-md-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-md-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-md-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-md-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-md-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-md-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-md-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-md-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-md-11:nth-child(1n) {
        border-right: none
    }

    .product-quick-view .product-single-details {
        position: absolute;
        right: 0;
        height: 100% !important;
        overflow-y: auto
    }

    .product-quick-view .product-single-details::-webkit-scrollbar {
        height: 10px;
        width: 3px
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        position: absolute
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
        margin: 8px;
        width: 100%
    }
}

@media (min-width:992px) {
    .divide-line>.col-lg-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-lg-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-lg-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-lg-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-lg-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-lg-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-lg-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-lg-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-lg-11:nth-child(1n) {
        border-right: none
    }
}

@media (min-width:1200px) {
    .divide-line>.col-xl-1:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-1:nth-child(12n) {
        border-right: none
    }

    .divide-line>.col-xl-2:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-2:nth-child(6n) {
        border-right: none
    }

    .divide-line>.col-xl-3:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-3:nth-child(4n) {
        border-right: none
    }

    .divide-line>.col-xl-4:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-4:nth-child(3n) {
        border-right: none
    }

    .divide-line>.col-xl-5:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-5:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-xl-6:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-6:nth-child(2n) {
        border-right: none
    }

    .divide-line>.col-xl-7:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-7:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-8:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-8:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-9:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-9:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-10:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-10:nth-child(1n) {
        border-right: none
    }

    .divide-line>.col-xl-11:nth-child(n) {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09)
    }

    .divide-line>.col-xl-11:nth-child(1n) {
        border-right: none
    }

    .col-xl-7col .product-default .product-title,
    .col-xl-8col .product-default .product-title {
        font-size: 1.3rem
    }

    .col-xl-7col .old-price,
    .col-xl-8col .old-price {
        font-size: 1.2rem
    }

    .col-xl-7col .product-price,
    .col-xl-8col .product-price {
        font-size: 1.5rem
    }
}

@media (max-width:575px) {
    .product-list {
        flex-direction: column;
        -ms-flex-direction: column
    }

    .product-list figure {
        max-width: none;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .product-list .product-details {
        max-width: none;
        width: 100%
    }

    .product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
        display: block
    }

    .product-list .product-action>a {
        padding: 0;
        width: 34px;
        height: 34px
    }

    .product-list .product-action>a i {
        display: inline-block
    }

    .product-list .btn-icon {
        margin-right: 1px
    }

    .product-list .btn-icon i {
        position: static;
        opacity: 1
    }

    .product-list .btn-icon:hover {
        padding: 0
    }

    .product-list .btn-icon span {
        display: none
    }

    .product-list .btn-icon:not(.product-type-simple) i {
        margin-top: 1.1rem
    }

    .product-quick-view {
        padding: 2rem
    }

    .product-quick-view .product-single-details .product-title {
        font-size: 2.6rem
    }
}

@media (max-width:479px) {
    .product-price {
        font-size: 1.3rem
    }

    .product-quick-view {
        padding: 2rem
    }
}

.product-category-panel {
    margin-bottom: 35px
}

.product-category-panel .owl-carousel {
    margin-top: -10px;
    padding-top: 10px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next,
.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    font-size: 24px;
    color: #333;
    line-height: 22px
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -41px
}

.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -41px
}

.product-category-panel .section-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2.5rem
}

.product-category-panel .section-title h2 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: -0.05em;
    color: #282d3b;
    text-transform: uppercase
}

.product-category {
    color: #1d2127;
    margin-bottom: 2rem;
    position: relative
}

.product-category a:hover {
    color: inherit
}

.product-category img {
    width: 100%
}

.product-category figure {
    margin-bottom: 0;
    position: relative
}

.product-category figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    transition: all 0.3s;
    z-index: 1;
    content: ""
}

.product-category:hover figure:after {
    background-color: rgba(27, 27, 23, 0.15)
}

.owl-item>.product-category {
    margin-bottom: 0
}

.category-content {
    padding: 2rem;
    display: flex;
    display: -ms-flex-box;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.category-content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: -0.005em;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.category-content span {
    font-weight: 400;
    font-size: 10.2px;
    line-height: 1.8;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: normal;
    margin-top: -10px;
    text-transform: uppercase;
    opacity: 0.7;
    color: #1d2127
}

.category-content span mark {
    padding: 0;
    background-color: transparent;
    color: inherit
}

.content-center-bottom .category-content,
.content-center .category-content,
.content-left-bottom .category-content,
.content-left-center .category-content {
    padding: 20.4px 25.5px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span,
.content-center .category-content h3,
.content-center .category-content span,
.content-left-bottom .category-content h3,
.content-left-bottom .category-content span,
.content-left-center .category-content h3,
.content-left-center .category-content span {
    color: #fff
}

.content-center .category-content,
.content-left-center .category-content {
    left: 0;
    top: 50%
}

.content-left-center .category-content {
    align-items: flex-start
}

.content-left-bottom .category-content {
    align-items: flex-start;
    left: 0;
    bottom: 0;
    transform: none
}

.content-center-bottom figure {
    min-height: 90px
}

.content-center-bottom .category-content {
    bottom: 0;
    transform: none;
    padding: 20.4px 0
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
    margin-bottom: 0;
    color: #1d2127
}

.overlay-lighter figure:after {
    background-color: rgba(27, 27, 23, 0)
}

.overlay-lighter:hover figure:after {
    background-color: rgba(27, 27, 23, 0.15)
}

.overlay-darker figure:after {
    background-color: rgba(27, 27, 23, 0.25)
}

.overlay-darker:hover figure:after {
    background-color: rgba(27, 27, 23, 0.4)
}

.overlay-light figure:after {
    background-color: rgba(27, 27, 23, 0.75)
}

.overlay-light:hover figure:after {
    background-color: rgba(27, 27, 23, 0.6)
}

.hidden-count .category-content span {
    max-height: 10px;
    transition: all 0.5s;
    transform: translateY(20%);
    opacity: 0
}

.hidden-count:hover .category-content span {
    max-height: 30px;
    transform: none;
    opacity: 0.7
}

.creative-grid .product-category {
    margin-bottom: 0;
    padding-bottom: 2rem
}

.creative-grid .product-category.content-left-bottom .category-content {
    margin-bottom: 20px
}

.creative-grid .product-category figure {
    height: 100%
}

.creative-grid .product-category figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0
}

.height-600 {
    height: 600px
}

.height-400 {
    height: 400px
}

.height-300 {
    height: 300px
}

.height-200 {
    height: 200px
}

@media (min-width:1199px) {
    .col-5col-1 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .height-600 {
        height: 400px
    }

    .height-300 {
        height: 200px
    }
}

@media (max-width:450px) {
    .content-center-bottom .category-content {
        padding: 16.8px 21px;
        text-align: center;
        flex-wrap: wrap
    }
}

@media (max-width:400px) {
    .content-center-bottom .category-content {
        padding-bottom: 1rem
    }
}

@media (max-width:1200px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px
    }
}

@media (max-width:1159px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 30px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -41px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -41px
    }
}

@media (max-width:1024px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px
    }
}

.testimonial-owner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-content: center
}

.testimonial-owner figure {
    max-width: 40px;
    margin-right: 25px;
    margin-bottom: 2rem
}

.testimonial-owner figure.max-width-none {
    max-width: none;
    margin: 0
}

.testimonial-owner h4 {
    display: block;
    margin-bottom: 0.5rem;
    padding-top: 0.7rem;
    color: #111;
    font-size: 1.4rem;
    text-transform: uppercase
}

.testimonial-owner span {
    display: block;
    color: #666;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    line-height: 1.2;
    font-weight: 600
}

.testimonial blockquote {
    position: relative;
    margin: 0 0 0 15px;
    padding: 1rem 2rem;
    color: #222529
}

.testimonial blockquote:after,
.testimonial blockquote:before {
    position: absolute;
    font-family: "Playfair Display";
    font-size: 5rem;
    font-weight: 900;
    line-height: 1
}

.testimonial blockquote:before {
    top: 0;
    left: -0.4em;
    content: "“"
}

.testimonial blockquote p {
    margin-bottom: 0;
    font-family: inherit;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #62615e
}

.testimonial.blockquote-both blockquote:after {
    display: block;
    content: "”";
    right: 0;
    bottom: -5px;
    line-height: 24px
}

.testimonial.owner-center>p,
.testimonial.owner-center blockquote {
    text-align: center
}

.testimonial.owner-center .testimonial-title {
    text-align: center
}

.testimonial.owner-center .testimonial-owner {
    justify-content: center
}

.testimonial.owner-center .testimonial-owner span {
    text-align: center
}

.testimonial.owner-center .testimonial-owner figure,
.testimonial.owner-center .testimonial-owner img {
    margin-left: auto;
    margin-right: auto
}

.testimonial.testimonial-border {
    border: 1px solid;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
    border-left-color: #ececec;
    border-right-color: #ececec;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04)
}

.testimonial.testimonial-border-bottom .testimonial-owner {
    border-top: 1px solid #f2f2f2
}

.testimonial.inner-blockquote figure {
    margin-top: 15px;
    margin-bottom: 10px
}

.testimonial.inner-blockquote blockquote {
    padding: 6px 20px
}

.testimonial.inner-blockquote .testimonial-title {
    margin-top: 28px
}

.testimonial .testimonial-arrow-down {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 8px solid #CCC;
    height: 0;
    margin: 0 0 0 40px;
    width: 0
}

@media (max-width:480px) {
    .testimonial blockquote:before {
        left: -15px
    }
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #222529;
    font-size: 14px;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: 0.6rem
}

.social-icons .social-icon:focus,
.social-icons .social-icon:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.85
}

.social-icon.social-facebook {
    background-color: #3b5a9a
}

.social-icon.social-twitter {
    background-color: #1aa9e1
}

.social-icon.social-instagram {
    background-color: #7c4a3a
}

.social-icon.social-linkedin {
    background-color: #0073b2
}

.social-icon.social-gplus {
    background-color: #dd4b39
}

.social-icon.social-mail {
    background-color: #dd4b39
}

.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 2px
}

.nav-tabs .nav-item {
    margin-bottom: -3px
}

.nav-tabs .nav-item:not(:last-child) {
   /* margin-right: 3.5rem*/
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #222529;
    color: #222529
}

.nav-tabs .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    /* color: #282d3b; */
    color: black; /* Default color */
    background-color: transparent; /* Keep background transparent */
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.nav-tabs .nav-link:hover {
    /* color: #222529 */
    color: #007BFF; /* Change this to your desired hover color */
    background-color: transparent; /* Keep background transparent */
}

.tabs .tab-content {
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 1.5rem
}

.tabs .nav-tabs {
    border-bottom: 0
}

.tabs .nav-tabs .nav-item .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
    border-top-color: #222529;
    color: #222529;
    background: #fff
}

.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    background: #f4f4f4;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: -1px;
    padding: 0.8rem 1.6rem
}

.tabs .nav-tabs .nav-link:focus,
.tabs .nav-tabs .nav-link:hover {
    border-top-color: #222529
}

.tabs .tab-pane p:last-child {
    line-height: 2.4rem
}

.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-top: none;
    border-bottom-color: #222529
}

.tabs-bottom .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-bottom .nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: none;
    margin-top: -1px
}

.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.tabs-left {
    border-top: 1px solid #eee
}

.tabs-left .tab-content {
    border-top: 0
}

.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left: 3px solid #222529
}

.tabs-left .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-left .nav-tabs .nav-link {
    border: 0;
    border-left: 3px solid #eee;
    margin-right: -1px
}

.tabs-left .nav-tabs .nav-link:focus,
.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #222529
}

.tabs-right {
    border-top: 1px solid #eee
}

.tabs-right .tab-content {
    border-top: 0
}

.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right: 3px solid #222529
}

.tabs-right .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0
}

.tabs-right .nav-tabs .nav-link {
    border: 0;
    border-right: 3px solid #eee
}

.tabs-right .nav-tabs .nav-link:focus,
.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #222529
}

.nav-justified .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tabs-vertical {
    display: flex
}

.tabs-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0
}

.tabs-vertical .tab-content {
    flex: 1
}

.tabs-vertical .nav-link:last-child {
    border-bottom: 1px solid #eee !important
}

.tabs-secondary .nav-tabs .nav-item .nav-link.active,
.tabs-secondary .nav-tabs .nav-item.show .nav-link {
    border-top-color: #b93027;
    color: #b93027
}

.tabs-secondary .nav-tabs .nav-link:focus,
.tabs-secondary .nav-tabs .nav-link:hover {
    border-top-color: #b93027;
    color: #b93027
}

.tabs-secondary.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #b93027
}

.tabs-secondary.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #b93027
}

.tabs-secondary.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #b93027
}

.tabs-secondary.tabs-left .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #b93027
}

.tabs-secondary.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-secondary.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #b93027
}

.tabs-secondary.tabs-right .nav-tabs .nav-link:focus,
.tabs-secondary.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #b93027
}

.tabs-tertiary .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary .nav-tabs .nav-item.show .nav-link {
    border-top-color: #2baab1;
    color: #2baab1
}

.tabs-tertiary .nav-tabs .nav-link:focus,
.tabs-tertiary .nav-tabs .nav-link:hover {
    border-top-color: #2baab1;
    color: #2baab1
}

.tabs-tertiary.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #2baab1
}

.tabs-tertiary.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #2baab1
}

.tabs-tertiary.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #2baab1
}

.tabs-tertiary.tabs-left .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #2baab1
}

.tabs-tertiary.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-tertiary.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #2baab1
}

.tabs-tertiary.tabs-right .nav-tabs .nav-link:focus,
.tabs-tertiary.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #2baab1
}

.tabs-dark .nav-tabs .nav-item .nav-link.active,
.tabs-dark .nav-tabs .nav-item.show .nav-link {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark .nav-tabs .nav-link:focus,
.tabs-dark .nav-tabs .nav-link:hover {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-dark.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-link:focus,
.tabs-dark.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-link:focus,
.tabs-dark.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #222529
}

.tabs-simple .tab-content {
    border: 0;
    box-shadow: none;
    padding: 3rem 0
}

.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #555;
    color: #777
}

.tabs-simple .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

.tabs-simple .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid #eee;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: -1px;
    color: #777;
    background: none;
    padding: 15px 30px;
    margin-bottom: 1.5rem
}

.tabs-simple .nav-tabs .nav-link:focus,
.tabs-simple .nav-tabs .nav-link:hover {
    border-bottom-color: #555
}

.tabs-with-icon .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    margin-bottom: 1rem
}

.tabs-with-icon .icon-content {
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-bottom: 1.5rem
}

.tabs-with-icon .icon-content:after {
    content: "";
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.2);
    transition: transform 0.3s
}

.tabs-with-icon .icon-content:hover:after {
    transform: scale(1.3)
}

.product-single-tabs.product-tabs-list .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-single-tabs.product-tabs-list .product-desc-content ol,
.product-single-tabs.product-tabs-list .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-tabs.product-tabs-list .product-desc-content li:before {
    left: 2.4rem
}

.product-slider-tab .tab-content {
    position: relative
}

.product-slider-tab .tab-content>.tab-pane {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s
}

.product-slider-tab .tab-content>.tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.product-slider-tab .tab-content>.active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

@media (min-width:992px) {
    .product-single-tabs.product-tabs-list {
        padding-bottom: 2px
    }

    .product-single-tabs.product-tabs-list .col-lg-2 {
        -ms-flex: 0 0 21.4%;
        flex: 0 0 21.4%;
        max-width: 21.4%
    }

    .product-single-tabs.product-tabs-list .col-lg-10 {
        -ms-flex: 0 0 78.6%;
        flex: 0 0 78.6%;
        max-width: 78.6%
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs {
        flex-direction: column;
        border: none
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item {
        margin-right: 0;
        margin-bottom: 0.8rem;
        border-bottom: 1px solid #e7e7e7
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link {
        display: inline-block;
        padding: 1.4rem 0 1.5rem;
        margin-bottom: -1px
    }

    .product-single-tabs.product-tabs-list .tab-pane {
        padding-top: 0.5rem
    }

    .product-single-tabs.product-tabs-list .tab-content {
        padding-left: 0.9rem
    }
}

@media (max-width:479px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.tooltip {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.3rem
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    width: 1rem;
    height: 1rem
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: 1rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    margin-left: -0.5rem;
    border-width: 1rem 1rem 0;
    border-top-color: #ddd
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 1rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    width: 1rem;
    height: 2rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-width: 1rem 1rem 1rem 0;
    border-right-color: #ddd
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: 1rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    margin-left: -0.5rem;
    border-width: 0 1rem 1em;
    border-bottom-color: #ddd
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 1rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    width: 1rem;
    height: 1rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-width: 1rem 0 1rem 1rem;
    border-left-color: #ddd
}

.tooltip-inner {
    max-width: 270px;
    padding: 1.2rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 0.1rem;
    background-color: #f4f4f4;
    color: #777;
    text-align: left
}
@media (min-width:992px) {
    .owl-carousel.nav-outer .owl-prev {
        left: -1.7vw
    }

    .owl-carousel.nav-outer .owl-next {
        right: -1.7vw
    }

    .owl-carousel.nav-outer.nav-large .owl-prev {
        left: -2.3vw
    }

    .owl-carousel.nav-outer.nav-large .owl-next {
        right: -2.3vw
    }
}
.tab-content .owl-theme .owl-nav .owl-next i:before, .tab-content .owl-theme .owl-nav .owl-prev i:before {
    content: "";
    display: block;
    width: 22px !important;
    height: 22px !important;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: #222529;
}
.tab-content .owl-theme button.owl-prev, 
.tab-content .owl-theme button.owl-next {
    width: 22px;
}

@font-face{
    font-family:'Line Awesome Brands';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(../fonts/la-brands-400.eot);
    src:url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-brands-400.woff2) format("woff2"),url(../fonts/la-brands-400.woff) format("woff"),url(../fonts/la-brands-400.ttf) format("truetype"),url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}
.lab{
    font-family:'Line Awesome Brands'
}
@font-face{
    font-family:'Line Awesome Free';
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url(../fonts/la-regular-400.eot);
    src:url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/la-regular-400.woff2) format("woff2"),url(../fonts/la-regular-400.woff) format("woff"),url(../fonts/la-regular-400.ttf) format("truetype"),url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}
.lar{
    font-family:'Line Awesome Free';
    font-weight:400
}
@font-face{
    font-family:'Line Awesome Free';
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url(../fonts/la-solid-900.eot);
    src:url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/la-solid-900.woff2) format("woff2"),url(../fonts/la-solid-900.woff) format("woff"),url(../fonts/la-solid-900.ttf) format("truetype"),url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}
.la,.las{
    font-family:'Line Awesome Free';
    font-weight:900
}
.la.la-glass:before{
    content:"\f000"
}
.la.la-meetup{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-star-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-star-o:before{
    content:"\f005"
}
.la.la-remove:before{
    content:"\f00d"
}
.la.la-close:before{
    content:"\f00d"
}
.la.la-gear:before{
    content:"\f013"
}
.la.la-trash-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-trash-o:before{
    content:"\f2ed"
}
.la.la-file-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-o:before{
    content:"\f15b"
}
.la.la-clock-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-clock-o:before{
    content:"\f017"
}
.la.la-arrow-circle-o-down{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-arrow-circle-o-down:before{
    content:"\f358"
}
.la.la-arrow-circle-o-up{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-arrow-circle-o-up:before{
    content:"\f35b"
}
.la.la-play-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-play-circle-o:before{
    content:"\f144"
}
.la.la-repeat:before{
    content:"\f01e"
}
.la.la-rotate-right:before{
    content:"\f01e"
}
.la.la-refresh:before{
    content:"\f021"
}
.la.la-list-alt{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-dedent:before{
    content:"\f03b"
}
.la.la-video-camera:before{
    content:"\f03d"
}
.la.la-picture-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-picture-o:before{
    content:"\f03e"
}
.la.la-photo{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-photo:before{
    content:"\f03e"
}
.la.la-image{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-image:before{
    content:"\f03e"
}
.la.la-pencil:before{
    content:"\f303"
}
.la.la-map-marker:before{
    content:"\f3c5"
}
.la.la-pencil-square-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-pencil-square-o:before{
    content:"\f044"
}
.la.la-share-square-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-share-square-o:before{
    content:"\f14d"
}
.la.la-check-square-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-check-square-o:before{
    content:"\f14a"
}
.la.la-arrows:before{
    content:"\f0b2"
}
.la.la-times-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-times-circle-o:before{
    content:"\f057"
}
.la.la-check-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-check-circle-o:before{
    content:"\f058"
}
.la.la-mail-forward:before{
    content:"\f064"
}
.la.la-eye{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-eye-slash{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-warning:before{
    content:"\f071"
}
.la.la-calendar:before{
    content:"\f073"
}
.la.la-arrows-v:before{
    content:"\f338"
}
.la.la-arrows-h:before{
    content:"\f337"
}
.la.la-bar-chart{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-bar-chart:before{
    content:"\f080"
}
.la.la-bar-chart-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-bar-chart-o:before{
    content:"\f080"
}
.la.la-twitter-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-facebook-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gears:before{
    content:"\f085"
}
.la.la-thumbs-o-up{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-thumbs-o-up:before{
    content:"\f164"
}
.la.la-thumbs-o-down{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-thumbs-o-down:before{
    content:"\f165"
}
.la.la-heart-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-heart-o:before{
    content:"\f004"
}
.la.la-sign-out:before{
    content:"\f2f5"
}
.la.la-linkedin-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-linkedin-square:before{
    content:"\f08c"
}
.la.la-thumb-tack:before{
    content:"\f08d"
}
.la.la-external-link:before{
    content:"\f35d"
}
.la.la-sign-in:before{
    content:"\f2f6"
}
.la.la-github-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-lemon-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-lemon-o:before{
    content:"\f094"
}
.la.la-square-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-square-o:before{
    content:"\f0c8"
}
.la.la-bookmark-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-bookmark-o:before{
    content:"\f02e"
}
.la.la-twitter{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-facebook{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-facebook:before{
    content:"\f39e"
}
.la.la-facebook-f{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-facebook-f:before{
    content:"\f39e"
}
.la.la-github{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-credit-card{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-feed:before{
    content:"\f09e"
}
.la.la-hdd-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hdd-o:before{
    content:"\f0a0"
}
.la.la-hand-o-right{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-o-right:before{
    content:"\f0a4"
}
.la.la-hand-o-left{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-o-left:before{
    content:"\f0a5"
}
.la.la-hand-o-up{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-o-up:before{
    content:"\f0a6"
}
.la.la-hand-o-down{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-o-down:before{
    content:"\f0a7"
}
.la.la-arrows-alt:before{
    content:"\f31e"
}
.la.la-group:before{
    content:"\f0c0"
}
.la.la-chain:before{
    content:"\f0c1"
}
.la.la-scissors:before{
    content:"\f0c4"
}
.la.la-files-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-files-o:before{
    content:"\f0c5"
}
.la.la-floppy-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-floppy-o:before{
    content:"\f0c7"
}
.la.la-navicon:before{
    content:"\f0c9"
}
.la.la-reorder:before{
    content:"\f0c9"
}
.la.la-pinterest{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-pinterest-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-plus-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-plus{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-plus:before{
    content:"\f0d5"
}
.la.la-money{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-money:before{
    content:"\f3d1"
}
.la.la-unsorted:before{
    content:"\f0dc"
}
.la.la-sort-desc:before{
    content:"\f0dd"
}
.la.la-sort-asc:before{
    content:"\f0de"
}
.la.la-linkedin{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-linkedin:before{
    content:"\f0e1"
}
.la.la-rotate-left:before{
    content:"\f0e2"
}
.la.la-legal:before{
    content:"\f0e3"
}
.la.la-tachometer:before{
    content:"\f3fd"
}
.la.la-dashboard:before{
    content:"\f3fd"
}
.la.la-comment-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-comment-o:before{
    content:"\f075"
}
.la.la-comments-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-comments-o:before{
    content:"\f086"
}
.la.la-flash:before{
    content:"\f0e7"
}
.la.la-clipboard{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-paste{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-paste:before{
    content:"\f328"
}
.la.la-lightbulb-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-lightbulb-o:before{
    content:"\f0eb"
}
.la.la-exchange:before{
    content:"\f362"
}
.la.la-cloud-download:before{
    content:"\f381"
}
.la.la-cloud-upload:before{
    content:"\f382"
}
.la.la-bell-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-bell-o:before{
    content:"\f0f3"
}
.la.la-cutlery:before{
    content:"\f2e7"
}
.la.la-file-text-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-text-o:before{
    content:"\f15c"
}
.la.la-building-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-building-o:before{
    content:"\f1ad"
}
.la.la-hospital-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hospital-o:before{
    content:"\f0f8"
}
.la.la-tablet:before{
    content:"\f3fa"
}
.la.la-mobile:before{
    content:"\f3cd"
}
.la.la-mobile-phone:before{
    content:"\f3cd"
}
.la.la-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-circle-o:before{
    content:"\f111"
}
.la.la-mail-reply:before{
    content:"\f3e5"
}
.la.la-github-alt{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-folder-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-folder-o:before{
    content:"\f07b"
}
.la.la-folder-open-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-folder-open-o:before{
    content:"\f07c"
}
.la.la-smile-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-smile-o:before{
    content:"\f118"
}
.la.la-frown-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-frown-o:before{
    content:"\f119"
}
.la.la-meh-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-meh-o:before{
    content:"\f11a"
}
.la.la-keyboard-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-keyboard-o:before{
    content:"\f11c"
}
.la.la-flag-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-flag-o:before{
    content:"\f024"
}
.la.la-mail-reply-all:before{
    content:"\f122"
}
.la.la-star-half-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-star-half-o:before{
    content:"\f089"
}
.la.la-star-half-empty{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-star-half-empty:before{
    content:"\f089"
}
.la.la-star-half-full{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-star-half-full:before{
    content:"\f089"
}
.la.la-code-fork:before{
    content:"\f126"
}
.la.la-chain-broken:before{
    content:"\f127"
}
.la.la-shield:before{
    content:"\f3ed"
}
.la.la-calendar-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-calendar-o:before{
    content:"\f133"
}
.la.la-maxcdn{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-html5{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-css3{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ticket:before{
    content:"\f3ff"
}
.la.la-minus-square-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-minus-square-o:before{
    content:"\f146"
}
.la.la-level-up:before{
    content:"\f3bf"
}
.la.la-level-down:before{
    content:"\f3be"
}
.la.la-pencil-square:before{
    content:"\f14b"
}
.la.la-external-link-square:before{
    content:"\f360"
}
.la.la-compass{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-caret-square-o-down{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-caret-square-o-down:before{
    content:"\f150"
}
.la.la-toggle-down{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-toggle-down:before{
    content:"\f150"
}
.la.la-caret-square-o-up{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-caret-square-o-up:before{
    content:"\f151"
}
.la.la-toggle-up{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-toggle-up:before{
    content:"\f151"
}
.la.la-caret-square-o-right{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-caret-square-o-right:before{
    content:"\f152"
}
.la.la-toggle-right{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-toggle-right:before{
    content:"\f152"
}
.la.la-eur:before{
    content:"\f153"
}
.la.la-euro:before{
    content:"\f153"
}
.la.la-gbp:before{
    content:"\f154"
}
.la.la-usd:before{
    content:"\f155"
}
.la.la-dollar:before{
    content:"\f155"
}
.la.la-inr:before{
    content:"\f156"
}
.la.la-rupee:before{
    content:"\f156"
}
.la.la-jpy:before{
    content:"\f157"
}
.la.la-cny:before{
    content:"\f157"
}
.la.la-rmb:before{
    content:"\f157"
}
.la.la-yen:before{
    content:"\f157"
}
.la.la-rub:before{
    content:"\f158"
}
.la.la-ruble:before{
    content:"\f158"
}
.la.la-rouble:before{
    content:"\f158"
}
.la.la-krw:before{
    content:"\f159"
}
.la.la-won:before{
    content:"\f159"
}
.la.la-btc{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bitcoin{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bitcoin:before{
    content:"\f15a"
}
.la.la-file-text:before{
    content:"\f15c"
}
.la.la-sort-alpha-asc:before{
    content:"\f15d"
}
.la.la-sort-alpha-desc:before{
    content:"\f881"
}
.la.la-sort-amount-asc:before{
    content:"\f160"
}
.la.la-sort-amount-desc:before{
    content:"\f884"
}
.la.la-sort-numeric-asc:before{
    content:"\f162"
}
.la.la-sort-numeric-desc:before{
    content:"\f886"
}
.la.la-youtube-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-youtube{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-xing{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-xing-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-youtube-play{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-youtube-play:before{
    content:"\f167"
}
.la.la-dropbox{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-stack-overflow{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-instagram{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-flickr{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-adn{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bitbucket{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bitbucket-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bitbucket-square:before{
    content:"\f171"
}
.la.la-tumblr{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-tumblr-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-long-arrow-down:before{
    content:"\f309"
}
.la.la-long-arrow-up:before{
    content:"\f30c"
}
.la.la-long-arrow-left:before{
    content:"\f30a"
}
.la.la-long-arrow-right:before{
    content:"\f30b"
}
.la.la-apple{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-windows{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-android{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-linux{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-dribbble{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-skype{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-foursquare{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-trello{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gratipay{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gittip{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gittip:before{
    content:"\f184"
}
.la.la-sun-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-sun-o:before{
    content:"\f185"
}
.la.la-moon-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-moon-o:before{
    content:"\f186"
}
.la.la-vk{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-weibo{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-renren{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-pagelines{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-stack-exchange{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-arrow-circle-o-right{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-arrow-circle-o-right:before{
    content:"\f35a"
}
.la.la-arrow-circle-o-left{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-arrow-circle-o-left:before{
    content:"\f359"
}
.la.la-caret-square-o-left{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-caret-square-o-left:before{
    content:"\f191"
}
.la.la-toggle-left{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-toggle-left:before{
    content:"\f191"
}
.la.la-dot-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-dot-circle-o:before{
    content:"\f192"
}
.la.la-vimeo-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-try:before{
    content:"\f195"
}
.la.la-turkish-lira:before{
    content:"\f195"
}
.la.la-plus-square-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-plus-square-o:before{
    content:"\f0fe"
}
.la.la-slack{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wordpress{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-openid{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-institution:before{
    content:"\f19c"
}
.la.la-bank:before{
    content:"\f19c"
}
.la.la-mortar-board:before{
    content:"\f19d"
}
.la.la-yahoo{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-reddit{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-reddit-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-stumbleupon-circle{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-stumbleupon{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-delicious{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-digg{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-pied-piper-pp{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-pied-piper-alt{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-drupal{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-joomla{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-spoon:before{
    content:"\f2e5"
}
.la.la-behance{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-behance-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-steam{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-steam-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-automobile:before{
    content:"\f1b9"
}
.la.la-cab:before{
    content:"\f1ba"
}
.la.la-envelope-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-envelope-o:before{
    content:"\f0e0"
}
.la.la-deviantart{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-soundcloud{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-file-pdf-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-pdf-o:before{
    content:"\f1c1"
}
.la.la-file-word-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-word-o:before{
    content:"\f1c2"
}
.la.la-file-excel-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-excel-o:before{
    content:"\f1c3"
}
.la.la-file-powerpoint-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-powerpoint-o:before{
    content:"\f1c4"
}
.la.la-file-image-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-image-o:before{
    content:"\f1c5"
}
.la.la-file-photo-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-photo-o:before{
    content:"\f1c5"
}
.la.la-file-picture-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-picture-o:before{
    content:"\f1c5"
}
.la.la-file-archive-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-archive-o:before{
    content:"\f1c6"
}
.la.la-file-zip-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-zip-o:before{
    content:"\f1c6"
}
.la.la-file-audio-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-audio-o:before{
    content:"\f1c7"
}
.la.la-file-sound-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-sound-o:before{
    content:"\f1c7"
}
.la.la-file-video-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-video-o:before{
    content:"\f1c8"
}
.la.la-file-movie-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-movie-o:before{
    content:"\f1c8"
}
.la.la-file-code-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-file-code-o:before{
    content:"\f1c9"
}
.la.la-vine{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-codepen{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-jsfiddle{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-life-ring{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-life-bouy{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-life-bouy:before{
    content:"\f1cd"
}
.la.la-life-buoy{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-life-buoy:before{
    content:"\f1cd"
}
.la.la-life-saver{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-life-saver:before{
    content:"\f1cd"
}
.la.la-support{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-support:before{
    content:"\f1cd"
}
.la.la-circle-o-notch:before{
    content:"\f1ce"
}
.la.la-rebel{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ra{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ra:before{
    content:"\f1d0"
}
.la.la-resistance{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-resistance:before{
    content:"\f1d0"
}
.la.la-empire{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ge{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ge:before{
    content:"\f1d1"
}
.la.la-git-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-git{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-hacker-news{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-y-combinator-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-y-combinator-square:before{
    content:"\f1d4"
}
.la.la-yc-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-yc-square:before{
    content:"\f1d4"
}
.la.la-tencent-weibo{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-qq{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-weixin{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wechat{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wechat:before{
    content:"\f1d7"
}
.la.la-send:before{
    content:"\f1d8"
}
.la.la-paper-plane-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-paper-plane-o:before{
    content:"\f1d8"
}
.la.la-send-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-send-o:before{
    content:"\f1d8"
}
.la.la-circle-thin{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-circle-thin:before{
    content:"\f111"
}
.la.la-header:before{
    content:"\f1dc"
}
.la.la-sliders:before{
    content:"\f1de"
}
.la.la-futbol-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-futbol-o:before{
    content:"\f1e3"
}
.la.la-soccer-ball-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-soccer-ball-o:before{
    content:"\f1e3"
}
.la.la-slideshare{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-twitch{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-yelp{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-newspaper-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-newspaper-o:before{
    content:"\f1ea"
}
.la.la-paypal{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-wallet{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-visa{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-mastercard{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-discover{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-amex{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-paypal{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-stripe{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bell-slash-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-bell-slash-o:before{
    content:"\f1f6"
}
.la.la-trash:before{
    content:"\f2ed"
}
.la.la-copyright{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-eyedropper:before{
    content:"\f1fb"
}
.la.la-area-chart:before{
    content:"\f1fe"
}
.la.la-pie-chart:before{
    content:"\f200"
}
.la.la-line-chart:before{
    content:"\f201"
}
.la.la-lastfm{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-lastfm-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ioxhost{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-angellist{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-cc:before{
    content:"\f20a"
}
.la.la-ils:before{
    content:"\f20b"
}
.la.la-shekel:before{
    content:"\f20b"
}
.la.la-sheqel:before{
    content:"\f20b"
}
.la.la-meanpath{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-meanpath:before{
    content:"\f2b4"
}
.la.la-buysellads{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-connectdevelop{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-dashcube{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-forumbee{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-leanpub{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-sellsy{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-shirtsinbulk{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-simplybuilt{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-skyatlas{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-diamond{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-diamond:before{
    content:"\f3a5"
}
.la.la-intersex:before{
    content:"\f224"
}
.la.la-facebook-official{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-facebook-official:before{
    content:"\f09a"
}
.la.la-pinterest-p{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-whatsapp{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-hotel:before{
    content:"\f236"
}
.la.la-viacoin{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-medium{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-y-combinator{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-yc{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-yc:before{
    content:"\f23b"
}
.la.la-optin-monster{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-opencart{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-expeditedssl{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-battery-4:before{
    content:"\f240"
}
.la.la-battery:before{
    content:"\f240"
}
.la.la-battery-3:before{
    content:"\f241"
}
.la.la-battery-2:before{
    content:"\f242"
}
.la.la-battery-1:before{
    content:"\f243"
}
.la.la-battery-0:before{
    content:"\f244"
}
.la.la-object-group{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-object-ungroup{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-sticky-note-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-sticky-note-o:before{
    content:"\f249"
}
.la.la-cc-jcb{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-cc-diners-club{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-clone{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hourglass-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hourglass-o:before{
    content:"\f254"
}
.la.la-hourglass-1:before{
    content:"\f251"
}
.la.la-hourglass-2:before{
    content:"\f252"
}
.la.la-hourglass-3:before{
    content:"\f253"
}
.la.la-hand-rock-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-rock-o:before{
    content:"\f255"
}
.la.la-hand-grab-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-grab-o:before{
    content:"\f255"
}
.la.la-hand-paper-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-paper-o:before{
    content:"\f256"
}
.la.la-hand-stop-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-stop-o:before{
    content:"\f256"
}
.la.la-hand-scissors-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-scissors-o:before{
    content:"\f257"
}
.la.la-hand-lizard-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-lizard-o:before{
    content:"\f258"
}
.la.la-hand-spock-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-spock-o:before{
    content:"\f259"
}
.la.la-hand-pointer-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-pointer-o:before{
    content:"\f25a"
}
.la.la-hand-peace-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-hand-peace-o:before{
    content:"\f25b"
}
.la.la-registered{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-creative-commons{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gg{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gg-circle{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-tripadvisor{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-odnoklassniki{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-odnoklassniki-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-get-pocket{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wikipedia-w{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-safari{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-chrome{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-firefox{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-opera{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-internet-explorer{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-television:before{
    content:"\f26c"
}
.la.la-contao{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-500px{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-amazon{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-calendar-plus-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-calendar-plus-o:before{
    content:"\f271"
}
.la.la-calendar-minus-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-calendar-minus-o:before{
    content:"\f272"
}
.la.la-calendar-times-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-calendar-times-o:before{
    content:"\f273"
}
.la.la-calendar-check-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-calendar-check-o:before{
    content:"\f274"
}
.la.la-map-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-map-o:before{
    content:"\f279"
}
.la.la-commenting:before{
    content:"\f4ad"
}
.la.la-commenting-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-commenting-o:before{
    content:"\f4ad"
}
.la.la-houzz{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-vimeo{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-vimeo:before{
    content:"\f27d"
}
.la.la-black-tie{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-fonticons{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-reddit-alien{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-edge{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-credit-card-alt:before{
    content:"\f09d"
}
.la.la-codiepie{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-modx{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-fort-awesome{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-usb{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-product-hunt{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-mixcloud{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-scribd{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-pause-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-pause-circle-o:before{
    content:"\f28b"
}
.la.la-stop-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-stop-circle-o:before{
    content:"\f28d"
}
.la.la-bluetooth{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-bluetooth-b{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-gitlab{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wpbeginner{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wpforms{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-envira{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wheelchair-alt{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wheelchair-alt:before{
    content:"\f368"
}
.la.la-question-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-question-circle-o:before{
    content:"\f059"
}
.la.la-volume-control-phone:before{
    content:"\f2a0"
}
.la.la-asl-interpreting:before{
    content:"\f2a3"
}
.la.la-deafness:before{
    content:"\f2a4"
}
.la.la-hard-of-hearing:before{
    content:"\f2a4"
}
.la.la-glide{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-glide-g{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-signing:before{
    content:"\f2a7"
}
.la.la-viadeo{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-viadeo-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-snapchat{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-snapchat-ghost{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-snapchat-square{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-pied-piper{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-first-order{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-yoast{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-themeisle{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-plus-official{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-plus-official:before{
    content:"\f2b3"
}
.la.la-google-plus-circle{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-google-plus-circle:before{
    content:"\f2b3"
}
.la.la-font-awesome{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-fa{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-fa:before{
    content:"\f2b4"
}
.la.la-handshake-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-handshake-o:before{
    content:"\f2b5"
}
.la.la-envelope-open-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-envelope-open-o:before{
    content:"\f2b6"
}
.la.la-linode{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-address-book-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-address-book-o:before{
    content:"\f2b9"
}
.la.la-vcard:before{
    content:"\f2bb"
}
.la.la-address-card-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-address-card-o:before{
    content:"\f2bb"
}
.la.la-vcard-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-vcard-o:before{
    content:"\f2bb"
}
.la.la-user-circle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-user-circle-o:before{
    content:"\f2bd"
}
.la.la-user-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-user-o:before{
    content:"\f007"
}
.la.la-id-badge{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-drivers-license:before{
    content:"\f2c2"
}
.la.la-id-card-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-id-card-o:before{
    content:"\f2c2"
}
.la.la-drivers-license-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-drivers-license-o:before{
    content:"\f2c2"
}
.la.la-quora{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-free-code-camp{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-telegram{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-thermometer-4:before{
    content:"\f2c7"
}
.la.la-thermometer:before{
    content:"\f2c7"
}
.la.la-thermometer-3:before{
    content:"\f2c8"
}
.la.la-thermometer-2:before{
    content:"\f2c9"
}
.la.la-thermometer-1:before{
    content:"\f2ca"
}
.la.la-thermometer-0:before{
    content:"\f2cb"
}
.la.la-bathtub:before{
    content:"\f2cd"
}
.la.la-s15:before{
    content:"\f2cd"
}
.la.la-window-maximize{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-window-restore{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-times-rectangle:before{
    content:"\f410"
}
.la.la-window-close-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-window-close-o:before{
    content:"\f410"
}
.la.la-times-rectangle-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-times-rectangle-o:before{
    content:"\f410"
}
.la.la-bandcamp{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-grav{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-etsy{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-imdb{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-ravelry{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-eercast{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-eercast:before{
    content:"\f2da"
}
.la.la-snowflake-o{
    font-family:'Line Awesome Free';
    font-weight:400
}
.la.la-snowflake-o:before{
    content:"\f2dc"
}
.la.la-superpowers{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-wpexplorer{
    font-family:'Line Awesome Brands';
    font-weight:400
}
.la.la-spotify{
    font-family:'Line Awesome Brands';
    font-weight:400
}


.brands-slider .owl-stage-outer {
    margin: 0 -1.6rem;
    padding: 1.6rem
}

.brands-slider a {
    display: block;
    padding: 2rem 0;
    border: 4px solid #e7e7e7;
    line-height: 0;
    text-align: center
}

.brands-slider a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08)
}

.reviews-section {
    padding: 8rem 0 6.6rem;
    background: #f7e1e8;
    background-repeat: no-repeat;
    /*background-position: 50% calc(100% + 4.5vw);
    background-size: 92% auto*/
}

.reviews-section .testimonial-carousel {
    padding: 0 4rem
}

.reviews-section .testimonial-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 1.6rem
}

.testimonial {
    margin-bottom: 2rem
}

.testimonial blockquote {
    margin: 0;
    padding: 2rem;
    text-align: center
}

.testimonial blockquote:before {
    display: none
}

.testimonial blockquote p {
    color: #222529;
    font-family: "Playfair Display", sans-serif;
    font-size: 2.2rem;
    font-style: italic;
    line-height: 1.4
}

.testimonial blockquote p:before {
    content: "“";
    font-size: 250%;
    margin-right: 0.8rem
}

.testimonial .testimonial-owner {
    margin-right: 0;
    justify-content: center
}

.testimonial .testimonial-title {
    margin-bottom: 0;
    color: #555;
    font-family: Poppins, sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.025em;
    line-height: 1.2;
    text-transform: none
}

.testimonial .testimonial-title:before {
    content: "-";
    margin-right: 0.4rem
}

.best-selling-products {
    padding: 4.8rem 0
}

.best-selling-products .product-default {
    margin-bottom: 0
}

.best-selling-products .owl-nav.disabled+.owl-dots {
    margin-top: 1.4rem
}


.banner1 img {
    min-height: 320px;
    object-fit: cover;
    object-position: left
}

.banner1 h3 {
    margin-right: -0.2em;
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.2em
}

.banner1 h4 {
    margin-right: 0.06em;
    font-size: 9.375em
}

.banner1 h5 {
    margin: -2.6rem 0 2.8rem;
    padding-bottom: 0.8rem;
    font-size: 2.5em;
    letter-spacing: -0.02em
}

.banner1 small {
    position: relative;
    top: -0.375em;
    vertical-align: text-bottom;
    font-size: 20%
}

.banner1 sub,
.banner1 sup {
    font-size: 75%
}

.banner1 sup {
    top: -0.5em
}

.banner1 sub {
    bottom: -0.5em
}

.banner1 .btn {
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.3333
}

.banner1 .banner-layer-right {
    right: 12%
}

.banner2 h4,
.banner3 h4 {
    font-size: 1.125em;
    font-weight: 600;
    letter-spacing: 0.2em
}

.banner2 h2,
.banner3 h2 {
    padding-right: 1.6rem;
    font-size: 4.0625em
}

.banner2 p,
.banner3 p {
    padding-bottom: 0.4rem;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.7
}

.banner2 .coupon-sale-text,
.banner3 .coupon-sale-text {
    font-size: 1em
}

.banner2 .btn,
.banner3 .btn {
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.3333
}

.banner2 .parallax-bg,
.banner3 .parallax-bg {
    position: relative;
    padding: 15em 0
}

.banner2 .parallax-background,
.banner3 .parallax-background {
    background-repeat: no-repeat
}

.banner2 .banner-content,
.banner3 .banner-content {
    padding: 6% 6.5%
}

.banner2 .dot-image {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 0.8rem 0.8rem 0;
    transform: scaleX(-1);
    z-index: 1;
    max-width: 20%
}

.banner3 .dot-image {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.8rem 0 0 0.8rem;
    transform: scaleY(-1);
    z-index: 1;
    max-width: 20%
}

.essentials-section .product-default {
    display: flex;
    align-items: center
}

.essentials-section .product-default figure {
    flex: 0 0 90px;
    width: 90px;
    margin-bottom: 0;
    margin-right: 1.6rem;
    border: 1px solid #f4f4f4
}

.essentials-section .product-default .product-details {
    flex: 1;
    align-items: start;
    margin-bottom: 1px
}

.essentials-section .product-default .price-box {
    margin-bottom: 0
}

.info-boxes-slider {
    margin: 0 0 4.8rem;
    padding: 2.4rem 0;
    /*border: 3px solid #e7e7e7*/
}

.info-boxes-slider .owl-stage-outer {
    margin-left: 2px
}

.info-box {
    padding: 1.2rem;
    border-right: 1px solid #e7e7e7;
    font-family: Poppins, sans-serif
}

.info-box h4 {
    line-height: 1
}

.info-box p {
    color: #777;
    font-weight: 300;
    line-height: 1.4
}

.blog-section {
    padding: 8rem 0 5.8rem;
    background-color: #f7e1e8;
/*  background-position: center;
    background-repeat: no-repeat;
    background-size: contain*/
}

.blog-section .post {
    margin-bottom: 0
}

.post-media .post-date {
    top: 2rem;
    left: 2rem
}

.post-media .month {
    font-size: 1.2rem;
    line-height: 1.2;
    opacity: 1
}

.post-media .prod-full-screen {
    right: 4px;
    bottom: 4px
}

.post-date-in-media .post-media {
    margin-bottom: 2rem
}

.post-date-in-media .post-title {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.025em
}

.post-date-in-media .post-title a:hover {
    text-decoration: none
}

.post-date-in-media p {
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    line-height: 2.5rem
}

.instagram-follow {
    padding: 2.4rem 8rem
}

.instagram-follow i {
    margin-bottom: 1.5rem;
    font-size: 5rem;
    transition: transform 0.2s linear
}
.fa-instagram:before {
    content: "\f16d";
}
.instagram-follow h4 {
    margin-bottom: 3px;
    font-size: 3.4rem;
    line-height: 1.1
}

.instagram-follow p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    letter-spacing: 0.005em;
    line-height: 1.8
}

.instagram-follow:hover i {
    transform: translateY(-4px)
}

.instagram-carousel img {
    max-height: 317px
}
.position-relative {
    position: relative!important;
}
@media (min-width:768px) {
    .instagram-follow {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        height: 76%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
        white-space: nowrap
    }
}

@media (min-width:992px) {
    .coupon-sale-text {
        padding-right: 1.6rem
    }

    .category-content h3 {
        font-size: 2rem
    }

    .recommended-section .nav-tabs .nav-item {
        /*margin: 0 2.4rem 1.6rem*/
    }
}

@media (min-width:1200px) {
    .coupon-sale-text {
        margin-right: 4.8rem
    }
}

@media (min-width:992px) {
    .essentials-section {
        padding-top: 4.8rem
    }

    .info-boxes-slider {
        margin-top: 1.6rem
    }
}

@media (max-width:767px) {
    .height-5-5 img {
        height: 460px
    }
}

@media (max-width:575px) {
    .banner {
        font-size: 1.2rem
    }

    .home-slide {
        font-size: 1rem
    }
}

.main-content,
.sidebar-shop {
    padding-top: 3.5rem;
    padding-bottom: 4rem
}

.sidebar-shop .widget-featured {
    padding-bottom: 2rem
}

.sidebar-shop .product-widget .product-title {
    color: #474747;
    font-family: Poppins, sans-serif;
    letter-spacing: 0
}

.sidebar-shop .product-widget .price-box {
    font-family: Poppins, sans-serif
}

.sidebar-shop .product-widget .product-details {
    padding-right: 0
}

.sidebar-shop .product-widget:last-child {
    margin-bottom: 0
}

.cat-list li {
    line-height: 1.45
}

.widget-brand .cat-list li {
    font-size: 1.3rem
}

.widget-brand .cat-list li a {
    font-weight: 400
}

.sidebar-toggle,
.toolbox label {
    font-family: Poppins, sans-serif
}

.product-single-container {
    padding-top: 3.5rem
}

.product-single-details .product-title {
    font-family: "Playfair Display", sans-serif;
    font-style: italic
}

.product-single-details .ratings-container {
    margin-bottom: 2.2rem
}

.product-single-details .old-price {
    margin-right: 2px
}

.product-single-details .product-desc {
    margin-bottom: 1.9rem;
    font-family: Poppins, sans-serif;
    line-height: 1.6872
}

.product-single-details .single-info-list {
    font-family: Poppins, sans-serif
}

.add-wishlist i {
    font-size: 1.8rem
}

.product-single-gallery {
    margin-bottom: 3.2rem
}

.product-single-tabs .nav.nav-tabs .nav-item .nav-link {
    padding: 7px 0;
    font-family: Poppins, sans-serif;
    line-height: 25px
}

.product-desc-content p {
    margin-bottom: 2.2rem
}

.product-desc-content ul {
    margin-bottom: 2.5rem
}

.product-desc-content li:before {
    margin-top: -1px
}

.product-desc-content li,
.product-desc-content ul {
    letter-spacing: inherit
}

.add-product-review .btn,
.add-product-review label {
    font-family: Poppins, sans-serif
}


.overlay-zoom {
    overflow: hidden
}

.overlay-zoom img {
    transition: transform 0.3s
}

.overlay-zoom:hover img {
    transform: scale(1.08)
}

.overlay-effect1:hover figure:after {
    transform: scale(1, 1);
    visibility: visible;
    opacity: 0;
    transition: transform 0.5s linear, opacity 0.5s linear
}

.overlay-effect1 figure:after {
    transform: scale(0, 1);
    opacity: 0.4;
    background-color: #fff;
    visibility: hidden
}
p.newsletter-info {
    margin-bottom: 0.9rem;
    color: #90969a;
    font-size: 1.3rem;
    line-height: 1.5;
}
.footer-submit-wrapper .btn {
    height: 48px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.42857;
}


.minipopup-area {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 1.1em;
    text-align: center;
    z-index: 20002
}

.minipopup-box {
    position: absolute;
    right: -100px;
    text-align: left;
    margin: auto auto 20px;
    padding: 20px;
    line-height: 1.4;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
    word-break: break-word;
    transform: translateY(-100%);
    width: 300px;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    transition: right 0.4s ease-in-out, opacity 0.4s ease-in-out
}

.minipopup-box.active {
    right: 0;
    opacity: 1
}

.minipopup-box .product {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.minipopup-box figure {
    max-width: 60px;
    margin-right: 10px;
    margin-bottom: 0
}

.minipopup-box .product-detail {
    font-family: Poppins, sans-serif;
    font-weight: 500
}

.minipopup-box .product-detail .product-name {
    display: inline-block;
    color: #222529;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4em
}

.minipopup-box .product-detail .product-name:hover {
    color: #222529
}

.minipopup-box .product-detail p {
    font-size: 12px;
    letter-spacing: -0.025em;
    margin-top: 0.5rem;
    margin-bottom: 0
}

.minipopup-box .product-action .btn {
    min-width: 120px;
    letter-spacing: 0.025em;
    font-size: 11.2px;
    padding: 11.2px 22.4px
}

.minipopup-box .product-action .btn.viewcart {
    background-color: #efefef;
    color: #000
}

.minipopup-box .product-action .btn.checkout {
    float: right
}

.wishlist-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px 0 0;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
    z-index: 100
}

.wishlist-popup .wishlist-popup-msg {
    font-weight: 600;
    line-height: 1.6;
    text-align: center
}

.wishlist-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 1071
}

.login-popup .mfp-content {
    margin-top: 2.1rem;
    max-width: 872px;
    background-color: #fff
}

.login-popup .btn-regist {
    margin-top: 3.6rem;
    font-size: 1.6rem;
    letter-spacing: -0.025em
}

.login-popup .form-footer-right {
    margin-bottom: 0.6rem
}

.login-popup .form-input {
    height: 42px
}

.login-popup .container {
    padding: 3.9rem 3.6rem 4.7rem
}

.login-popup .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.45;
    margin-bottom: 0.9rem
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #777;
    font-family: "Playfair Display", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 0.6rem
}
footer {
    font-size: 1.3rem;
    color: #777;
    line-height: 24px;
}
.login-popup .form-footer {
    margin: 1rem 0 2.1rem
}

.login-popup .form-footer .custom-control {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
    padding-left: 2.5rem
}

.login-popup .forget-password {
    color: #222529;
    font-size: 1.4rem;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600
}

.login-popup .btn-block {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5rem 2.4rem;
    letter-spacing: -0.02em
}

.login-popup .form-control {
    padding-left: 2.5rem
}

.login-popup .form-control:hover {
    outline: none
}

.login-popup .custom-control-label {
    margin-top: 2px;
    font-size: 1.2rem
}

.newsletter-popup {
    position: relative;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding: 64px 40px;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.12)
}

.mfp-bg {
    background-color: #777777
}

button.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    opacity: 0.65;
    cursor: pointer;
    background: transparent;
    border: 0;
    text-indent: -9999px;
    transform: rotateZ(45deg);
    color: #838383
}

button.mfp-close:hover {
    opacity: 1
}

.mfp-image-holder button.mfp-close {
    width: 41px;
    color: #fff;
    text-align: left
}

button.mfp-close:after {
    content: "";
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

button.mfp-close:before {
    content: "";
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.newsletter-popup-content {
    max-width: 357px
}

.newsletter-popup-content .form-control {
    height: auto;
    padding: 7px 12px 9px 22px;
    border-radius: 3rem 0 0 3rem;
    font-size: 1.36rem;
    line-height: 2.4;
    border: none;
    background-color: #f4f4f4
}

.newsletter-popup-content .form-control::placeholder {
    position: relative;
    top: 2px;
    color: #999
}

.newsletter-popup-content .btn {
    margin-left: -1px;
    padding: 0 32px 0 25px;
    border-radius: 0 3rem 3rem 0;
    font-size: 1.28rem;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase
}

.logo-newsletter {
    display: inline-block;
    max-width: 111px;
    height: auto
}

.newsletter-popup h2 {
    margin: 24px 0 5px;
    color: #313131;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.newsletter-popup p {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: -0.02em;
    margin-bottom: 2.4rem
}

.newsletter-popup form {
    margin: 0 0 2.7rem
}

.newsletter-popup .custom-control {
    margin: 0 0 4px 1px;
    padding-left: 2.5rem
}

.newsletter-subscribe {
    font-size: 1.1rem;
    text-align: left
}

.newsletter-subscribe .checkbox {
    margin: 1.5rem 0
}

.newsletter-subscribe input {
    margin-right: 0.5rem;
    vertical-align: middle
}

.newsletter-subscribe label {
    margin-top: 0.2rem;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Playfair Display", sans-serif;
    text-transform: none
}

.mfp-newsletter.mfp-removing {
    transition: opacity 0.35s ease-out;
    opacity: 0
}

.mfp-ready .mfp-preloader {
    display: none
}

.mfp-zoom-out-cur .mfp-bg {
    opacity: 0.8;
    background-color: #0b0b0b
}

.mfp-zoom-out-cur .mfp-counter {
    color: #fff
}

.mfp-zoom-out-cur .mfp-arrow-right:before {
    border-left: 0
}

.mfp-zoom-out-cur .mfp-arrow-left:before {
    border-right: 0
}

.login-popup.mfp-bg,
.mfp-ajax-product.mfp-bg {
    opacity: 0.6;
    background-color: transparent
}

.mfp-ajax-product .product-single-container {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.mfp-wrap .mfp-content {
    transition: all 0.35s ease-out;
    opacity: 0
}

.login-popup.mfp-wrap .mfp-content {
    max-width: 525px
}

.mfp-ajax-product.mfp-wrap .mfp-content {
    max-width: 931px
}

.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-ajax-product {
    z-index: 1058
}

.mfp-bg.login-popup,
.mfp-bg.mfp-newsletter,
.mfp-wrap.login-popup,
.mfp-wrap.mfp-newsletter {
    z-index: 1058
}

@media (max-width:991px) {
    .mfp-container {
        padding: 0.6rem
    }
}

@media (max-width:479px) {
    .minipopup-area {
        right: 10px
    }

    .minipopup-box {
        width: 290px
    }

    .newsletter-popup {
        padding: 54px 30px
    }
}

@media (min-width:768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }

    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

footer a {
    color: inherit;
    font-size: 1.3rem !important;
}
.btn-sm {
    padding: 1em 2em;
}


.blog-section {
    padding-bottom: 1.6rem
}

.post {
    margin-bottom: 4.1rem
}

.post a {
    color: inherit
}

.post a:focus,
.post a:hover {
    text-decoration: underline
}

.post .read-more {
    float: right
}

.post .read-more i:before {
    margin: 0
}

.post-media {
    position: relative;
    margin-bottom: 1.7rem;
    border-radius: 0;
    background-color: #ccc
}

.post-media .prod-full-screen {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #222529;
    border-radius: 50%
}

.post-media .prod-full-screen i {
    color: #fff
}

.post-media:hover .prod-full-screen {
    opacity: 1
}

.post-media .post-date {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4.5rem;
    padding: 1rem 0.8rem 0.8rem;
    color: #fff;
    background: #222529;
    font-family: Poppins, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em
}

.post-media .day {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1
}

.post-media .month {
    display: block;
    font-size: 1.12rem;
    line-height: 1;
    opacity: 0.6
}

.post-media img {
    width: 100%
}

.post-slider {
    margin-bottom: 3rem
}

.post-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    left: 0;
    margin: 0 !important
}

.post-body {
    margin-left: 0;
    padding-bottom: 2.1rem;
    border: 0;
    line-height: 24px
}

.post-body .post-date {
    width: 40px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

.post-body .post-date .day {
    display: block;
    padding: 1.1rem 0.2rem;
    background-color: #f4f4f4;
    color: #08c;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375
}

.post-body .post-date .month {
    display: block;
    padding: 0.4rem 0.2rem 0.7rem;
    border-radius: 0 0 0.2rem 0.2rem;
    background-color: #08c;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.33;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset
}

.post-title {
    margin-bottom: 1.3rem;
    color: #222529;
    font-family: "Playfair Display", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35
}

.post-content {
    font-size: 1.3rem
}

.post-content:after {
    display: block;
    clear: both;
    content: ""
}

.post-content p {
    margin-bottom: 7px
}

.post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.post-meta>span {
    display: inline-block;
    margin-right: 1.5rem
}

.post-meta i {
    margin-right: 0.5rem
}

.post-meta i:before {
    margin: 0
}

.single {
    margin-bottom: 2.3rem
}

.single .post-media {
    margin-bottom: 3rem
}

.single .post-meta {
    margin-bottom: 2rem;
    margin-left: 49px
}

.single .post-meta a {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.single .post-title {
    margin-bottom: -8px;
    font-size: 3rem;
    color: #222529;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 40px
}

.single h3 {
    font-size: 2rem;
    font-weight: 600
}

.single h3 i {
    margin-right: 7px;
    font-size: 2rem
}

.single .post-share {
    margin-bottom: 2.4rem
}

.single .post-share h3 {
    margin-bottom: 2.2rem;
    letter-spacing: -0.01em
}

.single .post-content {
    margin-bottom: 5.7rem
}

.single .post-content p {
    margin-bottom: 2rem;
    font-family: "Playfair Display", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.single .post-content h3 {
    margin-bottom: 2rem;
    color: #21293c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px
}

.single .social-icon {
    width: 29px;
    height: 29px
}

.single .social-icon+.social-icon {
    margin-left: 0.8rem
}

.post-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.6rem;
    padding: 2.8rem 0
}

.post-share h3 {
    margin-right: 2rem
}

.post-share .social-icons {
    color: #fff
}

.post-author {
    margin-bottom: 2.2rem;
    padding-bottom: 2.7rem
}

.post-author:after {
    display: block;
    clear: both;
    content: ""
}

.post-author h3 {
    margin-bottom: 2rem;
    letter-spacing: -0.01em
}

.post-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left
}

.post-author h4 {
    margin: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    color: #222529;
    font-family: "Playfair Display", sans-serif
}

.post-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.post-author .author-content p:last-child {
    margin-bottom: 0;
    line-height: 1.7
}

.zoom-effect {
    position: relative;
    overflow: hidden
}

.zoom-effect img {
    transition: transform 0.2s
}

.zoom-effect:hover img {
    transform: scale(1.1, 1.1)
}

.post-date-in-media .post-media {
    margin-bottom: 1.9rem;
    overflow: hidden
}

.post-date-in-media .post-media img {
    transition: transform 0.2s
}

.post-date-in-media .post-media:hover img {
    transform: scale(1.1, 1.1)
}

.post-date-in-media .post-body {
    margin-left: 0;
    padding-bottom: 2rem;
    border: 0
}

.post-date-in-media .post-title {
    margin-bottom: 0.7rem;
    font-size: 1.7rem;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.post-date-in-media p {
    font-size: 1.3rem;
    line-height: 1.846
}

.post-date-in-media .post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.comment-respond h3 {
    margin-bottom: 2.9rem;
    letter-spacing: -0.01em
}

.comment-respond h3+p {
    margin-bottom: 2.6rem
}

.comment-respond label {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    font-family: "Playfair Display", sans-serif
}

.comment-respond .form-control {
    height: 37px
}

.comment-respond .form-group {
    margin-bottom: 2rem
}

.comment-respond form {
    margin-bottom: 0;
    padding: 3rem;
    background-color: #f5f5f5
}

.comment-respond form p {
    margin-bottom: 2rem;
    line-height: 1.75
}

.comment-respond form textarea {
    margin-top: 1px;
    min-height: 170px
}

.comment-respond form .form-group-custom-control .custom-control-label {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: 700;
    color: #222529
}

.comment-respond .form-group-custom-control {
    padding-top: 1px
}

.comment-respond .custom-control-label:after,
.comment-respond .custom-control-label:before {
    width: 13px;
    height: 13px
}

.comment-respond .custom-checkbox .custom-control-label:after {
    top: 2px;
    left: 1px;
    font-weight: 300;
    font-size: 1.2rem
}

.comment-respond .custom-control-label:after,
.comment-respond .custom-control-label:before {
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    line-height: 2rem
}

.comment-respond .custom-control {
    padding-left: 2.2rem
}

.comment-respond .btn-sm {
    letter-spacing: 0.01em
}

.related-posts {
    padding-top: 3.2rem;
    margin-bottom: 5rem
}

.related-posts h4 {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: -0.01em
}

.related-posts .post {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .post p {
    margin-bottom: 1rem
}

.related-posts .post-body {
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .post-media {
    margin-bottom: 2rem
}

.related-posts .post-title {
    color: #0077b3;
    margin-bottom: 1rem;
    font-size: 16.8px
}

.related-posts .post-content {
    margin-left: 55px
}

.related-posts .read-more {
    float: left;
    color: #222529;
    font-size: 12.6px;
    font-weight: 600
}


.sidebar {
    position: relative;
    height: 100%;
    font-size: 1.3rem
}

.sidebar .widget {
    margin-bottom: 3.1rem
}

.sidebar .sidebar-wrapper {
    padding-bottom: 4.2rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.widget-post .widget-title {
    margin-bottom: 1.7rem
}

.widget-title {
    margin: 0.5rem 0 1.3rem;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.widget form {
    margin-bottom: 0
}

.list {
    padding: 0;
    list-style: none;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: -8px;
    margin-bottom: 0
}

.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 6px 0 6px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 24px
}

.list li:before {
    content: "";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -11px;
    margin-right: 6px;
    font-size: 7.2px;
    opacity: 0.7;
    vertical-align: middle
}

.list li:hover:before {
    animation: navItemArrow 0.6s linear infinite
}

.list li a {
    color: inherit
}

.list li:first-child {
    border-top-width: 0
}

.list .list {
    margin-top: 5px;
    margin-bottom: -6px;
    border-bottom: none
}

.list .list li:first-child {
    border-top-width: 1px
}

.widget.widget-categories .widget-title {
    margin-top: 1px;
    margin-bottom: 1.8rem
}

.tagcloud:after {
    display: block;
    clear: both;
    content: ""
}

.tagcloud a {
    margin: 0.4rem 0.4rem 0.4rem 0;
    padding: 0.4rem 0.8rem;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
    background-color: #222529;
    color: #fff
}

.simple-post-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simple-post-list li {
    padding-bottom: 15px
}

.simple-post-list li:after {
    display: block;
    clear: both;
    content: ""
}

.simple-post-list li:last-child {
    padding-top: 15px;
    border-top: 1px dotted #ececec
}

.simple-post-list .post-media {
    width: 5rem;
    margin: 0 1rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0
}

.simple-post-list .post-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-post-list .post-info a {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #222529
}

.simple-post-list .post-info a:hover {
    text-decoration-line: underline
}

.simple-post-list .post-info .post-meta {
    letter-spacing: 0.01em;
    font-size: 1.1rem
}

.comment-list {
    padding-bottom: 4px
}

.comments {
    position: relative
}

.comments .img-thumbnail {
    position: absolute;
    top: 0;
    padding: 0;
    border: 0
}

.comments .comment-block {
    padding: 2rem 2rem 3.5rem;
    margin-left: 11.5rem;
    position: relative
}

.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.comments .comment-block .date {
    color: #999;
    font-size: 0.9em
}

.comments .comment-by {
    display: block;
    padding: 0 0 4px 0;
    margin: 0;
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: -0.005em;
    color: #999
}

.comments .comment-by strong {
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    color: #7b858a
}

.comments .comment-footer {
    margin-top: 5px
}

.comments .comment-arrow {
    position: absolute;
    left: -15px;
    height: 0;
    top: 28px;
    width: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #f4f4f4
}

.comments .comment-action {
    color: var(--primary-color)
}

@media (max-width:991px) {
    .sidebar.mobile-sidebar {
        position: fixed
    }
}

@media (max-width:767px) {
    .comment-respond .form-footer {
        margin-bottom: 3rem
    }
}

@media (max-width:767px) {
    .comment-respond .form-footer {
        margin-bottom: 2rem
    }
}

@media (max-width:575px) {
    .comment-respond form {
        padding: 1.5rem
    }
}

.sidebar-shop {
    font-size: 1.3rem
}

.sidebar-shop .product-widget .product-title {
    margin-bottom: 0.4rem;
    font-family: "Playfair Display", sans-serif
}

.sidebar-shop .product-widget .product-details {
    margin-bottom: 1px
}

.sidebar-shop .widget {
    padding: 2rem;
    border: 1px solid #e7e7e7
}

.sidebar-shop .widget:after {
    display: block;
    clear: both;
    content: ""
}

.sidebar-shop .widget:not(:last-child) {
    border-bottom: 0
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #313131;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    color: inherit
}

.sidebar-shop .widget-title a:focus,
.sidebar-shop .widget-title a:hover {
    text-decoration: none
}

.sidebar-shop .widget-title a:after,
.sidebar-shop .widget-title a:before {
    display: inline-block;
    position: absolute;
    top: 50.4%;
    right: 2px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    transition: all 0.35s;
    background: #222529;
    content: ""
}

.sidebar-shop .widget-title a.collapsed:after {
    transform: rotate(-90deg)
}

.sidebar-shop .widget-body {
    padding: 1.5rem 0 0.7rem
}

.sidebar-shop .widget-featured {
    position: relative;
    padding-bottom: 0.5rem
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 1.5rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0
}

.sidebar-shop .widget-featured .ratings-container {
    margin-left: 0
}

.widget-featured-products .product-widget {
    margin-bottom: 1.6rem
}

.widget-featured-products .product-widget figure {
    margin-right: 1.2rem;
    max-width: 84px;
    flex-shrink: 0
}

.widget-featured-products .product-widget .ratings-container {
    margin-bottom: 1.2rem;
    margin-top: 2px
}

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -3.5rem;
    right: 1px;
    line-height: 0
}

.widget .owl-carousel .owl-nav button.owl-next,
.widget .owl-carousel .owl-nav button.owl-prev {
    padding: 0 0.4rem !important;
    border-radius: 0;
    color: #222529;
    font-size: 1.8rem;
    line-height: 1;
    background-color: transparent
}

.widget .owl-carousel .owl-nav i:before {
    width: auto;
    margin: 0
}

.cat-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-list li {
    position: relative;
    margin-bottom: 1.3rem;
    font-size: 14px;
    font-weight: 500
}

.cat-list li:last-child {
    margin-bottom: 0
}

.cat-list li a {
    color: #777;
    font-weight: 500
}

.cat-list li a:focus,
.cat-list li a:hover {
    color: #222529
}

.cat-list .products-count {
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500
}

.cat-sublist {
    margin-top: 1.3rem;
    margin-left: 1.4rem
}

span.toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -3px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-family: "Porto";
    font-weight: 900;
    color: #222529
}

span.toggle:before {
    content: ""
}

.collapsed span.toggle:before {
    content: ""
}

.config-size-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-size-list li {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.config-size-list a {
    display: block;
    position: relative;
    min-width: 32px;
    text-align: center;
    margin: 3px 6px 3px 0;
    padding: 4px 8px;
    transition: all 0.3s;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: none
}

.config-size-list a.active,
.config-size-list a:focus,
.config-size-list a:hover {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    text-decoration: none
}

.price-slider-wrapper {
    padding: 1.5rem 0.4rem 0.5rem 0.6rem
}

.filter-price-action {
    margin-top: 2.5rem;
    padding-bottom: 0.5rem
}

.filter-price-action .btn {
    padding: 5px 1.5rem 6px 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Playfair Display", sans-serif
}

.filter-price-action .filter-price-text {
    font-size: 1.2rem;
    line-height: 2
}

.widget-block {
    font-size: 1.5rem;
    line-height: 1.42
}

.widget-block h5 {
    margin-bottom: 1.5rem;
    color: #313131;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Playfair Display", sans-serif
}

.widget-block p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0
}

.widget-block .widget-title {
    padding-bottom: 3px
}

.widget .config-swatch-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem
}

.widget .config-swatch-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    font-size: 1.3rem
}

.widget .config-swatch-list li a {
    margin: 3px 6px 3px 0;
    box-shadow: none
}

.widget.widget-color .widget-body {
    padding-top: 0.6rem
}

.widget.widget-size .widget-body {
    padding-top: 1.1rem
}

.shop-toggle.sidebar-toggle {
    display: inline-flex;
    position: static;
    align-items: center;
    width: auto;
    height: 34px;
    background: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 0;
    z-index: 1
}

.shop-toggle.sidebar-toggle span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.05em;
    margin-left: 0.6rem;
    color: #222528
}

.sidebar-opened .shop-toggle.sidebar-toggle {
    z-index: 1
}

.sidebar-opened .shop-toggle.sidebar-toggle i:before {
    content: ""
}

.horizontal-filter {
    margin-bottom: 2rem;
    padding: 6px 0 0px;
    background-color: #f4f4f4
}

.horizontal-filter.filter-sorts {
    padding: 12px 12px 2px
}

.horizontal-filter.filter-sorts .select-custom select {
    border: none
}

.horizontal-filter:not(.filter-sorts) .toolbox-item:not(:last-child) {
    margin-right: 1.6rem
}

.horizontal-filter:not(.filter-sorts).toolbox label {
    margin: 0px 1rem 1px 0px;
    font-family: Poppins, sans-serif;
    letter-spacing: -0.025em
}

.horizontal-filter:not(.filter-sorts).toolbox .form-control {
    padding: 0 0.8rem 2px;
    color: #222529;
    font-family: "poppins"
}

.horizontal-filter:not(.filter-sorts).toolbox .select-custom .form-control {
    padding-right: 2.4rem
}

.horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
    margin-right: 3.2rem
}

.horizontal-filter .filter-price-form {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.36rem
}

.horizontal-filter .filter-price-form .btn {
    font-family: inherit;
    padding: 0.7rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 400
}

.horizontal-filter .input-price {
    display: block;
    width: 50px;
    padding: 6px;
    line-height: 1.45;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.09)
}

.horizontal-filter select {
    border: 0
}

.horizontal-filter:not(.filter-sorts) {
    background-color: #fff
}

.horizontal-filter:not(.filter-sorts) .layout-btn {
    width: 36px;
    border: 1px solid #dfdfdf;
    line-height: 34px
}

.horizontal-filter:not(.filter-sorts) .layout-btn.active {
    color: #222529;
    border-color: #222529
}

.horizontal-filter:not(.filter-sorts) .layout-btn:not(:last-child) {
    margin-right: 8px
}

.horizontal-filter .select-custom select {
    border: 1px solid #dfdfdf
}

.sort-menu-trigger {
    display: block;
    color: #313131;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase
}

.sort-list li {
    padding: 1rem 0;
    font-size: 12px;
    text-transform: uppercase
}

.sort-list li a {
    color: inherit;
    font-weight: 600
}

.sort-list li.active,
.sort-list li:focus,
.sort-list li:hover {
    color: #222529
}

.sort-list.cat-list li {
    margin-bottom: 0
}

.sort-list.cat-list li span.toggle {
    top: 5px
}

.filter-toggle span {
    margin-bottom: 2px;
    color: #777;
    font-size: 1.3rem;
    letter-spacing: -0.02em
}

.filter-toggle a {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 26px;
    margin-left: 7px;
    border-radius: 13px;
    background: #e6e6e6;
    text-decoration: none
}

.filter-toggle a:before {
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.3s linear;
    border-radius: 11px;
    background-color: #fff;
    content: ""
}

.filter-toggle a:after {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    content: ""
}

.filter-toggle.opened a {
    background-color: #222529
}

.filter-toggle.opened a:before {
    -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.filter-toggle.opened a:after {
    -webkit-transform: translate3d(22px, 2px, 0);
    transform: translate3d(22px, 2px, 0)
}

.shop-off-canvas .mobile-sidebar {
    display: block;
    position: fixed;
    padding: 1.3rem 0.8rem 1.3rem 0.9rem;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    margin: 0;
    transform: translate(-300px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto
}

.shop-off-canvas .widget {
    border: none
}

.shop-off-canvas .widget:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.shop-off-canvas .sidebar-wrapper {
    width: 100% !important
}

.sidebar-opened .shop-off-canvas .mobile-sidebar {
    transform: none
}

.sidebar-opened .shop-off-canvas .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
    z-index: 9999
}

.sidebar-toggle {
    display: flex;
    position: static;
    margin-right: 0.8rem;
    margin-top: 0;
    padding: 0 1.1rem 0 3px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: inherit;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer
}

.sidebar-toggle span {
    margin-left: 0rem;
    font-size: 1.3rem;
    letter-spacing: -0.05em
}

.sidebar-toggle:hover span {
    color: #222529
}

.sidebar-opened .sidebar-toggle i:before {
    content: ""
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11.4%;
    text-transform: uppercase
}

.boxed-slide-1 .slide-content {
    text-align: center
}

.boxed-slide-2 .slide-content {
    left: 6.8%;
    color: #222529
}

.boxed-slide-1 h4 {
    font-family: Oswald, sans-serif;
    font-size: 2.7rem;
    font-weight: 500;
    letter-spacing: -0.08em;
    margin-bottom: 0
}

.boxed-slide-1 h5 {
    font-family: "Playfair Display", sans-serif;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    margin-top: -5px;
    margin-bottom: 0
}

.boxed-slide-1 span {
    display: block;
    position: relative;
    width: 100%;
    color: #222529;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: -6px;
    margin-top: 3px
}

.boxed-slide-1 span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #74b0bb
}

.boxed-slide-1 span:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 1px;
    background-color: #74b0bb
}

.boxed-slide-1 b {
    font-size: 3.6rem;
    font-weight: 800;
    color: #222529;
    letter-spacing: 0.025em
}

.boxed-slide-1 b i {
    font-weight: 500
}

.boxed-slide-1 p {
    font-size: 13px;
    font-weight: 700;
    color: #222529;
    letter-spacing: 0.03em;
    margin-top: -5px;
    margin-bottom: 2.2rem
}

.boxed-slide-2 h5 {
    font-family: "Playfair Display", sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0
}

.boxed-slide-2 h5 span {
    font-family: Oswald, sans-serif;
    font-size: 2.9rem
}

.boxed-slide-2 h5 i {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    margin-left: -2px;
    margin-bottom: 5px
}

.boxed-slide-2 h4 {
    font-size: 3.2rem;
    font-weight: 800;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    margin-top: -3px
}

.boxed-slide-2 .btn {
    font-family: Oswald, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    padding: 9px 17.5px 13px;
    margin-bottom: 1.3rem
}

.btn-loadmore {
    box-shadow: none;
    padding: 1.3rem 3rem;
    border: 1px solid #e7e7e7;
    font-size: 1.2rem;
    font-family: "Playfair Display", sans-serif;
    color: #555
}

.btn-loadmore:hover {
    border-color: #ccc
}

.category-banner {
    padding: 6.8rem 0
}

.category-banner .coupon-sale-text {
    font-family: "Playfair Display", sans-serif
}

.category-banner h3 {
    font-size: 3em;
    margin-left: 1.8rem;
    margin-bottom: 1.6rem
}

.category-banner h4 {
    font-size: 1.125em;
    line-height: 1.7
}

.category-banner h5 {
    font-size: 1em
}

.category-banner .btn {
    font-size: 0.75em;
    letter-spacing: 0.01em;
    padding: 1em 1.6em;
    margin-left: 1.8rem
}

@media (min-width:992px) {
    .filter-sorts .toolbox-left {
        position: relative
    }

    .filter-sorts .toolbox-item.toolbox-sort {
        margin-left: 0;
        margin-right: 1rem;
        background-color: #fff
    }

    .filter-sorts select {
        border: 0;
        text-transform: uppercase
    }

    .filter-sorts .mobile-sidebar.sidebar-shop {
        left: 0;
        padding: 0;
        visibility: visible;
        z-index: 2
    }

    .sort-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 10px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 99
    }

    .sort-list:after,
    .sort-list:before {
        content: "";
        position: absolute;
        bottom: 100%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent
    }

    .sort-list:before {
        left: 21px;
        z-index: 999
    }

    .sort-list:after {
        left: 20px;
        border-right-width: 11px;
        border-bottom: 11px solid #e8e8e8;
        border-left-width: 11px
    }

    .sort-menu-trigger {
        min-width: 140px;
        height: 34px;
        padding-left: 0.8rem;
        color: #777;
        line-height: 34px;
        z-index: 9
    }

    .sort-menu-trigger:focus,
    .sort-menu-trigger:hover {
        text-decoration: none
    }

    .toolbox-item.opened .sort-list {
        display: block
    }
}

.sidebar-toggle svg {
    stroke: #222529;
    fill: #fff;
    width: 28px
}

.product-ajax-grid+.bounce-loader {
    bottom: -1rem;
    top: auto
}

@media (min-width:992px) {
    .sidebar-toggle {
        display: none
    }
}

@media (max-width:991px) {
    .sort-menu-trigger {
        margin-bottom: 1.5rem;
        font-weight: 700
    }

    .shop-off-canvas .sidebar-wrapper {
        padding: 2rem
    }

    .shop-off-canvas .sidebar-toggle {
        margin-right: 0
    }

    .shop-off-canvas .toolbox {
        justify-content: flex-start
    }

    .shop-off-canvas .toolbox-right {
        margin-left: auto
    }

    .shop-off-canvas .toolbox .toolbox-item:not(:last-child) {
        margin-left: 0.7rem
    }

    .sidebar-toggle span {
        font-size: 11px;
        font-weight: 600;
        color: #222529
    }

    .sidebar-shop .widget {
        padding: 2rem 0;
        border: 0
    }

    .sidebar-shop .widget:first-child {
        padding-top: 0
    }

    .sidebar-shop .widget:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }

    .horizontal-filter,
    .horizontal-filter.filter-sorts,
    .horizontal-filter:not(.filter-sorts) {
        padding: 10px;
        background-color: #f4f4f4
    }
}

@media (max-width:767px) {
    .category-content {
        padding: 1rem
    }

    .category-banner h3 {
        margin-left: -2px
    }

    .category-banner .btn {
        margin-left: 0
    }

    .horizontal-filter:not(.filter-sorts).toolbox .select-custom .form-control {
        padding-top: 3px
    }
}

@media (max-width:575px) {
    .home-slide1 {
        font-size: 2.5vw
    }

    .horizontal-filter.filter-sorts {
        justify-content: unset
    }

    .horizontal-filter .toolbox-item.toolbox-sort {
        margin-right: 0
    }

    .boxed-slide img {
        min-height: 250px
    }

    .horizontal-filter:not(.filter-sorts) .toolbox-item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:479px) {
    .horizontal-filter {
        justify-content: stretch
    }

    .horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
        margin-right: 0;
        margin-left: 0
    }

    .sidebar-toggle {
        margin-right: 2px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .sidebar-shop .product-widget figure {
        max-width: 70px;
        margin-right: 1.5rem
    }
}

.contact-two>.container {
    margin-bottom: 0.6rem
}

.contact-two #map {
    margin-bottom: 3.2rem;
    height: 400px;
    background-color: #e5e3df
}

.contact-two #map address {
    margin: 0;
    padding: 0.625rem 0.875rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

.contact-two #map a {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.contact-two .required-field>label:after {
    margin-bottom: 0.4rem;
    color: #777;
    font-size: 1.3rem
}

.contact-two .contact-info {
    margin-bottom: 3rem;
    padding-top: 0.4rem
}

.contact-two .contact-info>div {
    margin-bottom: 2rem
}

.contact-two .contact-info>div:after {
    display: block;
    clear: both;
    content: ""
}

.contact-two .contact-info i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    float: left;
    border-radius: 50%;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 1.4rem;
    text-align: center
}

.contact-two .contact-info p {
    margin-bottom: 0;
    margin-left: 5.5rem
}

.contact-two .contact-info p:first-of-type {
    padding-top: 0.1rem
}

.contact-two label {
    margin-bottom: 1.1rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400
}

.contact-two .form-control {
    border-color: rgba(0, 0, 0, 0.09);
    height: 37px
}

.contact-two .form-group {
    margin-bottom: 1.8rem
}

.contact-two textarea.form-control {
    min-height: 208px
}

.contact-two .form-footer {
    margin-top: 1.6rem
}

.contact-two .btn {
    padding: 0.7rem 1.3rem 0.7rem 1.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none
}

.contact-two .contact-title {
    margin-top: 1.6rem;
    margin-bottom: 1.3rem;
    font-size: 2rem
}

.contact-two p {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px
}

.contact-two .porto-sicon-title {
    margin: 0;
    margin-left: 1.5rem;
    color: #777;
    font-weight: 400;
    font-size: 1.4rem
}

.contact-two .contact-time {
    padding-top: 4px
}

.contact-two .contact-time .contact-title {
    margin-bottom: 1.4rem
}

.contact-two .contact-time .porto-sicon-title {
    margin-top: 1px
}

.contact-two .contact-time .porto-sicon-box {
    margin-bottom: 2.3rem
}

@media (min-width:768px) {
    #map {
        height: 380px;
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    #map {
        height: 460px;
        margin-bottom: 6rem
    }
}

.cart-message {
    padding: 0.8rem 0 1.9rem 3px
}

.cart-message:before {
    content: "";
    position: relative;
    margin-right: 0.6rem;
    top: 2px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #0cc485
}

.cart-message span {
    color: #222529;
    font-size: 1.6rem
}

.single-cart-notice {
    line-height: 24px;
    font-size: 1.6rem;
    color: #222529
}

.view-cart {
    padding: 14px 27px 13px;
    margin: 3px 0;
    height: 48px;
    font-family: "Playfair Display", sans-serif
}

.add-cart {
    padding: 12px 27px 10px 26px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 24px
}

.add-cart:before {
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: 900
}

.add-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 8px;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    white-space: nowrap
}

.add-wishlist i {
    margin-right: 4px;
    font-size: 1.6rem
}

.add-wishlist i:before {
    font-weight: 700
}

.added-wishlist i:before {
    content: "";
    color: #da5555
}

.add-compare:before {
    content: "";
    font-size: 1.8rem;
    font-family: "porto";
    margin-right: 6px
}

.product-widgets-container {
    margin-bottom: 3.8rem
}

.product-widgets-container .product-single-details {
    margin-bottom: 3px
}

.product-widgets-container .section-sub-title {
    margin-bottom: 1.6rem
}

.product-widgets-container figure {
    max-width: 75px;
    margin-right: 0.7rem
}

.product-widgets-container .product-details {
    margin-bottom: 2px
}

.product-widgets-container .ratings-container {
    margin-bottom: 1.2rem;
    margin-left: 0
}

.product-widgets-container .product-title {
    font-size: 1.4rem;
    font-family: "Playfair Display", sans-serif
}

.product-widgets-container .product-price {
    font-size: 1.5rem
}

.product-single-container:not(.product-quick-view) .product-action .add-cart.added-to-cart:before {
    display: none
}

.product-single-container:not(.product-quick-view) .product-action .add-cart.added-to-cart:after {
    margin-left: 8px;
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 600;
    font-size: 1.6rem
}

.product-single-details {
    margin-bottom: 1.1rem
}

.product-single-details .product-action .add-cart {
    display: inline-flex;
    align-items: center
}

.product-single-details .product-action .add-cart:before {
    content: "";
    margin-top: -2px;
    font-family: "Porto";
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 7px
}

.sticky-sidebar .product-single-details {
    margin-bottom: 2.7rem
}

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #222529;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    width: calc(100% - 70px)
}

.product-single-details .product-nav {
    position: absolute;
    display: flex;
    top: 4px;
    right: 10px
}

.product-single-details .product-nav.top-0 {
    top: 0
}

.product-single-details .product-nav a {
    color: #222529
}

.product-single-details .product-nav .product-next,
.product-single-details .product-nav .product-prev {
    float: left;
    margin-left: 2px
}

.product-single-details .product-nav .product-next.disabled>a,
.product-single-details .product-nav .product-prev.disabled>a {
    color: #999;
    cursor: no-drop
}

.product-single-details .product-nav .product-next:hover .product-popup,
.product-single-details .product-nav .product-prev:hover .product-popup {
    display: block
}

.product-single-details .product-nav a:hover {
    color: #333
}

.product-single-details .product-nav .product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 23px;
    border: 2px solid #e7e7e7;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    font-family: "porto"
}

.product-single-details .product-nav .product-prev .product-link:before {
    content: "";
    display: block
}

.product-single-details .product-nav .product-next .product-link:before {
    content: "";
    display: block
}

.product-single-details .product-nav .product-popup {
    position: absolute;
    top: 31px;
    display: none;
    right: 0;
    font-size: 13px;
    z-index: 999;
    width: 110px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    background-color: #fff
}

.product-single-details .product-nav .product-popup:before {
    right: 36px;
    border-bottom: 7px solid #333;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "";
    position: absolute;
    top: -5px
}

.product-single-details .product-nav .box-content {
    border-top: 3px solid #222529;
    display: block;
    padding: 10px 10px 11px
}

.product-single-details .product-nav .box-content>span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    padding-top: 5px;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #797876
}

.product-single-details .product-nav .product-next .product-popup:before {
    right: 7px
}

.product-single-details .product-filters-container {
    padding-top: 2px;
    padding-bottom: 1.4rem
}

.product-single-details .product-filters-container+.price-box {
    margin-top: 2.2rem;
    margin-bottom: 0.8rem
}

.product-single-details .price-box {
    margin-bottom: 2.3rem;
    color: #222529;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.product-single-details .product-filtered-price {
    display: none;
    margin-bottom: 1.3rem;
    margin-top: 0.7rem
}

.product-single-details .new-price {
    color: #222529;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    vertical-align: middle;
    line-height: 0.8;
    margin-left: 3px
}

.product-single-details .product-price {
    color: #222529;
    font-size: 2.4rem;
    letter-spacing: -0.02em;
    vertical-align: middle;
    line-height: 0.8
}

.product-single-details .old-price {
    position: relative;
    top: 2px;
    color: #a7a7a7;
    font-size: 1.9rem;
    font-weight: 600;
    vertical-align: middle
}

.product-single-details .old-price+.product-price {
    margin-left: 0.4rem
}

.product-single-details .add-wishlist:before {
    margin-right: 0.3rem
}

.product-single-details .short-divider {
    width: 40px;
    height: 0;
    border-top: 2px solid #e7e7e7;
    margin: 0 0 2.2rem;
    text-align: left
}

.product-single-details .product-single-filter:last-child {
    display: none;
    margin-bottom: 1rem;
    margin-top: -2px
}

.product-single-details .divider+.product-action {
    margin-top: -0.5rem
}

.product-single-details .product-action+.divider {
    margin-top: 1.6rem
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem;
    display: flex;
    align-items: center
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
    font-size: 1.3rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px;
    margin-left: -1px;
    margin-right: 1px
}

.product-single-details .ratings-container .product-ratings:before {
    color: #999
}

.product-single-details .ratings-container .ratings:before {
    color: #FD5B5A
}

.product-single-details .rating-link {
    color: #999;
    font-size: 1.3rem;
    font-weight: 400;
    padding-left: 1rem
}

.product-single-details .rating-link:hover {
    text-decoration: underline
}

.product-single-details .rating-link-separator {
    padding-left: 0.9rem;
    font-size: 1.3rem
}

.product-single-details .product-desc {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    line-height: 1.6875
}

.product-single-details .product-desc a {
    color: #222529
}

.product-single-details .product-action {
    padding: 1.5rem 0 1.6rem;
    border-top: 1px solid #e7e7e7
}

.product-single-details .container {
    align-items: center;
    -ms-flex-align: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .product-single-qty {
    margin: 0.5rem 0.5rem 0.5rem 1px
}

.product-single-details .product-single-qty .form-control {
    height: 48px;
    font-size: 1.6rem;
    font-weight: 700
}

.product-single-details .clear-btn {
    display: inline-block;
    background-color: #f4f4f4;
    margin-top: -3px;
    margin-left: -3px;
    padding: 5px 8px;
    font-size: 1rem;
    color: #777
}

.product-single-details .clear-btn:hover {
    background-color: #222529;
    color: #fff
}

.product-filters-container select.form-control:not([size]):not([multiple]) {
    margin-bottom: 0;
    height: 42px;
    font-weight: 600
}

.product-filters-container .select-custom {
    max-width: 282px;
    width: 100%
}

.product-filters-container .select-custom:after {
    right: 1.5rem;
    color: #222529
}

.product-single-container .cart-sticky .sticky-header.fixed {
    top: 58px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    animation: none
}

main .sticky-header:not(.fixed) .sticky-detail,
main .sticky-header:not(.fixed) .sticky-img {
    display: none
}

main .sticky-header:not(.fixed).container {
    padding-left: 0;
    padding-right: 0
}

main .sticky-header.fixed .container,
main .sticky-header.fixed .container-fluid {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

main .sticky-header.fixed .product-action {
    flex: 1;
    -ms-flex: 1;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 260px;
    text-align: right
}

main .sticky-header .sticky-img img {
    margin: 0;
    max-width: 60px;
    max-height: 60px
}

main .sticky-header .sticky-detail {
    display: flex;
    margin-bottom: 5px
}

main .sticky-header .product-title {
    margin-right: 2rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600
}

main .sticky-header .price-box {
    margin: 0;
    color: #2b2b2d;
    font-family: "Oswald", "Poppins";
    font-weight: 400;
    line-height: normal
}

main .sticky-header .old-price {
    font-size: 1.4rem
}

main .sticky-header .product-price {
    font-size: 1.8rem
}

main .sticky-header .ratings-container {
    display: block;
    line-height: 24px
}

main .sticky-header .product-ratings:before {
    color: rgba(0, 0, 0, 0.16)
}

.product-both-info .row .col-lg-12 {
    margin-bottom: 12px
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-both-info .product-single-gallery .label-group {
    left: 1.8rem
}

.single-info-list {
    margin-bottom: 1.7rem;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    letter-spacing: 0.001em
}

.single-info-list li strong {
    color: #222529;
    letter-spacing: 0
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.product-single-filter label {
    margin-right: 4.2rem;
    min-width: 5rem;
    margin-bottom: 0;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.product-single-filter .config-swatch-list {
    display: inline-flex;
    margin: 0
}

.product-single-filter .config-size-list li {
    margin-bottom: 0;
    margin-right: 0;
    color: #777
}

.product-single-filter .config-size-list li a {
    margin: 3px 6px 3px 0;
    min-width: 3.2rem;
    height: 2.6rem;
    border: 1px solid #eee;
    color: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.6rem;
    background-color: #fff
}

.product-single-filter .config-size-list li a:not(.disabled):hover {
    border-color: #222529;
    background-color: #222529;
    color: #fff
}

.product-single-filter .config-size-list li a.disabled {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    opacity: 0.5
}

.product-single-filter .config-size-list li a.filter-color {
    height: 2.8rem;
    min-width: 2.8rem
}

.product-single-filter .config-size-list li.active a {
    border-color: #222529;
    outline: none;
    color: #fff;
    background-color: #222529
}

.product-single-filter .config-size-list li.active a.filter-color:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: "porto";
    font-size: 1.1rem;
    line-height: 1;
    content: ""
}

.product-single-filter .config-img-list li a {
    height: 100%
}

.product-single-filter .config-img-list li img {
    width: 30px;
    height: 30px
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-qty label {
    color: #222529;
    font-weight: 600;
    font-size: 1.5rem
}

.product-single-share {
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.7rem;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.product-single-share label {
    margin-right: 1.2rem;
    margin-bottom: 0.5rem;
    color: #222529;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.1;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.005em;
    text-transform: uppercase
}

.product-single-share .social-icons {
    margin-top: 2px
}

.product-single-share .social-icons.vertical {
    display: flex;
    flex-direction: column
}

.product-single-share .social-icons.vertical .social-icon {
    border-radius: 0
}

.product-single-share .social-icon {
    line-height: 2em;
    border: 2px solid transparent;
    margin: 0.2857em 1px 0.2857em 0
}

.product-single-share:not(.icon-with-color) .social-icon {
    border-radius: 50%
}

.product-single-share:not(.icon-with-color) .social-icon:not(:hover):not(:active):not(:focus) {
    color: #222529;
    background-color: transparent;
    border-color: #e7e7e7
}

.product-single-gallery {
    margin-bottom: 3.3rem
}

.product-single-gallery .sticky-slider:not(.sticked) {
    position: relative !important
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none
}

.product-single-gallery .prod-thumbnail .owl-nav {
    font-size: 1.6rem;
    color: #222529
}

.product-single-gallery .prod-thumbnail .owl-nav .owl-prev {
    left: 1.5rem
}

.product-single-gallery .prod-thumbnail .owl-nav .owl-next {
    right: 1.5rem
}

.product-single-gallery .owl-nav {
    font-size: 2.8rem
}

.product-single-gallery .owl-nav .owl-prev {
    left: 2.5rem
}

.product-single-gallery .owl-nav .owl-next {
    right: 2.5rem
}

.product-single-gallery .owl-nav button {
    transition: opacity 0.5s
}

.product-single-gallery .product-item {
    position: relative;
    z-index: 2
}

.product-single-gallery .product-item:not(:last-child) {
    margin-bottom: 4px
}

.product-single-gallery .product-item:hover .prod-full-screen {
    opacity: 1
}

.product-single-gallery .product-single-grid {
    margin-bottom: 3.6rem
}

.product-single-gallery .label-group {
    position: absolute;
    z-index: 100;
    top: 1.1rem;
    left: 1.1rem
}

.product-single-gallery .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px
}

.product-single-gallery .product-label.label-hot {
    background-color: #2ba968
}

.product-single-gallery .product-label.label-sale {
    background-color: #da5555
}

.product-single-gallery .product-label.label-new {
    background-color: #08c
}

.prod-thumbnail {
    display: flex;
    display: -ms-flexbox;
    margin: 8px 0 0;
    padding: 0 1px
}

.prod-thumbnail>.owl-dot {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px
}

.prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover {
    color: #222529
}

.prod-thumbnail img {
    width: 100%;
    cursor: pointer
}

.prod-thumbnail .owl-dot.active img,
.prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    position: absolute;
    top: 1.6rem;
    left: 2.6rem;
    width: 110px;
    margin: 0;
    padding: 0;
    z-index: 99
}

.transparent-dots .owl-dot {
    flex: 1;
    max-width: 108px;
    margin-bottom: 2px
}

.transparent-dots .owl-dot img {
    border: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s
}

.transparent-dots .owl-dot.active img,
.transparent-dots .owl-dot:hover img {
    border: 1px solid #222529;
    transition: border-color 0.2s
}

.product-slider-container:not(.container) {
    position: relative;
    padding-left: 1px;
    padding-right: 1px
}

.product-slider-container:not(.container):hover .prod-full-screen {
    opacity: 1
}

.product-slider-container:not(.container) button.owl-next:not(.disabled),
.product-slider-container:not(.container) button.owl-prev:not(.disabled) {
    opacity: 1
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all 0.5s;
    outline: none;
    opacity: 0;
    z-index: 1
}

.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer
}

.product-single-tabs .tab-pane {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #7b858a;
    line-height: 1.92
}

.product-single-tabs .sticky-header {
    height: auto
}

.product-single-tabs .nav.nav-tabs .nav-link {
    color: #818692
}

.product-single-tabs .nav.nav-tabs .nav-link.active {
    /* color: #222529 */
    color: #02066F; /* Color for active tab */
    background-color: transparent; /* Or your preferred bg */
    border-color: transparent; /* Optional: if border should be hidden */
}

.product-single-tabs .nav.nav-tabs .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.product-single-tabs .nav.nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.product-single-tabs .nav-item {
    font-size: 1.3rem
}

.scrolling-box .tab-pane+.tab-pane {
    margin-top: 3.5rem;
    border-top: 2px solid #dae2e6
}

.product-size-content {
    padding-top: 2rem;
    padding-bottom: 0.5rem
}

.product-size-content img {
    margin: 0 auto 2rem
}

.product-desc-content {
    margin-bottom: 2.5rem
}

.product-desc-content .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.9rem;
    border-style: solid;
    border-width: 2px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 28px;
    color: #222529;
    background: transparent;
    border-color: #222529
}

.product-desc-content .feature-box p {
    font-size: 14px;
    line-height: 27px;
    color: #4a505e;
    letter-spacing: 0
}

.product-desc-content .feature-box h3 {
    margin-bottom: 0.8rem;
    font-size: 1.4rem
}

.product-desc-content p {
    margin-bottom: 2.3rem;
    letter-spacing: 0.005em
}

.product-desc-content ol,
.product-desc-content ul {
    margin-bottom: 2.4rem;
    padding-left: 7.4rem;
    letter-spacing: 0.005em;
    position: relative;
    padding-top: 2px
}

.product-desc-content li {
    margin-bottom: 9px;
    letter-spacing: 0
}

.product-desc-content li:before {
    content: "";
    position: absolute;
    left: 4rem;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1.8rem;
    color: #21293c;
    font-size: 1.6rem
}

.product-desc-content img.float-left,
.product-desc-content img.float-right {
    max-width: 50%
}

.product-desc-content img {
    padding-top: 4px
}

.product-desc-content .feature-box i {
    display: inline-block;
    font-size: 2.8rem;
    float: none;
    margin-bottom: 0;
    margin-top: 3px
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.table.table-striped {
    margin-top: 2rem;
    margin-bottom: 5.9rem
}

.table.table-striped td,
.table.table-striped th {
    padding: 1.1rem 1.2rem
}

.table.table-striped tr:nth-child(odd) {
    background-color: #f9f9f9
}

.product-tags-content h4 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.product-reviews-content {
    padding-top: 2px;
    padding-bottom: 2.5rem;
    line-height: 1.92
}

.product-reviews-content .required {
    color: #222529
}

.product-reviews-content .reviews-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 400
}

.product-reviews-content .reviews-title+p {
    padding-bottom: 0.4rem;
    letter-spacing: 0.005em
}

.product-reviews-content .ratings-container {
    margin: -3px -2px 0.5rem 0
}

.product-reviews-content .divider {
    border-top: 1px solid #e7e7e7;
    margin: 4rem 0
}

.product-reviews-content .comments .comment-block {
    padding-bottom: 2.3rem;
    background-color: #f5f7f7
}

.comment-container {
    display: flex;
    display: -ms-flexbox;
    padding: 29px 0 8px
}

.comment-container:not(:first-child) {
    border-top: 1px solid #e7e7e7
}

.comment-container .comment-avatar {
    flex: 1 0 auto;
    padding: 0 22px 5px 8px
}

.comment-container img {
    border-radius: 10rem
}

.comment-container .ratings-container {
    margin-bottom: 6px
}

.comment-container .product-ratings,
.comment-container .ratings {
    font-size: 14px
}

.comment-container .product-ratings:before {
    color: #999
}

.comment-container .ratings:before {
    color: #FD5B5A
}

.comment-container .comment-info {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em
}

.comment-container .avatar-name {
    display: inline;
    font-family: inherit;
    font-size: inherit
}

.comment-container .comment-text {
    letter-spacing: -0.015em
}


.add-product-review {
    padding-top: 5px
}

.add-product-review .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    top: 4px;
    left: 2px
}

.add-product-review form {
    padding: 3.5rem 2rem 3.3rem;
    border-radius: 3px;
    background-color: #f4f4f4
}

.add-product-review h3 {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.01em
}

.add-product-review label {
    display: block;
    font-family: "Playfair Display", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 1.1rem
}

.add-product-review .rating-stars {
    margin-bottom: 1rem
}

.add-product-review .form-control {
    margin-top: 1.4rem;
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
    max-width: 100%;
    height: 37px
}

.add-product-review textarea.form-control {
    min-height: 170px
}

.add-product-review .btn {
    padding: 0.55em 1rem 0.5em;
    font-weight: 400;
    text-transform: none;
    font-family: "Playfair Display", sans-serif
}

.add-product-review .custom-control-label {
    letter-spacing: 0.005em;
    line-height: 1.9
}

.add-product-review .custom-control-label:after,
.add-product-review .custom-control-label:before {
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 1.2rem;
    font-weight: 300
}

.add-product-review .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #0075ff;
    border-color: #0075ff
}

.add-product-review .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    color: #fff
}

.add-product-review .custom-control {
    padding-left: 2.2rem;
    margin-bottom: 1rem;
    margin-top: -6px
}

.rating-stars {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    height: 14px;
    font-size: 1.4rem;
    margin-bottom: 2.8rem
}

.rating-stars a {
    color: #706f6c;
    text-indent: -9999px;
    letter-spacing: 1px;
    width: 16px
}

.rating-stars a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    text-indent: 0;
    overflow: hidden;
    white-space: nowrap
}

.rating-stars a.active:before,
.rating-stars a:hover:before {
    content: "";
    font-weight: 900
}

.rating-stars .star-1 {
    z-index: 10
}

.rating-stars .star-2 {
    z-index: 9
}

.rating-stars .star-3 {
    z-index: 8
}

.rating-stars .star-4 {
    z-index: 7
}

.rating-stars .start-5 {
    z-index: 6
}

.rating-stars .star-1:before {
    width: 16px
}

.rating-stars .star-2:before {
    width: 32px
}

.rating-stars .star-3:before {
    width: 48px
}

.rating-stars .star-4:before {
    width: 64px
}

.rating-stars .star-5:before {
    content: ""
}

.footer-submit-wrapper input.form-control {
    min-width: 1px;
    height: 48px;
    margin-right: 12px;
    padding: 8px 12px 8px 20px;
    background: #f4f4f4;
    border: 0;
    border-radius:5px;
    font-size: 1.4rem;
}
.footer-submit-wrapper .btn {
    height: 48px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.42857;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius:5px;
}


@media(max-width: 500px){
    .logo-bar-area .h-30px {
        height: 80px !important;
    }
    nav.navbar.navbar-expand-lg {
        width: 100%;
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
    }
    button.navbar-toggler {
        background: url(../img/menuimg.png) no-repeat 100% 10px;
        z-index: 999 !important;
        position: absolute;
        right: 20px;
        box-shadow: none !important;
        height: 30px;
    }
    .navbar-collapse.collapse {
        position: absolute;
        right: 0;
        top: 64px;
        background: #fff;
        padding: 10px;
        width: 100% !important;
    }

    .hover-section .col-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .home-slide figure img {
        min-height: 180px;
        object-fit: cover;
    }
    button.btn.add-to-cart {
        display: flex;
        align-items: center;
        float: left;
    }
    button.btn.add-to-cart span.d-none {
        display: block !important;
    }
}



.testimonial-carousel {
    padding-top: 25px !important;
}
.testimonial_add {
    display: flex;
    padding: 15px;
    margin: 15px 9px;
    background: #fff;
    border-radius: 9px;
}
.testimonial_add_img {
    flex: 0 39%;
}
.testimonial_add_img:nth-child(2) {
    flex: 1;
    padding: 20px 0px 20px 20px;
    color: #000;
}
p.text-light {
    color: #000 !important;
}
.testimonial-owner strong {
    font-weight: 600;
    color: #000 !important;
}
.card {
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}
.profile-pic {
    width: 200px !important;
    height: 200px;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #1E88E5 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
}

.owl-dots {
    background:white !important;
    color:white !important;
    width:100px;
    padding:20px 2px;
    border-radius:4px;
}

@media screen and (max-width: 999px) {
    .next, .prev {
        transform: scale(1);
        opacity: 1;
    }
    .item {
        display: block !important;
    }
}

/* Created On 05/02/2025 By Subrata Saha For Home Page Top Header Panel */
.carousel-inner {
    display: flex;
    /* justify-content: center;
    align-items: center;
    text-align: center; */
    min-height: 40px; /* Adjust as needed */
    white-space: nowrap; /* Prevent text wrapping */
}

.carousel-item {
    width: 100%;
    text-align: center;
}

/* Featured category Product Display Of Home Page & All Category Page ON 08/02/2025 */
.banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.banner figure img {
    transition: transform 0.3s ease-in-out;
}

.banner:hover figure img {
    transform: scale(1.05);
}

.banner-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #02066F; /* Default blue background */
    padding: 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.banner:hover .banner-layer {
    background: linear-gradient(to top, rgba(65, 105, 225, 0.8), rgba(65, 105, 225, 0.3)); /* Royal Blue Gradient */
}

.banner-layer h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.banner:hover .banner-layer h5 {
    color: #ffcc00; /* Highlight text color on hover */
}

/* Product Image Div In Equal Shape & Size Of Home Page */
.product-default figure {
    width: 100%;
    /* height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 8px;
}

.product-default figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-to-cart,
.add-to-wishlist {
    font-size: 10px;  /* Reduce font size */
    padding: 3px 6px; /* Adjust padding */
    width: auto;  /* Keep button width flexible */
}


/* Previous Mega Menu Display Style */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div,
.nav form,
.nav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
    display: inline-block;
    cursor: default;
    z-index: 500;
}

/* Menu List */
.nav > li {
    display: block;
    float: left;
}

/* Menu Links */
.nav > li > a {
    position: relative;
    display: block;
    z-index: 510;
    height: 54px;
    padding: 0 20px;
    line-height: 54px;
    
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fcfcfc;
    text-shadow: 0 0 1px rgba(0,0,0,.35);

    background: #02066F;
    border-left: 1px solid #4b4441;
    border-right: 1px solid #312a27;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.nav > li:hover > a { background: #4169E1; }

.nav > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-left: none;
}

/* Menu Dropdown */
.nav > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 50px;
    left: 0;

    opacity: 0;
    visibility: hidden;
    overflow: hidden;

    background: #ffffff;
    border-radius: 0 0 3px 3px;

    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
    float: left;
    padding: 2.5%;
}

.nav .nav-column h3 {
    margin: 20px 0 10px 0;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #02066F;
    text-transform: uppercase;
}

.nav .nav-column h3.orange { color: #4169E1; }

.nav .nav-column li a {
    display: block;
    line-height: 26px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #888888;
}

.nav .nav-column li a:hover { color: #666666; }

.tree, .tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tree li {
    padding: 0px;
    position: relative;
}

.tree li a {
    color: #02066F;
    font-weight: bold;
    text-decoration: none;
}

.tree li a:hover {
    color: #4169E1;
}

/* Remove the left border line */
.tree ul {
    margin-left: 15px;
    padding-left: 10px;
}

/* Arrow indicator for categories with children */
.tree li::before {
    content: "⮞";
    position: absolute;
    left: -15px;
    top: 6px;
    font-size: 12px;
    color: #888;
}

/* Remove the arrow for items without children */
.tree li:has(ul)::before {
    content: "⮟";
}


/* Add To Cart & But Now Buttons */
.add-to-cart, .buy-now {
    min-width: 120px;  /* Reduces width */
    height: 35px;       /* Slightly smaller height */
    padding: 6px 12px;  /* Balanced padding */
    font-size: 14px;    /* Adjust font size */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* Mega Menu Display Style New */
body {
    font-family: Arial, sans-serif;
}
.menu-container {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
}
.menu-links {
    display: flex;
    gap: 2px;
}
.menu-item-wrapper {
    position: relative;
    display: inline-block;
}
/* .menu-button {
    background-color: #02066F;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: block;
}
.menu-button:hover {
    background-color: #4169E1;
} */

.menu-button {
    background-color: transparent; /* remove background */
    color: black; /* set text color to black */
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: block;
}

.menu-button:hover {
    background-color: transparent; /* remove hover background */
    color: black; /* maintain black text on hover */
}

.menu-button:focus,
.menu-button:active {
    outline: none;
    box-shadow: none;
}

.menu-button,
.menu-title {
    text-decoration: none;
    color: black;
}

.menu-title:hover {
    text-decoration: underline;
}

.mega-menu {
    display: none;
    position: absolute;
    background: white;
    width: 1000px;
    padding: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.menu-item-wrapper:hover .mega-menu {
    display: flex;
    flex-wrap: wrap;
}
.column {
    width: 30%;
    padding: 5px;
}
.menu-title {
    font-weight: bold;
    margin-bottom: 8px;
    color: #02066F;
}
.menu-divider {
    border-top: 1px solid #ccc;
    margin: 5px 0;
}
.tree, .tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tree li {
    position: relative;
    padding-left: 15px;
}
.tree li::before {
    content: "⮞";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    color: #888;
    cursor: pointer;
}
.tree li:has(ul)::before {
    content: "⮟";
}
.tree li a {
    color: #02066F;
    text-decoration: none;
    font-weight: bold;
}
.tree li a:hover {
    color: #4169E1;
    text-decoration: underline;
}


p.err_msg {
    background: #ffebeb;
    text-align: center;
    margin: 3px 0 0;
    color: #d23232;
    font-weight: 600;
    border-radius: 23px;
    font-size: 13px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 11%);
    border: 1px solid #ffb7b7;
}


.fs-24 {
    font-size: 24px;
}
