@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    Template Name: Learts – Handmade Shop eCommerce HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    00 - Helpers (Variables & Mixins)
    01 - Basic (Typography, Common Classes)
        01.01 - Typrography
        01.02 - Common Classes
    02 - Layout (Header, Footer, Section, Main Container/Wrapper and Page Header Styles)
        02.01 - Header
        02.02 - Footer
        02.03 - Main Content Wrapper, Sections & Section Heading
    03 - Modules (Template Design Elements as Modules and Third party Plugins Custom Styles)

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Mixin CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  01. Template default CSS
/*----------------------------------------*/
/* Common Style */

@font-face {
    font-family: 'Futura PT Book';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Book'), url('../fonts/FuturaCyrillicBook.woff') format('woff');
}


@font-face {
    font-family: 'Futura PT Light';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Light'), url('../fonts/FuturaCyrillicLight.woff') format('woff');
}


@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('../fonts/FuturaCyrillicMedium.woff') format('woff');
}


@font-face {
    font-family: 'Futura PT Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Demi'), url('../fonts/FuturaCyrillicDemi.woff') format('woff');
}


@font-face {
    font-family: 'Futura PT Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Heavy'), url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
}


@font-face {
    font-family: 'Futura PT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Bold'), url('../fonts/FuturaCyrillicBold.woff') format('woff');
}


@font-face {
    font-family: 'Futura PT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Extra Bold'), url('../fonts/FuturaCyrillicExtraBold.woff') format('woff');
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;

}

body {
    font-family: "Futura PT Book", sans-serif, Arial, Helvetica, sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: relative;
    visibility: visible;

}

section {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/background_720.png);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
    color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active,
a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

a,
button,
img,
input {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

*:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #ffc719;
}

button,
input[type=submit] {
    cursor: pointer;
}

img {
    height: auto;
    max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

ul {
    margin: 0;
    padding: 0;
}

ul:last-child {
    margin-bottom: 0;
}

ul li {
    list-style: none;
}

hr {
    border-top-width: 2px;
}

/*----------------------------------------*/
/*  Template Classes CSS
/*----------------------------------------*/
.container-1733 {
    max-width: 1733px;
}

[data-bg-img],
.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgc-fb {
    background-color: #fbfbfb;
}

.wrapper {
    overflow: hidden;
}

.section {
    position: relative;
    z-index: 1;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.section-padding-t {
    padding-top: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding-t {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-t {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-t {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-t {
        padding-top: 80px;
    }
}

.section-padding-b {
    padding-bottom: 110px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .section-padding-b {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-b {
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-b {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-b {
        padding-bottom: 80px;
    }
}

.mb-12 {
    margin-bottom: 60px !important;
}

.table > :not(:first-child) {
    border-top: none;
}

.offcanvas {
    z-index: 10;
}

.swiper-slide {
    margin-top: 0 !important;
}

.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
}

.offcanvas-backdrop {
    z-index: 9;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
    opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .header {
        min-height: auto;
    }
}

.header.is-sticky {
    z-index: 99;
    position: fixed;
    top: 0;
    -webkit-animation-name: headerSticky;
    animation-name: headerSticky;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.header.is-sticky .main-menu > ul > li > a {
    padding: 25px 0;
}

.header.is-sticky .header-action-toggle {
    margin: 20px 0;
}

@media only screen and (max-width: 767px) {
    .header.is-sticky .header-action-toggle {
        margin: 10px 0;
    }
}

/*
.header.is-sticky .header-logo a {
    width: 60px;
}*/

.header-transparent {
    background: rgb(43 81 101 / 17%);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    width: 100%;
}

@-webkit-keyframes headerSticky {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.header-top {
    border-bottom: 1px solid #eee;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
    }
}

.header-logo a {
    position: relative;
    position: relative;
    font-size: 40px;
    font-family: 'Futura PT medium', sans-serif;
    color: white;
}

.header-logo a img.light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 57px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > ul {
        gap: 24px;
    }
}

.main-menu > ul > li.has-sub-menu {
    position: relative;
}

.main-menu > ul > li > a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    display: block;
    padding: 0px 0;
    font-family: 'Futura PT light'
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu > ul > li > a {
        font-size: 16px;
    }
}

.main-menu > ul > li:hover > .sub-menu,
.main-menu > ul > li:hover > .mega-menu {
    z-index: 9;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}

.main-menu > ul > li:hover a {
    color: #ffc719;
}

.sub-menu {
    position: absolute;
    z-index: -9;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 249px;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: -30px;
    padding: 25px 28px 26px;
    list-style: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}

.sub-menu li + li {
    margin-top: 12px;
}

.sub-menu li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #080000 !important;
}

.sub-menu li a:hover {
    color: #ffc719 !important;
}

.mega-menu {
    position: absolute;
    border-radius: 4px;
    z-index: -9;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    width: calc(100% + 15px);
    margin-top: 20px;
    margin-left: 0;
    padding: 24px 30px 30px;
    list-style: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    gap: 40px;
}

.mega-menu > li {
    display: inline-block;
    float: left;
    padding-left: 30px;
    padding-right: 0;
    width: 25%;
}

.mega-menu > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #1f2226 !important;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.mega-menu > li:first-child {
    padding-left: 0;
}

.mega-menu ul {
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style: none;
}

.mega-menu ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.mega-menu ul li + li {
    margin-top: 10px;
}

.mega-menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #080000 !important;
}

.mega-menu ul li a:hover {
    color: #ffc719 !important;
}

.mega-menu .mega-menu-thumb {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
}

.mega-menu .mega-menu-thumb > a {
    border-bottom: none;
}

.mega-menu .mega-menu-thumb img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mega-menu-center {
        width: 880px;
        left: auto;
        right: -210px;
    }
}

.header-search-form {
    position: relative;
}

.header-search-form input {
    height: 50px;
    border: 1px solid #eee;
    background: transparent;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    padding: 8px 175px 8px 10px;
}

.header-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-weight: 500;
    padding: 0 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    background: #ffc719;
    border: 1px solid #ffc719;
}

.header-search-form button:hover {
    background-color: #FFFFFF;
    color: #ffc719;
    border-color: #ffc719;
}

.header-contact-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #1f2226;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-contact-info a {
        font-size: 17px;
    }
}

.header-contact-info a .icon {
    font-size: 30px;
    margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-contact-info a .icon {
        font-size: 24px;
    }
}

.header-contact-info a:hover {
    color: #ffc719;
}

.header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .header-action {
        gap: 6px;
    }
}

.header-action-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-action-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0;
    padding: 0px;
    border: none;
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-action-toggle {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-action-toggle {
        margin: 15px 0;
    }
}

.header-action-toggle i {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-right: 0px;
}

@media only screen and (max-width: 575px) {
    .header-action-toggle i {
        font-size: 17px;
    }
}

.header-action-toggle i:hover {
    color: #fff;
}

.header-action-toggle svg {
    width: 20px;
}

@media only screen and (max-width: 575px) {
    .header-action-toggle svg {
        width: 15px;
    }
}

.header-action-toggle .count {
    position: absolute;
    right: -15px;
    top: -12px;
    font-family: "Work Sans", sans-serif;
    background-color: #ffc719;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 100%;
}

@media only screen and (max-width: 575px) {
    .header-action-toggle .count {
        right: -5px;
        top: -8px;
        font-size: 11px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
}

.header-action-toggle .amount {
    line-height: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 5px;
    font-weight: 500;
    font-size: 20px;
}

@media only screen and (max-width: 479px) {
    .header-action-toggle .amount {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .header-action-toggle .amount {
        display: none;
    }
}

.header-action-toggle:hover {
    color: #fdc519;
}

.header-action-offcanvas-menu {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 35px;
    text-align: center;
    border-radius: 45px;
    font-size: 18px;
    outline-offset: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background: #1f2226;
    outline: 1px solid #1f2226;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .header-action-offcanvas-menu {
        height: 30px;
        width: 30px;
        line-height: 35px;
        font-size: 14px;
        outline-offset: 3px;
        margin-left: 20px;
    }
}

.header-action-offcanvas-menu i {
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .header-action-offcanvas-menu i {
        font-size: 14px;
    }
}

.header-action-offcanvas-menu:hover {
    background-color: #ffc719;
    outline-color: #ffc719;
}

.header-dropdown-menu {
    width: 100%;
    padding: 20px;
    border: none;
    -webkit-box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 25px 80px rgba(0, 0, 0, 0.1);

    right: 0 !important;
    z-index: 8;
}

.header-dropdown-menu-title {
    color: #1f2226;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.header-dropdown-menu ul {
    font-size: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-dropdown-menu ul:not(:last-child) {
    margin-bottom: 20px;
}

.header-dropdown-menu ul li + li {
    margin-top: 3px;
}

.offcanvas-search-close-btn {
    position: absolute !important;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    font-size: 26px;
    padding: 0;
    line-height: 1;
    margin: 0;
    width: auto;
    height: auto;
}

.offcanvas-search-form {
    position: relative;
    width: 100%;
    max-width: 770px;
}

.offcanvas-search-form input[type=text],
.offcanvas-search-form input[type=search] {
    font-size: 20px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    padding-right: 55px;
    padding-left: 10px;
    color: silver;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #6E6E6E;
    background-color: transparent;
}

.offcanvas-search-form input[type=text]::-webkit-input-placeholder,
.offcanvas-search-form input[type=search]::-webkit-input-placeholder {
    color: #FFFFFF;
}

.offcanvas-search-form input[type=text]:-moz-placeholder,
.offcanvas-search-form input[type=search]:-moz-placeholder {
    color: #FFFFFF;
}

.offcanvas-search-form input[type=text]::-moz-placeholder,
.offcanvas-search-form input[type=search]::-moz-placeholder {
    color: #FFFFFF;
}

.offcanvas-search-form input[type=text]:-ms-input-placeholder,
.offcanvas-search-form input[type=search]:-ms-input-placeholder {
    color: #FFFFFF;
}

.offcanvas-search-form button {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #FFFFFF;
    border: none;
    background-color: transparent;
}

.offcanvas-search-form button:hover {
    color: #ffc719;
}

.header-cart-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    gap: 16px;
}

.header-cart-total {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    margin: 0;
    padding: 18px 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.header-cart-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.header-cart-buttons .footer-cart-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px;
    text-align: center;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    border-color: #dee2e6;
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-cart-buttons .footer-cart-btn {
        font-size: 14px;
    }
}

.header-cart-buttons .footer-cart-btn:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.header-offcanvas-header {
    border-bottom: 1px solid #dee2e6;
}

.header-offcanvas-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.header-offcanvas-header .btn-close {
    opacity: 1;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 20px;
}

.header-cart-body {
    overflow: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.header-cart-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 30px;
}

.header-cart-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.header-cart-product:hover .header-cart-product-remove {
    opacity: 1;
}

.header-cart-product-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 90px;
    flex: 1 0 90px;
    max-width: 90px;
}

.header-cart-product-remove {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    opacity: 0;
    border: none;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.header-cart-product-remove:hover {
    color: #FFFFFF;
    background-color: #F44336;
}

.header-cart-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
}

.header-cart-product-image img {
    width: 100%;
}

.header-cart-product-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header-cart-product-title {
    font-size: 17px;
}

.header-cart-product-quantity {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    #offcanvas-cart {
        width: 300px;
    }
}

/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-main {
    padding: 79px 0 0px;
}

.footer-main-st1 {
    background-color: #f7f2f1;
}

.footer-widget-title {
    font-size: 22px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .footer-widget-title {
        display: none;
    }
}

.footer-desc {
    font-weight: 500;
    font-size: 16px;
    width: 72%;
}

@media only screen and (max-width: 575px) {
    .footer-desc {
        width: 100%;
    }
}

.footer-desc2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer-desc2 {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-desc2 {
        font-size: 15px;
        line-height: 28px;
    }
}

.footer-widget-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.footer-widget-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-widget-social a i {
    font-size: 24px;
}

.footer-widget-list > li {
    color: #1f2226;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-list > li {
        font-size: 15px;
    }
}

.footer-widget-list > li > i {
    font-size: 20px;
    margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-list > li > i {
        font-size: 18px;
    }
}

.footer-widget-list > li + li {
    margin-top: 15px;
}

.collapsed-title {
    color: #edb918;
    /* background-color: #000; */
    font-size: 18px;
    padding: 10px 13px 10px;
    display: none;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid #eee; */
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .collapsed-title {
        display: block;
    }
}

.collapsed-title:after {
    color: #dbab18;
    font-family: IcoFont;
    content: "\eaa1";
    font-size: 14px;
    margin-top: 1px;
    right: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    border-left: 1px solid #eee;
}

.collapsed-title.collapsed:after {
    content: "\ea99";
}

@media (min-width: 768px) {
    .widget-collapse-body {
        display: block !important;
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .widget-collapse-body {
        background-color: #333;
        border-top: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget-nav {
        padding: 0px;
    }
}

.footer-widget-nav {
    display: flex;
    justify-content: center;
}

.footer-widget-nav > li {
    list-style: none;
    margin-left: 25px;
    margin-bottom: 21px;
    margin-top: 20px;
}

.footer-widget-nav > li:last-child {
    margin-bottom: 0;
}

.footer-widget-nav > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Futura PT Book';
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget-nav > li > a {
        font-size: 15px;
    }
}

.footer-widget-nav > li > a:hover {
    color: #ffc719;
}

@media only screen and (max-width: 767px) {
    .social-widget-nav {
        padding: 20px;
    }
}

.social-widget-nav > li {
    margin-bottom: 20px;
}

.social-widget-nav > li:last-child {
    margin-bottom: 0;
}

.social-widget-nav > li > a {
    color: #1f2226;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .social-widget-nav > li > a {
        font-size: 15px;
    }
}

.social-widget-nav > li > a:hover {
    color: #ffc719;
}

.social-widget-nav > li > a > i {
    margin-right: 20px;
}

.subscribe-form-widget .subscribe-form-desc {
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .subscribe-form-widget .subscribe-form-desc {
        font-size: 14px;
    }
}

.subscribe-form-widget .subscribe-form {
    position: relative;
}

.subscribe-form-widget .subscribe-form .form-control {
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #4e4f51;
    height: 43px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 115px 5px 10px;
    border-radius: 10px;
    color: #fcc519;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .subscribe-form-widget .subscribe-form .form-control {
        font-size: 14px;
    }
}

.subscribe-form-widget .subscribe-form .form-control::-webkit-input-placeholder {
    color: #ccc;
    font-size: 20px;
}

