/*----------------------------------------*/
/* Common Style */
*,
*::after,
*::before {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.875;
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: #3f3f3f;
    background-color: #fff;
    opacity: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 15px;
    }

}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 0;
    color: #00743E;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: inherit;
    margin: 0;
}

h1,
.h1 {
    font-size: 72px;
    line-height: 78px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 44px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {

    h1,
    .h1 {
        font-size: 30px;
    }
}

h2,
.h2 {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h2,
    .h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h2,
    .h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 24px;
    }
}

h3,
.h3 {
    font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    h3,
    .h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h3,
    .h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {

    h3,
    .h3 {
        font-size: 18px;
    }
}

h4,
.h4 {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    h4,
    .h4 {
        font-size: 16px;
    }
}

h5,
.h5 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    h5,
    .h5 {
        font-size: 14px;
    }
}



h6,
.h6 {
    font-size: 14px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    line-height: inherit;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active,
a:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

a,
button,
img,
input,
textarea {
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #FFC107;
}

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
/*----------------------------------------*/
.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

.wrapper {
    overflow-x: hidden;
}

.section-space {
    padding-bottom: 0px;
    padding-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-space {
        padding-top: 50px;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-space {
        padding-top: 30px;
        padding-bottom: 0px;
        top: -8px;
        position: relative;
    }
    .section-space-brand {
        padding-top: 30px;
        padding-bottom: 0px;
        top: -22px !important;
        position: relative !important;
    }
    .section-space-sale {
        padding-top: 30px;
        padding-bottom: 0px;
        top: -18px !important;
        position: relative !important;
    }
}

.section-top-space {
    padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-top-space {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-top-space {
        padding-top: 40px;
    }
}

.section-bottom-space {
    padding-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-bottom-space {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .section-bottom-space {
        padding-bottom: 40px;
    }
}

.section-two-space {
    padding-bottom: 20px;
    padding-top: 20px;
}

.section-two-top-space {
    padding-top: 50px;
}

.section-two-bottom-space {
    padding-bottom: 50px;
}

.section-three-space {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-three-top-space {
    padding-top: 50px;
}

.section-three-bottom-space {
    padding-bottom: 50px;
}

.row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px;
}

.row-gutter-20 .col,
.row-gutter-20 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.btn {
    background-color: #00743E;
    border: 1px solid #00743E;
    box-shadow: none;
    border-radius: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    min-height: 48px;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn {
        font-size: 13px;
        line-height: 43px;
        min-height: 45px;
        min-width: 135px;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        font-size: 12px;
        line-height: 35px;
        min-height: 35px;
        min-width: auto;
        padding: 0 12px;
    }
}

@media only screen and (max-width: 479px) {
    .btn {
        line-height: 36px;
        min-height: 38px;
        padding: 0 12px;
    }
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #00743E;
    border-color: #00743E;
    color: #FFFFFF;
}

.btn:hover .icon,
.btn:focus .icon,
.btn:active .icon {
    color: #FFFFFF;
}

.btn:focus {
    box-shadow: none;
}

.btn .icon {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 8px;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .btn .icon {
        font-size: 12px;
        margin-left: 6px;
    }
}

.btn.btn-white {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #080806;
}

.btn.btn-white .icon {
    color: #080806;
}

.btn.btn-white:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.btn.btn-white:hover .icon {
    color: #FFFFFF;
}

.btn.btn-hover-white:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #080806;
}

.btn.btn-hover-white:hover .icon {
    color: #080806;
}

.btn.btn-border {
    background-color: transparent;
    border-color: #000000;
    color: #080806;
}

.btn.btn-border .icon {
    color: #080806;
}

.btn.btn-border:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.btn.btn-border:hover .icon {
    color: #FFFFFF;
}

.btn-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .btn-link {
        font-size: 12px;
    }
}

.btn-link .icon {
    font-size: 12px;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .btn-link .icon {
        margin-left: 5px;
    }
}

.btn-link:hover {
    color: #FFC107;
}

.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;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.text-hover-primary:hover {
    color: #FFC107 !important;
}

.text-hover-primary:hover i {
    color: #FFC107 !important;
}

.text-hover-headings-color:hover {
    color: #00743E !important;
}

.text-hover-headings-color:hover i {
    color: #00743E !important;
}

.bg-theme3 {
    background-color: #12a05c !important;
}

.bg-theme4 {
    background-color: #ff9900 !important;
}

.bg-gray-light {
    background-color: #f0f2f5 !important;
}

.row-align .col-align-left {
    width: 30%;
}

.row-align .col-align-right {
    width: 70%;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 0;
}

input:focus:-moz-placeholder {
    color: transparent;
    opacity: 0;
}

input:focus::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 0;
}

.max-w-auto {
    max-width: none !important;
}

.rounded-10 {
    border-radius: 10px !important;
}

/*----------------------------------------*/
/*  Header CSS
/*----------------------------------------*/
.header-top {
    background-color: #00743E
    min-height: 30px;
    padding: 0px 0;
}

.header-top-info {
    font-size: 14px;
    color: #000;
}

.top-link-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.header-top-info a {
    color: #000;
}

.header-top-info a:hover {
    color: #FFC107;
}

.header-top-action-area {
    align-items: center;
    display: flex;
}

.header-top-area {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-middle {
    padding: 10px 0;
    /* background: url(../images/Header.webp); */
    background-repeat: repeat;
    background-position: left bottom;
    background-size: contain;
    background-attachment: scroll;
}


@media only screen and (max-width: 767px) {
    .header-middle {
        padding: 5px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-middle .header-action {
        position: relative;
        top: 2px;
    }
}

@media only screen and (max-width: 479px) {
    .header-middle .header-action {
        margin-left: -8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-middle .btn-search-menu {
        margin-right: 21px;
    }
}

@media only screen and (max-width: 479px) {
    .header-middle .btn-search-menu {
        font-size: 18px;
        margin-right: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-middle .header-action-user {
        margin-right: 22px;
    }
}

@media only screen and (max-width: 479px) {
    .header-middle .header-action-user {
        font-size: 18px;
        margin-right: 11px;
    }
}

@media only screen and (max-width: 479px) {
    .header-middle .header-action-wishlist {
        font-size: 19px;
        margin-right: 11px;
    }
}

@media only screen and (max-width: 479px) {
    .header-middle .header-action-cart {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .header-middle .header-action-cart .cart-count {
        font-size: 12px;
        height: 19px;
        line-height: 19px;
        padding-right: 2px;
        right: -10px;
        width: 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .header-middle .btn-menu {
        position: relative;
        top: -2px;
    }
}

.header-area {
    border-top: 1px solid #f0f0f0;
}

.header-two-area {
    background-color: #00743E
    ;
}

.header-three-area {
    background-color: #fafafa;
    border: solid #f0f0f0;
    border-width: 1px 0 1px 0;
}

.header-four-inner-area {
    background-color: #fafafa;
    border: solid #f0f0f0;
    border-width: 1px 0 1px 0;
}

.header-transparent {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
}

.header-transparent .header-area {
    border-top: 1px solid #2d2d30;
    padding-top: 20px;
}

.header-transparent .header-top {
    background-color: transparent;
}

@media only screen and (max-width: 767px) {
    .header-transparent .header-top {
        min-height: auto;
    }
}

.header-transparent .header-top-info a {
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .header-transparent .header-top-info a {
        font-size: 12px;
    }
}

.header-transparent .header-top-info a:hover {
    color: #FFC107;
}

.header-transparent .header-info-dropdown .btn-info {
    color: #FFFFFF;
}

.header-transparent .header-info-dropdown .btn-info:before {
    background-color: #494d61;
}

.header-transparent .header-info-dropdown .btn-info.dropdown-toggle:after {
    color: #FFFFFF;
}

.header-transparent .header-action button,
.header-transparent .header-action a {
    color: #FFFFFF;
    margin-right: 21px;
}

@media only screen and (max-width: 479px) {

    .header-transparent .header-action button,
    .header-transparent .header-action a {
        font-size: 18px;
        margin-right: 11px;
    }
}

.header-transparent .header-action button:hover,
.header-transparent .header-action a:hover {
    color: #FFC107;
}

.header-transparent .header-action .header-action-cart {
    margin-right: 13px;
}

.header-transparent .btn-menu {
    background-color: #00743E;
}

.header-transparent .btn-menu:hover {
    background-color: #FFFFFF;
    color: #3f3f3f;
}

@media only screen and (max-width: 767px) {
    .header-logo-area img {
        max-width: 75px;
        position: relative;
        top: 0px;
    }

    .header-search-box .form-control {
        height: 40px;
        line-height: 40px;
        padding: 5px 55px 7px 29px;
        width: 100%;
        margin: 10px 0px;
    }
}

@media only screen and (max-width: 479px) {
    .header-logo-area img {
        max-width: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .header-logo img {
        max-width: 115px;
    }
}

.header-info-dropdown {
    line-height: 1;
    position: relative;
}

.header-info-dropdown .btn-info {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 0;
    padding: 0 36px 0 19px;
    position: relative;
    transition: all 0.3s ease 0s;
}

/* .header-info-dropdown .btn-info:before {
  background: #454545;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  transition: all 0.3s ease 0s;
} */

.header-info-dropdown .btn-info.dropdown-toggle:after {
    background: none;
    border: none;
    content: "\e604";
    color: #000;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    font-family: "simple-line-icons";
    position: absolute;
    right: 21px;
    top: calc(50% - 5px);
    transition: all 0.3s ease 0s;
}

.header-info-dropdown .btn-info:hover,
.header-info-dropdown .btn-info:active,
.header-info-dropdown .btn-info:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #00743E;
}

.header-info-dropdown .btn-info:hover.dropdown-toggle:after,
.header-info-dropdown .btn-info:active.dropdown-toggle:after,
.header-info-dropdown .btn-info:focus.dropdown-toggle:after {
    color: #00743E;
}

.header-info-dropdown .dropdown-menu {
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
    margin: 0;
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
    padding: 0 15px;
    top: 19px !important;
    z-index: 999;
    right: 0 !important;
    left: auto !important;
}

.header-info-dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #efefef;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    padding: 14px 7px;
    transition: all 0.3s ease 0s;
}

.header-info-dropdown .dropdown-menu .dropdown-item:last-child {
    border: none;
}

.header-info-dropdown .dropdown-menu .dropdown-item.active,
.header-info-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #000;
}

.header-info-dropdown:last-child .btn-info {
    padding-right: 16px;
}

.header-info-dropdown:last-child .btn-info:before {
    display: none;
}

.header-info-dropdown:last-child .btn-info:after {
    right: 0;
}

.header-navigation {
    position: relative;
}

.header-navigation-light .main-nav>li.active>a {
    color: #03a84e;
}

.header-navigation-light .main-nav>li>a {
    color: #000000;
}

.header-navigation-light .main-nav>li>a:hover {
    color: #03a84e;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
}

.main-nav-item {
    position: relative;
    margin: 0 7px;
}

.main-nav-item:first-child {
    margin-left: 0;
}

.main-nav-item:first-child .main-nav-link {
    padding-left: 0;
}

.main-nav-item:last-child {
    margin-right: 0;
}

.main-nav-item:last-child .main-nav-link {
    padding-right: 0;
}

.main-nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 22px 12px;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    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;
}




.main-nav-link:hover {
    color: #FFC107;
}

.main-nav li.active>a {
    color: #FFC107;
}

.main-nav li.active ul li.active>a {
    color: #FFC107;
}

.main-nav li.active ul li.active ul li.active>a {
    color: #FFC107 !important;
}

.has-submenu:hover .submenu-nav,
.has-submenu:hover .submenu-nav-mega {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.submenu-nav {
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
    color: #000000;
    left: -15px;
    opacity: 0;
    margin-top: 30px;
    min-width: 230px;
    padding: 0 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
    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;
}

.submenu-nav-item {
    border-bottom: 1px solid rgba(173, 181, 189, 0.15);
    padding: 0;
    margin-bottom: 0;
}

.submenu-nav-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.submenu-nav-link {
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    padding: 11px 25px 10px;
    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;
}

.submenu-nav-link:hover {
    color: #FFC107;
    background-color: rgba(173, 181, 189, 0.15);
}

.submenu-nav .has-submenu {
    position: relative;
}

.submenu-nav .has-submenu .submenu-nav-link:before {
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.submenu-nav .has-submenu .submenu-nav {
    border-radius: 0;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
    left: 100%;
    right: auto;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}

.submenu-nav .has-submenu .submenu-nav .submenu-nav-link:before {
    display: none;
}

.submenu-nav .has-submenu .submenu-nav .submenu-nav-link:hover {
    color: #FFC107;
}

.submenu-nav .has-submenu:hover .submenu-nav-link {
    color: #FFC107;
}

.submenu-nav .has-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.submenu-nav .has-submenu:hover .submenu-nav .submenu-nav-link {
    color: #1d1d1d;
}

.submenu-nav .has-submenu:hover .submenu-nav .submenu-nav-link:hover {
    color: #FFC107;
}

.submenu-nav-mega {
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #FFFFFF;
    border-radius: 0 0 4px 4px;
    color: #000000;
    display: flex;
    left: 50%;
    opacity: 0;
    margin-top: 30px;
    min-width: 945px;
    padding: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    visibility: hidden;
    width: 230px;
    z-index: 9999;
    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;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.submenu-nav-mega-item {
    border-right: 1px solid rgba(173, 181, 189, 0.15);
    border-bottom: none;
    flex-basis: 50%;
    margin: 0;
    padding: 0;
}

.submenu-nav-mega-item:last-child {
    border-right: none;
}

.submenu-nav-mega-item:hover .mega-title {
    color: #FFC107;
    text-decoration: none;
}

.submenu-nav-mega-item ul>li {
    border-bottom: 1px solid rgba(173, 181, 189, 0.15);
}

.submenu-nav-mega-item ul>li:first-child {
    border-top: 1px solid rgba(173, 181, 189, 0.15);
}

.submenu-nav-mega-item ul>li:last-child {
    border-bottom: none;
}

.submenu-nav-mega-link {
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    padding: 3px 14px 3px;
    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;
}

.submenu-nav-mega-link:hover {
    color: #03a84e;
    background-color: rgba(173, 181, 189, 0.15);
    text-decoration: none;
}

.submenu-nav-mega .mega-title {
    color: #2d2d2d;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 35px 15px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
}

.submenu-nav-mega .mega-title:hover {
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}

.submenu-nav-mega .has-submenu {
    position: relative;
}

.submenu-nav-mega .has-submenu a:before {
    content: "\f105";
    font-family: "FontAwesome";
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.submenu-nav-mega .has-submenu .submenu-nav {
    border-radius: 0;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.5);
    left: 100%;
    right: auto;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
}

.submenu-nav-mega .has-submenu .submenu-nav a:before {
    display: none;
}

.submenu-nav-mega .has-submenu .submenu-nav a:hover {
    color: #FFC107;
}

.submenu-nav-mega .has-submenu:hover a {
    color: #FFC107;
}

.submenu-nav-mega .has-submenu:hover .submenu-nav {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.submenu-nav-mega .has-submenu:hover .submenu-nav a {
    color: #1d1d1d;
}

.submenu-nav-mega .has-submenu:hover .submenu-nav a:hover {
    color: #FFC107;
}

.home-six-wrapper .header-middle {
    padding: 36px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .home-six-wrapper .header-middle {
        padding: 28px 0;
    }
}

@media only screen and (max-width: 767px) {
    .home-six-wrapper .header-middle {
        padding: 27px 0;
    }
    .header-info-dropdown .btn-info {
        padding: 0 36px 0 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .home-six-wrapper .main-nav-link {
        padding: 22px 9px;
    }
}

.header-search-box {
    background-color: transparent;
    /* margin-right: 94px; */
    min-width: 700px;
    position: relative;
    width: 100%;
    margin: 0;
}

@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) {
    .header-search-box {
        margin-right: 0px;
        min-width: 200px;
    }
}

.header-search-box .form-control {
    float:right;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #00743E;
    border-radius: 9px;
    color: #00743E;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 56px;
    padding: 5px 55px 7px 29px;
    width: 70%;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
}

.header-search-box .form-control::-webkit-input-placeholder {
    color: #989898;
}

.header-search-box .form-control:-moz-placeholder {
    color: #989898;
}

.header-search-box .form-control::-moz-placeholder {
    color: #989898;
}

.header-search-box .form-control:-ms-input-placeholder {
    color: #989898;
}

.header-search-box .btn-src {
    border: none;
    border-radius: 50%;
    color: gray;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 100%;
    width: 35px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header-search-box .btn-src:hover {
    background-color: #FFC107;
    color: #FFFFFF;
}

.header-search-box-categories .nice-select {
    border: none;
    border-left: 1px solid #f0f0f0;
    border-radius: 0;
    color: #606060;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    height: 51px;
    margin-right: 25px;
    min-width: 146px;
    padding: 5px 20px 7px 25px;
}

.header-search-box-categories .nice-select:before {
    color: #606060;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    right: 0;
    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%);
}

.header-search-box-categories .nice-select:after {
    display: none;
}

.header-search-box-categories .nice-select option {
    font-size: 12px;
}

.header-search-box-two {
    align-items: center;
    border: 2px solid #f0f0f0;
    display: flex;
    margin: 0;
    min-width: 718px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
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) {
    .header-search-box-two {
        min-width: 500px;
    }
}

.header-search-box-two .form-control {
    border: none;
    border-radius: 0;
    height: 51px;
    padding-right: 15px;
}

.header-search-box-two .btn-src {
    border-radius: 0;
    height: 47px;
    margin-right: 2px;
    min-width: 47px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
}

.header-action-cart {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    margin-right: 13px;
    padding: 0;
    position: relative;
}

.header-action-cart .cart-count {
    background-color: #00743E;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    height: 21px;
    line-height: 21px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -9px;
    width: 21px;
}

@media only screen and (max-width: 767px) {
    .header-action-cart .cart-count {
        top: -6px;
    }
}

.header-action-cart:hover {
    color: #FFC107;
}

.header-action-wishlist {
    color: #313131;
    font-size: 23px;
    line-height: 1;
    margin-right: 24px;
}

.header-action-account {
    border-right: 1px solid #454545;
    color: #494343;
    font-weight: 500;
    line-height: 1;
    padding-right: 19px;
    margin-right: 20px;
    min-width: 134px;
}

.header-action-account .icon {
    font-size: 21px;
}

.header-action-user {
    color: #313131;
    font-size: 21px;
    line-height: 1;
}

.btn-menu-2 {
    border: none;
    box-shadow: none;
    font-size: 17px;
    margin-left: 0px;
    padding: 8px 9px !important;
    color: #014d81;
    border: 1px solid;
    background-color: transparent;
}
.btn-menu {
    border: none;
    box-shadow: none;
    font-size: 17px;
    margin-left: 0px;
    padding: 0 8px;
    color: #014d81;
    border: 1px solid;
    background-color: transparent;
}

/* @media only screen and (max-width: 479px) {
  .btn-menu {
    margin-left: 12px;
  }
} */

.btn-menu:hover {
    background-color: #3f3f3f;
}

.btn-search-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #3f3f3f;
    font-size: 21px;
    line-height: 1;
    padding: 0;
}

.btn-search-menu:hover {
    color: #FFC107;
}

.phone-item-action {
    align-items: center;
    border-left: 1px solid #454545;
    display: inline-flex;
    padding: 11px 0 12px 20px;
}

.phone-item-action--two {
    border: solid #f0f0f0;
    border-width: 0 1px 0 1px;
    padding: 11px 48px 12px;
}

.phone-item-icon {
    min-width: 32px;
    margin-right: 20px;
    margin-top: 1px;
}

.phone-item-content {
    font-weight: 500;
    line-height: 1;
}

.phone-item-content span {
    color: #323232;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.phone-item-content a {
    color: #fff;
}


.vertical-menu {
    width: 175px;
    position: relative;
}


.vertical-menu-two {
    margin-right: 10px;
    min-width: 310px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .vertical-menu-two {
        min-width: 252px;
    }
}

.vertical-menu-two .vmenu-btn {
    justify-content: center;
}

.vertical-menu-two .vmenu-item>a {
    padding: 12px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .vertical-menu-two .vmenu-item>a {
        padding: 12px 30px;
    }
}

.vmenu-btn {
    align-items: center;
    background: #00743E
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-transform: capitalize;
    padding: 0 30px;
    position: relative;
    width: 100%;
    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;
}

@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) {
    .vmenu-btn {
        padding: 0 20px;
    }
}

.vmenu-btn .icon {
    font-size: 18px;
    margin-right: 19px;
}

.vmenu-btn .icon:last-child {
    margin-left: 13px;
    margin-right: 0;
}

.vmenu-btn:hover {
    opacity: 0.9;
}

.vmenu-content {
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    height: auto;
    overflow: visible;
    border-top: none;
    box-shadow: 0px 2px 9.4px 0.6px rgba(0, 0, 0, 0.06);
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    margin-bottom: 0;
    z-index: 9;
}

.product_sort {
    margin-top: -20px;
}

.vmenu-content li {
    display: block;
    position: relative;
}

.vmenu-content li:hover .verticale-mega-menu {
    opacity: 1;
    visibility: visible;
}

.vmenu-content li.expand {
    padding: 0 10px;
    width: 100%;
    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;
}

.vmenu-content li.expand a {
    color: #00743E;
    cursor: pointer;
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
    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;
}

.vmenu-content li.expand a i {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.vmenu-content li.expand a.minus {
    color: hsl(253, 100%, 22%);
}

.vmenu-content li.expand a:hover {
    color: #FFC107;
}

.vmenu-content-none {
    display: none;
}

.vmenu-item {
    border-bottom: 1px solid #eeeeee;
    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;
}

.vmenu-item:last-child {
    border-bottom: none;
}

.vmenu-item>a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    line-height: 1;
    min-height: 34px;
    padding: 5px 9px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vmenu-item>a {
        padding: 12px 20px;
    }
}

.vmenu-item>a .icon {
    margin-right: 13px;
    min-width: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vmenu-item>a .icon {
        margin-right: 10px;
    }
}

.vmenu-item>a .icon img {
    max-width: none;
    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;
}

.vmenu-item>a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.vmenu-item>a:hover .icon img {
    filter: brightness(0.7);
}

.vmenu-item .menu-item-title {
    align-items: center;
    background: none;
    color: #000000;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    padding: 7px 10px 3.5px;
    position: relative;
    text-decoration: none;
    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;
}

.vmenu-item .menu-item-title i {
    color: #000000;
    display: inline-block;
    font-size: 11px;
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 58%;
    width: auto;
    transform: translateY(-50%);
    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;
}

.vmenu-item .menu-item-title img {
    max-width: 30px;
    margin-right: 12px;
}

.vmenu-item:hover .menu-item-title {
    color: #FFC107;
}

.vmenu-item:hover .menu-item-title i {
    color: #FFC107;
}

.verticale-mega-menu {
    box-shadow: 0px 0px 3.76px 0.24px rgba(0, 0, 0, 0.15);
    background: #FFFFFF;
    display: flex;
    opacity: 0;
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
    padding: 10px 0 14px 0;
    width: 670px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    z-index: 99;
    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;
}

@media only screen and (max-width: 767px) {
    .verticale-mega-menu {
        left: 55px;
        top: 45px;
    }
}

.verticale-mega-menu.column-two {
    width: 870px;
}

.verticale-mega-menu.column-two li {
    flex-basis: 32.1%;
}

.verticale-mega-menu li {
    flex-basis: 33.3333333333%;
    padding: 16px 30px;
}

.verticale-mega-menu li a.title {
    color: #253237;
    display: block;
    padding-left: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 17px;
    pointer-events: none;
    text-transform: capitalize;
}

.verticale-mega-menu li a.title:hover {
    color: #000000 !important;
}

.verticale-mega-menu li ul li {
    padding: 0;
    width: 100%;
}

.verticale-mega-menu li ul li a {
    color: #253237;
    padding-left: 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.verticale-mega-menu li ul li a:hover {
    color: #FFC107;
    transform: translateX(10px);
}

.verticale-mega-menu li:hover a.title {
    color: #FFC107 !important;
}

.home-five-wrapper .vmenu-content {
    z-index: 2;
    background-color: #fafafa;
    color: rgb(54, 54, 54);
}

.sidebar-cart-modal {
    background-color: #FFFFFF;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    top: 0;
    width: 403px;
    padding: 0;
    min-height: 100vh;
    bottom: 0;
    z-index: 9999;
    right: 0;
}

@media only screen and (max-width: 575px) {
    .sidebar-cart-modal {
        padding: 0 15px 15px;
        width: 310px;
    }
}

.sidebar-cart-modal .offcanvas-header {
    padding: 0;
    position: absolute;
    right: 21px;
    top: 13px;
}

.sidebar-cart-modal .offcanvas-header .btn-close {
    background-image: none;
    border: none;
    box-shadow: none;
    color: #3f3f3f;
    font-size: 32px;
    line-height: 1;
    margin: 0;
    opacity: 1;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.sidebar-cart-modal .offcanvas-header .btn-close:hover {
    color: #FFC107;
}

.sidebar-cart-modal .sidebar-cart-inner {
    padding: 0;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
    color: #000000;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    line-height: 36px;
    top: 11px;
    right: 23px;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close i {
    font-weight: 600;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
    color: #FFC107;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all {
    height: 100%;
    overflow-y: auto;
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

@media only screen and (max-width: 575px) {
    .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
        padding: 20px 15px;
    }
}

.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header>h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.cart-content ul li {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.cart-content ul li:last-child {
    margin-bottom: 0;
}

.cart-content ul li .cart-img {
    flex: 0 0 70px;
}

.cart-content ul li .cart-img a img {
    border-radius: 4px;
    width: 100%;
}

.cart-content ul li .cart-title {
    margin-left: 20px;
}

.cart-content ul li .cart-title h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    width: 100%;
    margin: 0 0 11px;
}

.cart-content ul li .cart-title h4 a {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}

.cart-content ul li .cart-title h4 a:hover {
    text-decoration: underline;
}

.cart-content ul li .cart-title h4.font-size-width-inc {
    font-size: 16px;
    font-weight: 500;
}

.cart-content ul li .cart-title span {
    font-size: 15px;
    color: #00743E;
}

.cart-content ul li .cart-title span span.price {
    color: #3f3f3f;
    font-size: 16px;
}

.cart-content ul li .cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}

.cart-content ul li .cart-delete a {
    color: #000000;
    display: block;
    font-size: 20px;
    margin-top: -6px;
    text-align: right;
}

.cart-content ul li .cart-delete a:hover {
    color: #FFC107;
}

.cart-content .cart-total {
    display: block;
    width: 100%;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}

.cart-content .cart-total.cart-total-padding-2 {
    padding: 15px 0;
    margin: 18px 0;
}

.cart-content .cart-total h4 {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    color: #000000;
}

.cart-content .cart-total h4 span {
    font-size: 18px;
    color: #FFC107;
    float: right;
    font-weight: 600;
    margin-top: -3px;
}

.cart-content .cart-checkout-btn {
    display: block;
    width: 100%;
}

.cart-content .cart-checkout-btn a {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    text-align: center;
    padding: 13px 20px 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.cart-content .cart-checkout-btn a.cart-btn {
    color: #000000;
    border: 1px solid #e5e3e3;
}

.cart-content .cart-checkout-btn a.cart-btn:hover {
    background-color: #00743E;
    border-color: #00743E;
    color: #FFFFFF;
}

.cart-content .cart-checkout-btn a.checkout-btn {
    background-color: #00743E;
    border: 1px solid #00743E;
    color: #FFFFFF;
}

.cart-content .cart-checkout-btn a.checkout-btn:hover {
    border: 1px solid #00743E;
    background-color: #00743E;
}

.cart-content .cart-checkout-btn a:first-child {
    margin-top: 0;
}

.cart-content.cart-content-padding ul {
    margin: 0;
    padding: 10px;
}

@media only screen and (max-width: 575px) {
    .cart-content.cart-content-padding ul {
        padding: 30px 0;
    }
}

.cart-content.cart-content-padding .cart-total {
    padding: 10px 10px;
}

@media only screen and (max-width: 575px) {
    .cart-content.cart-content-padding .cart-total {
        padding: 10px 0;
    }
}

.cart-content.cart-content-padding .cart-checkout-btn {
    padding: 20px 20px 20px;
}

@media only screen and (max-width: 575px) {
    .cart-content.cart-content-padding .cart-checkout-btn {
        padding: 20px 0 20px;
    }
}

.aside-search-box-wrapper .offcanvas-header {
    justify-content: flex-end;
    padding: 0;
}

.aside-search-box-wrapper .btn-close {
    box-shadow: none;
    position: absolute;
    background-image: none;
    background-color: #FFC107;
    color: #FFFFFF;
    opacity: 1;
    font-size: 38px;
    top: 0;
    width: 40px;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    right: 30px;
}

.aside-search-box-wrapper .btn-close:hover {
    color: #FFFFFF;
    background-color: #3f3f3f;
}

.aside-search-box-wrapper .offcanvas-body {
    padding-top: 64px;
}

.aside-search-box-wrapper .search-note p {
    font-size: 13px;
    text-transform: capitalize;
    color: #3f3f3f;
    margin-bottom: 10px;
}

.aside-search-box-wrapper .search-form {
    position: relative;
}

.aside-search-box-wrapper .search-form .form-control {
    border: 1px solid #FFC107;
    color: #00743E;
    box-shadow: none;
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    line-height: 50px;
    text-transform: capitalize;
    padding: 10px 55px 10px 24px;
}

.aside-search-box-wrapper .search-form .form-control::-webkit-input-placeholder {
    color: rgba(63, 63, 63, 0.6);
}

.aside-search-box-wrapper .search-form .form-control:-moz-placeholder {
    color: rgba(63, 63, 63, 0.6);
}

.aside-search-box-wrapper .search-form .form-control::-moz-placeholder {
    color: rgba(63, 63, 63, 0.6);
}

.aside-search-box-wrapper .search-form .form-control:-ms-input-placeholder {
    color: rgba(63, 63, 63, 0.6);
}

.aside-search-box-wrapper .search-form .search-button {
    border: none;
    background-color: #FFC107;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    font-size: 18px;
    color: #FFFFFF;
}

.aside-search-box-wrapper .search-form .search-button:hover {
    color: #FFFFFF;
    background-color: #3f3f3f;
}

.aside-search-box-wrapper.offcanvas-top {
    height: 215px;
}

.aside-side-menu-wrapper {
    padding: 0;
}

@media only screen and (max-width: 479px) {
    .aside-side-menu-wrapper.offcanvas-end {
        width: 310px;
    }
}

.aside-side-menu-wrapper .offcanvas-header {
    align-items: center;
    background-color: #000000;
    cursor: pointer;
    height: 60px;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 30px;
}

@media only screen and (max-width: 479px) {
    .aside-side-menu-wrapper .offcanvas-header {
        height: 45px;
    }
}

.aside-side-menu-wrapper .offcanvas-header h5 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
    .aside-side-menu-wrapper .offcanvas-header h5 {
        font-size: 16px;
        font-weight: 500;
    }
}

.aside-side-menu-wrapper .offcanvas-header .btn-close {
    background: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 32px;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0;
    width: auto;
    transition: all 0.3s ease 0s;
}

.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
    color: #FFC107;
}

.aside-side-menu-wrapper .offcanvas-body {
    padding: 0 30px 20px;
}

.sidemenu-top {
    position: relative;
}

.sidemenu-top .header-top-info {
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.sidemenu-top .header-top-info a {
    display: block;
    padding: 10px 30px;
}

@media only screen and (max-width: 479px) {
    .sidemenu-top .header-top-info a {
        line-height: 1.6;
    }
}

.sidemenu-top .header-info-dropdown {
    border-bottom: 1px solid #eee;
    display: block;
}

.sidemenu-top .header-info-dropdown:last-child {
    border: none;
}

.sidemenu-top .header-info-dropdown:last-child .dropdown-menu {
    top: -2px !important;
}

.sidemenu-top .header-info-dropdown .btn-info {
    color: #373737;
    display: block;
    font-weight: 400;
    font-size: 17px;
    padding: 17px 30px;
    text-align: left;
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .sidemenu-top .header-info-dropdown .btn-info {
        font-size: 14px;
        padding: 12px 30px;
    }
}

.sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
    color: #3f3f3f;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 28px;
    right: 30px;
    top: calc(50% - 15px);
}

@media only screen and (max-width: 479px) {
    .sidemenu-top .header-info-dropdown .btn-info.dropdown-toggle:after {
        font-size: 24px;
        top: calc(50% - 13px);
    }
}

.sidemenu-top .header-info-dropdown .btn-info:before {
    display: none;
}

.sidemenu-top .header-info-dropdown .dropdown-menu {
    left: 0 !important;
    max-width: none;
    padding: 3px 25px;
    top: -1px !important;
    width: 100%;
}

.offcanvas-menu {
    position: relative;
    z-index: 1;
}

.offcanvas-menu::before {
    background-color: #FFFFFF;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.offcanvas-menu ul ul {
    display: none;
}

.offcanvas-menu>ul>li>ul li {
    border-bottom: 0px;
}

.offcanvas-menu>ul>li>ul li a {
    padding: 7px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #3f3f3f;
}

.offcanvas-menu>ul>li>ul li a:not(:only-child):after {
    font-size: 18px;
    right: 3px;
    top: 3px;
}

.offcanvas-menu>ul>li>ul li>ul li {
    border-bottom: 0px;
}

.offcanvas-menu>ul>li>ul li>ul li a {
    padding: 7px 30px;
    font-size: 13px;
    color: #3f3f3f;
}

.offcanvas-menu li.active>ul {
    display: block;
}

.offcanvas-menu li a {
    display: block;
    text-transform: capitalize;
    color: #3f3f3f;
    padding: 7px 0px;
    position: relative;
    font-size: 17px;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
    .offcanvas-menu li a {
        font-size: 15px;
    }
}


@media only screen and (max-width: 600px) and (min-width: 320px) {
    .header-middle-search .col-auto:nth-child(1) {
        width: 15%;
    }

    .header-middle-search .col-auto:nth-child(2) {
        width: 85%;
    }

    .header-middle-search .btn-src {
        margin-right:-10px;
    }


    .product-details-mobile {
        margin-bottom: -30px;
    }

    .feature-title {
        font-size: 12px;
    }
}



.offcanvas-menu li a:hover {
    color: #FFC107;
}

.offcanvas-menu li a:hover:after {
    color: #FFC107;
}

.offcanvas-menu a:not(:only-child):after {
    color: #3f3f3f;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;

    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
    .offcanvas-menu a:not(:only-child):after {
        font-size: 16px;
        top: 5px;

    }
}

.offcanvas-menu .active>a:not(:only-child):after {
    content: "\f106";
    transform: rotate(-180deg);

}

.offcanvas-menu .vmenu-menu-item {
    border-top: 1px solid #eee;
    margin-top: 12px;
    padding-top: 10px;
}

.offcanvas-menu .vmenu-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.offcanvas-menu .vmenu-item a {
    min-height: auto;
    padding: 9px 15px;
}

.offcanvas-menu .vmenu-item a .icon {
    display: inline-block;
    margin-right: 0;
    width: 28px;
}

.offcanvas-menu .vmenu-item a .icon img {
    width: 18px;
}

/*----------------------------------------*/
/*  Footer CSS
/*----------------------------------------*/
.footer-area {
    background: #00743E;
}

.footer-area .features-area {
    border-bottom: 1px solid #454545;
    padding: 66px 0;
}

.footer-area .feature-item {
    border-right-color: #454545;
}

.footer-area .feature-item p {
    color: #c0c0c0;
}

.footer-light {
    background-color: #fff;
}

.footer-light .footer-main {
    padding: 98px 0 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-light .footer-main {
        padding: 68px 0 62px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-light .footer-main {
        padding: 70px 0;
    }
}

.footer-light .widget-logo {
    display: block;
    margin-bottom: 20px;
}

.footer-light .widget-contact-desc {
    color: #252525;
}

.footer-light .widget-info-item p,
.footer-light .widget-info-item a {
    color: #252525;
}

.footer-light .footer-main .widget-title {
    color: #000000;
}

.footer-light .widget-nav li a {
    color: #161515;
}

@media only screen and (max-width: 767px) {
    .footer-light .widget-nav li a {
        color: #FFFFFF;
    }
}

.footer-light .widget-contact:before {
    display: none;
}

.footer-light .footer-bottom {
    border-top-color: #eaeaea;
}

.footer-light .copyright {
    color: #737373;
    font-weight: 500;
}

.footer-main {
    padding: 54px 0 50px;
}

.footer-main .widget-title {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 27px;
    text-transform: uppercase;
    margin-left: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-main .widget-title {
        margin-bottom: 17px;
    }
}



@media only screen and (min-width: 768px) {
    .footer-main .widget-title.widget-collapsed-title {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main .widget-title.widget-collapsed-title {
        /* background-color: #00743E; */
        border-radius: 10px;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-size: 17px;
        margin-bottom: 0;
        padding: 15px 20px 14px;
        position: relative;
    }
}

@media only screen and (max-width: 575px) {
    .footer-main .widget-title.widget-collapsed-title {
        font-size: 15px;
        padding: 12px 20px;
    }
}

.footer-main .widget-title.widget-collapsed-title:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f067";
    position: absolute;
    right: 0;
    height: 100%;
    width: 60px;
    text-align: center;
    top: calc(50% - 8px);
}

.footer-main .widget-title.widget-collapsed-title:not(.collapsed) {
    border-radius: 10px 10px 0 0;
}

.footer-main .widget-title.widget-collapsed-title:not(.collapsed):before {
    content: "\f068";
    font-family: "FontAwesome";
}

.footer-main .widget-collapse-body {
    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;
}

@media only screen and (min-width: 768px) {
    .footer-main .widget-collapse-body {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main .widget-collapse-body {
        /* background-color: #3f3f3f; */
        border: 1px solid #00743E;
        border-radius: 0 0 10px 10px;
    }
}

@media only screen and (max-width: 767px) {

    .footer-main .widget-collapse-body .widget-nav,
    .footer-main .widget-collapse-body .widget-contact {
        padding: 5px 10px;
    }
}

.widget-nav li {
    font-size: 14px;
    margin-bottom: 2px;
}

@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) {
    .widget-nav li {
        font-size: 14px;
    }
}

.widget-nav li a {
    color: #f2f2f2;
    transition: all 0.3s ease 0s;
}

.side_area li a {
    color: #000;
    transition: all 0.3s ease 0s;
    display: block;
}

.widget-nav li a:hover {
    color: #FFC107;
    padding-left: 4px;
}

.side_area li a:hover {
    color: green;
    padding-left: 4px;
}

.widget-info-item {
    /* align-items: center; */
    display: flex;
}

.widget-info-item i {
    font-size: 20px;
    color: #fff;
    min-width: 30px;
}

.widget-info-item p,
.widget-info-item a {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

@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) {

    .widget-info-item p,
    .widget-info-item a {
        font-size: 14px;
    }
}

.widget-info-item a:hover {
    color: #FFC107;
}

.widget-contact {
    padding-top: 2px;
    position: relative;
}

.widget-contact:before {
    background-color: #454545;
    content: "";
    height: 220px;
    left: -113px;
    position: absolute;
    top: -32px;
    width: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widget-contact:before {
        left: -55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .widget-contact:before {
        display: none;
    }
}

.widget-contact-desc {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
    padding-right: 8px;
}

@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) {
    .widget-contact-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }
}

.widget-contact-desc a {
    color: #FFC107;
    font-weight: 700;
}

.widget-contact-desc a:hover {
    color: #bd3113;
}

.widget-contact-two:before {
    display: none;
}

.widget-app-info .social-items {
    margin-top: 27px;
}

.widget-app-desc {
    color: #c8c8c8;
    font-weight: 500;
    line-height: 1.625;
    margin-bottom: 29px;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid #454545;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px;
}

@media only screen and (max-width: 767px) {
    .footer-bottom {
        flex-direction: column-reverse;
        padding: 15px 0;
        text-align: center;
    }
}

.footer-bottom-two {
    border-top: 1px solid #4d4d4d;
    text-align: center;
    padding: 51px 0 50px;
}

.footer-bottom-two .copyright {
    margin-bottom: 0;
    margin-top: 25px;
}

.footer-bottom-nav {
    color: #c8c8c8;
    margin-bottom: 22px;
}

.footer-bottom-nav a {
    color: #c8c8c8;
}

.footer-bottom-nav a:hover {
    color: #FFC107;
}

.copyright {
    color: #f2f2f2;
    font-weight: 500;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .copyright {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .copyright {
        font-size: 13px;
        margin-top: 5px;
    }
}

.copyright i {
    color: #eb3e32;
    font-size: 13px;
    margin: 0 2px;
}

.footer-two-area .footer-main {
    padding: 74px 0 72px;
}

@media only screen and (max-width: 767px) {
    .footer-two-area .footer-main {
        padding: 72px 0;
    }
}

.footer-two-area .footer-main .widget-title {
    color: #c8c8c8;
}

.footer-two-area .widget-nav li a {
    color: #c8c8c8;
}

.footer-two-area .widget-nav li a:hover {
    color: #FFC107;
    padding-left: 0;
}

.footer-two-area .widget-contact-desc {
    color: #c8c8c8;
}

.footer-two-area .widget-info-item p,
.footer-two-area .widget-info-item a {
    color: #c8c8c8;
}

.footer-two-area .widget-info-item a:hover {
    color: #FFC107;
}

.footer-three-area .footer-main {
    padding: 30px 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .footer-three-area .footer-main {
        padding: 20px 0 20px;
    }
}

.footer-three-area .widget-logo {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .home-four-wrapper .social-items a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .home-six-wrapper .social-items a {
        margin-bottom: 10px;
    }
}

/*----------------------------------------*/
/*  Wrapper CSS
/*----------------------------------------*/
.section-title {
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
}

.section-title .title {
    text-transform: capitalize;
}

.section-title p {
    font-size: 18px;
    line-height: 28px;
    max-width: 450px;
    margin: 0 auto;
}

.section-two-title {
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 40px;
    padding-bottom: 27px;
}

.section-three-title {
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 50px;
    padding-bottom: 12px;
    position: relative;
}

.section-three-title:after {
    background-color: #FFC107;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 122px;
}

.section-three-title .title {
    padding-left: 22px;
    position: relative;
}

.section-three-title .title:before {
    border: 2px solid #FFC107;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 12px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.section-four-title {
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0.14px;
    line-height: 67px;
}

@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-four-title {
        font-size: 24px;
        line-height: 1.7;
    }
}

.page-header-area {
    align-items: center;
    /* background-color: #ececec; */
}

.page-header-area .container {
    padding: 10px 15px 10px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .page-header-area .container {
        padding: 10px 15px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header-area .container {
        padding: 10px 15px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-area .container {
        padding: 10px 15px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header-area .container {
        padding: 10px 15px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .page-header-area .container {
        padding: 10px 15px 10px;
    }
}

.page-header-title {
    color: #363636;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-header-title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .page-header-title {
        font-size: 18px;
    }
}

.page-header-thumb {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    right: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .page-header-thumb {
        max-width: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header-thumb {
        max-width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .page-header-thumb {
        max-width: 180px;
    }
}

@media only screen and (max-width: 479px) {
    .page-header-thumb {
        max-width: 110px;
    }
}

.breadcrumb {
    color: #363636;
    line-height: 1;
    margin-bottom: -25px;
    background-color: #fff;
}

.breadcrumb-item {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-item {
        font-size: 15px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 479px) {
    .breadcrumb-item {
        font-size: 13px;
    }
}

.breadcrumb-item.active {
    color: #00743E;
}

.breadcrumb-item a {
    color: #363636;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: none;
}

.ht-popup-video {
    position: relative;
}

.ht-popup-video .icon {
    background-color: #FFC107;
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 36px;
    height: 80px;
    left: 50%;
    line-height: 82px;
    padding-left: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 80px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ht-popup-video .icon {
        font-size: 18px;
        height: 48px;
        line-height: 48px;
        padding-left: 3px;
        width: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .ht-popup-video .icon {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        padding-left: 1px;
        width: 35px;
    }
}

.ht-popup-video .icon:before {
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    content: "";
    height: calc(100% + 20px);
    left: -10px;
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .ht-popup-video .icon:before {
        height: calc(100% + 10px);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
    }
}

.ht-popup-video .icon:hover {
    background-color: #c73414;
    color: #FFFFFF;
}

.ht-popup-video .video-popup {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-play {
    border-radius: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    height: 100px;
    width: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .btn-play {
        height: 68px;
        width: 68px;
    }
}




@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .btn-play {
        height: 45px;
        width: 45px;
    }
}

.btn-play:before,
.btn-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 #FFC107;
    -o-box-shadow: 0 0 0 0 #FFC107;
    box-shadow: 0 0 0 0 #FFC107;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}


.authencity {
    background-color: #00743E;
    padding: 5px 0 !important;
    color: #fff;
    padding: 0;
    margin: 0;
}

.authencity h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .btn-play:before,
    .btn-play:after {
        height: 68px;
        width: 68px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .btn-play:before,
    .btn-play:after {
        height: 45px;
        width: 45px;
    }
}

.btn-play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.btn-play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fancybox__content {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}

.fancybox__backdrop {
    cursor: url("../images/icons/cancel-white.png"), auto;
}

.features-wrp {
    margin-top: 28px;
    padding: 61px 0;
}

.feature-item {
    align-items: center;
    /* border-right: 1px solid #000; */
    display: flex;
    /* padding: 4px 0; */
}

@media only screen and (max-width: 767px) {
    .feature-item {
        border: none;
    }
}

.feature-item p {
    color: #413f3f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-item p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-item.border-0 {
        border-right: 1px solid #e5e5e5 !important;
    }
}

.feature-icon {
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .feature-icon {
        margin-right: 10px;
        max-width: 35px;
    }
}

.feature-title {
    color: #000000;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.feature-two-item {
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    min-height: 81px;
    padding: 4px 17px;
}

.feature-two-item .icon {
    margin-right: 10px;
}

.feature-two-title {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 1px;
}

.features-two-area {
    padding: 33px 0 31px;
}

.divider-content {
    margin-top: -14px;
}

.divider-content-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 41px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .divider-content-title {
        font-size: 42px;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .divider-content-title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .divider-content-title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.divider-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
    .divider-content p {
        margin-bottom: 25px;
    }
}

.divider-thumb img {
    border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .divider-thumb img {
        border-radius: 15px;
        margin-bottom: 50px;
        width: 100%;
    }
}

.home-four-wrapper .container {
    max-width: 1780px;
}

.home-five-wrapper .main-content {
    background-color: #fff !important;
}

.home-six-wrapper .container:not(.container-six-slider) {
    max-width: 1620px;
}

@media (min-width: 1600px) {
    .main-content-area {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1600px) {
    .main-content-area .content-area {
        padding-left: 30px;
        width: calc(100% - 306px);
    }
}

@media (min-width: 1600px) {
    .main-content-area .sidebar-area {
        width: 306px;
    }
}

.bg-white-wrp {
    position: relative;
    z-index: 1;
}

/* .bg-white-wrp:before {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: -1;
}

.bg-white-wrp:after {
  background-color: #FFFFFF;
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
  z-index: -1;
} */

.divider-title {
    color: #282828;
    font-size: 48px;
    line-height: 1.125;
    margin-bottom: 41px;
}

@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) {
    .divider-title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

.divider-desc {
    color: #171616;
    line-height: 1.8125;
    margin-bottom: 43px;
}

@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) {
    .divider-desc {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 1550px) {
    .video-area .container {
        max-width: 1280px;
    }
}

.video-wrp {
    border-radius: 30px;
    text-align: center;
}

.scroll-to-top {
    background-color: #00743E;
    border: none;
    border-radius: 50%;
    bottom: 82px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 37px;
    text-align: center;
    width: 50px;
    z-index: 100;
    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;
}

@media only screen and (max-width: 575px) {
    .scroll-to-top {
        right: 30px;
        bottom: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .scroll-to-top {
        bottom: 70px;
    }
}

@media only screen and (max-width: 359px) {
    .scroll-to-top {
        bottom: 100px;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

.scroll-to-top:hover {
    background-color: #FFC107;
    box-shadow: none;
    color: #FFFFFF;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*----------------------------------------*/
/*  Home Slider CSS
/*----------------------------------------*/
.hero-slider-area {
    margin: 0 auto;
}

.hero-slide-item {
    align-items: center;
    background-color: #080806;
    height: 707px !important;
    display: flex;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slide-item {
        height: 600px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-item {
        height: 480px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-item {
        height: 400px !important;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-item {
        height: auto !important;
        padding: 77px 0 80px;
    }
}

.hero-slide-item .container {
    position: relative;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title,
.hero-slide-item.swiper-slide-active .hero-slide-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-sub-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .hero-slide-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.hero-slide-item.swiper-slide-active .hero-slide-content .btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero-slide-item.swiper-slide-active .hero-slide-thumb {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-slide-item.swiper-slide-active .hero-slide-shape-img {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-slide-thumb {
    padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-thumb {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-thumb {
        margin-top: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-thumb {
        text-align: center;
    }
}

.hero-slide-thumb img {
    max-width: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-thumb img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-thumb img {
        margin-left: 30px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-thumb img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-slide-thumb img {
        margin-left: -5px;
    }
}

.hero-slide-shape-img {
    bottom: 0;
    padding-left: 77px;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 575px) {
    .hero-slide-shape-img {
        bottom: -120px;
    }
}

@media only screen and (max-width: 479px) {
    .hero-slide-shape-img {
        bottom: -80px;
    }
}

.hero-slide-content {
    margin-top: -6px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-slide-content {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-content {
        margin: 0 auto 60px;
        max-width: 400px;
        text-align: center;
    }
}

.hero-slide-sub-title {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .hero-slide-sub-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

.hero-slide-title {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-title {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slide-title {
        margin-bottom: 30px;
    }
}

.hero-two-slide-item {
    align-items: center;
    background-color: #080806;
    height: 707px !important;
    display: flex;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-two-slide-item {
        height: 600px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-two-slide-item {
        border-radius: 30px;
        height: 480px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-two-slide-item {
        border-radius: 30px;
        height: 460px !important;
    }
}

@media only screen and (max-width: 575px) {
    .hero-two-slide-item {
        height: auto !important;
        padding: 77px 0 0;
    }
}

.hero-two-slide-item .container {
    position: relative;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-sub-title,
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-title,
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-desc,
.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-sub-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .hero-two-slide-desc {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-content .btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.hero-two-slide-item.swiper-slide-active .hero-two-slide-thumb {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-two-slide-thumb {
    margin-left: -42px;
    position: relative;
    top: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-two-slide-thumb {
        margin-left: -92px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-two-slide-thumb {
        left: 30px;
        margin-left: -112px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-two-slide-thumb {
        left: -10px;
        margin-left: -92px;
        top: 38px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-two-slide-thumb {
        left: 0;
        margin-bottom: -20px;
        margin-left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 479px) {
    .hero-two-slide-thumb {
        margin-bottom: 0;
    }
}

.hero-two-slide-thumb img {
    max-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-two-slide-thumb img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-two-slide-thumb img {
        max-width: 130%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-two-slide-thumb img {
        max-width: 100%;
    }
}

.hero-two-slide-content {
    margin-top: -6px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-two-slide-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-two-slide-content {
        margin-bottom: 50px;
    }
}

.hero-two-slide-sub-title {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-two-slide-title {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-two-slide-title {
        margin-bottom: 17px;
    }
}

.hero-two-slide-desc {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 47px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-two-slide-desc {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-two-slide-desc {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

.hero-three-slide-item {
    align-items: center;
    background-color: #080806;
    height: 900px !important;
    display: flex;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-three-slide-item {
        height: 600px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-three-slide-item {
        height: 600px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-three-slide-item {
        height: 520px !important;
    }
}

@media only screen and (max-width: 575px) {
    .hero-three-slide-item {
        height: auto !important;
        padding: 77px 0 80px;
    }
}

.hero-three-slide-item .container {
    position: relative;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-sub-title,
.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-title,
.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-desc,
.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-sub-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .hero-three-slide-desc {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-content .btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-thumb {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-three-slide-item.swiper-slide-active .hero-three-slide-shape-img {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-three-slide-thumb {
    position: relative;
    text-align: right;
    top: 88px;
}

@media only screen and (max-width: 767px) {
    .hero-three-slide-thumb {
        top: 65px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-three-slide-thumb {
        text-align: center;
    }
}

.hero-three-slide-shape-img {
    bottom: 0;
    left: -85px;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .hero-three-slide-shape-img {
        max-width: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-three-slide-shape-img {
        display: none;
    }
}

.hero-three-slide-content {
    margin-top: 115px;
    position: relative;
    z-index: 1;
}

@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-three-slide-content {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-three-slide-content {
        margin-top: 80px;
        margin-bottom: 0;
    }
}

.hero-three-slide-sub-title {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-three-slide-title {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 27px;
}

@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-three-slide-title {
        margin-bottom: 17px;
    }
}

.hero-three-slide-desc {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-three-slide-desc {
        font-size: 24px;
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-three-slide-desc {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-three-slide-desc {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

@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-four-slider-area .container {
        width: 100%;
    }
}

.hero-four-wrp .hero-four-slider-container {
    padding-right: 20px;
    width: calc(100% - 530px);
}

@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-four-wrp .hero-four-slider-container {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }
}

.hero-four-wrp .product-banner-area {
    width: 530px;
}

@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-four-wrp .product-banner-area {
        display: flex;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-wrp .product-banner-area {
        display: block;
        width: 100%;
    }
}

@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-four-wrp .product-banner-area .product-banner-item {
        margin-right: 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-four-wrp .product-banner-area .product-banner-item .product-banner-title {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-wrp .product-banner-area .product-banner-item {
        margin-right: 0;
        width: 100%;
    }
}

@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-four-wrp .product-banner-area .product-banner-item+.product-banner-item {
        margin-left: 10px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-wrp .product-banner-area .product-banner-item+.product-banner-item {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}

.hero-four-slide-item {
    align-items: center;
    background-color: #080806;
    height: 640px !important;
    display: flex;
    padding: 0 110px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-four-slide-item {
        overflow: hidden;
        padding: 0 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-four-slide-item {
        height: 600px !important;
        padding: 0 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-four-slide-item {
        height: 480px !important;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-four-slide-item {
        height: 450px !important;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-slide-item {
        height: auto !important;
        padding: 70px 0 75px;
    }
}

.hero-four-slide-item .container {
    position: relative;
}

.hero-four-slide-item.swiper-slide-active .hero-four-slide-content .hero-four-slide-title,
.hero-four-slide-item.swiper-slide-active .hero-four-slide-content .hero-four-slide-desc,
.hero-four-slide-item.swiper-slide-active .hero-four-slide-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-four-slide-item.swiper-slide-active .hero-four-slide-content .hero-four-slide-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.hero-four-slide-item.swiper-slide-active .hero-four-slide-content .hero-four-slide-desc {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.hero-four-slide-item.swiper-slide-active .hero-four-slide-content .btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.hero-four-slide-item.swiper-slide-active .hero-four-slide-thumb {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-four-slide-thumb {
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .hero-four-slide-thumb {
        padding: 0 15px;
        text-align: center;
    }
}

.hero-four-slide-thumb img {
    max-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-four-slide-thumb img {
        max-width: 100%;
    }
}

.hero-four-slide-content {
    margin-top: -9px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-four-slide-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-four-slide-content {
        margin-bottom: 50px;
        padding: 0 15px;
        text-align: center;
    }
}

.hero-four-slide-title {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

@media only screen and (min-width: 1730px) {
    .hero-four-slide-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-four-slide-title {
        font-size: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-four-slide-title {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-four-slide-title {
        font-size: 30px;
    }
}

.hero-four-slide-desc {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 43px;
}

@media only screen and (max-width: 767px) {
    .hero-four-slide-desc {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
}

/* .hero-five-slide-item {
  align-items: center;
  background-color: #080806;
  height: 600px !important;
  display: flex;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-five-slide-item {
    height: 600px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-five-slide-item {
    height: 480px !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-five-slide-item {
    height: 360px !important;
  }
}

@media only screen and (max-width: 575px) {
  .hero-five-slide-item {
    height: auto !important;
    padding: 77px 0 120px;
  }
} */

.hero-five-slide-item .container {
    position: relative;
}

.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .hero-five-slide-sub-title,
.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .hero-five-slide-title,
.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .hero-five-slide-desc,
.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .hero-five-slide-sub-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .hero-five-slide-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .hero-five-slide-desc {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.hero-five-slide-item.swiper-slide-active .hero-five-slide-content .btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.hero-five-slide-item.swiper-slide-active .hero-five-slide-thumb {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-five-slide-thumb {
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .hero-five-slide-thumb {
        padding: 0 15px;
        text-align: center;
    }
}

.hero-five-slide-thumb img {
    max-width: none;
}

@media only screen and (max-width: 767px) {
    .hero-five-slide-thumb img {
        max-width: 100%;
    }
}

.hero-five-slide-content {
    margin-top: -7px;
    padding: 0 0 0 50px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-five-slide-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-five-slide-content {
        margin-bottom: 70px;
        padding: 0 15px;
        text-align: center;
    }
}

.hero-five-slide-sub-title {
    color: #FFC107;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .hero-five-slide-sub-title {
        margin-bottom: 10px;
    }
}

.hero-five-slide-title {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-five-slide-title {
        font-size: 43px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 767px) {
    .hero-five-slide-title {
        font-size: 29px;
        line-height: 1.2;
        margin-bottom: 22px;
    }
}

.hero-six-slider-area {
    margin-top: 0;
}

@media only screen and (min-width: 1550px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-six-slider-area {
        margin-top: 36px;
    }
}

.hero-six-slider-area .hero-six-slider-container {
    max-width: 1620px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1550px),
only screen and (min-width: 1200px) and (max-width: 1549px) {
    .home-six-wrapper .hero-six-slider-area .container {
        max-width: 1380px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
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) {
    .home-six-wrapper .product-categories-area.section-two-space {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

.hero-six-slide-item {
    align-items: center;
    background-color: #e7eaf3;
    border-radius: 20px;
    height: 600px !important;
    display: flex;
    padding: 0 105px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-six-slide-item {
        padding: 0 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-six-slide-item {
        height: 550px !important;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-six-slide-item {
        border-radius: 20px;
        height: 480px !important;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-six-slide-item {
        border-radius: 20px;
        height: 400px !important;
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-six-slide-item {
        height: auto !important;
        padding: 77px 0 120px;
    }
}

.hero-six-slide-item .container {
    position: relative;
}

.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .hero-six-slide-sub-title,
.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .hero-six-slide-title,
.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .hero-six-slide-desc,
.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .hero-six-slide-sub-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .hero-six-slide-title {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .hero-six-slide-desc {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
}

.hero-six-slide-item.swiper-slide-active .hero-six-slide-content .btn {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.hero-six-slide-item.swiper-slide-active .hero-six-slide-thumb {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.hero-six-slide-thumb {
    margin-left: -42px;
    position: relative;
    text-align: center;
    top: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-six-slide-thumb {
        margin-left: 0;
        top: 61px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-six-slide-thumb {
        margin-left: 0;
        top: auto;
    }
}

@media only screen and (max-width: 767px) {
    .hero-six-slide-thumb {
        margin-left: 0;
        top: auto;
    }
}

.hero-six-slide-thumb img {
    max-width: none;
}

@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-six-slide-thumb img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-six-slide-thumb img {
        padding: 0 30px;
    }
}

.hero-six-slide-content {
    margin-top: -6px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .hero-six-slide-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .hero-six-slide-content {
        margin-bottom: 79px;
        text-align: center;
    }
}

.hero-six-slide-content .btn {
    border-radius: 30px;
}

.hero-six-slide-sub-title {
    color: #FFC107;
    font-weight: 400;
    margin-bottom: 13px;
}

.hero-six-slide-title {
    color: #333333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 22px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-six-slide-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-six-slide-title {
        font-size: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-six-slide-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-six-slide-title {
        font-size: 30px;
    }
}

.hero-six-slide-title span {
    display: block;
}

.hero-six-slide-desc {
    color: #FFC107;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 47px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-six-slide-desc {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-six-slide-desc {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.hero-six-slide-desc span {
    color: #8d8d8d;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: super;
}

@media only screen and (max-width: 767px) {
    .hero-six-slide-desc span {
        font-size: 16px;
    }
}

.hero-slide-five-pagination.swiper-pagination-bullets {
    bottom: 26px;
    left: 50px;
    position: absolute;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .hero-slide-five-pagination.swiper-pagination-bullets {
        left: auto;
        text-align: left;
        margin-left: 20px;
    }
}

.hero-slide-five-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #FFC107;
    border-radius: 50%;
    height: 9px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 9px;
}

.hero-slide-five-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #FFC107;
}

.hero-slide-five-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #FFC107;
    border-radius: 10px;
    width: 22px;
}

.hero-slide-six-pagination.swiper-pagination-bullets {
    bottom: 27px;
    left: 131px;
    line-height: 1;
    position: absolute;
    width: auto;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .hero-slide-six-pagination.swiper-pagination-bullets {
        left: 96px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-six-pagination.swiper-pagination-bullets {
        left: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-slide-six-pagination.swiper-pagination-bullets {
        left: 0;
        text-align: center;
        width: 100%;
    }
}

.hero-slide-six-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #FFC107;
    border-radius: 50%;
    height: 12px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 12px;
}

.hero-slide-six-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #FFC107;
}

.hero-slide-six-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #FFC107;
    border-radius: 10px;
    width: 32px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -60px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -60px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*----------------------------------------*/
/*  Product CSS
/*----------------------------------------*/
.product-item {
    /* background-color: #f0f2f5;
  border: 1px solid #f0f2f5; */
    overflow: hidden;
    position: relative;
}

.product-item:hover .product-item-thumb 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);
}

.product-item:hover .product-item-action .product-action-btn {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.product-item-thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-item-thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product-item-thumb .countdown3 {
    bottom: 14px;
    display: inline-flex;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
}

.product-item-action {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
    justify-content: center;
    top: 7px;
}

.product-item-action .product-action-btn {
    background-color: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin: 3px 0;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    transition-delay: 150ms;
    width: 40px;
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
}

.product-item-action .product-action-btn:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.product-item-action .product-action-btn:first-child {
    opacity: 1;
    position: relative;
    visibility: visible;
    z-index: 9;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.product-item-action .product-action-btn+.product-action-btn {
    transition-delay: 200ms;
}

.product-item-action .product-action-btn+.product-action-btn+.product-action-btn {
    transition-delay: 250ms;
}

.product-item-action .product-action-btn+.product-action-btn+.product-action-btn+.product-action-btn {
    transition-delay: 300ms;
}

.product-item-action--two .product-action-btn {
    background-color: #e9ecef;
    border-color: #dfdfe0;
}

.product-item-info {
    padding: 0 30px 30px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .product-item-info {
        padding: 0 15px 30px;
    }
}

.product-item-title {
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 7px;
   height: 45px;
}

.product-item-title a {
    color: #000;
    font-size: 14px;
}

.product-item-title a:hover {
    color: #FFC107;
}


.product-item-price {
    color: #FFC107;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .product-item-price {
        font-size: 16px;
    }
}

.product-item-price .price-old {
    color: #646464;
    font-size: 14px;
    margin-left: 3px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    text-decoration-color: #646464;
    -webkit-text-decoration-color: #646464;
    -moz-text-decoration-color: #646464;
}

@media only screen and (max-width: 767px) {
    .product-item-price .price-old {
        font-size: 14px;
    }
}

.product-item-review-icon {
    color: #ff9923;
    font-size: 14px;
    line-height: 1;
}

.product-item-review-icon i {
    margin: 0 0.5px;
}

.product-item .info-btn-cart {
    background-color: transparent;
    border: 2px solid #f0f2f5;
    border-radius: 30px;
    box-shadow: none;
    color: #4a4a4a;
    font-size: 21px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 60px;
    transition: all 0.3s ease 0s;
}

.product-item .info-btn-cart:hover {
    background-color: #f0f2f5;
    color: #FFC107;
}

.product-item .info-bottom {
    padding-right: 60px;
    position: relative;
}

.product-item .info-bottom .info-btn-cart {
    position: absolute;
    right: 0;
    top: calc(50% + 6px);
    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-item .badges {
    background-color: #FFC107;
    border-radius: 40px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 500;
    left: 10px;
    line-height: 18px;
    min-width: 45px;
    padding: 3px 8px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
}

.product-item-border {
    background-color: transparent;
    border-color: #f0f2f5;
}

.product-item-border .product-item-info {
    padding-bottom: 40px;
}

.product-item-border .product-item-action {
    right: 15px;
    top: 12px;
}

.product-item-border .product-action-btn {
    background-color: #f0f2f5;
    border-color: #eaebec;
    color: #000000;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    width: 36px;
}

.product-item-border .product-action-btn:first-child {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
}

.product-item-border .product-action-btn:hover {
    color: #FFC107;
}

.product-item-border:hover .product-item-thumb img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.product-item-border:hover .product-item-action .product-action-btn {
    background-color: #f0f2f5;
    border-color: #eaebec;
}

.product-item-border:hover .product-item-action .product-action-btn:first-child {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.product-two-items {
    border-bottom: 1px solid #f0f2f5;
    border-right: 1px solid #f0f2f5;
}

.product-two-items .product-item-border {
    border-bottom: none;
    border-right: none;
}

.product-three-items .product-item-border {
    border-radius: 10px;
}

.product-list-item {
    align-items: center;
    border-right: 1px solid #f0f2f5;
    display: flex;
    margin-right: -15px;
}

.product-list-item .info-btn-cart {
    background-color: transparent;
    border: 2px solid #f0f2f5;
    border-radius: 30px;
    box-shadow: none;
    color: #4a4a4a;
    font-size: 21px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 60px;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .product-list-item .info-btn-cart {
        font-size: 17px;
        height: 32px;
        line-height: 28px;
        width: 45px;
    }
}

.product-list-item .info-btn-cart:hover {
    background-color: #f0f2f5;
    color: #FFC107;
}

.product-list-item .info-bottom {
    padding-right: 60px;
    position: relative;
}

.product-list-item .info-bottom .info-btn-cart {
    position: absolute;
    right: 0;
    top: calc(50% + 7px);
    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-list-item:hover .product-list-thumb img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-list-item.border-0 {
        border-right: 1px solid #f0f2f5 !important;
    }
}

.product-list-thumb {
    display: block;
    min-width: 107px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .product-list-thumb {
        min-width: 80px;
    }
    
}

.product-list-thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product-list-info {
    padding: 0 28px 0 21px;
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-list-info {
        padding: 0 28px 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-info {
        padding: 0 18px 0 10px;
    }
}

.product-list-title {
    font-weight: 500;
    line-height: 1.5625;
    margin-bottom: 9px;
    margin-top: -6px;
}

@media only screen and (max-width: 767px) {
    .product-list-title {
        margin-bottom: 5px;
    }
}

.product-list-title a {
    color: #00743E;
}

.product-list-title a:hover {
    color: #FFC107;
}

.product-list-price {
    align-items: center;
    color: #FFC107;
    display: inline-flex;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-list-price {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-price {
        font-size: 14px;
        margin-bottom: 13px;
    }
}

.product-list-price .price-old {
    color: #9b9a9a;
    font-size: 16px;
    margin-left: 3px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: rgba(155, 154, 154, 0.35);
    text-decoration-color: rgba(155, 154, 154, 0.35);
}

.product-list-review-icon {
    color: #ff9923;
    font-size: 14px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .product-list-review-icon {
        font-size: 12px;
    }
}

.product-list-review-icon i {
    margin: 0 0.5px;
}

.product-two-item {
    overflow: hidden;
    position: relative;
}

.product-two-thumb {
    padding: 0 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) {
    .product-two-thumb {
        padding: 0;
    }
}

.product-two-thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product-two-title {
    margin-bottom: 25px;
    margin-right: 50px;
}

@media only screen and (max-width: 575px) {
    .product-two-title {
        margin-right: 0;
    }
}

.product-two-meta {
    display: flex;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .product-two-meta {
        display: block;
    }
}

.product-two-meta li {
    margin-right: 28px;
}

@media only screen and (max-width: 767px) {
    .product-two-meta li {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .product-two-meta li {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.product-two-meta span {
    color: #FFC107;
    margin-right: 1px;
}

.product-two-price {
    align-items: center;
    color: #FFC107;
    display: flex;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
    .product-two-price {
        font-size: 20px;
    }
}

.product-two-price .price-old {
    color: #646464;
    font-size: 24px;
    margin-left: 8px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: rgba(83, 83, 83, 0.35);
    text-decoration-color: rgba(83, 83, 83, 0.35);
}

@media only screen and (max-width: 767px) {
    .product-two-price .price-old {
        font-size: 18px;
    }
}

.product-two-action {
    align-items: center;
    display: flex;
    margin-top: 37px;
}

@media only screen and (max-width: 479px) {
    .product-two-action {
        display: block;
    }
}

.product-two-action-btn {
    background-color: #000000;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    height: 50px;
    line-height: 52px;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}

.product-two-action-btn:hover {
    background-color: #FFC107;
    color: #FFFFFF;
}

.product-two-action-btn.action-btn-two-cart {
    align-items: center;
    background-color: #FFC107;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 50px;
    padding: 0 29px;
    text-transform: uppercase;
    width: auto;
}

@media only screen and (max-width: 479px) {
    .product-two-action-btn.action-btn-two-cart {
        margin-bottom: 15px;
    }
}

.product-two-action-btn.action-btn-two-cart .icon {
    font-size: 16px;
    margin-left: 16px;
}

.product-two-action-btn.action-btn-two-cart:hover {
    background-color: #000000;
}

.daily-deals-area {
    border-radius: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .daily-deals-area {
        margin-bottom: 80px;
    }
}

.daily-deals-area .swiper-button-style3 {
    margin-top: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .daily-deals-area .swiper-button-style3 {
        margin-top: -40px;
    }
}

.daily-deals-title {
    background-color: #FFC107;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    padding: 18px 15px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .daily-deals-title {
        margin-bottom: 30px;
    }
}

.daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
.daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
    right: 43px;
    top: -30px;
}

.daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
    right: 20px;
}

.daily-deals-style2 .daily-deals-title {
    border-radius: 3px 3px 0 0;
}

@media only screen and (max-width: 767px) {
    .daily-deals-style2 .daily-deals-title {
        padding: 18px 15px !important;
    }
}

.daily-deals-style2 .product-daily-deals-slider .swiper-slide {
    border-radius: 0 0 3px 3px;
}

.daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
.daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
    top: -20px;
}

@media only screen and (max-width: 767px) {

    .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
    .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
        right: 7px;
        top: -18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev,
    .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-next {
        top: -18px;
    }
}

@media only screen and (max-width: 767px) {
    .daily-deals-style2 .daily-deals-swiper-button.swiper-button-style3 .swiper-button-prev {
        right: 30px;
    }
}

.product-daily-deals-slider .swiper-slide {
    border: 2px solid #FFC107;
}

@media only screen and (max-width: 767px) {
    .product-daily-deals-slider .swiper-slide {
        margin-bottom: 1px;
    }
}

.product-daily-deals-three-slider .swiper-slide {
    border: 2px solid #FFC107;
}

@media only screen and (max-width: 767px) {
    .product-daily-deals-three-slider .swiper-slide {
        justify-content: center;
        margin-bottom: 1px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-daily-deals-three-slider .product-daily-deals-item {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .product-daily-deals-three-slider .product-daily-deals-item .product-item-thumb {
        min-width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-daily-deals-three-slider .product-daily-deals-item .product-item-info {
        padding: 50px 15px 10px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-daily-deals-three-slider .product-daily-deals-item .product-item-info {
        padding: 50px 15px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .product-daily-deals-three-slider .product-daily-deals-item .product-item-info {
        padding: 50px 15px 10px;
    }
}

.product-daily-deals-item {
    align-items: center;
    display: flex;
}

.product-daily-deals-item .product-item-thumb {
    min-width: 308px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
    .product-daily-deals-item .product-item-thumb {
        min-width: 245px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-daily-deals-item .product-item-thumb {
        min-width: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-daily-deals-item .product-item-thumb {
        min-width: auto;
        text-align: center;
    }

    .product-daily-deals-item .product-item-thumb img {
        width: auto;
    }
}

.product-daily-deals-item .product-item-info {
    padding: 50px 0 50px 40px;
}

.product-banner-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .product-banner-item {
        max-height: 300px;
    }
}

.product-banner-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-item:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.product-banner-item:hover:before {
    left: 180%;
}

.product-banner-item:hover:after {
    left: -280px;
}

.product-banner-thumb img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

.product-banner-content {
    left: 0;
    padding: 35px 35px 27px;
    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%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-banner-content {
        padding: 35px 30px 27px;
    }
}

@media only screen and (max-width: 575px) {
    .product-banner-content {
        padding: 35px 25px 27px;
    }
}

.product-banner-desc {
    color: #FFFFFF;
    font-weight: 500;
}

.product-banner-title {
    color: #FFFFFF;
    margin-bottom: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-banner-title {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .product-banner-title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .product-banner-title {
        font-size: 18px;
        margin-bottom: 7px;
    }
}

.product-banner-two-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-banner-two-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-two-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-two-item:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.product-banner-two-item:hover:before {
    left: 180%;
}

.product-banner-two-item:hover:after {
    left: -280px;
}

.product-banner-two-thumb img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 100%;
}

.product-banner-two-content {
    bottom: 0;
    left: 0;
    padding: 25px 25px 26px;
    position: absolute;
}

@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) {
    .product-banner-two-content {
        bottom: 15px;
    }
}

.product-banner-two-desc {
    color: #FFC107;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
}

.product-banner-two-title {
    color: #FFFFFF;
    margin-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-banner-two-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
}

.product-banner-two-btn {
    line-height: 35px;
    min-height: 37px;
    min-width: 139px;
}

.product-banner-three-item {
    background: no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    padding: 60px 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
    transition: background-size 0.6s ease-in;
    -webkit-transition: background-size 0.6s ease-in;
    -moz-transition: background-size 0.6s ease-in;
    -ms-transition: background-size 0.6s ease-in;
    -o-transition: background-size 0.6s ease-in;
}

@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) {
    .product-banner-three-item {
        background-size: cover;
    }
}

.product-banner-three-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-three-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-three-item:hover {
    background-size: 102%;
}

@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) {
    .product-banner-three-item:hover {
        background-size: cover;
    }
}

.product-banner-three-item:hover:before {
    left: 180%;
}

.product-banner-three-item:hover:after {
    left: -280px;
}

.product-banner-three-title {
    color: #000000;
    line-height: 41px;
    margin: 0 auto 20px;
    max-width: 350px;
}

.product-banner-three-btn {
    line-height: 35px;
    min-height: 37px;
    min-width: 139px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-banner-three-btn {
        min-height: 35px;
        min-width: 122px;
    }
}

@media only screen and (max-width: 575px) {
    .product-banner-three-btn {
        min-height: 35px;
        min-width: 118px;
    }
}

.product-banner-four-content {
    bottom: 0;
    left: 0;
    padding: 25px 35px 40px;
    position: absolute;
}

.product-banner-four-btn {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
    line-height: 36px;
    min-height: 38px;
    min-width: 130px;
    padding: 0 13px;
}

@media only screen and (max-width: 575px) {
    .product-banner-four-btn {
        line-height: 32px;
        min-height: 34px;
        min-width: auto;
        padding: 0 12px;
    }
}

.product-banner-four-btn:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.product-banner-four-btn:hover .icon {
    color: #FFFFFF;
}

.product-banner-four-btn .icon {
    color: #000000;
}

.product-banner-five-content {
    left: 0;
    padding: 32px 40px 27px;
    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%);
}

@media only screen and (max-width: 575px) {
    .product-banner-five-content {
        padding: 32px 15px 27px;
    }
}

.product-banner-five-title {
    color: #FFFFFF;
    margin-bottom: 21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
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) {
    .product-banner-five-title {
        margin-bottom: 8px;
    }
}

.product-banner-five-btn {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
    line-height: 36px;
    min-height: 38px;
    min-width: 130px;
    padding: 0 13px;
}

@media only screen and (max-width: 575px) {
    .product-banner-five-btn {
        line-height: 32px;
        min-height: 34px;
        min-width: auto;
        padding: 0 12px;
    }
}

.product-banner-five-btn:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}

.product-banner-five-btn:hover .icon {
    color: #000000;
}

.product-banner-five-btn .icon {
    color: #FFFFFF;
}

.product-banner-six-content {
    left: 0;
    padding: 32px 100px 27px;
    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%);
}

@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) {
    .product-banner-six-content {
        padding: 32px 30px 27px;
    }
}

.product-banner-six-title {
    font-size: 36px;
}

.product-banner-six-title span {
    display: block;
}

.product-banner-seven-item {
    background: no-repeat center center;
    background-size: 100%;
    overflow: hidden;
    padding: 150px 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
    transition: background-size 0.3s ease-in;
    -webkit-transition: background-size 0.3s ease-in;
    -moz-transition: background-size 0.3s ease-in;
    -ms-transition: background-size 0.3s ease-in;
    -o-transition: background-size 0.3s ease-in;
    object-fit:contain !important;
}

@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) {
    .product-banner-seven-item {
        background-size: cover;
    }
}

/* .product-banner-seven-item:before {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: -280px;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
}

.product-banner-seven-item:after {
  background-color: rgba(255, 255, 255, 0.09);
  content: "";
  height: 200%;
  left: 180%;
  position: absolute;
  top: -50%;
  transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  z-index: 1;
} */

.product-banner-seven-item:hover {
    background-size: 102%;
}

@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) {
    .product-banner-seven-item:hover {
        background-size: cover;
    }
}

.product-banner-seven-item:hover:before {
    left: 180%;
}

.product-banner-seven-item:hover:after {
    left: -280px;
}

.product-banner-seven-title {
    color: #000000;
    line-height: 41px;
    margin: 0 auto 20px;
    max-width: 350px;
}

.product-banner-seven-btn {
    line-height: 35px;
    min-height: 37px;
    min-width: 139px;
}

.product-banner-eight-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 60px 30px 0;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.product-banner-eight-item:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-eight-item:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.product-banner-eight-item:hover:before {
    left: 180%;
}

.product-banner-eight-item:hover:after {
    left: -280px;
}

.product-banner-eight-desc {
    margin-bottom: 20px;
}

.product-banner-eight-title {
    color: #343333;
    margin-bottom: 20px;
}

.product-banner-eight-btn {
    border-radius: 30px;
    font-size: 12px;
    line-height: 33px;
    margin-bottom: 25px;
    min-height: 35px;
    min-width: 121px;
    padding: 0 10px;
}

.product-banner-eight-btn .icon {
    font-size: 11px;
    margin-left: 5px;
}

.product-banner-nine-title {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 39px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1550px) {
    .product-banner-nine-title {
        margin-bottom: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-banner-nine-title {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-banner-nine-title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .product-banner-nine-title {
        margin-bottom: 0;
    }
}

.product-category-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-category-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);
}

.product-category-item:hover .product-category-title {
    color: #FFC107;
}

.product-category-thumb {
    border-radius: 20px;
    display: inline-flex;
    margin-bottom: 27px;
    overflow: hidden;
}

.product-category-thumb img {
    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;
    width: 100%;
}

.product-category-title {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
    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-categories-items .product-category-thumb {
    border-radius: 50%;
}

.product-categories-items .product-category-title {
    color: #5b5b5b;
}

.product-categories-two-items .product-category-title {
    color: #4c4c4c;
}

.product-categories-wrp {
    padding-left: 170px;
    padding-right: 170px;
}

@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) {
    .product-categories-wrp {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-slider-container {
    overflow-y: visible;
    overflow-x: hidden;
    padding: 0 1px;
}

.product-slider-container .product-two-items {
    border-bottom: none;
}

.product-slider-container .product-two-items .product-item-border {
    border-bottom: 1px solid #f0f2f5;
}

@media only screen and (max-width: 575px) {
    .product-slider-container .product-two-items .product-item-border {
        margin-bottom: 1px;
    }
}

.product-slider-border {
    padding-left: 1px;
}

.product-tab-content .nav-tabs {
    border-bottom: 2px solid #f0f2f5;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
    margin-top: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-tab-content .nav-tabs {
        justify-content: center;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-tab-content .nav-tabs {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .product-tab-content .nav-tabs {
        margin-top: -10px;
    }
}

.product-tab-content .nav-item {
    margin: 0 29px;
}

@media only screen and (max-width: 575px) {
    .product-tab-content .nav-item {
        margin: 0 8px;
    }
}

.product-tab-content .nav-item:first-child {
    margin-left: 0;
}

.product-tab-content .nav-item:last-child {
    margin-right: 0;
}

.product-tab-content .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #646464;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: -2px;
    padding: 0 0 15px 0;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .product-tab-content .nav-link {
        font-size: 15px;
        padding: 0 0 10px 0;
    }
}

.product-tab-content .nav-link:hover {
    color: #000000;
}

.product-tab-content .nav-link.active {
    background-color: transparent;
    border-color: #FFC107;
    color: #000000;
}

.product-tab2-wrp {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-tab2-wrp {
        display: block;
    }
}

.product-tab2-wrp .product-banner-item {
    width: 214px;
}

.product-tab2-wrp .product-tab2-content {
    padding-left: 20px;
    width: calc(100% - 214px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-tab2-wrp .product-tab2-content {
        padding-left: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-tab2-wrp .product-banner-two-item {
        margin-top: 80px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.product-tab2-content {
    position: relative;
}

.product-tab2-content .nav-tabs {
    border: none;
    position: absolute;
    right: 0;
    top: -80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-tab2-content .nav-tabs {
        justify-content: center;
        margin-bottom: 40px;
        position: relative;
        top: auto;
    }
}

@media only screen and (max-width: 767px) {
    .product-tab2-content .nav-tabs {
        justify-content: center;
        margin-bottom: 25px;
        position: relative;
        top: auto;
    }
}

.product-tab2-content .nav-item {
    margin: 0 11px;
}

@media only screen and (max-width: 767px) {
    .product-tab2-content .nav-item {
        margin: 0 4px 15px;
    }
}

.product-tab2-content .nav-item:first-child {
    margin-left: 0;
}

.product-tab2-content .nav-item:last-child {
    margin-right: 0;
}

.product-tab2-content .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0 7px 4px;
    transition: all 0.3s ease 0s;
}

.product-tab2-content .nav-link:hover {
    color: #000000;
}

.product-tab2-content .nav-link.active {
    background-color: transparent;
    border-color: #FFC107;
    color: #000000;
}

.product-tab3-content .nav-tabs {
    background-color: #f0f2f5;
    border: none;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

@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) {
    .product-tab3-content .nav-tabs {
        margin-bottom: 40px;
    }
}

.product-tab3-content .nav-item {
    margin: 0 29px;
}

@media only screen and (max-width: 479px) {
    .product-tab3-content .nav-item {
        margin: 0 5px;
    }
}

.product-tab3-content .nav-item:first-child {
    margin-left: 0;
}

.product-tab3-content .nav-item:last-child {
    margin-right: 0;
}

.product-tab3-content .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #646464;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 11px 0 13px 0;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 479px) {
    .product-tab3-content .nav-link {
        font-size: 14px;
    }
}

.product-tab3-content .nav-link:hover {
    color: #000000;
}

.product-tab3-content .nav-link.active {
    background-color: transparent;
    border-color: #FFC107;
    color: #000000;
}

@media (max-width: 1599px) {
    .home-four-wrapper .product-list-item {
        border-right: none !important;
    }
}

.masonry-filter-menu button {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #4c4c4c;
    font-weight: 500;
    line-height: 1;
    margin: 0 9px;
    padding: 0 7px 4px;
}

.masonry-filter-menu button:hover {
    color: #FFC107;
}

.masonry-filter-menu button.active {
    border-color: #FFC107;
    color: #FFC107;
}

.swiper-button-style {
    position: relative;
}

.swiper-button-style .swiper-button-prev,
.swiper-button-style .swiper-button-next {
    background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    color: #cbcbcb;
    font-size: 18px;
    height: 35px;
    left: 12px;
    line-height: 35px;
    opacity: 0;
    text-align: center;
    top: calc(50% + 25px);
    visibility: hidden;
    width: 35px;
    transition: all 0.3s ease 0s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.swiper-button-style .swiper-button-prev:hover,
.swiper-button-style .swiper-button-next:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.swiper-button-style .swiper-button-prev:before,
.swiper-button-style .swiper-button-next:before {
    content: "\e605";
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.swiper-button-style .swiper-button-prev:after,
.swiper-button-style .swiper-button-next:after {
    display: none;
}

.swiper-button-style .swiper-button-next {
    left: auto;
    right: 12px;
}

.swiper-button-style .swiper-button-next:before {
    content: "\e606";
}

.swiper-button-style:hover .swiper-button-prev,
.swiper-button-style:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.swiper-button-style1 {
    position: relative;
}

.swiper-button-style1 .swiper-button-prev,
.swiper-button-style1 .swiper-button-next {
    background-color: #FFC107;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 29px;
    left: auto;
    line-height: 30px;
    right: 35px;
    text-align: center;
    top: -42px;
    width: 29px;
    transition: all 0.3s ease 0s;
}

.swiper-button-style1 .swiper-button-prev:hover,
.swiper-button-style1 .swiper-button-next:hover {
    background-color: #00743E;
}

.swiper-button-style1 .swiper-button-prev:before,
.swiper-button-style1 .swiper-button-next:before {
    content: "\e605";
    font-size: 14px;
}

.swiper-button-style1 .swiper-button-prev:after,
.swiper-button-style1 .swiper-button-next:after {
    display: none;
}

.swiper-button-style1 .swiper-button-next {
    right: 0;
}

.swiper-button-style1 .swiper-button-next:before {
    content: "\e606";
}

.swiper-button-style3 {
    position: relative;
}

.swiper-button-style3 .swiper-button-prev,
.swiper-button-style3 .swiper-button-next {
    color: #FFFFFF;
    left: auto;
    right: 5px;
    top: -20px;
    transition: all 0.3s ease 0s;
}

.swiper-button-style3 .swiper-button-prev:after,
.swiper-button-style3 .swiper-button-next:after {
    display: none;
}

.swiper-button-style3 .swiper-button-prev i,
.swiper-button-style3 .swiper-button-next i {
    font-size: 16px;
}

.swiper-button-style3 .swiper-button-prev:hover,
.swiper-button-style3 .swiper-button-next:hover {
    color: #ccc;
}

.swiper-button-style3 .swiper-button-prev {
    right: 30px;
}

.swiper-button-style4 {
    position: relative;
}

.swiper-button-style4 .swiper-button-prev,
.swiper-button-style4 .swiper-button-next {
    background-color: #c0c0c0;
    border-radius: 4px;
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 29px;
    left: auto;
    line-height: 30px;
    right: 35px;
    text-align: center;
    top: -57px;
    width: 29px;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .swiper-button-style4 .swiper-button-prev,
    .swiper-button-style4 .swiper-button-next {
        top: -47px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .swiper-button-style4 .swiper-button-prev,
    .swiper-button-style4 .swiper-button-next {
        top: -37px;
    }
}

@media only screen and (max-width: 479px) {

    .swiper-button-style4 .swiper-button-prev,
    .swiper-button-style4 .swiper-button-next {
        top: -97px;
    }
}

.swiper-button-style4 .swiper-button-prev:hover,
.swiper-button-style4 .swiper-button-next:hover {
    background-color: #FFC107;
    color: #FFFFFF;
}

.swiper-button-style4 .swiper-button-prev:before,
.swiper-button-style4 .swiper-button-next:before {
    content: "\e605";
    font-size: 14px;
}

.swiper-button-style4 .swiper-button-prev:after,
.swiper-button-style4 .swiper-button-next:after {
    display: none;
}

.swiper-button-style4 .swiper-button-next {
    right: 0;
}

.swiper-button-style4 .swiper-button-next:before {
    content: "\e606";
}

.swiper-button-style11 {
    position: relative;
}

.swiper-button-style11 .swiper-button-prev,
.swiper-button-style11 .swiper-button-next,
.swiper-button-style11 .swiper-button-disabled {
    background-color: #acacac;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 12px;
    height: 30px;
    left: -48px;
    line-height: 30px;
    opacity: 1;
    text-align: center;
    top: -56px;
    width: 30px;
    transition: all 0.3s ease 0s;
}

@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) {

    .swiper-button-style11 .swiper-button-prev,
    .swiper-button-style11 .swiper-button-next,
    .swiper-button-style11 .swiper-button-disabled {
        left: 7px;
        opacity: 0;
    }
}

@media only screen and (max-width: 479px) {

    .swiper-button-style11 .swiper-button-prev,
    .swiper-button-style11 .swiper-button-next,
    .swiper-button-style11 .swiper-button-disabled {
        top: -43px;
    }
}

.swiper-button-style11 .swiper-button-prev:hover,
.swiper-button-style11 .swiper-button-next:hover,
.swiper-button-style11 .swiper-button-disabled:hover {
    background-color: #FFC107;
}

.swiper-button-style11 .swiper-button-prev:before,
.swiper-button-style11 .swiper-button-next:before,
.swiper-button-style11 .swiper-button-disabled:before {
    content: "\e605";
    font-size: 12px;
    font-family: "simple-line-icons";
}

.swiper-button-style11 .swiper-button-prev:after,
.swiper-button-style11 .swiper-button-next:after,
.swiper-button-style11 .swiper-button-disabled:after {
    display: none;
}

.swiper-button-style11 .swiper-button-next {
    left: auto;
    right: -48px;
}

@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) {
    .swiper-button-style11 .swiper-button-next {
        right: 7px;
    }
}

.swiper-button-style11 .swiper-button-next:before {
    content: "\e606";
}

.swiper-button-style11:hover .swiper-button-prev,
.swiper-button-style11:hover .swiper-button-next,
.swiper-button-style11:hover .swiper-button-disabled {
    opacity: 1;
}

@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) {

    .product-detail-thumb:hover .swiper-button-style11 .swiper-button-prev,
    .product-detail-thumb:hover .swiper-button-style11 .swiper-button-next,
    .product-detail-thumb:hover .swiper-button-style11 .swiper-button-disabled {
        opacity: 1;
    }
}

.swiper-pagination-style {
    line-height: 1;
}

.swiper-pagination-style .swiper-pagination-bullet {
    background-color: #000000;
    height: 10px;
    margin: 0 9px !important;
    opacity: 1;
    outline: 2px solid transparent;
    outline-offset: 3px;
    transition: all 0.3s ease 0s;
    width: 10px;
}

@media only screen and (max-width: 479px) {
    .swiper-pagination-style .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
}

.swiper-pagination-style .swiper-pagination-bullet:hover {
    background-color: #FFC107;
}

.swiper-pagination-style .swiper-pagination-bullet-active {
    background-color: #FFC107;
    outline-color: #FFC107;
}

.countdown1 {
    display: flex;
    justify-content: center;
}

.countdown1 .count {
    color: #000000;
    margin-right: 18px;
}

.countdown1 .count:first-child {
    display: none;
}

.countdown1 .count:last-child {
    margin-right: 0;
}

.countdown1 .count span {
    display: block;
    text-align: center;
}

.countdown1 .count span.amount {
    border: 2px solid #FFC107;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 45px;
    margin-bottom: 8px;
    position: relative;
    width: 50px;
}

.countdown1 .count span.amount:before {
    border: 1px solid white;
    border-radius: 50%;
    content: "";
    height: calc(100% - 6px);
    left: 3px;
    position: absolute;
    top: 3px;
    width: calc(100% - 6px);
}

.countdown1 .count span.period {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.countdown1 .count span.period .period-desc {
    display: inline;
}

.countdown-wrp {
    align-items: center;
    display: inline-flex;
}

.countdown-desc {
    color: #5e5e5e;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

.countdown2 {
    align-items: center;
    background-color: #FFC107;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    min-width: 178px;
    padding: 0 21px;
}

.countdown2 .count {
    color: #FFFFFF;
    margin-right: 10px;
}

.countdown2 .count:first-child {
    display: none;
}

.countdown2 .count:last-child {
    margin-right: 0;
}

.countdown2 .count:last-child span.period {
    padding-right: 0;
}

.countdown2 .count:last-child span.period:after {
    display: none;
}

.countdown2 .count span {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.countdown2 .count span.amount {
    font-size: 16px;
    position: relative;
}

.countdown2 .count span.period {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding-right: 14px;
    position: relative;
    text-transform: lowercase;
}

.countdown2 .count span.period .period-desc {
    display: none;
}

.countdown2 .count span.period:after {
    content: ":";
    font-size: 16px;
    right: 0;
    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%);
}

.countdown3 {
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 0 21px;
}

.countdown3 .count {
    background-color: #FFC107;
    color: #FFFFFF;
    margin-right: 4px;
    text-align: center;
    width: 52px;
}

.countdown3 .count:first-child {
    display: none;
}

.countdown3 .count:nth-child(2) {
    border-radius: 5px 0 0 5px;
    text-align: right;
    padding-right: 11px;
    width: 58px;
}

.countdown3 .count:last-child {
    border-radius: 0 5px 5px 0;
    margin-right: 0;
    padding-left: 11px;
    text-align: left;
    width: 58px;
}

.countdown3 .count span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.countdown3 .count span.period {
    text-transform: lowercase;
}

.countdown3 .count span.period .period-desc {
    display: none;
}

.countdown4 {
    display: flex;
}

.countdown4 .count {
    margin-right: 24px;
}

.countdown4 .count:last-child {
    margin-right: 0;
}

.countdown4 .count:last-child span.amount:after {
    display: none;
}

.countdown4 .count span {
    display: block;
    text-align: center;
}

.countdown4 .count span.amount {
    border: 2px solid #d0d3d9;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 700;
    height: 70px;
    line-height: 66px;
    margin-bottom: 13px;
    position: relative;
    width: 70px;
}

@media only screen and (max-width: 767px) {
    .countdown4 .count span.amount {
        font-size: 24px;
        height: 55px;
        line-height: 52px;
        width: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .countdown4 .count span.amount {
        font-size: 20px;
        height: 50px;
        line-height: 48px;
        width: 50px;
    }
}

.countdown4 .count span.amount:after {
    content: ":";
    right: -19px;
    position: absolute;
    top: -4px;
}

.countdown4 .count span.period {
    color: #404040;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.countdown4 .count span.period .period-desc {
    display: inline;
}

.shop-top-bar {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

@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) {
    .shop-top-bar .page-number {
        font-size: 16px;
        width: 38px;
        height: 40px;
        line-height: 38px;
    }
}

@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) {
    .shop-top-bar .page-number.next {
        font-size: 14px;
        line-height: 39px;
    }
}

.shop-filter-nav {
    border: none;
    margin: 0 30px 0 0;
}

@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) {
    .shop-filter-nav {
        margin: 0 10px 0 0;
    }
}

.shop-filter-nav .nav-link {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    color: #505050;
    font-size: 16px;
    height: 45px;
    line-height: 47px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    width: 45px;
}

@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) {
    .shop-filter-nav .nav-link {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin-right: 5px;
        width: 36px;
    }
}

.shop-filter-nav .nav-link.active {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.shop-filter-nav .nav-link:last-child {
    margin-right: 0;
}

.select-shoing {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    border: 1px solid #e8e8e8;
    color: #505050;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    margin: 0;
    min-width: 220px;
    padding: 0 18px 0 21px;
}

@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) {
    .select-shoing {
        height: 40px;
        font-size: 12px;
        padding: 4px 8px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .select-shoing {
        width: 100%;
        margin-top: 16px;
    }
}

.select-shoing:after {
    display: none;
}

.select-shoing .current {
    display: block;
    font-weight: 500;
    padding: 0 18px 0 0;
    position: relative;
}

.select-shoing .current:after {
    border: none;
    color: #505050;
    content: "\e604";
    font-family: "simple-line-icons";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
}

@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) {
    .select-shoing .current:after {
        font-size: 10px;
        top: calc(50% - 5px);
    }
}

.select-shoing.open .current:after {
    margin-top: 0;
}

.select-shoing option {
    font-size: 14px;
}

.nice-select .option.selected {
    font-weight: 500;
}

.product-showing-count {
    color: #505050;
    font-weight: 500;
    margin-left: 40px;
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .product-showing-count {
        font-size: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .product-showing-count {
        font-size: 14px;
        margin-left: 12px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 575px) {
    .product-showing-count {
        margin-top: 12px;
    }
}

.product-showing-count span {
    color: #FFC107;
}

.single-product-nav-wrp {
    margin: 0 auto;
    max-width: 422px;
}

.single-product-nav-slider {
    margin-top: 19px;
    padding: 0 1px;
}

.single-product-nav-slider-mobile {
    margin-top: 19px;
    padding: 0 1px;
}

@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-nav-slider {
        padding-bottom: 1px;
    }

    .single-product-nav-slider-mobile {
        padding-bottom: 1px;
    }
}

.single-product-nav-slider .swiper-slide {
    border: 1px solid transparent;
}

.single-product-nav-slider-mobile .swiper-slide {
    border: 1px solid transparent;
}

.single-product-nav-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: #FFC107;
}

.single-product-nav-slider-mobile .swiper-slide.swiper-slide-thumb-active {
    border-color: #FFC107;
}

.single-product-nav-slider .nav-item {
    cursor: pointer;
}

.single-product-nav-slider-mobile .nav-item {
    cursor: pointer;
}

.single-product-nav-slider .nav-item img {
    width: 100%;
    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;
}

.single-product-nav-slider-mobile .nav-item img {
    width: 100%;
    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;
}

@media only screen and (max-width: 575px) {
    .single-product-nav-slider .nav-item img {
        margin-bottom: 1px;
    }

    .single-product-nav-slider-mobile .nav-item img {
        margin-bottom: 1px;
    }
}

@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) {
    .product-detail-thumb {
        margin-bottom: 60px;
    }
}

.product-detail-title {
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 16px;
    font-size: 30px;
}

.product-detail-content #buyButton {
    margin-top: 4px;
}


@media only screen and (max-width: 600px) and (min-width: 320px) {
    .product-detail-content #buyButton {
        margin-top: 7px;
    }

    .pro-qty .inc {
        margin-top: 2px;
    }
}


.product-detail-price {
    align-items: center;
    color: #FFC107;
    display: flex;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.product-detail-price .price-old {
    color: #646464;
    font-size: 18px;
    margin-left: 8px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    -webkit-text-decoration-color: #646464;
    text-decoration-color: #646464;
}

.product-detail-review {
    align-items: center;
    display: flex;
    margin-bottom: 32px;
}

.product-detail-review-icon {
    color: #ff9923;
    display: flex;
    font-size: 16px;
    letter-spacing: 7.35px;
    line-height: 1;
    margin-right: 13px;
}

.product-detail-review-show {
    color: #070707;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.product-detail-desc {
    color: #171616;
    margin-bottom: 5px;
}

.product-detail-cart-btn {
    background-color: transparent;
    color: #000000;
    border: 2px solid #dedede;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    min-width: 170px;
}

.product-detail-cart-btn:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #FFFFFF;
}

.product-detail-compare-btn,
.product-detail-wishlist-btn {
    background-color: transparent;
    border: none;
    color: #000000;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.product-detail-compare-btn .icon,
.product-detail-wishlist-btn .icon {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.product-detail-compare-btn:hover,
.product-detail-wishlist-btn:hover {
    color: #FFC107;
}

.product-detail-wishlist-btn {
    margin-left: 14px;
}

.product-detail-meta {
    color: #4b4b4b;
    font-weight: 400;
}

.product-detail-meta li {
    margin-bottom: 0px;
}

.product-detail-meta li:last-child {
    margin-bottom: 0;
}

.product-detail-meta span {
    color: #000000;
    font-size: 14px;
}

.product-detail-info-wrap {
    border-bottom: 1px solid #dedede;
    margin-bottom: 32px;
    padding-bottom: 22px;
}

.product-detail-info-wrap li {
    color: #3f3f3f;
    font-size: 15px;
    list-style: none;
    margin: 0 0 13px;
    display: flex;
}

.product-detail-info-wrap li span {
    color: #00743E;
    display: inline-block;
    font-weight: 500;
    margin: 0 26px 0 0;
    min-width: 85px;
}

.product-detail-nav {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 25px;
    margin-top: 50px;
    justify-content: center;
}

@media only screen and (max-width: 575px) {
    .product-detail-nav {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.product-detail-nav-link {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: #343434;
    font-size: 18px;
    font-weight: 600;
    margin: 0 34px -2px;
    padding: 0 0 13px;
}

@media only screen and (max-width: 575px) {
    .product-detail-nav-link {
        font-size: 15px;
        margin: 0 9px 18px;
        padding: 0 0 1px;
    }
}

.product-detail-nav-link.active {
    border-color: #FFC107;
}

.product-detail-nav-link:first-child {
    margin-left: 0;
}

.product-detail-nav-link:last-child {
    margin-right: 0;
}

.product-detail-nav-description {
    margin: 0 auto;
}

.product-review-item {
    background: #f0f2f5;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 35px 35px 30px;
    position: relative;
}

.product-review-item .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .product-review-item .desc {
        font-size: 13px;
        line-height: 1.6;
    }
}

.product-review-item .review-reply {
    border-radius: 0;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 53px;
    right: 50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .product-review-item .review-reply {
        right: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .product-review-item .review-reply {
        right: 38px;
        top: 50px;
    }
}

.product-review-item .review-reply:hover {
    color: #FFC107;
}

.product-review-top {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .product-review-top {
        display: block;
    }
}

.product-review-thumb {
    margin-right: 20px;
}

@media only screen and (max-width: 575px) {
    .product-review-thumb {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.product-review-thumb img {
    border-radius: 50%;
}

.product-review-content {
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .product-review-content {
        display: block;
    }
}

.product-review-name {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .product-review-name {
        font-size: 14px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .product-review-name {
        font-size: 16px;
        margin-bottom: 8px;
        margin-right: 0;
    }
}

.product-review-designation {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 44px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (max-width: 767px) {
    .product-review-designation {
        font-size: 14px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .product-review-designation {
        font-size: 12px;
        margin-bottom: 22px;
        margin-right: 0;
    }
}

.product-review-icon {
    color: #ff9923;
    display: flex;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 1;
}

.product-review-reply {
    margin-left: 30px;
    margin-right: 0;
}

.product-size-list {
    display: flex;
    margin: 0 0 30px;
}

.product-size-list-check {
    line-height: 1;
    margin-right: 20px;
    position: relative;
}

@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) {
    .product-size-list-check {
        margin-right: 15px;
    }
}

.product-size-list-check .form-check-input {
    background-color: transparent;
    border: 1px solid #dedede;
    cursor: pointer;
    box-shadow: none;
    width: 50px;
    height: 50px;
    margin: 0;
}

@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) {
    .product-size-list-check .form-check-input {
        height: 35px;
        width: 35px;
    }
}

.product-size-list-check .form-check-input:checked[type=radio] {
    background-image: none;
    box-shadow: none;
    border-color: #FFC107;
}

.product-size-list-check .form-check-label {
    color: #3f3f3f;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 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%);
}

@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) {
    .product-size-list-check .form-check-label {
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .product-size-list-check .form-check-label {
        font-size: 13px;
        top: 50%;
    }
}

.product-color-list {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    margin: 0 0 25px;
    padding: 35px 0 33px;
}

.product-color-list h4 {
    line-height: 1;
    margin-bottom: 0;
    margin-right: 42px;
}

@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) {
    .product-color-list h4 {
        font-size: 14px;
    }
}

.product-color-list-check {
    line-height: 1;
    margin-right: 30px;
}

.product-color-list-check .form-check-input {
    cursor: pointer;
    box-shadow: none;
    width: 16px;
    height: 16px;
    background-color: #BABABA;
    border: 2px solid transparent;
    margin-right: 7px;
    margin-top: 0;
}

@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) {
    .product-color-list-check .form-check-input {
        height: 13px;
        margin-right: 4px;
        width: 13px;
    }
}

.product-color-list-check .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%231D3557'/%3E%3C/svg%3E");
    background-size: 12px;
    box-shadow: none;
    border-color: #00743E;
}

@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) {
    .product-color-list-check .form-check-input:checked[type=radio] {
        background-size: 11px;
    }
}

.product-color-list-check .form-check-input.bg-red {
    background-color: #FF0000;
}

.product-color-list-check .form-check-input.bg-green {
    background-color: #0ADC51;
}

.product-color-list-check .form-check-input.bg-blue {
    background-color: #0066FF;
}

.product-color-list-check .form-check-label {
    color: #00743E;
    cursor: pointer;
    font-size: 18px;
}

@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) {
    .product-color-list-check .form-check-label {
        font-size: 15px;
    }
}

.group-product-list {
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .group-product-list {
        overflow-x: auto;
    }
}

.group-product-list .info-text {
    display: block;
    font-weight: 500;
    margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .group-product-list .info-text {
        font-size: 14px;
    }
}

.group-product-list .info-text .text-primary {
    color: #FFC107;
    font-weight: 500;
}

.group-product-list table {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px dotted #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .group-product-list table {
        min-width: 400px;
    }
}

.group-product-list table tbody tr td {
    padding: 10px 10px 10px 0;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #e5e5e5;
    background-color: transparent;
}

.group-product-list table tbody tr .thumb {
    width: 50px;
}

.group-product-list table tbody tr .title {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
}

.group-product-list table tbody tr .title a {
    color: #000000;
}

.group-product-list table tbody tr .title a:hover {
    color: #FFC107;
}

.group-product-list table tbody tr input {
    cursor: pointer;
}

.group-product-list table tbody tr .price {
    padding-right: 0;
    text-align: right;
}

.group-product-list table tbody tr .price .pro-price span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.group-product-list table tbody tr .price .pro-price .old {
    font-size: 14px;
    margin-right: 5px;
    text-decoration: line-through;
    opacity: 0.5;
}

.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: 40px;
    font-size: 16px;
    padding: 0 25px 0;
    text-align: center;
    width: 80px;
}

@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 {
        top: 40%;
    }
}

.pro-qty .qty-btn {
    cursor: pointer;
    position: absolute;
    line-height: 21px;
    color: #000000;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@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 .qty-btn {
        top: 40%;
    }
}

.pro-qty .qty-btn:hover {
    color: #FFC107;
}

.pro-qty .dec {
    left: 0;
    padding-left: 18px;
}

.pro-qty .inc {
    right: 0;
    padding-right: 18px;
}

.cart-table {
    width: 100%;
}

.cart-table thead {
    background-color: #f3f3f3;
}

.cart-table thead>tr th {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 23px 10px;
    background-color: #00743E;
}

.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 #e5e5e5;
}

.cart-table tbody>tr td {
    padding: 6px;
}

.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: 500;
    font-size: 15px;
    color: #00743E;
}

.cart-table tbody>tr td.product-name h5 a {
    color: #00743E;
}

.cart-table tbody>tr td.product-name h5 a:hover {
    color: #FFC107;
}

.cart-table tbody>tr td.product-price span {
    font-size: 16px;
    font-weight: 500;
    color: #3f3f3f;
}

.cart-table tbody>tr td.product-total span {
    font-size: 16px;
    font-weight: 500;
    color: #00743E;
}

.cart-table tbody>tr td.cart-quality .product-details-quality input {
    border: 1px solid #e5e5e5;
    background-color: transparent;
    color: #00743E;
    width: 95px;
    height: 40px;
    font-weight: 500;
    padding: 0 10px;
}

.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: #FFC107;
    display: inline-block;
}

.cart-table tbody>tr td.product-remove a:hover {
    color: #00743E;
}

.cart-calculate-discount-wrap h4 {
    font-size: 20px;
    margin: 0 0 30px;
}

.cart-shiping-update-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0px;
}

@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: 20px 0 0px;
    }
}

@media only screen and (max-width: 479px) {
    .cart-shiping-update-wrapper {
        display: block;
    }
}

.cart-shiping-btn a {
    font-size: 14px;
    background-color: #FFC107;
}

@media only screen and (max-width: 479px) {
    .cart-shiping-btn a {
        display: block;
        width: 100%;
    }
}

.cart-shiping-btn a.btn-link {
    background-color: #00743E;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    line-height: 1;
    min-height: auto;
    padding: 16px 20px;
    text-decoration: none;
}

.cart-shiping-btn a i {
    font-size: 16px;
    margin-right: 2px;
    position: relative;
    top: 0;
}

.cart-shiping-btn.continure-btn a {
    background-color: #00743E;
}

@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: #00743E;
}

.cart-shiping-btn.update-btn a {
    background-color: #00743E;
}

.cart-shiping-btn.update-btn a:hover {
    background-color: #FFC107;
}

.select-style {
    margin-bottom: 15px;
}

.select-style .select-active {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    width: 100%;
    height: 49px;
    line-height: 36px;
    color: #00743E;
    margin-bottom: 0px;
    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: 14px;
    margin-bottom: 18px;
    display: block;
    color: #3f3f3f;
}

.calculate-discount-content .input-style {
    margin-bottom: 15px;
}

.calculate-discount-content .input-style input {
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    color: #00743E;
    height: 49px;
    padding: 2px 16px 2px 18px;
    width: 100%;
}

.calculate-discount-content .input-style input::-webkit-input-placeholder {
    color: #00743E;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input:-moz-placeholder {
    color: #00743E;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input::-moz-placeholder {
    color: #00743E;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input:-ms-input-placeholder {
    color: #00743E;
    font-size: 14px;
    opacity: 1;
}

.calculate-discount-content .input-style input:focus {
    border-color: #00743E;
}

.calculate-discount-btn a {
    background-color: #00743E;
    font-size: 14px;
    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: 3px;
    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: #FFC107;
}

.grand-total-content {
    padding: 30px;
    padding: 34px 30px 33px;
    background-color: #efeaea;
}

.grand-total-content h5 {
    margin: 0;
    border-bottom: 1px solid #A8DADC;
    display: flex;
    justify-content: space-between;
    padding: 0 0 18px;
}

.grand-total-content h5 span {
    color: #FFC107;
}

.grand-total h4 {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.grand-total h4 span {
    color: #FFC107;
}

.grand-total-btn {
    margin-top: 24px;
}

.grand-total-btn a {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #00743E;
    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: #FFFFFF;
}

.grand-total-btn a:hover {
    background-color: #00743E;
    border-color: #00743E;
}

.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: flex;
    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: #00743E;
    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: #000000;
    font-weight: 500;
    margin-left: 6px;
    font-size: 14px;
}

.checkout-coupon-wrap>p a:hover {
    color: #FFC107;
}

.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: #00743E;
}

.checkout-coupon-content button {
    border: none;
    background-color: #3f3f3f;
    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: #FFC107;
}

.billing-info-wrap h4 {
    font-size: 20px;
    margin: 0 0 23px;
}

.billing-info label {
    color: #737373;
    display: block;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .billing-info label {
        margin-bottom: 5px;
    }
}

.billing-info label abbr {
    color: #3f3f3f;
}

.billing-info input {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #00743E;
    font-size: 14px;
    height: 30px;
    padding: 2px 13px;
    width: 100%;
}

.billing-info input::-webkit-input-placeholder {
    color: #00743E;
    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: #00743E;
    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: #00743E;
    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: #00743E;
    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: #00743E;
}

.billing-info input.billing-address {
    margin-bottom: 5px;
}

.billing-select .select-style .select-active {
    border-color: #e5e5e5;
    border-width: 1px;
    padding-left: 16px;
    height: 40px;
}

.billing-select label {
    color: #737373;
    display: block;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}

.billing-select label abbr {
    color: #f33;
}

.checkout-account input {
    border: 1px solid #e5e5e5;
    display: inline-block;
    float: left;
    height: 25px;
    width: 13px;
    position: relative;
    top: 0px;
    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: 0px;
    }
}

.checkout-account input.checkout-toggle {
    cursor: pointer;
}

.checkout-account span {
    margin: 0 0 0 12px;
    font-size: 14px;
}

/* .additional-info-wrap {
  margin: 19px 0 -5px;
} */

.additional-info-wrap label {
    color: #737373;
    display: block;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
}

.additional-info-wrap textarea {
    width: 100%;
    min-height: 92px;
    background-color: #fff;
    padding: 12px 16px;
    color: #00743E;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
}

@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: #00743E;
}

.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: 20px;
    box-shadow: 0px 0px 2px #a7a7a7;
}

@media only screen and (max-width: 575px) {
    .your-order-wrap {
        padding: 30px 20px;
    }
}

.your-order-title h6 {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 4px;
    padding: 0 0 8px;
    border-bottom: 1px solid #e5e5e5;
}

.your-order-product {
    padding-bottom: 4px;
}

.your-order-product ul {
    margin: 0;
}

.your-order-product ul li {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.your-order-product ul li:last-child {
    margin: 0;
}

.your-order-product ul li span {
    font-size: 14px;
    color: #FFC107;
    font-weight: 500;
}

.your-order-subtotal {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 0;
}

.your-order-subtotal h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.your-order-subtotal h3 span {
    font-size: 14px;
    /* font-weight: 600; */
    color: #FFC107;
}

.your-order-shipping {
    padding: 6px 0 10px;
}

.your-order-shipping>span {
    font-size: 15px;
    font-weight: 500;
}

.your-order-shipping ul {
    padding: 17px 0 0px;
    margin: 0;
}

.your-order-shipping ul li {
    display: flex;
    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: #666;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.your-order-total {
    padding: 8px 0;
}

.your-order-total h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.your-order-total h3 span {
    font-size: 14px;
    color: #FFC107;
    font-weight: 600;
}

.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: 8px;
}

.sin-payment label {
    color: #00743E;
    cursor: pointer;
    font-size: 15px;
    margin: 0px 0 0 21px;
    display: flex;
    align-items: center;
}

.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: #FFC107;
}

.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: #FFC107;
    font-size: 14px;
}

.payment-condition p a:hover {
    text-decoration: underline;
}

.payment-checkbox {
    display: flex;
    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: #FFC107;
    font-size: 14px;
}

.payment-checkbox span a:hover {
    text-decoration: underline;
}

.place-order {
    margin-top: 20px;
}

.place-order a {
    padding: 17px 20px;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    text-align: center;
    background-color: #FFC107;
}

@media only screen and (max-width: 767px) {
    .place-order a {
        font-size: 16px;
    }
}

.place-order a:hover {
    background-color: #3f3f3f;
}

.wishlist-table-content {
    width: 100%;
}

.wishlist-table-content thead {
    background-color: #f3f3f3;
}

.wishlist-table-content thead>tr th {
    color: #000000;
    font-size: 14px;
    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: 400;
    font-size: 15px;
    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: #FFC107;
}

.wishlist-table-content tbody>tr td.product-price span {
    font-size: 16px;
    font-weight: 500;
    color: #3f3f3f;
}

.wishlist-table-content tbody>tr td.stock-status span {
    font-size: 14px;
    font-weight: 500;
    color: #3f3f3f;
}

.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: #FFC107;
}

.wishlist-table-content tbody>tr td.wishlist-cart a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding: 11px 16px 10px;
    line-height: 1;
    white-space: pre;
    background-color: #FFC107;
}

.wishlist-table-content tbody>tr td.wishlist-cart a:hover {
    background-color: #00743E;
}

.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: #3f3f3f;
    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: #FFC107;
}

.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: #FFC107;
}

.compare-table-content tr td.pro-color,
.compare-table-content tr td.pro-stock {
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}

.compare-table-content tr td.pro-price {
    color: #FFC107;
    font-size: 16px;
    font-weight: 500;
}

.compare-table-content tr td.pro-remove button {
    border: none;
    background-color: transparent;
    color: #FFC107;
    padding: 0;
    cursor: pointer;
}

.compare-table-content tr td.pro-remove button:hover {
    color: #00743E;
}

.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;
    flex-direction: column;
}

@media only screen and (max-width: 767px) {
    .myaccount-tab-menu {
        margin-bottom: 40px;
    }
}

.myaccount-nav-link {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 0;
    color: #000000;
    font-size: 15px;
    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: #FFC107;
}

.myaccount-nav-link:hover,
.myaccount-nav-link.active {
    background-color: #00743E;
    border-color: #00743E;
    color: #FFFFFF;
}

.myaccount-content {
    border: 1px solid #eee;
    padding: 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) {
    .myaccount-content {
        padding: 5px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h3 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a:hover {
    color: #FFC107;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #00743E;
}

.myaccount-content p {
    line-height: 28px;
    margin-bottom: 2px;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.account-details-form {
    margin-top: 50px;
}

.account-details-form .single-input-item {
    margin-bottom: 20px;
}

.account-details-form .single-input-item label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.account-details-form .single-input-item input {
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 40px;
    background-color: transparent;
    padding: 2px 20px;
    color: #000000;
    font-size: 13px;
}

.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 #00743E;
}

.account-details-form .single-input-item button {
    border: none;
    background-color: #00743E;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 25px;
    color: #fff;
    font-size: 13px;
}

.account-details-form .single-input-item button:hover {
    background-color: #1f2226;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
    margin-bottom: 0;
}

.myaccount-table th {
    padding: 10px;
    font-weight: 600;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
    color: #1f2226;
}

.myaccount-table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.myaccount-table td a {
    font-size: 14px;
    color: #000000;
}

.saved-message {
    background-color: #fff;
    border-top: 3px solid #FFC107;
    font-size: 14px;
    padding: 20px 0;
    color: #333;
}

.login-register-title h3 {
    margin: 0 0 15px;
    line-height: 1;
    text-transform: uppercase;
}

.login-register-title p {
    line-height: 1.6;
    color: #3f3f3f;
    width: 85%;
}

@media only screen and (max-width: 767px) {
    .login-register-title p {
        width: 100%;
    }
}

.login-register-pr {
    padding-right: 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) {
    .login-register-pr {
        padding-right: 0;
    }
}

.login-register-pl {
    padding-left: 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) {
    .login-register-pl {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .login-register-pl {
        margin-top: 82px;
    }
}

.login-register-border {
    border-right: 1px solid #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .login-register-border {
        border: none;
    }
}

.login-register-style {
    margin: 20px 0 0;
}

.login-register-style p {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 35px;
}

.login-register-input {
    position: relative;
    margin-bottom: 10px;
}

.login-register-input input {
    color: #00743E;
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 2px 15px 2px 16px;
    font-size: 15px;
}

.login-register-input input::-webkit-input-placeholder {
    color: #495057;
    opacity: 1;
}

.login-register-input input:-moz-placeholder {
    color: #495057;
    opacity: 1;
}

.login-register-input input::-moz-placeholder {
    color: #495057;
    opacity: 1;
}

.login-register-input input:-ms-input-placeholder {
    color: #495057;
    opacity: 1;
}

.login-register-input input:focus {
    border-color: #00743E;
}

.login-register-input .forgot {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.login-register-input .forgot a {
    color: #000000;
    font-size: 15px;
}

.login-register-input .forgot a:hover {
    color: #FFC107;
}

.login-register-paragraph {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 10px 0 10px;
}

.login-register-paragraph p {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin: 0;
}

.login-register-paragraph p a {
    font-size: 14px;
    color: #FFC107;
}

.login-register-paragraph p a:hover {
    color: #00743E;
}

.remember-me-btn {
    display: flex;
    align-items: center;
    margin: 19px 0 0px;
}

.remember-me-btn input {
    cursor: pointer;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.remember-me-btn label {
    cursor: pointer;
    color: #000000;
    font-size: 15px;
}

.btn-register {
    margin: 10px 0 10px;
}

.btn-register-now {
    font-size: 14px;
    border-radius: 3px;
    color: #FFFFFF;
    background-color: #00743E;
    border: none;
    line-height: 1;
    text-align: center;
    padding: 13px 32px 11px;
    text-transform: uppercase;
    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;
}

.btn-register-now:hover {
    background-color: #00743E;
    color: #FFFFFF;
}

.register-benefits {
    background-color: #f3f3f3;
    padding: 40px 30px;
    margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .register-benefits {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .register-benefits {
        margin-top: 87px;
    }
}

.register-benefits h4 {
    text-transform: uppercase;
    margin: 0 0 20px;
}

.register-benefits p {
    line-height: 1.6;
    font-size: 14px;
    color: #00743E;
    margin: 0 0 28px;
}

.register-benefits ul {
    margin: 0;
}

.register-benefits ul li {
    color: #3f3f3f;
    font-size: 16px;
    margin: 0 0 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) {
    .register-benefits ul li {
        font-size: 15px;
    }
}

.register-benefits ul li:last-child {
    margin: 0 0 0;
}

.register-benefits ul li i {
    font-size: 20px;
    color: #3f3f3f;
    margin-right: 12px;
    position: relative;
    top: 3px;
}

@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) {
    .register-benefits ul li i {
        margin-right: 0;
    }
}

.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: #FFC107;
    box-shadow: none;
    border: none;
    background-image: none;
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 2;
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    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:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.single-product-quick-view-slider .thumb-item img {
    width: 100%;
}

.single-product-quick-view-slider .swiper-button-next,
.single-product-quick-view-slider .swiper-button-prev {
    background-color: transparent;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    width: 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media only screen and (max-width: 479px) {

    .single-product-quick-view-slider .swiper-button-next,
    .single-product-quick-view-slider .swiper-button-prev {
        display: none;
    }
}

.single-product-quick-view-slider .swiper-button-next:before,
.single-product-quick-view-slider .swiper-button-prev:before {
    color: #000000;
    font-family: "FontAwesome";
    font-size: 48px;
    left: -2px;
    line-height: 1;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.single-product-quick-view-slider .swiper-button-next:after,
.single-product-quick-view-slider .swiper-button-prev:after {
    display: none;
}

.single-product-quick-view-slider .swiper-button-next:hover,
.single-product-quick-view-slider .swiper-button-prev:hover {
    color: #FFC107;
}

.single-product-quick-view-slider .swiper-button-next:hover:before,
.single-product-quick-view-slider .swiper-button-prev:hover:before {
    color: #FFC107;
}

.single-product-quick-view-slider .swiper-button-prev {
    left: 20px;
}

.single-product-quick-view-slider .swiper-button-prev:before {
    content: "\f104";
}

.single-product-quick-view-slider .swiper-button-next {
    right: 20px;
}

.single-product-quick-view-slider .swiper-button-next:before {
    content: "\f105";
    left: auto;
    right: -2px;
}

.product-action-modal .modal-content {
    border-radius: 0 0 5px 5px;
}

.product-action-modal .product-action-view-content .btn-close {
    background-image: none;
    box-shadow: none;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    width: 100%;
    height: 32px;
    line-height: 18px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: #FFC107;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    padding: 0;
    margin: 0;
}

.product-action-modal .product-action-view-content .modal-action-messages {
    font-size: 15px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 17px;
}

.product-action-modal .product-action-view-content .modal-action-messages i {
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.product-action-modal .product-action-view-content .modal-action-product .thumb img {
    border-radius: 8px;
    width: 100%;
}

.product-action-modal .product-action-view-content .modal-action-product .product-name {
    margin: 18px 0 2px;
    font-size: 18px;
    text-align: center;
}

/*----------------------------------------*/
/*  Blog Post CSS
/*----------------------------------------*/
.post-item-thumb {
    display: block;
    margin-bottom: 41px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@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) {
    .post-item-thumb {
        margin-bottom: 25px;
    }
}

.post-item-thumb img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.post-item-thumb:before {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.post-item-thumb:after {
    background-color: rgba(255, 255, 255, 0.09);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 1;
}

.post-item-content .btn-link {
    color: #000000;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease 0s;
}

.post-item-content .btn-link:after {
    background-color: #FFC107;
    bottom: -6px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
}

.post-item-content .btn-link .icon {
    margin-left: 5px;
    position: relative;
    top: 0;
}

.post-item-content .btn-link:hover {
    color: #FFC107;
}

.post-item-content .btn-link:hover:after {
    left: 0;
    width: 100%;
}

.post-item-title {
    color: #1a1919;
    font-weight: 500;
    margin-bottom: 19px;
}

@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) {
    .post-item-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.post-item-desc {
    margin-bottom: 23px;
}

@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) {
    .post-item-desc {
        margin-bottom: 8px;
    }
}

.post-item-meta {
    align-items: center;
    display: flex;
    margin-bottom: 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) {
    .post-item-meta {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .post-item-meta {
        font-size: 13px;
    }
}

.post-item-date {
    line-height: 1;
}

.post-item-date a {
    align-items: center;
    color: #544d4d;
    display: flex;
}

.post-item-date a:hover {
    color: #FFC107;
}

.post-item-date .icon {
    color: #FFC107;
    font-size: 16px;
    margin-right: 10px;
}

.post-item-views {
    line-height: 1;
    margin-left: 29px;
}

@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) {
    .post-item-views {
        margin-left: 13px;
    }
}

.post-item-views a {
    align-items: center;
    color: #544d4d;
    display: flex;
}

.post-item-views a:hover {
    color: #FFC107;
}

.post-item-views .icon {
    color: #FFC107;
    font-size: 16px;
    margin-right: 7px;
}

.post-item:hover .post-item-thumb 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);
}

.post-item:hover .post-item-thumb:before {
    left: 180%;
}

.post-item:hover .post-item-thumb:after {
    left: -280px;
}

.post-border-items .post-item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 12px;
}

.post-border-items .post-item-thumb {
    border-radius: 10px;
    margin-bottom: 30px;
}

.post-border-items .post-item-content {
    padding: 0 15px 15px;
}

@media only screen and (max-width: 767px) {
    .post-border-items .post-item-content {
        padding: 0 5px 15px;
    }
}

.post-border-items .post-item-title {
    margin-bottom: 20px;
}

.post-border-items .post-item-desc {
    margin-bottom: 16px;
}

.blog-detail-meta {
    margin-bottom: 13px;
}

.blog-detail-post-date,
.blog-detail-post-views {
    align-items: center;
    color: #544d4d;
    display: inline-flex;
    line-height: 1;
}

.blog-detail-post-date i,
.blog-detail-post-views i {
    color: #FFC107;
    margin-right: 9px;
}

.blog-detail-post-views {
    margin-left: 23px;
}

.blog-detail-title {
    color: #1a1919;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    margin-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-detail-title {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 767px) {
    .blog-detail-title {
        font-size: 18px;
        line-height: 1.4;
    }
}

.blog-detail-blockquote {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 42px;
    padding: 36px 69px 34px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .blog-detail-blockquote {
        padding: 25px;
    }
}

.blog-detail-blockquote .desc {
    color: #FFC107;
    font-size: 30px;
    font-style: italic;
    line-height: 44px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .blog-detail-blockquote .desc {
        font-size: 18px;
        line-height: 1.7;
    }
}

.blog-detail-blockquote .quote-icon {
    left: 30px;
    position: absolute;
    top: 33px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-blockquote .quote-icon {
        width: 15%;
    }
}

.blog-detail-tag-social {
    align-items: center;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-tag-social {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-detail-social {
        margin-top: 20px;
    }
}

.blog-detail-social span {
    color: #575757;
    font-weight: 500;
    margin-right: 10px;
}

.blog-detail-social-item {
    background-color: #FFC107;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    margin-right: 4px;
    text-align: center;
    width: 36px;
}

.blog-detail-social-item:last-child {
    margin-right: 0;
}

.blog-detail-social-item:hover {
    color: #FFFFFF;
}

.blog-detail-social-item.linkedin-item {
    background-color: #0077b5;
}

.blog-detail-social-item.rss-item {
    background-color: #f26522;
}

.blog-detail-social-item.dribbble-item {
    background-color: #ea4c89;
}

.tag-item {
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #FFC107;
    font-weight: 500;
    display: inline-flex;
    line-height: 1;
    margin-right: 10px;
    min-height: 34px;
    padding: 3px 14px;
}

@media only screen and (max-width: 575px) {
    .tag-item {
        margin-bottom: 10px;
    }
}

.tag-item i {
    color: #000000;
    font-size: 12px;
    margin-right: 6px;
}

.tag-item i:hover {
    color: #FFC107;
}

.tag-item:hover {
    border-color: #FFC107;
}

.comment-area {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-top: 98px;
    padding: 43px 40px 40px;
}

@media only screen and (max-width: 575px) {
    .comment-area {
        padding: 33px 15px 30px;
    }
}

.comment-area-title {
    margin-bottom: 37px;
    padding-bottom: 9px;
    position: relative;
}

.comment-area-title:after {
    background-color: #FFC107;
    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: flex;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .single-comment {
        display: block;
    }
}

.single-comment-thumb {
    margin-right: 30px;
    min-width: 120px;
}

@media only screen and (max-width: 575px) {
    .single-comment-thumb {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.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: #FFC107;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.single-comment .reply-icon {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(231, 60, 23, 0.5);
    color: #FFC107;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 50px;
    top: 4px;
}

@media only screen and (max-width: 575px) {
    .single-comment .reply-icon {
        margin-top: 20px;
        position: relative;
        right: auto;
        top: 0;
    }
}

.comment-form-area {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-top: 98px;
    padding: 43px 40px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .comment-form-area {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .comment-form-area {
        padding: 33px 15px 30px;
    }
}

.comment-form-title {
    margin-bottom: 42px;
    padding-bottom: 9px;
    position: relative;
}

.comment-form-title:after {
    background-color: #FFC107;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.comment-form-title:before {
    background-color: #e9e9e9;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    max-width: 210px;
    position: absolute;
    width: 100%;
}

.page-numbers {
    display: flex;
    justify-content: start;
    margin-bottom: 0;
}

.page-number {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c3c3c;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
}

.page-number:hover,
.page-number.active {
    background-color: #FFC107;
    border-color: #e8e8e8;
    color: #FFFFFF;
}

.page-number.next {
    font-size: 16px;
    line-height: 47px;
}

/*----------------------------------------*/
/*  Contact CSS
/*----------------------------------------*/
.newsletter-content-wrap {
    border-bottom: 1px solid #454545;
    padding: 60px 0 52px;
}

.newsletter-content {
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 479px) {
    .newsletter-content {
        display: block;
        text-align: center;
    }
}

.newsletter-content .icon-img {
    margin-right: 30px;
    min-width: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-content .icon-img {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .newsletter-content .icon-img {
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.newsletter-content-title {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 1px;
}

.newsletter-content-desc {
    color: white;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-content-desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-content-desc {
        font-size: 14px;
    }
}

.newsletter-form {
    overflow: hidden;
    position: relative;
}

.newsletter-form .form-control {
    background-color: #3a3a3a;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    width: 100%;
    padding: 4px 136px 5px 20px;
}

.newsletter-form .form-control::-webkit-input-placeholder {
    color: #a2a2a2;
}

.newsletter-form .form-control:-moz-placeholder {
    color: #a2a2a2;
}

.newsletter-form .form-control::-moz-placeholder {
    color: #a2a2a2;
}

.newsletter-form .form-control:-ms-input-placeholder {
    color: #a2a2a2;
}

.newsletter-form .btn-submit {
    background-color: #FFC107;
    border: none;
    border-radius: 0 10px 10px 0;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 54px;
    line-height: 49px;
    margin: 0;
    padding: 3px 7px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 126px;
}

.newsletter-form .btn-submit:hover {
    background-color: #bd3113;
}

.newsletter-two-content-wrap {
    padding: 28px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .newsletter-two-content-wrap {
        padding: 50px 0;
    }
}

.newsletter-two-content {
    align-items: center;
    display: flex;
}

@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) {
    .newsletter-two-content {
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .newsletter-two-content {
        flex-direction: column;
        text-align: center;
    }
}

.newsletter-two-content .icon-img {
    margin-right: 30px;
    min-width: 50px;
    filter: brightness(100);
}

@media only screen and (max-width: 575px) {
    .newsletter-two-content .icon-img {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.newsletter-two-content .title {
    margin-bottom: 1px;
}

.newsletter-two-form {
    overflow: hidden;
    position: relative;
}

.newsletter-two-form .form-control {
    background-color: #dadbda;
    box-shadow: none;
    border: none;
    border-radius: 40px;
    color: #00743E;
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    width: 100%;
    padding: 4px 136px 5px 20px;
}

.newsletter-two-form .form-control::-webkit-input-placeholder {
    color: #343333;
}

.newsletter-two-form .form-control:-moz-placeholder {
    color: #343333;
}

.newsletter-two-form .form-control::-moz-placeholder {
    color: #343333;
}

.newsletter-two-form .form-control:-ms-input-placeholder {
    color: #343333;
}

.newsletter-two-form .btn-submit {
    background-color: #FFC107;
    border: none;
    border-radius: 0 40px 40px 0;
    color: #fff;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 52px;
    line-height: 47px;
    margin: 0;
    padding: 3px 7px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 126px;
}

.newsletter-two-form .btn-submit:hover {
    background-color: #bd3113;
}

.newsletter-three-content-wrap {
    padding: 110px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .newsletter-three-content-wrap {
        padding: 80px 15px;
    }
}

.newsletter-three-content {
    margin-bottom: 27px;
    max-width: 550px;
    width: 100%;
}

.newsletter-three-content .title {
    font-size: 36px;
    margin-bottom: 11px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .newsletter-three-content .title {
        font-size: 24px;
    }
}

.newsletter-three-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 370px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .newsletter-three-content p {
        font-size: 15px;
    }
}

.newsletter-three-content p span {
    font-weight: 700;
}

.newsletter-three-form {
    display: flex;
    max-width: 550px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.newsletter-three-form .form-control {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 0 16px;
    width: 100%;
}

.newsletter-three-form .form-control::-webkit-input-placeholder {
    color: #FFFFFF;
}

.newsletter-three-form .form-control:-moz-placeholder {
    color: #FFFFFF;
}

.newsletter-three-form .form-control::-moz-placeholder {
    color: #FFFFFF;
}

.newsletter-three-form .form-control:-ms-input-placeholder {
    color: #FFFFFF;
}

.newsletter-three-form .btn-submit {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1;
    margin: 0 0 0 15px;
    padding: 15px 0 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 136px;
}

.newsletter-three-form .btn-submit:hover {
    color: #FFC107;
}

.contact-wrp {
    background-color: #fafafa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .contact-wrp {
        padding: 50px 0;
        margin-bottom: 80px;
    }
}

.contact-info-area {
    padding: 0 11px 0 60px;
}

@media only screen and (max-width: 767px) {
    .contact-info-area {
        padding: 0 15px;
    }
}

.contact-info-area-title {
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 50px;
    margin-right: 88px;
    padding-bottom: 9px;
    position: relative;
}

.contact-info-area-title:after {
    background-color: #FFC107;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.contact-info-item {
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 23px;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-item:hover .contact-info-icon {
    background-color: #FFC107;
}

.contact-info-icon {
    background-color: #121212;
    border-radius: 50%;
    color: #FFFFFF;
    flex: none;
    height: 60px;
    line-height: 60px;
    margin-right: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.contact-info-icon img {
    max-width: none;
}

.contact-info-content {
    line-height: 1.5;
}

.contact-info-content a {
    color: #464545;
    display: block;
}

.contact-info-content a:hover {
    color: #FFC107;
}

.contact-info-content p {
    color: #464545;
}

.contact-info-content span {
    display: block;
}

.contact-form-area {
    padding: 0 60px 0 80px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form-area {
        padding: 0 60px 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-area {
        padding: 0 15px;
    }
}

.contact-form-area:before {
    background-color: #e8e8e8;
    content: "";
    height: calc(100% + 47px);
    left: 19px;
    position: absolute;
    top: -20px;
    width: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .contact-form-area:before {
        display: none;
    }
}

.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: #FFC107;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}

.form-input-item {
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .form-input-item {
        margin-bottom: 15px;
    }
}

.form-input-item:focus .icon,
.form-input-item:hover .icon {
    color: #FFC107;
}

.form-input-item .icon {
    color: #d4d4d4;
    font-size: 18px;
    left: 24px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.form-input-item .form-control {
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    box-shadow: none;
    color: #000000;
    height: 49px;
    padding: 0 10px 0 55px;
}

.form-input-item .form-control::-webkit-input-placeholder {
    color: #737373;
    font-size: 16px;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .form-input-item .form-control::-webkit-input-placeholder {
        font-size: 14px;
    }
}

.form-input-item .form-control:-moz-placeholder {
    color: #737373;
    font-size: 16px;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .form-input-item .form-control:-moz-placeholder {
        font-size: 14px;
    }
}

.form-input-item .form-control::-moz-placeholder {
    color: #737373;
    font-size: 16px;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .form-input-item .form-control::-moz-placeholder {
        font-size: 14px;
    }
}

.form-input-item .form-control:-ms-input-placeholder {
    color: #737373;
    font-size: 16px;
    font-style: italic;
}

@media only screen and (max-width: 767px) {
    .form-input-item .form-control:-ms-input-placeholder {
        font-size: 14px;
    }
}

.form-input-item .form-control:active,
.form-input-item .form-control:focus {
    border-color: #FFC107;
}

.form-input-item textarea.form-control {
    min-height: 217px;
    padding: 21px 10px 0 31px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .form-input-item textarea.form-control {
        min-height: 120px;
    }
}

.btn-submit {
    padding: 0 25px;
}

.btn-submit .icon {
    margin-left: 9px;
}

.error-content {
    padding: 30px 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-content {
        padding: 30px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .error-content {
        padding: 30px 0 30px;
    }
}

@media only screen and (max-width: 575px) {
    .error-content {
        padding: 30px 0 30px;
    }
}

.error-content h1 {
    font-weight: 400;
    font-size: 42px;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .error-content h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .error-content h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .error-content h1 {
        font-size: 22px;
    }
}

.error-content p {
    line-height: 35px;
    width: 90%;
    margin: 20px auto 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .error-content p {
        width: 100%;
    }
}

.error-content p a {
    color: #FFC107;
    font-size: 18px;
    margin-top: 10px;
}

.error-content p a:hover {
    color: #000000;
}

.error-search {
    margin: 0 auto;
    max-width: 370px;
    position: relative;
}

.error-search input {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    color: #000000;
    font-size: 15px;
    height: 48px;
    padding: 2px 50px 2px 20px;
    width: 100%;
}

.error-search input::-webkit-input-placeholder {
    color: #495057;
}

.error-search input:-moz-placeholder {
    color: #495057;
}

.error-search input::-moz-placeholder {
    color: #495057;
}

.error-search input:-ms-input-placeholder {
    color: #495057;
}

.error-search input:focus {
    border-color: #00743E;
}

.error-search button {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    right: 16px;
    padding: 0;
    border: none;
    background-color: transparent;
}

.error-search button img {
    opacity: 0.7;
    position: relative;
    top: -3px;
    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;
}

.error-search button:hover img {
    opacity: 1;
}

.map-area iframe {
    width: 100%;
    height: 675px;
    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;
    }
}

/*----------------------------------------*/
/*  Testimonial CSS
/*----------------------------------------*/
.testimonial-item .name {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 6px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.testimonial-item .designation {
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 0;
}

.testimonial-item:hover .client-thumb 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);
}

.testimonial-item:hover .name {
    color: #FFC107;
}

.testimonial-content {
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 0;
    padding: 21px 28px 25px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .testimonial-content {
        padding: 36px 28px 40px;
    }
}

.testimonial-content:after {
    background-color: #FFFFFF;
    border-radius: 0 0 0 10px;
    bottom: -45px;
    content: "";
    height: 45px;
    left: 0;
    position: absolute;
    width: 80%;
}

.testimonial-content .icon-quote {
    bottom: -17px;
    position: absolute;
    pointer-events: none;
    right: 7px;
}

@media only screen and (max-width: 767px) {
    .testimonial-content .icon-quote {
        bottom: -15px;
    }
}

.testimonial-content p {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
}

@media only screen and (max-width: 767px) {
    .testimonial-content p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-content p {
        font-size: 16px;
    }
}

.testimonial-info {
    align-items: center;
    background-color: #0b0b0b;
    border-radius: 40px 0 0 40px;
    display: flex;
    padding: 13px 5px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .testimonial-info {
        padding: 13px;
    }
}

.testimonial-info .client-thumb {
    border-radius: 50%;
    margin-right: 25px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .testimonial-info .client-thumb {
        margin-right: 12px;
        max-width: 65px;
    }
}

.testimonial-info .client-thumb img {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.swiper-button-style2 {
    position: relative;
}

.swiper-button-style2 .swiper-button-prev,
.swiper-button-style2 .swiper-button-next {
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 30px;
    height: auto;
    left: -100px;
    line-height: 1;
    text-align: center;
    top: calc(50% - 44px);
    width: auto;
    transition: all 0.3s ease 0s;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
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) {

    .swiper-button-style2 .swiper-button-prev,
    .swiper-button-style2 .swiper-button-next {
        left: -40px;
    }
}

.swiper-button-style2 .swiper-button-prev:hover,
.swiper-button-style2 .swiper-button-next:hover {
    color: #FFC107;
}

.swiper-button-style2 .swiper-button-prev:before,
.swiper-button-style2 .swiper-button-next:before {
    content: "\e605";
    font-family: "Simple-Line-Icons";
    font-size: 30px;
}

.swiper-button-style2 .swiper-button-prev:after,
.swiper-button-style2 .swiper-button-next:after {
    display: none;
}

.swiper-button-style2 .swiper-button-next {
    left: auto;
    right: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px),
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) {
    .swiper-button-style2 .swiper-button-next {
        right: -40px;
    }
}

.swiper-button-style2 .swiper-button-next:before {
    content: "\e606";
}

/*----------------------------------------*/
/*  Gallery CSS
/*----------------------------------------*/
.gallery-item {
    position: relative;
}

.gallery-item:hover .gallery-overlay {
    color: #FFFFFF;
    opacity: 1;
}

.gallery-overlay {
    align-items: center;
    background-color: rgba(37, 37, 37, 0.65);
    border-radius: 4px;
    color: #FFFFFF;
    display: flex;
    font-size: 30px;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .gallery-overlay {
        font-size: 20px;
    }
}

/*----------------------------------------*/
/*  Brand Logo CSS
/*----------------------------------------*/
.brand-logo-item {
    align-items: center;
    border-right: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    min-height: 134px;
}

.brand-logo-item img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.brand-logo-slider-container {
    border: 1px solid #e1e1e1;
    border-right: none;
}

.brand-logo-two-slider-container {
    border: 1px solid #e1e1e1;
    border-right: none;
}

/*----------------------------------------*/
/*  Sidebar CSS
/*----------------------------------------*/
.sidebar-area .widget-item {
    margin-bottom: 10px;
    padding: 10px 18px;
}

.sidebar-area .widget-title {
    font-size: 16px;
    margin-bottom: 0;
}

/* .sidebar-area .widget-title {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 8px;
  padding-bottom: 9px;
  position: relative;
}


.sidebar-area .widget-two-title:after {
  background-color: #FFC107;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100px;
}*/

.widget-item-one {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    box-shadow: 0px 0px 19px 22px rgba(0, 0, 0, 0.03);
}

.widget-filter-size+.widget-price-filter {
    margin: 36px 0 3px 0;
}

.filter-size-title {
    color: #000000;
    font-weight: 400;
    margin-bottom: 23px;
}

.filter-form-check {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-bottom: 18px;
}

.filter-form-check:last-child {
    margin-bottom: 0;
}

.filter-form-check-input {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    height: 14px;
    margin-right: 11px;
    transition: all 0.3s ease 0s;
    width: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter-form-check-input:checked {
    background-color: #FFC107;
    border-color: #FFC107;
}

.filter-form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}

.filter-form-check-label {
    color: #474748;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.filter-form-check:hover .filter-form-check-label {
    color: #FFC107;
}

.widget-features-area {
    padding: 0 5px;
}

.widget-features-area .feature-item {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding: 0 0 20px;
}

.widget-features-area .feature-item:last-child {
    margin-bottom: 0;
}

.widget-features-area .feature-icon {
    margin-left: -5px;
}

.widget-price-filter {
    padding-right: 34px;
}

.filter-price-title {
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
}

.slider-range {
    margin-bottom: 23px;
}

.slider-labels {
    align-items: center;
    color: #474748;
    display: flex;
    line-height: 1;
}

.slider-labels p {
    margin-bottom: 0;
    margin-right: 6px;
}

.slider-labels span {
    color: #FFC107;
    font-weight: 700;
}

.noUi-background {
    background-color: #ebebeb;
}

.noUi-connect {
    background-color: #FFC107;
}

.noUi-horizontal .noUi-handle {
    background-color: #FFFFFF;
    border: 3px solid #FFC107;
    border-radius: 50%;
    cursor: pointer;
    height: 9px;
    left: 0px;
    top: -6px;
    width: 9px;
}

.noUi-horizontal .noUi-handle:active {
    left: 0px;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    left: 0;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower:active {
    left: 0;
}

.widget-product-item {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 26px;
    position: relative;
}

.widget-product-item:after {
    background-color: #e8e8e8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.widget-product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-product-item:last-child:after {
    display: none;
}

.widget-product-item:hover .widget-product-title {
    color: #FFC107;
}

.widget-product-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-product-thumb {
    border-radius: 6px;
    margin-right: 20px;
    min-width: 96px;
    overflow: hidden;
}

.widget-product-thumb img {
    transition: all 0.3s ease 0s;
}

.widget-product-content {
    padding-top: 3px;
}

.widget-product-title {
    font-weight: 500;
    line-height: 1.5625;
    margin-bottom: 7px;
    transition: all 0.3s ease 0s;
}

.widget-product-price {
    color: #FFC107;
    font-size: 18px;
    font-weight: 600;
}

.widget-product-two-item {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 21px;
    position: relative;
}

.widget-product-two-item:after {
    background-color: #e8e8e8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.widget-product-two-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-product-two-item:last-child:after {
    display: none;
}

.widget-product-two-item:hover .widget-product-two-title {
    color: #FFC107;
}

.widget-product-two-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-product-two-title {
    color: #00743E;
    font-weight: 500;
    line-height: 1.375;
    margin-bottom: 2px;
    margin-right: -5px;
    transition: all 0.3s ease 0s;
}

.widget-product-two-thumb {
    border-radius: 4px;
    margin-right: 15px;
    min-width: 70px;
    overflow: hidden;
}

.widget-product-two-thumb img {
    transition: all 0.3s ease 0s;
}

.widget-product-two-price {
    color: #FFC107;
    font-size: 16px;
    font-weight: 600;
}

.widget-post-item {
    align-items: center;
    display: flex;
    margin-bottom: 17px;
    padding-bottom: 18px;
    position: relative;
}

.widget-post-item:after {
    background-color: #e8e8e8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.widget-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-post-item:last-child:after {
    display: none;
}

.widget-post-item:hover .widget-post-title {
    color: #FFC107;
}

.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-weight: 500;
    line-height: 1.375;
    margin-bottom: 2px;
    margin-right: -5px;
    transition: all 0.3s ease 0s;
}

.widget-post-thumb {
    border-radius: 4px;
    margin-right: 15px;
    min-width: 70px;
    overflow: hidden;
}

.widget-post-thumb img {
    transition: all 0.3s ease 0s;
}

.widget-post-date {
    align-items: center;
    color: #333;
    display: flex;
}

.widget-post-date i {
    color: #FFC107;
    margin-right: 6px;
}

.widget-tag-items {
    margin: 0 -5px;
}

.widget-tag-items .tag-item {
    margin: 0 5px 15px;
}

.widget-category-item {
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    color: #000000;
    display: flex;
    font-size: 13px;
    line-height: 1;
    margin-right: -4px;
    min-height: 36px;
    padding: 2px 1px;
}

.widget-category-item:last-child {
    border-bottom: none;
}

.widget-category-item .icon {
    margin-right: 11px;
    min-width: 24px;
}

.widget-category-item .icon img {
    max-width: none;
    transition: all 0.3s ease 0s;
}

.widget-category-item:hover {
    color: #000000;
}

.widget-category-item:hover img {
    filter: brightness(0.7);
}

/*----------------------------------------*/
/*  Team CSS
/*----------------------------------------*/
.team-item {
    overflow: hidden;
    position: relative;
}

.team-item:after {
    border-color: transparent #FFFFFF #FFFFFF transparent;
    border-style: solid;
    border-width: 17px 17px 21px 18px;
    bottom: 0;
    content: "";
    height: 38px;
    position: absolute;
    right: 0;
    width: 35px;
}

.team-item .social-items {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 7px;
}

.team-item:hover .team-info {
    background-color: #FFC107;
    margin-bottom: 0;
    margin-top: -60px;
}

.team-item:hover .team-title {
    color: #FFFFFF;
}

.team-item:hover .team-reg {
    color: #FFFFFF;
}

.team-info {
    background-color: #f6f6f6;
    margin-bottom: -61px;
    padding: 25px 30px 17px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.team-title {
    color: #0b0b0b;
    transition: all 0.3s ease 0s;
}

.team-reg {
    color: #323232;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}

.social-items a {
    background-color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 37px;
    margin-right: 5px;
    text-align: center;
    width: 36px;
}

.social-items a:last-child {
    margin-right: 0;
}

.social-items a.facebook-item {
    background-color: #3b5998;
    color: #FFFFFF;
}

.social-items a.twitter-item {
    background-color: #1da1f2;
    color: #FFFFFF;
}

.social-items a.youtube-item {
    background-color: #cd201f;
    color: #FFFFFF;
}

.social-items a.linkedin-item {
    background-color: #0077b5;
    color: #FFFFFF;
}

.social-items a.rss-item {
    background-color: #f26522;
    color: #FFFFFF;
}

.social-items a.dribbble-item {
    background-color: #ea4c89;
    color: #FFFFFF;
}

.cart_btn button {
    background: #0987ad;
    border: none;
    padding: 0 10px;
    color: #fff;
}

/* terms and condition */
.content-text{
    margin-top: 20px;
    margin-left: 15px;
}
.content-text ul li{
    list-style-type: disc;
    margin-left: 30px;
}
.content-text p{
    margin-bottom: 0.4rem;
}

.content-text a:hover{
    text-decoration: none !important;
    color: #5AB2FF !important;
}

.content-text-product{
    margin-top: 20px;
    margin-left: 15px;
}
.content-text-product ul li{
    list-style-type: disc;
    margin-left: 30px;
}
.content-text-product p{
    margin-bottom: 0rem;
}

.btn-info:not(:disabled):not(.disabled):active{
    background-color: inherit;
    border-color: inherit;
}
.btn-info:not(:disabled):not(.disabled):active:focus{
        box-shadow: none !important;
}
.cupon-header{
    color:#111;font-size:14px;margin-top:4px;
}
@media only screen and (max-width: 767px) {
    .cupon-header{
       font-size:11px;
    }
}

.focus-image {
    position: relative;
    overflow: hidden;
}

.brand-hover-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.focus-image:hover .brand-hover-name {
    opacity: 1;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
    .header-search-box .btn-src {
        top: 19px !important;
    }
}