.subscribe-form-widget .subscribe-form .form-control:-moz-placeholder {
    color: #1f2226;
}

.subscribe-form-widget .subscribe-form .form-control::-moz-placeholder {
    color: #1f2226;
}

.subscribe-form-widget .subscribe-form .form-control:-ms-input-placeholder {
    color: #1f2226;
}

.subscribe-form-widget .subscribe-form .subscribe-form-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 110px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #1f2226;
    color: #FFFFFF;
    background-color: #1f2226;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .subscribe-form-widget .subscribe-form .subscribe-form-btn {
        font-size: 14px;
        width: 100px;
    }
}

.subscribe-form-widget .subscribe-form .subscribe-form-btn:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.footer-bottom {
    background-color: #333;
    border-top: 1px solid #666666;
    padding: 20px 0 20px;
}

.footer-copyright {
    color: #FFFFFF;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer-copyright {
        font-size: 14px;
    }
}

.footer-copyright > i {
    color: #ffc719;
    margin: 0 2px;
}

.footer-copyright > a {
    color: #FFFFFF;
}

.footer-copyright > a:hover {
    color: #ffc719;
}

.footer-bottom-st3 {
    border-top: 1px solid #eeeeee;
    background: #fbfbfb no-repeat scroll center center/cover;
}

.footer3-copyright {
    color: #1f2226;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer3-copyright {
        font-size: 14px;
    }
}

.footer3-copyright > i {
    color: #ffc719;
    margin: 0 2px;
}

.footer3-copyright > a {
    color: #1f2226;
}

.footer3-copyright > a:hover {
    color: #ffc719;
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.single-shoppable {
    position: relative;
}

.cloth-tag {
    position: absolute;
}

.cloth-tag-icon {
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2509803922);
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    margin-left: -12.5px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: lookbook-bounce;
    animation-name: lookbook-bounce;
}

@media only screen and (max-width: 767px) {
    .cloth-tag-icon {
        font-size: 9px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
}

.cloth-tag-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
    position: absolute;
    min-width: 300px;
    max-width: 500px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 5;
}

@media only screen and (max-width: 479px) {
    .cloth-tag-content {
        display: block;
        min-width: 200px;
        max-width: 200px;
    }
}

.cloth-tag-content-image {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
}

.cloth-tag-content-content {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding-left: 15px;
}

.cloth-tag-content-content .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.cloth-tag-content-content .price-product {
    margin-bottom: 5px;
}

.cloth-tag-content-content .price-product .money {
    font-size: 16px;
    color: #ffc719;
    font-weight: 500;
}

.cloth-tag-content-content .lookbook-btn {
    text-transform: capitalize;
    border: 1px solid #1f2226;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #1f2226;
}

.cloth-tag-content-content .lookbook-btn:hover {
    color: #FFFFFF;
    background-color: #ffc719;
    border-color: #ffc719;
}

.cloth-tag-content-close-icon {
    position: absolute;
    top: 0;
    right: 2px;
    color: #1f2226;
    cursor: pointer;
    font-size: 14px;
}

.cloth-tag-content-close-icon:hover {
    color: #ffc719;
}

.btn {
    background-color: #333;
    border: 1px solid #333;
    display: inline-block;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    padding: 11px 40px;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .btn {
        font-size: 14px;
        padding: 9px 32px;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 14px;
        padding: 9px 28px;
    }
}



.btn.btn-border-grey {
    background-color: #FFFFFF;
    border-color: #eee;
    color: #535960;
}

.btn.btn-border-grey:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.btn.btn-light {
    font-size: 13px;
    font-weight: 500;
    padding: 12px 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .btn.btn-light {
        font-size: 12px;
        padding: 10px 24px;
    }
}

@media only screen and (max-width: 767px) {
    .btn.btn-light {
        padding: 9px 20px;
    }
}

.btn.btn-radius {
    border-radius: 50px;
}

.btn:hover {
    background-color: #FFFFFF;
    border-color: #ffc719;
    color: #ffc719;
}

.btn:active,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    background-image: url("../images/icons/btn-link-line.html");
    color: #ffc719;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    background-repeat: repeat-x;
    background-size: 170px;
    background-position: bottom;
    padding-bottom: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .btn-link {
        font-size: 16px;
        padding-bottom: 16px;
        background-size: 154px;
    }
}

.btn-link .icon {
    font-size: 19px;
    margin-left: 6px;
    position: relative;
    top: 1px;
}

.btn-link:hover {
    color: #333;
}

.ht-video-popup {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 20px;
    background: #FFFFFF;
    color: #ffc719;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: -45px;
    margin-top: -45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-video-popup {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 17px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ht-video-popup {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        margin: 0;
    }
}

.ht-video-popup:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    background: transparent;
    color: #ffc719;
    border: 1px solid #ffc719;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-video-popup:hover {
        transform: translate(-50%, -50%) scale(1.15);
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        -moz-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
        -o-transform: translate(-50%, -50%) scale(1.15);
    }
}

@media only screen and (max-width: 767px) {
    .ht-video-popup:hover {
        transform: translate(-50%, -50%) scale(1.15);
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        -moz-transform: translate(-50%, -50%) scale(1.15);
        -ms-transform: translate(-50%, -50%) scale(1.15);
        -o-transform: translate(-50%, -50%) scale(1.15);
    }
}

.modal-action-product .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.modal-action-product .modal-body {
    padding: 15px;
    position: relative;
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: -5px;
}

.modal-action-product-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-action-btn-close {
    position: absolute;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    right: 10px;
    top: 8px;
}

.modal-action-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-right: 20px;
}

.modal-action-product-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

.modal-action-product-content .product-name {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 14px;
}

.modal-action-product-content .text-add {
    color: #1f2226;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal-action-product-content .text-add > i {
    font-size: 25px;
    margin-right: 10px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    color: #5c5c5c;
    background-color: #dee2e6;
}

.fancybox__content {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: url("../images/icons/cancel-white.png"), auto;
}

.offcanvas-backdrop,
.modal-backdrop {
    background-color: rgba(43, 43, 43, 0.92);
    cursor: url("../images/icons/cancel-white.png"), auto;
}

.offcanvas-backdrop.show,
.modal-backdrop.show {
    opacity: 1;
}

.swiper-button-wrap {
    position: relative;
}

.swiper-button-wrap:hover .swiper-button-st2 {
    opacity: 1;
}

.swiper-button-wrap:hover .swiper-button-st2.prev {
    left: 0;
}

.swiper-button-wrap:hover .swiper-button-st2.next {
    right: 0;
}

.swiper-button-st2 {
    color: var(--swiper-navigation-color, var(--swiper-theme-color) #000);
    width: calc(var(--swiper-navigation-size) / 50 * 50);
    height: var(--swiper-navigation-size);
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 1;
    color: #ffc719;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
}

.swiper-button-st2.prev {
    left: 15px;
}

.swiper-button-st2.next {
    right: 15px;
}

.swiper-button-st2:hover {
    background: #0000007a;
    border: none;
}

.swiper-outer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 15px;
}

.scroll-to-top {
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    bottom: -60px;
    background-color: #ffc719;
    color: #FFFFFF;
    position: fixed;
    right: 30px;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 999;
}

@media only screen and (max-width: 767px) {
    .scroll-to-top {
        width: 30px;
        height: 30px;
        right: 10px;
        font-size: 14px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .scroll-to-top {
        display: none;
    }
}

.scroll-to-top:hover {
    background-color: #ffc719;
}

.scroll-to-top.show {
    visibility: visible;
    opacity: 0.8;
    bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .scroll-to-top.show {
        bottom: 10px;
    }
}

.scroll-to-top.show:hover {
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes lookbook-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes lookbook-bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/*----------------------------------------*/
/*  Section CSS
/*----------------------------------------*/
.section-title .sub-title {
    color: #ffc719;
    font-family: 'Futura PT light';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .sub-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.section-title .sub-title + .title {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title .sub-title + .title {
        margin-top: 5px;
    }
}

.section-title .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title .title {
        font-size: 38px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 36px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 28px;
        line-height: 34px;
    }
}

.section-title .title + .line {
    margin-top: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title .title + .line {
        margin-top: 16px;
    }
}

.section-title .line {
    display: inline-block;
    content: "";
    background: #ffc719;
    height: 4px;
    width: 70px;
}

.section-title2 {
    margin-bottom: 75px;
}

.section-title2 .sub-title {
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    color: #ffc719;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title2 .sub-title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title2 .sub-title {
        font-size: 16px;
        line-height: 22px;
    }
}

.section-title2 .sub-title + .title {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title2 .sub-title + .title {
        margin-top: 5px;
    }
}

.section-title2 .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title2 .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title2 .title {
        font-size: 38px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title2 .title {
        font-size: 36px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title2 .title {
        font-size: 36px;
        line-height: 41px;
    }
}

.section-title3 {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title3 {
        margin-bottom: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title3 {
        margin-bottom: 28px;
    }
}

.section-title3 .title {
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    line-height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title3 .title {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title3 .title {
        font-size: 38px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title3 .title {
        font-size: 36px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 575px) {
    .section-title3 .title {
        font-size: 28px;
        line-height: 30px;
    }
}

.section-title3 .title + .desc {
    margin-top: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title3 .title + .desc {
        margin-top: 12px;
    }
}

.section-title3 .desc {
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-title3 .desc {
        font-size: 14px;
        line-height: 26px;
    }
}

.block-title-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.block-title-1 .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-slide-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    position: relative;
    min-height: 550px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-item {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-item {
        height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-item {
        height: 500px;
        min-height: 500px;
        background-color: #f8feff;
        background-image: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-content {
        margin-top: 40px;
    }
}

.hero-slide-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-slide-content .hero-slide-title {
    font-weight: 700;
    font-size: 150px;
    line-height: 130px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-slide-content {
    top: 70px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-content .hero-slide-title {

        font-size: 45px;
        line-height: 50px;
        text-transform: capitalize;
        letter-spacing: 1px;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content .hero-slide-title {
        font-size: 100px;
        line-height: 80px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content .hero-slide-title {
        font-size: 110px;
        line-height: 82px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .hero-slide-title {
        font-size: 70px;
        line-height: 60px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-content .hero-slide-title {
        font-size: 27px;
        line-height: 30px;
        text-transform: capitalize;
    }
}

.hero-slide-content .hero-slide-title > span {
    color: #ffc719;
}

.hero-slide-content .hero-slide-desc {
    color: #fff;
    font-size: 29px;
    line-height: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-content .hero-slide-desc {
        margin: 0 0 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content .hero-slide-desc {
        font-size: 18px;
        margin: 0 0 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content .hero-slide-desc {
        font-size: 18px;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .hero-slide-desc {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 14px;
    }
}

.hero-slide-content .hero-slide-btn {
    background-color: #ffc719;
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid #ffc719;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-content .hero-slide-btn {
        padding: 13px 32px;
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-content .hero-slide-btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-content .hero-slide-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-content .hero-slide-btn {
        padding: 10px 26px;
        font-size: 14px;
    }
}

.hero-slide-content .hero-slide-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ffc719;
    border: 1px solid #ffc719;
}

.hero-slide-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-slide-video-btn {
    margin-left: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-video-btn {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-video-btn {
        margin-left: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-video-btn {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-video-btn {
        padding: 10px 0;
    }
}

.hero-slide-video-btn .hero-slide-video-popup {
    -webkit-box-shadow: 0 4px 30px rgba(215, 35, 35, 0.2);
    box-shadow: 0 4px 30px rgba(215, 35, 35, 0.2);
    color: #ffc719;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffc719;
    font-size: 20px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    position: relative;
    margin-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-video-btn .hero-slide-video-popup {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-video-btn .hero-slide-video-popup {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-video-btn .hero-slide-video-popup {
        margin-right: 10px;
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
}

.hero-slide-video-btn .hero-slide-video-popup:before,
.hero-slide-video-btn .hero-slide-video-popup:after {
    -webkit-box-shadow: 0 0 0 0 #ffc719;
    -ms-box-shadow: 0 0 0 0 #ffc719;
    -o-box-shadow: 0 0 0 0 #ffc719;
    box-shadow: 0 0 0 0 #ffc719;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    animation: ripple 3s infinite;
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .hero-slide-video-btn .hero-slide-video-popup:before,
    .hero-slide-video-btn .hero-slide-video-popup:after {
        width: 50px;
        height: 50px;
    }
}

.hero-slide-video-btn .hero-slide-video-popup:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
}

.hero-slide-video-btn .hero-slide-video-popup:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
}

.hero-slide-video-btn > span {
    color: #ffc719;
    font-size: 20px;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-video-btn > span {
        font-size: 16px;
    }
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-desc {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-btn {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-video-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-video-btn .hero-slide-video-popup {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero-slider-pagination {
    position: absolute;
    text-align: center;
    bottom: 26px !important;
    line-height: 0;
    z-index: 1;
}

.hero-slider-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, transparent);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
    border: 1px solid #ffc719;
    outline: 1px solid #ffc719;
    outline-offset: 3px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.hero-slide2-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide2-item {
        height: 400px;
        background-position: center left;
    }
}

.hero-slider2-container {
    padding: 0 360px;
    position: relative;
}

@media only screen and (max-width: 1847px) {
    .hero-slider2-container {
        padding: 0 180px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slider2-container {
        padding: 0 30px;
    }
}

.hero-slide2-content {
    padding-left: 85px;
}

.hero-slide2-content * {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide2-content {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide2-content {
        padding-left: 0;
    }
}

.hero-slide2-content .hero-slide2-title {
    color: #1f2226;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 50px;
        line-height: 54px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide2-content .hero-slide2-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 4px;
    }
}

.hero-slide2-content .hero-slide2-title > span {
    color: #ffc719;
}

.hero-slide2-content .hero-slide2-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 36px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide2-content .hero-slide2-desc {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide2-content .hero-slide2-desc {
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 19px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide2-content .hero-slide2-desc {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 16px;
    }
}

.hero-slide2-content .hero-slide2-btn {
    background-color: #ffc719;
    color: #FFFFFF;
    border: 2px solid #ffc719;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    padding: 18px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide2-content .hero-slide2-btn {
        font-size: 14px;
        padding: 14px 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide2-content .hero-slide2-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

.hero-slide2-content .hero-slide2-btn:hover {
    color: #ffc719;
    background-color: #FFFFFF;
    border-color: #ffc719;
}

.hero-slide2-item.swiper-slide-active .hero-slide2-content * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-slide3-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 800px;
    background-color: #F9F6F2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 767px) {
    .hero-slide3-item {
        height: 520px;
    }
}

.hero-slide3-item.swiper-slide-active .hero-slide3-content > * {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.hero-slide3-content {
    max-width: 700px;
    margin: auto;
    padding: 50px;
    text-align: center;
    background: #FBFBFB;
    -webkit-box-shadow: 0 0 0 21px #e8eded;
    box-shadow: 0 0 0 21px #e8eded;
}

@media only screen and (max-width: 767px) {
    .hero-slide3-content {
        max-width: calc(100% - 30px);
        padding: 20px;
        -webkit-box-shadow: 0 0 0 10px #F1F1F1;
        box-shadow: 0 0 0 10px #F1F1F1;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide3-content {
        max-width: calc(100% - 60px);
    }
}

@media only screen and (max-width: 479px) {
    .hero-slide3-content {
        max-width: calc(100% - 30px);
        padding: 20px;
    }
}

.hero-slide3-content > * {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.hero-slide3-content > *:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.hero-slide3-content > *:nth-child(2) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.hero-slide3-content > *:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.hero-slide3-content > *:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.hero-slide3-sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width: 767px) {
    .hero-slide3-sub-title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide3-sub-title {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.hero-slide3-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .hero-slide3-title {
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide3-title {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 0;
    }
}

.hero-slide3-desc {
    color: #333;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 36px;
}

@media only screen and (max-width: 767px) {
    .hero-slide3-desc {
        font-size: 15px;
        margin: 0 0 24px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide3-desc {
        font-size: 14px;
        margin: 0 0 12px;
    }
}

.hero-slide3-btn {
    color: #1f2226;
    padding: 18px 30px;
    display: inline-block;
    line-height: 1;
    border: 2px solid #000000;
    border-radius: 30px;
    text-transform: unset;
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .hero-slide3-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide3-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.hero-slide3-btn:hover {
    border-color: #ffc719;
    background-color: #ffc719;
    color: #FFFFFF;
}

.hero-slider3-arrows {
    display: none;
}

.swiper-pagination-bullet-active {
    background-color: var(--swiper-pagination-color, #ffc719) !important;
}

.hero-slider-arrows {
    position: absolute;
    bottom: calc(50% - 60px);
    right: 50px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slider-arrows {
        right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slider-arrows {
        display: none;
    }
}

.hero-slider-button-next,
.hero-slider-button-prev {
    color: #FFFFFF;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .hero-slider-button-next,
    .hero-slider-button-prev {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 20px;
    }
}

.hero-slider-button-next:hover,
.hero-slider-button-prev:hover {
    background-color: #ffc719;
}

.hero-slider-button-next {
    margin-bottom: 20px;
}

.hero-slider2-container:hover .hero-slider2-button-next {
    right: -128px;
    opacity: 1;
}

@media only screen and (max-width: 1847px) {
    .hero-slider2-container:hover .hero-slider2-button-next {
        right: 0;
    }
}

.hero-slider2-container:hover .hero-slider2-button-prev {
    left: -128px;
    opacity: 1;
}

@media only screen and (max-width: 1847px) {
    .hero-slider2-container:hover .hero-slider2-button-prev {
        left: 0;
    }
}

.hero-slider2-arrows {
    position: absolute;
    max-width: 1180px;
    width: 100%;
    height: 100%;
    top: 0;
}

@media only screen and (max-width: 1847px) {
    .hero-slider2-arrows {
        max-width: none;
        position: relative;
        bottom: 40px;
        top: auto;
    }
}

.hero-slider2-button-next,
.hero-slider2-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 50px;
    color: #1f2226;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 1847px) {

    .hero-slider2-button-next,
    .hero-slider2-button-prev {
        font-size: 30px;
    }
}

.hero-slider2-button-next:hover,
.hero-slider2-button-prev:hover {
    color: #ffc719;
}

.hero-slider2-button-next {
    right: 0;
}

.hero-slider2-button-prev {
    left: 0;
}

.hero-slider3-arrows {
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 25px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px);
        transform: translate(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100px);
        transform: translate(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/*----------------------------------------*/
/*  Feature Box CSS
/*----------------------------------------*/
.feature-box-icon {
    margin-bottom: 20px;
}

.feature-box-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-box-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box-title {
        font-size: 20px;
    }
}

.feature-box2-item {
    border: 1px solid #eee;
    padding: 20px 30px 36px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.feature-box2-item:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843);
}

.feature-box2-icon {
    display: inline-block;
    margin-bottom: 21px;
}

.feature-box2-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 13px;
}

.feature-box2-title > a {
    color: #1f2226;
}

.feature-box2-title > a:hover {
    color: #ffc719;
}

.feature-box2-desc {
    font-size: 14px;
    font-weight: 500;
}

.feature-box3-item p span {
    color: #37b1ff;
    font-size: 22px;
    font-family: 'Futura PT Heavy';
}

.feature-box3-item p a {
    color: #ffc719;
}

.feature-box3-item p {
    color: #fff;
    font-family: 'Futura PT Book';
    font-size: 20px;
}

/*
.feature-box3-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}*/

.feature-box3-icon {
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box3-icon {
        margin-right: 18px;
    }
}

.feature-box3-icon-img {
    max-width: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box3-icon-img {
        max-width: 50px;
    }
}

.feature-box3-title {
    color: #1f2226;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box3-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 2px;
    }
}

.drone-all-feature {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}

.feature-box4-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature-box4-icon {
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-box4-icon {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box4-icon {
        margin-right: 8px;
    }
}

.feature-box4-icon-img {
    max-width: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-box4-icon-img {
        max-width: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box4-icon-img {
        max-width: 30px;
    }
}

.feature-box4-title {
    color: #666;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-box4-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .feature-box4-title {
        font-size: 18px;
    }
}

.feature-box4-desc {
    color: #888888;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-box4-desc {
        font-size: 14px;
    }
}

/*----------------------------------------*/
/*  Accordion CSS
/*----------------------------------------*/
.accordion-item {
    border-radius: 0.25rem;
    margin-bottom: 10px;
    background-color: rgba(15, 15, 30, .25) !important;
    border: 1px solid hsla(0, 0%, 100%, .25);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-button {
    color: #fff;
    font-family: 'Futura PT Light';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 13px 18px 11px 33px;
}

@media only screen and (max-width: 575px) {
    .accordion-button {
        font-size: 18px;
        padding: 13px 12px 11px 12px;
    }
}

.accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffc719;
    border-bottom-color: transparent;
    border-top-color: transparent;
    color: #333;
    font-weight: 600;
}

.accordion-button:not(.collapsed):after {
    color: #ffc719;
    content: "-";
    background: none;
}

.accordion-button:after {
    content: "+";
    background: none;
    font-size: 22px;
    font-weight: 500;
    color: #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.accordion-button:active,
.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-body {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 20px;
}

@media only screen and (max-width: 575px) {
    .accordion-body {
        padding: 12px;
    }
}

.accordion-body-desc {
    color: #ccc;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.72;
}

@media only screen and (max-width: 575px) {
    .accordion-body-desc {
        font-size: 16px;
    }
}

/*----------------------------------------*/
/*  Post CSS
/*----------------------------------------*/


.post-item .image {
    display: inline-block;
    overflow: hidden;
}

.post-item .image img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    height: 300px;
    object-fit: fill;
}

.post-item .content a {
    color: #ffc719;
    font-size: 20px;
}

.post-item .content {
    padding: 0 10px 10px;
    text-align: center;
}

.post-item .content .title {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #383838;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-item .content .title {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 14px;
    }
}

.post-item .content .title a {
    color: #1f2226;
}

.post-item .content .title a:hover {
    color: #ffc719;
}

.post-item .content .title.line-bottom:after {
    position: absolute;
    display: block;
    background-color: #ebebeb;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
}

.post-item .content .desc {
    font-size: 14px;
    line-height: 1.72;
    font-weight: 500;
}

.post-item:hover .image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-meta > li {
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin: 0 14px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-meta > li {
        font-size: 12px;
    }
}

.post-meta > li a {
    color: #4b4b4b;
}

.post-meta > li a:hover {
    color: #ffc719;
}

.post-meta > li:first-child {
    margin-left: 0;
}

.post-meta > li:last-child {
    margin-right: 0;
}

.post-meta > li + li:before {
    position: absolute;
    left: -22px;
    top: 9px;
    width: 15px;
    height: 1px;
    background-color: #999898;
    content: "";
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
}

.post-meta > li:hover {
    color: #ffc719;
}

.post-meta + p {
    margin-top: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .post-meta + p {
        margin-top: 13px;
    }
}

.blog-sidebar-item:not(:last-child) {
    margin-bottom: 54px;
}

.blog-sidebar-item-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

.widget-post-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dee0e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.widget-post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-post-item:hover .widget-post-title {
    color: #ffc719;
}

.widget-post-item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.widget-post-title {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.widget-post-title:hover {
    color: #ffc719;
    cursor: pointer;
}

.widget-post-thumb {
    margin-right: 20px;
    max-width: 80px;
    overflow: hidden;
}

.widget-post-thumb img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.widget-post-date {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.widget-search-wrp form {
    position: relative;
}

.widget-search-wrp .form-control {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    padding: 2px 55px 2px 18px;
}

.widget-search-wrp .form-control::-webkit-input-placeholder {
    color: #757575;
}

.widget-search-wrp .form-control:-moz-placeholder {
    color: #757575;
}

.widget-search-wrp .form-control::-moz-placeholder {
    color: #757575;
}

.widget-search-wrp .form-control:-ms-input-placeholder {
    color: #757575;
}

.widget-search-wrp .search-button {
    border: none;
    border-left: 1px solid #a1a5aa;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    position: absolute;
    top: calc(50% - 14px);
    right: 0;
    height: 27px;
    width: 47px;
    font-size: 18px;
}

.widget-search-wrp .search-button:hover {
    color: #ffc719;
}

.archive-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.archive-items li {
    line-height: 1.8;
    position: relative;
    font-size: 14px;
    padding-left: 17px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.archive-items li:before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.archive-items li:hover:before {
    color: #ffc719;
}

.archive-items li a {
    font-size: 14px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.archive-items li a:hover {
    color: #ffc719;
}

.widget-tag-items ul {
    margin: 0;
}

.widget-tag-items ul li {
    display: inline-block;
    margin: 15px 0 0 0;
}

.widget-tag-items .tag-item {
    background-color: transparent;
    border: 1px solid #06264b;
    border-radius: 0;
    -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
    box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
    font-size: 14px;
    padding: 10px 17px 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-right: 10px;
    min-height: 34px;
}

.widget-tag-items .tag-item:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.custom-nav-item {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 18px;
}

.custom-nav-item:last-child {
    margin-bottom: 0;
}

.custom-nav-item:hover {
    color: #ffc719;
}

.blog-detail-title {
    color: #1a1919;
    font-size: 24px;
    margin-bottom: 13px;
}

.blog-detail-meta {
    margin-bottom: 35px;
}

.blog-detail-meta.post-item-meta {
    border: none;
    padding: 0;
}

.blog-detail-meta .post-item-date,
.blog-detail-meta .post-item-comments {
    font-size: 14px;
}

.blog-detail p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 14px;
}

.blog-detail-post-date,
.blog-detail-post-views {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #544d4d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.blog-detail-post-date i,
.blog-detail-post-views i {
    color: #ffc719;
    margin-right: 9px;
}

.blog-detail-post-views {
    margin-left: 23px;
}

.blog-detail-tag-social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-detail-social span {
    font-size: 15px;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.blog-detail-social-item {
    color: #555;
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
}

.blog-detail-social-item:last-child {
    margin-right: 0;
}

.blog-detail-social-item:hover {
    color: #ffc719;
}

.next-previous-post {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: 32px;
    padding: 18px 0 17px;
}

.next-previous-post .post-prev,
.next-previous-post .post-next {
    font-size: 15px;
}

.next-previous-post .post-prev i,
.next-previous-post .post-next i {
    font-size: 12px;
}

.tag-item {
    font-size: 15px;
    line-height: 1;
    margin-right: 10px;
}

.tag-item:hover {
    color: #ffc719;
}

.comment-area {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-top: 98px;
    padding: 43px 40px 40px;
}

.comment-area-title {
    margin-bottom: 37px;
    padding-bottom: 9px;
    position: relative;
}

.comment-area-title:after {
    background-color: #ffc719;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.comment-area-title:before {
    background-color: #e9e9e9;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    max-width: 210px;
    position: absolute;
    width: 100%;
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.single-comment-thumb {
    margin-right: 30px;
    min-width: 120px;
}

.single-comment-thumb img {
    border: 1px solid #efefef;
    border-radius: 50%;
}

.single-comment-name {
    color: #000;
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.single-comment-date {
    color: #ffc719;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.single-comment .reply-icon {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(215, 35, 35, 0.5);
    color: #ffc719;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 50px;
    top: 4px;
}

.comment-form-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 42px;
    text-transform: uppercase;
}

.comment-form .form-input-item .form-control {
    border: 1px solid #eaeaea;
    color: #1f2226;
    height: 50px;
    margin-bottom: 30px;
    padding: 2px 20px 2px 20px;
}

.comment-form .form-input-item .form-control::-webkit-input-placeholder {
    color: #757575;
}

.comment-form .form-input-item .form-control:-moz-placeholder {
    color: #757575;
}

.comment-form .form-input-item .form-control::-moz-placeholder {
    color: #757575;
}

.comment-form .form-input-item .form-control:-ms-input-placeholder {
    color: #757575;
}

.comment-form .form-input-item textarea.form-control {
    height: 250px;
    padding: 20px 20px 2px 20px;
}

.comment-form-area .btn.btn-submit {
    background-color: #ffc719;
    border-color: #ffc719;
    font-size: 13px;
    margin: 0;
    padding: 19px 28px 17px;
}

.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0;
}

.page-numbers li {
    margin: 0 5.5px;
}

.page-number {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    color: #1f2226;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    -webkit-box-shadow: 0 0 12px 0.8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 0.8px rgba(0, 0, 0, 0.1);
}

.page-number:hover,
.page-number.active {
    background-color: #ffc719;
    color: #FFFFFF;
}

.page-number.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-number.prev,
.page-number.next {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 45px;
}

.page-number.prev:hover,
.page-number.next:hover {
    background-color: #ffc719;
    color: #FFFFFF;
}

/*----------------------------------------*/
/*  Gallery CSS
/*----------------------------------------*/
.gallery-item {
    position: relative;
    overflow: hidden;

    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.gallery-item:hover .gallery-content-wrap {
    bottom: 10px;
    opacity: 1;
}

.gallery-content-wrap {
    background: #fff none repeat scroll 0 0;
    bottom: -30px;
    left: 10px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.gallery-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.gallery-desc {
    font-size: 14px;
    font-weight: 500;
}

.gallery-popup {
    height: 40px;
    width: 40px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 40px;
    display: block;
    color: #333;
    border-radius: 5px;
}

.gallery-popup:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.product-item {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 40px;
}

.product-item:hover .product-action {
    height: 60px;
}

.product-item:hover .product-color-size-img-wrap {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.product-thumb img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.product-info {
    padding: 30px 15px;
    background: #0f0f1e;
}

.product-info .product-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-info .product-title a {
    color: #fff;
}

.product-info .product-title a:hover {
    color: #ffc719;
}

.prices {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prices .price-old {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #cccccc82;
}

.prices .price-old + .price {
    margin-left: 8px;
}

.prices .price {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.prices + .product-rating {
    margin-top: 16px;
}

.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-rating span,
.product-rating svg {
    font-size: 14px;
    color: #fdb819;
    line-height: 14px;
    width: 17px;
    fill: #fdb819;
    cursor: pointer;
}

.product-rating span + span {
    margin-left: 5px;
}

.product-flag {
    background-color: #ffc719;
    padding: 6px 8px 4px;
    color: #FFFFFF;
    min-width: 50px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 12px;
    font-family: "Rajdhani", sans-serif;
    left: auto;
    right: 10px;
    line-height: 1;
    z-index: 2;
}

.product-flag2 {
    top: 47px;
}

.product-flag-left {
    right: auto;
    left: 10px;
}

.product-flag-new {
    background-color: #23c7d7;
}

.product-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
}

.product-action {
    background-color: #083a5f;
    border-radius: 50px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-action .product-action-btn {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    font-size: 20px;
    height: 50px;
    position: relative;
    border: none;
    margin: 5px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-action .product-action-btn:first-child {
    margin-left: 15px;
}

.product-action .product-action-btn:last-child {
    margin-right: 15px;
}

.product-action .product-action-btn:hover {
    color: #ffc719;
}

.product-color-size-img-wrap {
    background: #FFFFFF;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 5px 2px 20px rgba(0, 0, 0, 0.1019607843);
    position: absolute;
    left: 10px;
    bottom: -50px;
    right: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
}

.product-size-categories,
.color-categories,
.product-image-swatch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.product-size-categories span {
    color: #1f2226;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-size-categories span:hover {
    color: #ffc719;
}

.product-size-categories + .color-categories {
    margin-top: 6px;
}

.color-categories {
    margin-bottom: 4px !important;
}

.color-categories > li {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.color-categories > li.red {
    background: red;
}

.color-categories > li.green {
    background: green;
}

.color-categories > li.blue {
    background: blue;
}

.color-categories > li.yellow {
    background: yellow;
}

.color-categories > li.white {
    border: 1px solid #f1f1f1;
    background: white;
}

.color-categories > li:hover {
    opacity: 0.5;
}

.product-image-swatch > li > button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    width: 25px;
    top: 0;
    margin: 0 5px;
    border-radius: 50px;
    position: relative;
    padding: 0;
    border: 1px solid #f1f1f1;
}

.product-image-swatch > li > button.active {
    border-color: rgba(215, 35, 35, 0.4);
}

.product-banner-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-banner-item > img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-banner-item:hover > img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-tab-nav > button {
    background-color: #f1f1f1;
    color: #1f2226;
    border: none;
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
    padding: 14px 25px;
    line-height: 1;
}

.product-tab-nav > button + button {
    margin-left: 20px;
}

.product-tab-nav > button:hover {
    background-color: #1f2226;
    color: #FFFFFF;
}

.product-tab-nav > button.active {
    background-color: #1f2226;
    color: #FFFFFF;
}

.product-tab-nav + .product-tab-content {
    margin-top: 50px;
}

.product-tab-nav-2 > button {
    background-color: #f1f1f1;
    color: #1f2226;
    border: none;
    font-family: Rajdhani, sans-serif;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 500;
    padding: 14px 25px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .product-tab-nav-2 > button {
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .product-tab-nav-2 > button {
        font-size: 13px;
        padding: 14px 30px 12px;
    }
}

@media only screen and (max-width: 575px) {
    .product-tab-nav-2 > button {
        padding: 14px 30px 14px;
        width: 100%;
    }
}

.product-tab-nav-2 > button + button {
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .product-tab-nav-2 > button + button {
        margin-left: 0;
        margin-top: 10px;
    }
}

.product-tab-nav-2 > button:hover {
    background-color: #1f2226;
    color: #FFFFFF;
}

.product-tab-nav-2 > button.active {
    background-color: #1f2226;
    color: #FFFFFF;
}

.product-tab-nav-2 + .product-tab-content {
    margin-top: 50px;
}

.product-quantity {
    margin-bottom: 15px;
}

.product-quantity-text {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product-quantity-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background-color: #CCCCCC;
}

.product-quantity-progress-bar {
    height: 100%;
    border-radius: 10px;
    background-color: #ffc719;
}

.product-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    gap: 15px;
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product-small-thumb {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 111px;
    flex: 1 0 111px;
    max-width: 111px;
    border: 5px solid #fbfbfb;
}

.product-small-image {
    display: block;
}

.product-small-image img {
    width: 100%;
    height: 100%;
}

.product-small-content {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.product-small-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 9px;
}

.product-small-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffc719;
    margin-bottom: 28px;
    gap: 10px;
}

.product-small-price:not(:last-child) {
    margin-bottom: 15px;
}

.product-small-price del {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #333;
}

@media only screen and (max-width: 479px) {
    .product-small-price del {
        font-size: 13px;
    }
}

.product-small-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-small-action .product-action-btn {
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    display: block;
    border-radius: 50px;
    background-color: transparent;
    font-size: 13px;
}

.product-small-action .product-action-btn:hover {
    color: #FFFFFF;
    background-color: #ffc719;
    border-color: #ffc719;
}

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

@media only screen and (max-width: 767px) {
    .product-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.product-list .product-thumb {
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 270px;
}

@media only screen and (max-width: 767px) {
    .product-list .product-thumb {
        width: 100%;
    }
}

.product-list .product-thumb .product-action {
    padding: 0;
    gap: 0;
    background-color: transparent;
}

.product-list .product-thumb .product-action-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 0;
}

.product-list .product-thumb .product-action-btn i {
    font-size: 20px;
}

.product-list .product-thumb .product-action-btn:hover {
    color: #FFFFFF;
    background-color: #ffc719;
}

.product-list .product-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .product-list .product-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .product-list .product-title {
        font-size: 24px;
    }
}

.product-list .product-info .desc {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.product-list .product-info .product-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0;
    margin-top: 20px;
    gap: 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .product-list .product-info .product-action {
        gap: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .product-list .product-info .product-action {
        gap: 10px;
    }
}

.product-list .product-info .product-action-btn {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #dee2e6;
    gap: 5px;
    width: auto;
}

.product-list .product-info .product-action-btn i {
    font-size: 18px;
}

.product-list .product-info .product-action-btn:first-child {
    margin-left: 0;
}

.product-list .product-info .product-action-btn:hover {
    color: #FFFFFF;
    border-color: #ffc719;
    background-color: #ffc719;
}

@media only screen and (max-width: 767px) {
    .product-list .product-info .product-action-btn {
        font-size: 12px;
        padding: 10px;
    }

    .product-list .product-info .product-action-btn i {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .product-list .product-info .product-action-btn {
        font-size: 14px;
        padding: 13px;
    }

    .product-list .product-info .product-action-btn i {
        font-size: 18px;
    }
}

/* Single Product Image */
.single-product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2;
}

/* Single Product Badge */
.single-product-badge-left,
.single-product-badge-right {
    position: absolute;
    z-index: 2;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

@media only screen and (max-width: 479px) {

    .single-product-badge-left,
    .single-product-badge-right {
        top: 10px;
    }
}

.single-product-badge-left {
    left: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-left {
        left: 10px;
    }
}

.single-product-badge-right {
    right: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-right {
        right: 10px;
    }
}

.single-product-badge-new,
.single-product-badge-sale {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    min-width: 60px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 50px;
    background-color: #1F2226;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .single-product-badge-new,
    .single-product-badge-sale {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.single-product-badge-new {
    background-color: #ffc719;
}

/* Single Product Image Slider */
.product-image-slider,
.product-image-slider-vertical,
.quickview-product-image-slider {
    width: 100%;
}

/* Single Product Thumbnail Carousel */
.product-thumb-carousel,
.product-thumb-carousel-vertical,
.quickview-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}

.product-thumb-carousel .swiper-slide,
.product-thumb-carousel-vertical .swiper-slide,
.quickview-product-thumb-carousel .swiper-slide {
    border: 1px solid #f1f1f1;
}

.product-thumb-carousel .swiper-slide-thumb-active,
.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.quickview-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: #ffc719;
}

.product-thumb-carousel .swiper-slide:hover,
.product-thumb-carousel-vertical .swiper-slide:hover,
.quickview-product-thumb-carousel .swiper-slide:hover {
    cursor: pointer;
}

.product-thumb-carousel .swiper-button-prev,
.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-prev,
.quickview-product-thumb-carousel .swiper-button-next {
    background-color: #fff;
    border: 1px solid #e1e2e2;
    border-radius: 50%;
    color: #1f2226;
    font-size: 14px;
    height: 30px;
    left: 30px;
    line-height: 30px;
    opacity: 1;
    text-align: center;
    top: calc(50% + 20px);
    visibility: visible;
    width: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.product-thumb-carousel .swiper-button-prev:hover,
.product-thumb-carousel .swiper-button-next:hover,
.product-thumb-carousel-vertical .swiper-button-prev:hover,
.product-thumb-carousel-vertical .swiper-button-next:hover,
.quickview-product-thumb-carousel .swiper-button-prev:hover,
.quickview-product-thumb-carousel .swiper-button-next:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.product-thumb-carousel .swiper-button-prev:before,
.product-thumb-carousel .swiper-button-next:before,
.product-thumb-carousel-vertical .swiper-button-prev:before,
.product-thumb-carousel-vertical .swiper-button-next:before,
.quickview-product-thumb-carousel .swiper-button-prev:before,
.quickview-product-thumb-carousel .swiper-button-next:before {
    content: "\e605";
    font-family: "simple-line-icons";
    font-size: 14px;
}

.product-thumb-carousel .swiper-button-prev:after,
.product-thumb-carousel .swiper-button-next:after,
.product-thumb-carousel-vertical .swiper-button-prev:after,
.product-thumb-carousel-vertical .swiper-button-next:after,
.quickview-product-thumb-carousel .swiper-button-prev:after,
.quickview-product-thumb-carousel .swiper-button-next:after {
    display: none;
}

.product-thumb-carousel .swiper-button-next,
.product-thumb-carousel-vertical .swiper-button-next,
.quickview-product-thumb-carousel .swiper-button-next {
    left: auto;
    right: 30px;
}

.product-thumb-carousel .swiper-button-next:before,
.product-thumb-carousel-vertical .swiper-button-next:before,
.quickview-product-thumb-carousel .swiper-button-next:before {
    content: "\e606";
}

.product-thumb-carousel-vertical {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px;
    height: 488px;
    padding: 0 0 2px 0;
}

@media only screen and (max-width: 767px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 90px;
        flex: 1 0 90px;
        height: 438px;
    }
}

@media only screen and (max-width: 575px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 80px;
        flex: 1 0 80px;
        height: 395px;
    }
}

@media only screen and (max-width: 479px) {
    .product-thumb-carousel-vertical {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60px;
        flex: 1 0 60px;
        height: 305px;
    }
}

.product-thumb-carousel-vertical .swiper-slide {
    border: 1px solid #f1f1f1;
}

.product-thumb-carousel-vertical .swiper-slide img {
    border-bottom: 1px solid #f1f1f1;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active {
    border-color: #ffc719;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active img {
    border-bottom-color: #ffc719;
}

.product-thumb-carousel-vertical .swiper-slide:hover {
    cursor: pointer;
}

.product-thumb-carousel-vertical .swiper-button-prev,
.product-thumb-carousel-vertical .swiper-button-next {
    left: 50%;
    margin: 0;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    border-radius: 50%;
}

.product-thumb-carousel-vertical .swiper-button-prev::after,
.product-thumb-carousel-vertical .swiper-button-next::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-thumb-carousel-vertical .swiper-button-prev {
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-thumb-carousel-vertical .swiper-button-next {
    top: auto;
    right: auto;
    bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* Single Product Content */
.single-product-title {
    font-weight: 500;
    margin-bottom: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 575px) {
    .single-product-title {
        font-size: 20px;
    }
}

.single-product-content h3 {
    font-weight: normal;
}

.single-product-content h2 {
    font-weight: normal;
}

.single-product-price {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #ffc719;
    gap: 20px;
    font-family: 'Futura PT Bold';
}

@media only screen and (max-width: 767px) {
    .single-product-price {
        font-size: 18px;
    }
}

.single-product-price del {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    text-decoration-color: #ffc719;
}

.single-product-meta {
    margin-bottom: 12px;
    padding: 0;
    list-style: none;
}

.single-product-meta li:before {
    content: url('../images/leaf-icon-bg.png');
    position: absolute;
    left: 0px;
}

.single-product-meta li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4285;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    color: #fff;
    padding-left: 30px;
    position: relative;
}

.single-product-meta li + li {
    margin-top: 12px;
}

.single-product-meta li span.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-meta li span.value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-meta li span.value.links a:not(:last-child)::after {
    content: ",";
}

.single-product-meta li span.value.social a {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-meta li span.value.social a img {
    width: 20px;
    height: 20px;
}

.single-product-text {
    margin-bottom: 22px;
}

.single-product-text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.single-product-variations {
    margin-bottom: 22px;
    padding: 0;
    list-style: none;
    font-weight: 500;
}

.single-product-variations li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variations li + li {
    margin-top: 21px;
}

.single-product-variations li span.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 80px;
    flex: 1 0 80px;
    max-width: 80px;
}

.single-product-variations li span.value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.single-product-variations li span.value > [class*=single-product-variation-] input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
}

.single-product-additional-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
    gap: 30px;
}

.single-product-additional-information .single-product-info-btn {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    border: none;
    background-color: transparent;
    gap: 8px;
}

.single-product-additional-information .single-product-info-btn:hover {
    color: #ffc719;
}

.single-product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
    margin-top: 20px;
}

.single-product-actions-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-actions-item button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-product-actions-item .btn-cart {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
    box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
    font-size: 18px;
    font-weight: 500;
    margin-right: 8px;
    padding: 18px 25px;
    border: 1px solid #ffc719;
    color: #ffc719;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-product-actions-item .btn-cart {
        font-size: 12px;
        padding: 12px 34px;
    }
}

.single-product-actions-item .btn-cart:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.single-product-actions-item .btn-icon {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #1f2226;
    font-size: 18px;
    padding: 8px;
}

.single-product-actions-item .btn-icon:hover {
    color: #ffc719;
}

.single-product-buy-now {
    margin-bottom: 22px;
}

.single-product-buy-now .btn-buy-now {
    background-color: #1f2226;
    border-color: #1f2226;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 20px;
    padding: 22px 38px;
    width: 100%;
    max-width: 340px;
    font-weight: 500;
}


@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-product-buy-now .btn-buy-now {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.single-product-buy-now .btn-buy-now:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.single-product-safe-payment {
    margin-top: 24px;
}

.single-product-safe-payment p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ffc719;

}

.white {
    color: #fff;
}

/* Product Variation Size */
.single-product-variation-size-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}

.single-product-variation-size-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.single-product-variation-size-item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.single-product-variation-size-item input:checked ~ label {
    color: #FFFFFF;
    background-color: #ffc719;
}

.single-product-variation-size-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    background-color: #f6f2eb;
}

/* Product Variation Color */
.single-product-variation-color-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.single-product-variation-color-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.single-product-variation-color-item input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.single-product-variation-color-item input:checked ~ label {
    background-image: url(../images/icons/check.png);
}

.single-product-variation-color-item label {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-indent: -99999px;
    text-transform: uppercase;
    border-radius: 50%;
    background-color: #f6f2eb;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
}

/* Product Tab Nav */
.product-tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 50px;
}

.product-tab-nav button {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 5px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
}

.product-tab-nav button:hover,
.product-tab-nav button.active {
    color: #ffc719;
}

/* Product Deal Countdown */
.product-deal-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.product-deal-countdown-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 770px;
    padding: 15px 30px 20px;
    gap: 25px;
}

.product-deal-countdown-inner::before,
.product-deal-countdown-inner::after {
    position: absolute;
    z-index: -1;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    content: "";
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.product-deal-countdown-inner::before {
    bottom: 0;
}

.product-deal-countdown-inner::after {
    top: 0;
    right: 0;
    left: 0;
}

.product-deal-countdown .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.product-deal-countdown .countdown-item .number {
    font-size: 36px;
    line-height: 1;
}

.product-deal-countdown .countdown-item .label {
    font-size: 18px;
    line-height: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

/* Product Quantity */
.product-quantity-count {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    margin: 0;
    border: 1px solid #ced4da42;
}

.product-quantity-count .product-quantity-box {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #fff;
}

.product-quantity-count .qty-btn {
    font-size: 20px;
    line-height: 1;
    width: 30px;
    padding: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #fff;
}

.product-quantity-count .qty-btn::hover {
    color: #ffc719;
}

/* Single Product Description Area */
.single-product-description-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 80px;
    padding: 35px 30px 32px;
    border: 1px solid #E5E5E5;
}

@media only screen and (max-width: 767px) {
    .single-product-description-area {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area {
        padding: 20px;
    }
}

.single-product-description-area-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 26px;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-description-area-nav {
        gap: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-description-area-nav {
        gap: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav {
        gap: 15px;
    }
}

.single-product-description-area-nav button {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    padding: 0;
    padding-bottom: 11px;
    border: none;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .single-product-description-area-nav button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-description-area-nav button {
        font-size: 14px;
        padding-bottom: 5px;
    }
}

.single-product-description-area-nav button::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background-color: #ffc719;
}

.single-product-description-area-nav button.active::before,
.single-product-description-area-nav button:hover::before {
    right: auto;
    left: 0;
    width: 100%;
}

.single-product-description-area .block-title-2 {
    padding-bottom: 0;
    border-bottom: none;
}

/* Description */
.single-product-description p {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

/* Review & Comment */
.review-list,
.comment-list {
    max-width: 770px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.review-child,
.comment-child {
    margin: 0;
    padding-left: 90px;
    list-style: none;
}

@media only screen and (max-width: 767px) {

    .review-child,
    .comment-child {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 575px) {

    .review-child,
    .comment-child {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 479px) {

    .review-child,
    .comment-child {
        padding-left: 10px;
    }
}

.review-item,
.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 479px) {

    .review-item,
    .comment-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.review-item:not(:last-child),
.comment-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.review-thumb,
.comment-thumb {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #F1F2F3;
}

.review-thumb img,
.comment-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-content,
.comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.review-content p,
.comment-content p {
    margin: 0;
}

.review-content p:not(:last-child),
.comment-content p:not(:last-child) {
    margin-bottom: 10px;
}

.review-rating,
.comment-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.review-rating-bg,
.review-rating-active,
.comment-rating-bg,
.comment-rating-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 14px;
    background-image: url(../images/product/rating-bg.svg);
    background-repeat: repeat-x;
}

.review-rating-active,
.comment-rating-active {
    background-image: url(../images/product/rating-active.svg);
}

.review-meta,
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
}

.review-name,
.comment-name {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.review-date,
.comment-date {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.review-date::before,
.comment-date::before {
    content: "/";
}

.review-reply,
.comment-reply {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Review & Comment Form */
.review-form {
    max-width: 770px;
}

.review-form label {
    font-size: 14px;
    line-height: 1.25;
    display: block;
    margin-bottom: 10px;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
    border-color: #333;
}

.review-form textarea.form-field {
    font-size: 14px;
    width: 100%;
    height: 140px;
    padding: 20px 24px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.review-form textarea.form-field:focus {
    border-color: #333;
}

.review-form select.form-field {
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 20px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    background-image: url("../images/icons/angle-down-solid.svg");
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 12px;
    -webkit-appearance: none;
}

.review-form .btn.btn-submit {
    background-color: #1f2226;
    border-color: #1f2226;
    border-radius: 0;
    color: #FFFFFF;
    padding: 20px 40px;
}

.review-form .btn.btn-submit:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.product-shipping-policy p {
    font-weight: 500;
    font-size: 14px;
}

.product-shipping-policy ul {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 16px;
}

.product-shipping-policy ul li {
    list-style-type: circle;
}

.product-shipping-policy ul li + li {
    margin-top: 10px;
}

.pro-qty {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    position: relative;
}

.pro-qty input {
    border: 2px solid #dedede;
    border-radius: 35px;
    color: #000000;
    height: 50px;
    font-size: 16px;
    padding: 0 25px 0;
    text-align: center;
    width: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .pro-qty input {
        height: 45px;
    }
}

.pro-qty .qty-btn {
    cursor: pointer;
    position: absolute;
    line-height: 16px;
    color: #000000;
    top: calc(50% - 0px);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pro-qty .qty-btn:hover {
    color: #ffc719;
}

.pro-qty .dec {
    right: 0;
    padding-right: 18px;
}

.pro-qty .inc {
    left: 0;
    padding-left: 18px;
}

.cart-table {
    width: 100%;
}

.cart-table thead {
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid hsla(0, 0%, 100%, .25);
}

.cart-table thead > tr th {
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 23px 14px;
}

.cart-table thead > tr th.width-thumbnail {
    min-width: 130px;
}

.cart-table thead > tr th.width-name {
    min-width: 400px;
}

.cart-table thead > tr th.width-price {
    min-width: 162px;
}

.cart-table thead > tr th.width-quantity {
    min-width: 170px;
}

.cart-table thead > tr th.width-subtotal {
    min-width: 145px;
}

.cart-table thead > tr th.width-remove {
    min-width: 101px;
}

.cart-table tbody > tr {
    border-bottom: 1px solid #e5e5e529;
}

.cart-table tbody > tr td {
    padding: 23px;
    color: #fff;
    font-size: 20px;
}

.cart-table tbody > tr td.product-thumbnail a {
    display: block;
}

.cart-table tbody > tr td.product-thumbnail a img {
    width: 80px;
}

.cart-table tbody > tr td.product-name h5 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.cart-table tbody > tr td.product-name h5 a {
    color: #333;
}

.cart-table tbody > tr td.product-name h5 a:hover {
    color: #ffc719;
}

.cart-table tbody > tr td.product-price span {
    font-size: 16px;
    font-weight: 500;
    color: #1f2226;
}

.cart-table tbody > tr td.product-total span {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.cart-table tbody > tr td.cart-quality .product-details-quality input {
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #ffc719;
    width: 95px;
    height: 40px;
    font-weight: 600;
    padding: 0 10px;
    font-size: 25px;
}

.cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-inner-spin-button {
    cursor: pointer;
    opacity: 1;
}

.cart-table tbody > tr td.cart-quality .product-details-quality input::-webkit-outer-spin-button {
    cursor: pointer;
    opacity: 1;
}

.cart-table tbody > tr td.product-remove a {
    font-size: 18px;
    color: #ffc719;
    display: inline-block;
}

.cart-table tbody > tr td.product-remove a:hover {
    color: #333;
}

.cart-calculate-discount-wrap h4 {
    font-size: 20px;
    margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        margin: 40px 0 60px;
    }
}

@media only screen and (max-width: 479px) {
    .cart-shiping-update-wrapper {
        display: block;
    }
}

.cart-shiping-btn a {
    font-size: 14px;
    background-color: #ffc719;
}

@media only screen and (max-width: 479px) {
    .cart-shiping-btn a {
        display: block;
        width: 100%;
    }
}

.cart-shiping-btn a.btn-link {
    background-color: #333;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    line-height: 1;
    min-height: auto;
    padding: 16px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

@media only screen and (max-width: 479px) {
    .cart-shiping-btn a.btn-link + .btn-link {
        margin-top: 15px;
    }
}

.cart-shiping-btn a i {
    font-size: 16px;
    margin-right: 2px;
    position: relative;
    top: 0;
}

.cart-shiping-btn.continure-btn a:hover {
    color: #fff;
}

.cart-shiping-btn.continure-btn a {
    background-color: #ffc719;
}

@media only screen and (max-width: 479px) {
    .cart-shiping-btn.continure-btn a {
        margin-bottom: 15px;
    }
}

.cart-shiping-btn.continure-btn a:hover {
    background-color: #333;
}

.cart-shiping-btn.update-btn a {
    background-color: #333;
}

.cart-shiping-btn.update-btn a:hover {
    background-color: #ffc719;
}

.select-style {
    margin-bottom: 15px;
}

.select-style .select-active {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 100%;
    height: 49px;
    line-height: 49px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .select-style .select-active {
        height: 42px;
        line-height: 42px;
    }
}

.calculate-discount-content p {
    font-size: 18px;
    margin-bottom: 18px;
    display: block;
    color: #ffc719;
}

.calculate-discount-content .input-style {
    margin-bottom: 15px;
}

.calculate-discount-content .input-style input {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 0;
    color: #333;
    height: 49px;
    padding: 2px 16px 2px 18px;
    width: 100%;
}

.calculate-discount-content .input-style input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input:-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input::-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input:focus {
    border-color: #333;
}

.calculate-discount-btn a {
    background-color: #333;
    font-size: 20px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .calculate-discount-btn a {
        font-size: 14px;
    }
}

.calculate-discount-btn a.btn {
    border-radius: 0;
    line-height: 1;
    min-height: auto;
    padding: 18px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .calculate-discount-btn a.btn {
        padding: 11px 19px;
    }
}

.calculate-discount-btn a.btn-link {
    border: none;
    text-decoration: none;
    color: #FFFFFF;
}

.calculate-discount-btn a:hover {
    background-color: #ffc719;
}

.grand-total-content {
    padding: 30px;
    padding: 34px 30px 33px;
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid hsla(0, 0%, 100%, .25);
}

.grand-total-content h5 {
    margin: 0;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 18px;

    color: #fff !important;
    font-size: 20px;

}

.grand-total-content h5 span {
    color: #ffc719;
}

.grand-total h4 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    font-size: 25px;
    color: #fff !important;
}

.grand-total h4 span {
    color: #ffc719;
}

.grand-total-btn {
    margin-top: 24px;
}

.grand-total-btn a {
    font-size: 20px;
    border: none;
    text-transform: uppercase;
    background-color: #ffc719;
    display: block;
    font-weight: 500;
}

.grand-total-btn a.btn {
    border-radius: 0;
    line-height: 1;
    min-height: auto;
    padding: 20px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .grand-total-btn a.btn {
        padding: 14px 10px;
    }
}

.grand-total-btn a.btn-link {
    text-decoration: none;
    color: #333;

}

.grand-total-btn a:hover {
    background-color: #333;
    border-color: #333;
}

.grand-shipping {
    padding: 38px 0 32px;
}

.grand-shipping > span {
    font-size: 16px;
}

.grand-shipping ul {
    padding: 17px 0 0px;
    margin: 0;
}

.grand-shipping ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.grand-shipping ul li:last-child {
    margin-bottom: 0;
}

.grand-shipping ul li input {
    width: auto;
    height: auto;
}

.grand-shipping ul li input:hover {
    cursor: pointer;
}

.grand-shipping ul li label {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-left: 10px;
}

.shipping-country {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}

.shipping-country p {
    display: block;
    padding: 10px 20px;
    background-color: #4bb1cf;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    border-left: 6px solid #3198b6;
}

.checkout-coupon-wrap > p {
    background-color: #f3f3f3;
    padding: 1.188rem 1.25rem;
    border-radius: 3px;
    position: relative;
}

.checkout-coupon-wrap > p.cart-page-title {
    font-size: 14px;
    color: #000000;
}

.checkout-coupon-wrap > p i {
    font-size: 13px;
    position: relative;
    top: 1px;
}

.checkout-coupon-wrap > p a {
    color: #333;
    margin-left: 6px;
    font-size: 14px;
}

.checkout-coupon-wrap > p a:hover {
    color: #ffc719;
}

.checkout-coupon-content p {
    color: #666;
    margin: 0;
}

.checkout-coupon-content input {
    height: 55px;
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    padding: 2px 16px;
    margin: 25px 0 15px;
    width: 100%;
}

.checkout-coupon-content input:focus {
    border-color: #333;
}

.checkout-coupon-content button {
    border: none;
    background-color: #1f2226;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 35px 17px;
    position: relative;
    top: -2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.checkout-coupon-content button:hover {
    background-color: #ffc719;
}

.billing-info-wrap h4 {
    font-size: 20px;
    margin: 0 0 23px;
}

.billing-info label {
    color: #ffff;
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .billing-info label {
        margin-bottom: 10px;
    }
}

.billing-info label abbr {
    color: #1f2226;
}

.billing-info input {
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-radius: 0;
    color: #ffffff5e;
    font-size: 17px;
    height: 49px;
    padding: 2px 16px;
    width: 100%;
}

.billing-info input::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .billing-info input::-webkit-input-placeholder {
        font-size: 12px;
    }
}

.billing-info input:-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .billing-info input:-moz-placeholder {
        font-size: 12px;
    }
}

.billing-info input::-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .billing-info input::-moz-placeholder {
        font-size: 12px;
    }
}

.billing-info input:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .billing-info input:-ms-input-placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .billing-info input {
        height: 42px;
    }
}

.billing-info input:focus {
    border-color: #ffc719;
}

.billing-info input.billing-address {
    margin-bottom: 20px;
}

.billing-select .select-style .select-active {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    width: 100%;
    height: 49px;
    line-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 20px;
    font-size: 20px;
}

.equire .form-control::placeholder {
    color: #ccc;
    font-size: 17px;
}

.billing-select label {
    color: #ffff;
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 20px;
}

.billing-select label abbr {
    color: #f33;
}

.checkout-account {
    margin-bottom: 18px;
}

.checkout-account input {
    border: 2px solid #d3d3d3;
    display: inline-block;
    float: left;
    height: 14px;
    border-radius: 1px !important;
    width: 14px;
    position: relative;
    color: #495057;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .checkout-account input {
        top: 8px;
    }
}

.checkout-account input.checkout-toggle {
    cursor: pointer;
    top: 1px;
}

.checkout-account span {
    margin: 0 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #ffc719;
    text-transform: capitalize;
}

.additional-info-wrap {
    margin: 19px 0 -5px;
}

.additional-info-wrap label {
    color: #fff;
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 20px;
}

.additional-info-wrap textarea::placeholder {
    color: #ccc;
    font-size: 18px;
}

.additional-info-wrap textarea {
    width: 100%;
    min-height: 92px;
    background-color: transparent;
    padding: 13px 16px;
    color: #fcc51a;
    font-size: 17px;
    border: 1px solid #e5e5e5;
    line-height: 1.2;
}

.billing-info input::placeholder {
    color: #ccc;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .additional-info-wrap textarea::-webkit-input-placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .additional-info-wrap textarea:-moz-placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .additional-info-wrap textarea::-moz-placeholder {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .additional-info-wrap textarea:-ms-input-placeholder {
        font-size: 12px;
    }
}

.additional-info-wrap textarea:focus {
    border-color: #ffc719;
}

.checkout-coupon-content,
.different-address {
    display: none;
}

.your-order-area h3 {
    font-size: 20px;
    margin: 0 0 21px;
}

.your-order-wrap {
    background-color: #f6f6f6;
    padding: 36px;
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid hsla(0, 0%, 100%, .25);
}

@media only screen and (max-width: 575px) {
    .your-order-wrap {
        padding: 30px 20px;
    }
}

.your-order-title h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 18px;
    padding: 0 0 22px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    font-size: 20px;
    color: #fff !important;
}

.your-order-product {
    padding-bottom: 21px;
}

.your-order-product ul {
    margin: 0;
}

.your-order-product ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 9px;
    font-size: 16px;
    color: #fff;
}

.your-order-product ul li:last-child {
    margin: 0 0 0;
}

.your-order-product ul li span {
    font-size: 14px;
    color: #ffc719;
    font-weight: 500;
}

.your-order-subtotal {
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    border-top: 1px solid hsla(0, 0%, 100%, .25);
    padding: 20px 0;
}

.your-order-subtotal h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff !important;
}

.your-order-subtotal h3 span {
    font-size: 16px;
    font-weight: 600;
    color: #ffc719;
}

.your-order-shipping {
    padding: 21px 0 22px;
}

.your-order-shipping > span {
    font-size: 14px;
    font-weight: 500;
}

.your-order-shipping ul {
    padding: 17px 0 0px;
    margin: 0;
}

.your-order-shipping ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px;
}

.your-order-shipping ul li:last-child {
    margin-bottom: 0;
}

.your-order-shipping ul li input {
    cursor: pointer;
    width: auto;
    height: auto;
}

.your-order-shipping ul li label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.your-order-total {
    border-top: 1px solid hsla(0, 0%, 100%, .25);
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    padding: 20px 0;
}

.your-order-total h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff !important;
}

.your-order-total h3 span {
    font-size: 22px;
    color: #ffc719;
}

.payment-method {
    padding: 40px 0 10px;
}

.sin-payment {
    margin-bottom: 25px;
}

.sin-payment input {
    cursor: pointer;
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 4px;
}

.sin-payment label {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 0 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px;
}

.sin-payment label a {
    color: #000000;
    text-decoration: underline;
}

.sin-payment label a:hover {
    color: #ffc719;
}

.payment-box {
    margin: 6px 0 0 21px;
    display: none;
}

.payment-box p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.payment-condition {
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 0;
    margin: 0 0 10px;
}

.payment-condition p {
    font-size: 14px;
    line-height: 1.9;
}

.payment-condition p a {
    color: #ffc719;
    font-size: 14px;
}

.payment-condition p a:hover {
    text-decoration: underline;
}

.payment-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.payment-checkbox input {
    width: auto;
    height: auto;
}

.payment-checkbox span {
    color: #888;
    font-size: 14px;
    margin-left: 10px;
}

.payment-checkbox span a {
    color: #ffc719;
    font-size: 14px;
}

.payment-checkbox span a:hover {
    text-decoration: underline;
}

.checkout-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 26px;
}

.place-order {
    margin-top: 20px;
}

.place-order a {
    padding: 24px 23px 23px;
    font-size: 20px;
    line-height: 1;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    text-align: center;
    background-color: #ffc719;
    letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .place-order a {
        font-size: 20px;
    }
}

.place-order a:hover {
    background-color: #fff;
}

.wishlist-table-content {
    width: 100%;
}

.wishlist-table-content thead {
    background-color: #f3f3f3;
}

.wishlist-table-content thead > tr th {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 12px 14px;
}

.wishlist-table-content thead > tr th.width-thumbnail {
    min-width: 130px;
}

.wishlist-table-content thead > tr th.width-name {
    min-width: 300px;
}

.wishlist-table-content thead > tr th.width-price {
    min-width: 162px;
}

.wishlist-table-content thead > tr th.width-stock-status {
    min-width: 170px;
}

.wishlist-table-content thead > tr th.width-subtotal {
    min-width: 145px;
}

.wishlist-table-content thead > tr th.width-remove {
    min-width: 50px;
}

.wishlist-table-content tbody > tr {
    border-bottom: 1px solid #e5e5e5;
}

.wishlist-table-content tbody > tr td {
    padding: 23px 12px;
}

.wishlist-table-content tbody > tr td.product-thumbnail a {
    display: block;
}

.wishlist-table-content tbody > tr td.product-thumbnail a img {
    width: 80px;
}

.wishlist-table-content tbody > tr td.product-name h5 {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.wishlist-table-content tbody > tr td.product-name h5 a {
    color: #000000;
}

.wishlist-table-content tbody > tr td.product-name h5 a:hover {
    color: #ffc719;
}

.wishlist-table-content tbody > tr td.product-price span {
    font-size: 16px;
    font-weight: 500;
    color: #1f2226;
}

.wishlist-table-content tbody > tr td.stock-status span {
    font-size: 15px;
    font-weight: 600;
    color: #1f2226;
}

.wishlist-table-content tbody > tr td.stock-status span i {
    font-size: 11px;
}

.wishlist-table-content tbody > tr td.product-remove a {
    font-size: 28px;
    color: #c3c3c3;
    display: inline-block;
}

.wishlist-table-content tbody > tr td.product-remove a:hover {
    color: #ffc719;
}

.wishlist-table-content tbody > tr td.wishlist-cart a {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 11px 16px 10px;
    line-height: 1;
    white-space: pre;
    background-color: #ffc719;
}

.wishlist-table-content tbody > tr td.wishlist-cart a:hover {
    background-color: #333;
}

.compare-table-content tr {
    margin-bottom: 20px;
}

.compare-table-content tr td {
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #e5e5e5;
    color: #000000;
}

.compare-table-content tr td.first-column {
    min-width: 175px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.compare-table-content tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    text-align: left;
}

.compare-table-content tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table-content tr td.product-image-title .image img {
    width: 100%;
}

.compare-table-content tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #1f2226;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.compare-table-content tr td.product-image-title .title {
    color: #000000;
    clear: both;
    float: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 5px;
    text-transform: capitalize;
}

.compare-table-content tr td.product-image-title .title:hover {
    color: #ffc719;
}

.compare-table-content tr td.pro-desc p {
    margin: 0;
    line-height: 30px;
    text-align: left;
}

.compare-table-content tr td a.check-btn {
    color: #000000;
    font-size: 15px;
}

.compare-table-content tr td a.check-btn:hover {
    color: #ffc719;
}

.compare-table-content tr td.pro-color,
.compare-table-content tr td.pro-stock {
    font-size: 15px;
    font-weight: 400;
    color: #1f2226;
}

.compare-table-content tr td.pro-price {
    color: #ffc719;
    font-size: 16px;
    font-weight: 500;
}

.compare-table-content tr td.pro-remove button {
    border: none;
    background-color: transparent;
    color: #ffc719;
    padding: 0;
    cursor: pointer;
}

.compare-table-content tr td.pro-remove button:hover {
    color: #333;
}

.compare-table-content tr td.pro-remove button i {
    font-size: 18px;
}

.compare-table-content tr td.pro-ratting i {
    color: #ff9923;
}

.myaccount-tab-menu {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .myaccount-tab-menu {
        margin-bottom: 40px;
    }
}

.myaccount-nav-link {
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid #ced4da42;
    border-bottom: none;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize;
}

/*
.myaccount-nav-link:last-child {
    border-bottom: 1px solid #e5e5e5;
}*/

.myaccount-nav-link.active {
    background-color: #ffc719;
}

.myaccount-nav-link:hover,
.myaccount-nav-link.active {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #000;
}

.myaccount-content {
    border: 1px solid #ced4da42;
    padding: 30px;
    background-color: rgba(15, 15, 30, .25);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .myaccount-content {
        padding: 20px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h3 {
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a:hover {
    color: #ffc719;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #ffc719;
}

.myaccount-content p {
    line-height: 28px;
    margin-bottom: 2px;
    color: #fff;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da42;
    color: #ffc719;
}

.account-details-form {
    margin-top: 50px;
}

.account-details-form .single-input-item {
    margin-bottom: 20px;
}

.account-details-form .single-input-item label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Futura PT Book'
}

.account-details-form .single-input-item input {
    margin-bottom: 10px;
    background: #093559;
    border: 1px solid #ced4da42;
    font-family: 'Futura PT Book';
    color: #ffc719;
    font-size: 20px;
    width: 100%;
    border-radius: 10px;
    height: 43px;
}

.account-details-form .single-input-item input::-webkit-input-placeholder {
    color: #1f2226;
}

.account-details-form .single-input-item input:-moz-placeholder {
    color: #1f2226;
}

.account-details-form .single-input-item input::-moz-placeholder {
    color: #1f2226;
}

.account-details-form .single-input-item input:-ms-input-placeholder {
    color: #1f2226;
}

.account-details-form .single-input-item input:focus {
    border: 1px solid #ffc719;
}

.account-details-form .single-input-item button {
    border: none;
    background-color: #ffc719;
    text-transform: capitalize;
    font-weight: 600;
    padding: 9px 25px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

.account-details-form .single-input-item button:hover {
    background-color: #1f2226;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table th {
    padding: 10px;
    font-weight: 500;
    background: #093559;
    border-color: #ccc;
    border-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.myaccount-table td {
    padding: 10px;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #ced4da42;

}

.myaccount-table td a {
    font-size: 14px;
    color: #ffc719;

}

.saved-message {
    background-color: transparent;
    border-top: 3px solid #ffc719;
    font-size: 14px;
    padding: 20px 0;
    color: #333;
}

.login-register-form .form-control::placeholder {
    color: #ccc;
}

.login-register-form .form-control {

    margin-bottom: 10px;
    background: #093559;
    border: 1px solid #ced4da42;
    font-family: 'Futura PT Book';
    color: #ffc719;
    font-size: 20px;
}

.login-register-form {
    max-width: 570px;
    margin: auto;
    padding: 40px 40px 10px;
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid hsla(0, 0%, 100%, .25);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .login-register-form {
        padding: 20px 20px 6px;
    }
}

.login-register-form .title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
}

.login-register-form p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .login-register-form p {
        font-size: 13px;
    }
}

.login-register-form .form-field {
    margin-bottom: 10px;
    background: #093559;
    border: 1px solid #ced4da42;
    font-family: 'Futura PT Book';
    color: #ffc719;
    font-size: 20px;

    width: 100%;

}

.form-input-item label {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Futura PT Book';
}

.login-register-form .btn {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 40px;
    text-align: center;
    white-space: nowrap;
    border-width: 2px;
    border-radius: 0;
}

.login-register-form .btn:hover {
    color: #fff;
    border-color: #ffc719;
    background-color: #ffc719;
}

.login-register-form p {
    font-size: 500px;
    font-size: 14px;
    color: #fff;
}

.login-register-form b {
    font-weight: 600;
}

/* Review & Comment */
.review-list,
.comment-list {
    max-width: 770px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.review-child,
.comment-child {
    margin: 0;
    padding-left: 90px;
    list-style: none;
}

@media only screen and (max-width: 767px) {

    .review-child,
    .comment-child {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 575px) {

    .review-child,
    .comment-child {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 479px) {

    .review-child,
    .comment-child {
        padding-left: 10px;
    }
}

.review-item,
.comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 479px) {

    .review-item,
    .comment-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.review-item:not(:last-child),
.comment-item:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
}

.review-thumb,
.comment-thumb {
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #F1F2F3;
}

.review-thumb img,
.comment-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-content,
.comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.review-content p,
.comment-content p {
    margin: 0;
}

.review-content p:not(:last-child),
.comment-content p:not(:last-child) {
    margin-bottom: 10px;
}

.review-rating,
.comment-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.review-rating-bg,
.review-rating-active,
.comment-rating-bg,
.comment-rating-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 14px;
    background-image: url("https://htmldemo.net/droon/assets/images/product/rating-bg.svg");
    background-repeat: repeat-x;
}

.review-rating-active,
.comment-rating-active {
    background-image: url("https://htmldemo.net/droon/assets/images/product/rating-active.svg");
}

.review-meta,
.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 10px;
}

.review-name,
.comment-name {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.review-date,
.comment-date {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.review-date::before,
.comment-date::before {
    content: "/";
}

.review-reply,
.comment-reply {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Review & Comment Form */
.review-form,
.comment-form {
    max-width: 770px;
}

.review-form label,
.comment-form label {
    font-size: 14px;
    line-height: 1.25;
    display: block;
    margin-bottom: 10px;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]),
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-webkit-input-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-moz-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range])::-moz-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):-ms-input-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus {
    border-color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-webkit-input-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-webkit-input-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-moz-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-moz-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-moz-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus::-moz-placeholder {
    color: #333;
}

.review-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-ms-input-placeholder,
.comment-form input.form-field:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]):focus:-ms-input-placeholder {
    color: #333;
}

.review-form textarea.form-field,
.comment-form textarea.form-field {
    font-size: 14px;
    width: 100%;
    height: 140px;
    padding: 20px 24px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.review-form textarea.form-field:focus,
.comment-form textarea.form-field:focus {
    border-color: #333;
}

.review-form .nice-select.form-field,
.comment-form .nice-select.form-field {
    border-radius: 0;
    height: 52px;
    line-height: 52px;
    width: 100%;
}

.review-form .btn.btn-submit,
.comment-form .btn.btn-submit {
    background-color: #1f2226;
    border-color: #1f2226;
    border-radius: 0;
    color: #FFFFFF;
    padding: 20px 40px;
}

.review-form .btn.btn-submit:hover,
.comment-form .btn.btn-submit:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.comment-form {
    max-width: none;
}

.product-cart-view-modal .modal-dialog {
    max-width: 1180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .product-cart-view-modal .modal-dialog {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-cart-view-modal .modal-dialog {
        max-width: 540px;
    }
}

.product-cart-view-modal .modal-body {
    padding: 30px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-cart-view-modal .modal-body {
        padding: 30px 15px 60px;
    }
}

.product-cart-view-modal .modal-content {
    border: none;
}

.product-cart-view-modal .product-single-info {
    padding-bottom: 0;
    padding-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
}

.product-cart-view-modal .product-single-info .prices {
    margin: 20px 0 20px 0;
}

.product-cart-view-modal .product-single-info .desc {
    margin-bottom: 20px;
}

.product-cart-view-modal .btn-close {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #333;
    background-image: none;
    font-size: 24px;
    line-height: 25px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    width: 25px;
    height: 25px;
    color: #333;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.product-cart-view-modal .btn-close span {
    position: relative;
    top: -1px;
}

.product-cart-view-modal .btn-close:hover {
    background-color: #ffc719;
    border-color: #ffc719;
    color: #FFFFFF;
}

.single-product-quick-view-slider .thumb-item img {
    width: 100%;
}

.product-action-modal .modal-body {
    padding: 25px 30px;
}

.product-action-view-content .btn-close {
    background: none;
    color: #333;
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: -13px;
}

.product-action-view-content .modal-action-messages {
    margin-bottom: 20px;
}

.modal-action-product .product-name {
    margin-top: 20px;
}

.product-slider-container {
    padding-bottom: 2px;
}

/*----------------------------------------*/
/*  Offcanvas Header Css
/*----------------------------------------*/
.off-canvas-wrapper.offcanvas {
    background-image: url(../images/background_720.png);
    width: 310px;
    z-index: 999;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .off-canvas-wrapper.offcanvas {
        width: 310px;
    }
}

.off-canvas-wrapper .offcanvas-header {
    padding: 0;
}

.off-canvas-wrapper .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    scrollbar-width: auto;
    scrollbar-color: #1f1f1f #292929;
    /* Chrome, Edge, and Safari */
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar {
    width: 2px;
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-track {
    background: #292929;
}

.off-canvas-wrapper .offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #1f1f1f;
    border-radius: 2px;
    border: 2px solid #1f1f1f;
}

.off-canvas-wrapper .header-social-icons {
    padding: 20px;
}

.off-canvas-wrapper .header-social-icons a + a {
    margin-left: 14px;
}

.off-canvas-wrapper .header-social-icons img {
    -webkit-filter: brightness(0.2);
    filter: brightness(0.2);
    opacity: 0.7;
    width: 24px;
}

.off-canvas-wrapper .header-social-icons img:hover {
    opacity: 1;
}

.off-canvas-wrapper .btn-menu-close {
    display: block;
    font-family: "Rajdhani", sans-serif;
    width: 100%;
    height: 60px;
    background-color: #ffc719;
    opacity: 1;
    border-radius: 0;
    color: #FFFFFF;
    background-image: none;
    padding: 0 20px;
    line-height: 62px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    border: none;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.off-canvas-wrapper .btn-menu-close i {
    position: absolute;
    right: 21px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.off-canvas-wrapper .btn-menu-close:hover {
    color: #FFFFFF;
    background-color: #333;
}

.mobile-menu-items {
    padding: 0;
}

.mobile-menu-items ul {
    border-top: 1px solid rgba(10, 77, 60, 0.15);
}

.mobile-menu-items ul li {
    position: relative;
}

.mobile-menu-items ul li a {
    display: block;
    width: 100%;
    background: none;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    border-bottom: 1px solid rgba(10, 77, 60, 0.15);
    font-size: 17px;
    font-weight: 500;
    font-family: #000000;
    color: #fff;
}

.mobile-menu-items ul li a:hover {
    color: #ffc719;
}

.mobile-menu-items ul li .mobile-menu-expand {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.mobile-menu-items ul li .mobile-menu-expand::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-menu-items ul li .mobile-menu-expand::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #000000;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-menu-items ul li.active-expand > .mobile-menu-expand::before {
    background-color: #ffc719;
}

.mobile-menu-items ul li.active-expand > .mobile-menu-expand::after {
    background-color: #ffc719;
    height: 0;
}

.mobile-menu-items ul li.active-expand a {
    color: #ffc719;
}

.mobile-menu-items ul li.active-expand ul li a {
    color: #272a33;
}

.mobile-menu-items ul li ul {
    border-top: 0;
}

.mobile-menu-items ul li ul li a {
    padding-left: 10%;
    font-size: 14px;
}

.mobile-menu-items ul li ul li a:hover {
    color: #ffc719;
}

.mobile-menu-items ul li ul li ul li a {
    padding-left: 16%;
    font-size: 14px;
}

.btn-menu {
    background: none;
    border: none;
    font-size: 28px;
    height: auto;
    display: none;
    line-height: 1;
    padding: 0;
    color: #ffc719;
    position: relative;
    top: 6px;
    margin: 0 0 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .btn-menu {
        display: inline-block;
    }
}

@media only screen and (max-width: 479px) {
    .btn-menu {
        font-size: 22px;
        top: 4px;
        margin: 0 0 0 4px;
    }
}

.mobile-menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    border-top: 1px solid #dee2e6;
    padding: 20px 15px 17px;
}

.mobile-menu-social > a {
    font-size: 20px;
}

/*----------------------------------------*/
/*  Countdown CSS
/*----------------------------------------*/
.product-deal-countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.product-deal-countdown-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 770px;
    padding: 15px 30px 20px;
    gap: 25px;
}

.product-deal-countdown-inner:before,
.product-deal-countdown-inner:after {
    position: absolute;
    z-index: -1;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    content: "";
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.product-deal-countdown-inner:before {
    bottom: 0;
}

.product-deal-countdown-inner:after {
    top: 0;
    right: 0;
    left: 0;
}

.product-deal-countdown .countdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.product-deal-countdown .countdown-item .number {
    font-family: "Rajdhani", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    top: 5px;
}

.product-deal-countdown .countdown-item .label {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.subscribe-newsletter {
    position: relative;
    width: 100%;
    max-width: 770px;
}

.subscribe-newsletter input[type=email] {
    height: 52px !important;
    padding: 10px 148px 10px 30px;
    font-size: 14px;
    width: 100%;
    border-radius: 50px;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .subscribe-newsletter input[type=email] {
        font-size: 14px;
        height: 50px !important;
    }
}

@media only screen and (max-width: 479px) {
    .subscribe-newsletter input[type=email] {
        text-align: center;
        padding: 10px;
    }
}

.subscribe-newsletter input[type=email]::-webkit-input-placeholder {
    color: #1f2226;
}

.subscribe-newsletter input[type=email]:-moz-placeholder {
    color: #1f2226;
}

.subscribe-newsletter input[type=email]::-moz-placeholder {
    color: #1f2226;
}

.subscribe-newsletter input[type=email]:-ms-input-placeholder {
    color: #1f2226;
}

.subscribe-newsletter input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px 36px;
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    background-color: #ffc719;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

@media only screen and (max-width: 479px) {
    .subscribe-newsletter input[type=submit] {
        position: relative;
        width: 100%;
        margin-top: 10px;
        height: 50px;
    }
}

.subscribe-newsletter input[type=submit]:hover {
    background-color: #b61e1e;
}

.subscribe-newsletter-2 {
    position: relative;
    width: 100%;
    max-width: 550px;
}

.subscribe-newsletter-2 input[type=email] {
    height: 60px !important;
    padding: 10px 166px 10px 30px;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .subscribe-newsletter-2 input[type=email] {
        height: 50px !important;
        padding: 10px 145px 10px 15px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe-newsletter-2 input[type=email] {
        text-align: center;
        padding: 10px;
    }
}

.subscribe-newsletter-2 input[type=email]::-webkit-input-placeholder {
    color: #1f2226;
}

.subscribe-newsletter-2 input[type=email]:-moz-placeholder {
    color: #1f2226;
}

.subscribe-newsletter-2 input[type=email]::-moz-placeholder {
    color: #1f2226;
}

.subscribe-newsletter-2 input[type=email]:-ms-input-placeholder {
    color: #1f2226;
}

.subscribe-newsletter-2 input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px 36px;
    color: #FFFFFF;
    border: none;
    border-radius: 0 50px 50px 0;
    background-color: #ffc719;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .subscribe-newsletter-2 input[type=submit] {
        padding: 10px 36px;
        font-size: 14px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe-newsletter-2 input[type=submit] {
        position: relative;
        width: 100%;
        margin-top: 10px;
        height: 50px;
        border-radius: 50px;
    }
}

.subscribe-newsletter-2 input[type=submit]:hover {
    background-color: #b61e1e;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;*/
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px;
}

.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    color: #fff;
    gap: 5px;
    font-size: 20px;
}

.breadcrumb li:not(:last-child)::after {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 18px;
    height: 1px;
    content: "";
    -webkit-transform: rotate(115deg);
    transform: rotate(115deg);
    background-color: #fff;
}

.page-banner-section p {
    width: 58%;
    color: #fff;
    font-size: 19px;
}

.page-banner-section {
    position: relative;
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 450px;
}

/*----------------------------------------*/
/*  Shop Sidebar CSS
/*----------------------------------------*/
.shop-sidebar-item {
    border: none !important;
}

.shop-sidebar-item:not(:last-child) {
    margin-bottom: 10px;
}

.shop-sidebar-item:first-of-type {
    border-radius: 0;
}

.shop-sidebar-item:first-of-type .shop-sidebar-toggle {
    border-radius: 0;
}

.shop-sidebar-toggle {
    font-size: 20px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 15px;
    color: #333;
    border: 1px solid hsla(0, 0%, 100%, .25);
    background-color: transparent;
}

.shop-sidebar-toggle:not(.collapsed) {
    color: #333;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-sidebar-toggle:not(.collapsed)::after {
    content: "\eacb";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.shop-sidebar-toggle::after {
    position: absolute;
    content: "\eac8";
    left: auto;
    right: 0;
    top: 0;
    font-family: "IcoFont";
}

.shop-sidebar-toggle:focus {
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shop-sidebar-body {
    padding: 20px 0 0;
    border: none;
}

/* Checkbox */
.form-check {
    min-height: auto;
    margin-bottom: 0;
}

.form-check:not(:last-child) {
    margin-bottom: 20px;
}

.form-check .form-check-input {
    margin-top: 0;
    cursor: pointer;
    border-width: 2px;
}

.form-check .form-check-input:checked,
.form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-check .form-check-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    color: #1f2226;
    font-weight: 500;
    line-height: 1;
    font-size: 14px;
}

.irs.irs--flat .irs-line {
    top: 26px;
    height: 8px;
    background-color: #dee2e6;
}

.irs.irs--flat .irs-min,
.irs.irs--flat .irs-max {
    border-radius: 2px;
}

.irs.irs--flat .irs-from {
    -webkit-transform: translateX(calc(50% - 8px));
    transform: translateX(calc(50% - 8px));
    border-radius: 2px;
    background-color: #ffc719;
}

.irs.irs--flat .irs-from::before {
    left: 8px;
    border-top-color: #ffc719;
}

.irs.irs--flat .irs-to {
    -webkit-transform: translateX(calc(-50% + 8px));
    transform: translateX(calc(-50% + 8px));
    border-radius: 2px;
    background-color: #ffc719;
}

.irs.irs--flat .irs-to::before {
    right: 5px;
    left: auto;
    border-top-color: #ffc719;
}

.irs.irs--flat .irs-single {
    border-radius: 2px;
    background-color: #ffc719;
}

.irs.irs--flat .irs-single::before {
    border-top-color: #ffc719;
}

.irs.irs--flat .irs-bar {
    top: 26px;
    height: 8px;
    background-color: #ffc719;
}

.irs.irs--flat .irs-handle {
    width: 16px;
    height: 16px;
    border: 2px solid #ffc719;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.irs.irs--flat .irs-handle i {
    display: none;
}

/* Shop Top Bar */
.shop-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 10px;
}

.shop-top-bar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    gap: 10px;
}

.shop-top-bar-item label {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    font-family: 'Futura PT Light', sans-serif;
}

.shop-top-bar-item select {
    font-size: 20px;
    font-weight: 500;
    padding-right: 15px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-family: 'Futura PT Light', sans-serif;
}

.shop-top-bar-item p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    font-family: 'Futura PT Light', sans-serif;
}

.shop-top-bar-item .list-grid-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.shop-top-bar-item .list-grid-toggle button {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border: none;
    background-color: transparent;
}

.shop-top-bar-item .list-grid-toggle button i {
    font-size: 18px;
}

.shop-top-bar-item .list-grid-toggle button.active {
    color: #ffc719;
}

/* Shop Bottom Bar */
.shop-bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.pagination {
    gap: 12px;
}

.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #ffc719;
    border-radius: 50%;
}

.pagination li a i {
    line-height: 1;
}

.pagination li a.active {
    cursor: not-allowed !important;
    color: #FFFFFF !important;
    background-color: #ffc719 !important;
}

.pagination li:not(:first-child):not(:last-child) a {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.pagination li:not(.disabled) a:hover {
    border-radius: 1%;
    background-color: #0c0c0c80;
}

.pagination li.disabled a {
    cursor: not-allowed;
}

/*----------------------------------------*/
/*  About Us Css
/*----------------------------------------*/
.about-title {
    color: #1f2226;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-title {
        font-size: 30px;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .about-title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.about-title > span {
    color: #ffc719;
}

.about-desc {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.about-sub-title {
    color: #1f2226;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*----------------------------------------*/
/*  Testimonial CSS
/*----------------------------------------*/
.testimonial {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-client-thumb {
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
}

.testimonial-client-thumb img {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 50%;
}

.testimonial-client-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .testimonial-client-name {
        font-size: 17px;
    }
}

.testimonial-text {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
    .testimonial-text {
        font-size: 16px;
    }
}

/*----------------------------------------*/
/*  Team CSS
/*----------------------------------------*/
.team {
    text-align: center;
    background-color: #f7f7f7;
}

.team:hover .team-social {
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}

.team-thumb {
    position: relative;
}

.team-social {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    gap: 6px;
}

.team-social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.team-social a i {
    font-size: 16px;
}

.team-social a:hover {
    color: #FFFFFF;
    border-color: #ffc719;
    background-color: #ffc719;
}

.team-content {
    padding: 20px 10px 23px;
}

.team-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
}

.team-title {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin: 0;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.contact-info-area {
    padding: 0 11px 0 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-info-area {
        padding: 0 11px 0 0;
    }
}

.contact-info-area-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-info-area-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

.contact-info-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
}

.contact-info-item:hover .contact-info-icon {
    color: #ffc719;
}

.contact-info-icon {
    font-size: 36px;
    width: 62px;
}

.contact-info-content {
    line-height: 1.5;
    font-weight: 500;
}

.contact-info-content a {
    color: #464545;
    display: block;
}

.contact-info-content a:hover {
    color: #ffc719;
}

.contact-info-content span {
    display: block;
}

.contact-form .form-input-item {
    margin-bottom: 15px;
}

.contact-form .form-control {
    background: 0 0;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 50px;
    padding: 2px 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1f2226;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #1f2226;
}

.contact-form .form-control:-moz-placeholder {
    color: #1f2226;
}

.contact-form .form-control::-moz-placeholder {
    color: #1f2226;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #1f2226;
}

.contact-form textarea.form-control {
    height: 120px;
    padding-top: 10px;
}

.contact-form-area {
    -webkit-box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
    box-shadow: 10px 25px 80px rgba(150, 150, 150, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-form-area {
        margin-left: 0;
        padding: 0px;
    }
}

.contact-form-title {
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 50px;
    max-width: 210px;
    padding-bottom: 9px;
    position: relative;
}

.contact-form-title:after {
    background-color: #ffc719;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.contact-form .btn-submit {
    background-color: #1f2226;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding: 21px 10px;
    text-transform: uppercase;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-form .btn-submit {
        font-size: 13px;
        padding: 16px 10px;
    }
}

.contact-form .btn-submit:hover {
    background-color: #ffc719;
}

.map-area iframe {
    width: 100%;
    height: 500px;
    border-radius: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area iframe {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 360px;
    }
}

@media only screen and (max-width: 575px) {
    .map-area iframe {
        height: 260px;
    }
}

/*////////////////////////////////////////own css start here/////////////////////////////////////*/

.hero-video video:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-video video {
    min-width: 100%;
    width: 100%;
}

.hero-video .content p {
    margin: 10px 0 30px 0px;
    font-family: 'Futura PT Book', sans-serif;
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.hero-video .content {
    top: 200px;
    position: absolute;
    text-align: -webkit-center;
    z-index: 1;


}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: url(../img/overlay.png);
    background-size: 100% 100%;
    background-position: 50%;
}

.hero-video .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    /* for demo purpose  */
    background: #06426587;
}

/*
.hero-video:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 560px;
    background-image: linear-gradient(to top, #000000ed 15%, transparent 100%);
    background-repeat: repeat-x;
    z-index: 2;
    pointer-events: none;
}*/

.hero-video {
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    transition: opacity 50ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.header__main-header {
    display: block;
    font-family: 'Futura PT Bold', sans-serif;
    text-transform: none;
    box-sizing: border-box;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    margin-top: 1.75rem;
    max-width: 770px;
    font-size: 4.2rem;
    line-height: 4.75rem;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.separator-line.expanded.thick {
    width: 128px;
    height: 8px;
    margin-top: 20px;
}

.separator-line {
    display: block;
    content: "";
    background-color: #ffc719;
    transition: width .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}

.slide-in-out.slide-in {
    opacity: 1;
    transform: translateZ(0);

}

.slide-in-out {
    transition: all .4s ease-out;
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
    will-change: transform, opacity;
}

.btn-primary1:active {
    color: #ffc719;
}

.btn-primary1:focus {
    color: #ffc719;
}

.btn-primary1:hover {
    background: #00000040;
    border: 1px solid #ffc719;
    color: #ffc719;
}

.btn-primary1 {
    border: 1px solid #ffc719;
    padding: 5px 20px;
    border-radius: 5px;
    color: #ffc719;
    font-family: 'Futura PT book';
    font-size: 20px;
    background: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gredient {
    height: 100px;
    top: -100px;
    z-index: 1;
    position: relative;
    background: linear-gradient(to top left, #0b2a49 0%, #0a2e50 100%);
    filter: blur(20px);
}

.img-shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
}

.legal-purchase video {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.legal-purchase:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: linear-gradient(to top, #0b2749 25%, transparent 100%);
    background-repeat: repeat-x;
    z-index: 2;
    pointer-events: none;
}

.legal-purchase:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background-image: linear-gradient(to bottom, #0b294b 50%, transparent 100%);
    background-repeat: repeat-x;
    z-index: 2;
    pointer-events: none;
}

.legal-purchase .content p span {
    font-size: 16px;
}

.gred {
    width: 100%;
    background: transparent linear-gradient(180deg, rgba(15, 15, 30, 0), #0c2647 69%, #0c2647) 0 0 no-repeat padding-box;
    padding: 55px 12px 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
}

.legal-purchase .content p {
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Futura PT Book';
}

.legal-purchase .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: #06426587;
}

.legal-purchase .content img {
    width: 24px;
    margin-bottom: 5px;
}

.legal-purchase .content {
    position: absolute;
    z-index: 9;
    width: 70%;
    /* text-align: center; */
    top: 50%;
    left: 40%;
    transform: translate(-50%, -40%);
    padding: 20px;
}

/*.section-3 .img-box .content {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -70%);
}

.section-3 .img-box {
    position: relative;
}*/



.section-3 .card-primary__bg-overlay {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(15, 15, 30, .5);
    opacity: 0;
    transition: all .6s;
}

.section-3 .card-primary {
    height: 588px;
}

.section-3 .card-primary__bg {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 5px;
    overflow: hidden;
    transition: transform .6s ease-out;
}


.section-3 .card-primary {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    border-radius: 5px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    margin-bottom: 30px;
}

.section-3 .card-primary__link {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.section-3 .card-primary__content .section-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    text-align: center;
    align-items: center;
}

.section-3 .card-primary__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 2rem;
}

.section-3 .div-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.card-primary:focus .card-primary__bg-overlay,
.card-primary:hover .card-primary__bg-overlay {
    opacity: 1;
}

.card-primary:focus .card-primary__bg,
.card-primary:hover .card-primary__bg {
    transform: scale(1.2);
}


.equire .form-control::placeholder {
    color: #ccc;
}

.equire input:focus {
    border: 1px solid #ffc719;
}

.equire .form-control {
    margin-bottom: 10px;
    background: #093559;
    border: 1px solid #ced4da42;
    font-family: 'Futura PT Book';
    color: #ffc719;
    font-size: 20px;
}

.equire .contact-form-area {
    box-shadow: none;

}

.newsletter-form__small a {
    color: #ffc719;
}

.newsletter-form__small {
    color: #fff;
    text-align: center;
    font-family: 'Futura PT Light';
}

.yacht-card__header .yacht-card__title {
    font-size: 20px;
    font-weight: 500;
}

.yacht-card__header {
    width: 100%;
    background: transparent linear-gradient(180deg, rgba(15, 15, 30, 0), #0f0f1e 69%, #0f0f1e) 0 0 no-repeat padding-box;
    padding: 20px 12px 0;
    z-index: 1;
    position: absolute;
    bottom: 0;

}

.shop-filter ul li {
    font-family: 'Futura PT Light', sans-serif;
    padding: 5px 0px;
    font-size: 23px;
}

.shop-filter {
    background-color: rgba(15, 15, 30, .25);
    border: 1px solid hsla(0, 0%, 100%, .25);
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    /*     position: absolute;
     width: 300px;
     left: 20px;
     height: 500px;*/
}

.shop-filter .title h4 {
    font-family: 'Futura PT Light', sans-serif;
    font-size: 30px;
    color: #ffc719;
}

.product-section .product-thumb img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}



.midbg {
    background-image: url(../images/Yacht-blog.jpg);
    height: 400px;
    background-size: cover;
    background-position: center;
}

.section-title p {
    color: #fff;
    font-size: 18px;
    width: 50%;
}

.gurantee .section-title {
    text-align: -webkit-center;
    margin-bottom: 80px;
}

.gurantee img {
    filter: brightness(0) invert(1);
}

.product1 .section-title .title {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #000;

}

.legal-purchase .box li {
    font-size: 20px;
}

.wholesalebanner {
    background-image: url(../images/promobanner.jpg);
    background-size: 100%;
    height: 500px
}

.hero-video.inner video {
    object-fit: cover;

}

.hero-video.inner .content {
    top: 120px;
}

.hero-video.inner {
    height: 200px;
    min-height: 75vh;
}

.category-box {

    padding: 40px 10px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    background-image: url(../images/cbd-patern.png);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    background-size: 250%;
}

.grand-total-btn a.btn-link:hover {
    text-decoration: none;
    color: #fff !important;

}

.single-product-content ul li {
    color: #fff;
    letter-spacing: 1px;
}

.product1 .section-title {
    width: 60%;
}

.account-details-form .single-input-item input::placeholder {
    color: #ccc;
}

.single-product-content p {
    color: #ffffff;
    opacity: 0.9;
}

@media(max-width:767px) {
    .hero-video.inner .content {
        top: 70px;
    }

    .hero-video.inner {
        height: 400px;
        min-height: 0vh;
    }

    .hero-video video {
        min-width: 100%;
        height: 550px;
        object-fit: cover;
    }

    .hero-video {
        display: block;
        min-height: 0vh;
        height: 550px;
    }

    .hero-video .content {
        top: 100px;
        position: absolute;
        text-align: -webkit-center;
        z-index: 1;
    }

    .wholesalebanner {
        height: 250px;
    }

    .product1 .section-title {
        width: 100%;
    }

    .header__main-header {
        font-size: 2.5rem;
    }

    .separator-line.expanded.thick {
        width: 128px;
        height: 8px;
        margin-top: 0px;
    }

    .hero-video .content p {
        margin: 0px 20px 20px;
        font-family: 'Futura PT book', sans-serif;
        text-transform: none;
        font-size: 17px;
        line-height: 1.5rem;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }

    .gredient {
        display: none;
    }

    .legal-purchase .content {
        position: absolute;
        z-index: 9;
        width: 100%;
        text-align: left;
        top: 18%;
        left: 0%;
        transform: inherit;
        padding: 20px;
    }

    .section-title .title {
        font-size: 36px;
        line-height: 40px;
    }

    .legal-purchase .box li {
        font-size: 16px;
    }

    .section-3 {
        padding-top: 80px;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }

    .footer-widget-nav {
        display: block;
    }

    .wholesalebanner {
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .section-title p {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }

    .product1 .section-title .title {
        font-weight: 700;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0;
        text-shadow: 1px 1px 1px #000;
    }

    .page-banner-section .container {
        z-index: 2;
        position: relative;
    }

    .page-banner-section p {
        width: 100%;
        color: #fff;
        font-size: 17px;
    }

    .page-banner-section {
        padding: 120px 0;
    }

    .page-banner-section .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        background: #0c2647;
    }

    .category-box {
        height: 80px;
        background-size: 190%;
        padding: 10px 30px;
        margin-bottom: 10px;
    }

    .cart-table tbody > tr td {
        padding: 2px;
        color: #fff;
        font-size: 14px;
    }

    .cart-table tbody > tr td.cart-quality .product-details-quality input {
        width: 55px;
        height: 30px;
        font-weight: 600;
        margin: 3px 0;
        padding: 0 10px;
        font-size: 18px;
    }

    .additional-info-wrap textarea {
        margin-bottom: 20px;
    }

    .legal-purchase video {
        object-position: right;
    }

    .btn-primary1 {
        padding: 5px 10px;
        font-size: 18px;
    }

    .hero-slide-content {
        top: -10px;
        position: relative;
    }

    .shop-filter {
        margin-bottom: 20px;
        height: 160px;
    }

    .shop-filter ul li {
        font-size: 17px;
        width: 32%;
        float: left;
    }

    .feature-box3-item ul li {
        width: 100% !important;
    }

    .didknow {
        height: 300px !important;
        margin-bottom: 15px;
    }

    .feature-about-section .container-fluid {
        padding-left: 13px !important;
    }

    .feature-about-section .boxn {
        padding: 0px 0px 0px 10px !important;
    }

    .post-item .image img {
        height: 220px;
        object-fit: cover;
    }
}

.feature-box3-item ul {
    padding-left: 20px;
}

.feature-box3-item ul li {
    width: 32%;
    font-size: 20px;
    float: left;
    color: #fff;
    list-style: disc;
}

.clear {
    clear: both;
}

.feature-about-section .boxn .section-title .title {
    font-size: 28px;
    line-height: 10px;
}

.feature-about-section .boxn {
    padding: 0px 0px 0px 40px;
}

.feature-about-section .container-fluid {
    padding-left: 0;
}

.didknow {
    background-image: url(../images/girl.png);
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}
