/*
@File: Xton Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Top Header CSS
** - Navbar CSS
** - Search Overlay CSS
** - Main Banner CSS
** - About CSS
** - Categories Banner CSS
** - Products CSS
** - Products Details CSS
** - Offer CSS
** - Facility CSS
** - Partner CSS
** - Testimonials CSS
** - Brand CSS
** - Blog CSS
** - Blog Details CSS
** - Instagram CSS
** - Modal CSS
** - Page Title CSS
** - Gallery CSS
** - Look Book CSS
** - Woocommerce Widget Sidebar CSS
** - Sizing Guide CSS
** - Cart CSS
** - Checkout CSS
** - FAQ CSS
** - 404 Error CSS
** - Customer Service CSS
** - Compare CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Coming Soon CSS
** - Track Order CSS
** - Login CSS
** - Signup CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/


/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap");
body {
    padding: 0;
    margin: 0;
    font-family: "Lato";
    font-size: 15px;
}

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

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

:focus {
    outline: 0 !important;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000000;
    text-decoration: none;
}

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

p {
    margin-bottom: 15px;
    color: #777777;
    line-height: 1.8;
    font-size: 15px;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Cabin";
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-50 {
    margin-top: 50px;
}


/*default-btn&optional-btn*/

.default-btn {
    display: inline-block;
    border: 1px solid #f6b402;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: #f6b402;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.default-btn:hover {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

.optional-btn {
    display: inline-block;
    border: 1px solid #000000;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.optional-btn:hover {
    background-color: #feb42f;
    color: #ffffff;
    border-color: #feb42f;
}


/*section-title*/

.section-title {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-title span {
    display: block;
    margin-bottom: 8px;
    color: #feb42f;
    font-weight: 600;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
}

.section-title.text-start {
    max-width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
}

.section-title.text-start .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*form-control*/

.checkout-form {
    width: 100%;
    height: 40px;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 0 0 0 15px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    color: #000000;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.checkout-form:focus {
    border-color: #000000;
    background-color: #ffffff;
}

.form-control {
    background-color: #f5f5f5;
    height: 48px;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 0 0 0 20px;
    border: 1px solid #f5f5f5;
    color: #000000;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control:focus {
    border-color: #feb42f;
    background-color: #ffffff;
}

textarea.form-control {
    padding-top: 15px;
    height: auto !important;
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-control::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.checkout-form:focus::-webkit-input-placeholder {
    color: transparent;
}

.checkout-form:focus:-ms-input-placeholder {
    color: transparent;
}

.checkout-form:focus::-ms-input-placeholder {
    color: transparent;
}

.checkout-form:focus::placeholder {
    color: transparent;
}

.checkout-form::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.checkout-form:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.checkout-form::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.checkout-form::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

textarea.checkout-form {
    padding-top: 15px;
    height: auto !important;
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    background-color: #feb42f;
    color: #ffffff;
}


/*================================================
Top Header CSS
=================================================*/

.top-header {
    background-color: #000000;
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.header-contact-info {
    padding-left: 0;
    margin-top: 10px;
    list-style-type: none;
}

.column {
    margin: 10px 0px 0px 0px;
    float: left;
    width: 25%;
}

.header-contact-info li {
    display: inline-block;
    color: #d0d0d0;
    margin-right: 25px;
    position: relative;
    font-weight: 600;
    font-size: 14.5px;
}

.header-contact-info li::before {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: '';
    height: 12px;
    background-color: #636161;
}

.header-contact-info li a {
    display: inline-block;
    color: #d0d0d0;
    position: relative;
}

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

.header-contact-info li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-contact-info li a:hover::before {
    width: 100%;
}

.header-contact-info li:last-child {
    margin-right: 0;
}

.header-contact-info li:last-child::before {
    display: none;
}

.header-contact-info li .language-switcher {
    position: relative;
}

.header-contact-info li .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #d0d0d0;
    font-weight: 600;
    font-size: 14.5px;
}

.header-contact-info li .language-switcher .dropdown-toggle::after {
    display: none;
}

.header-contact-info li .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 3px;
    border: 2px solid #ffffff;
    position: relative;
    top: -2px;
}

.header-contact-info li .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 5px;
}

.header-contact-info li .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
}

.header-contact-info li .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 10px !important;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item::before {
    display: none;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid #ffffff;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 7px;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:hover,
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:active,
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item.active {
    color: #000000;
    background-color: transparent;
}

.header-contact-info li .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.top-header-discount-info {
    text-align: center;
}

.top-header-discount-info p {
    margin-bottom: 0;
    line-height: initial;
    font-size: 14.5px;
    color: #ffffff;
}

.top-header-discount-info p a {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}

.top-header-discount-info p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.top-header-discount-info p a:hover {
    color: #feb42f;
}

.top-header-discount-info p a:hover::before {
    width: 100%;
}

.header-top-menu {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header-top-menu li {
    display: inline-block;
    color: #d0d0d0;
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    font-size: 14.5px;
}

.header-top-menu li::before {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: '';
    height: 12px;
    background-color: #636161;
}

.header-top-menu li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    font-size: 16px;
}

.header-top-menu li a {
    display: inline-block;
    color: #d0d0d0;
    padding-left: 22px;
    position: relative;
}

.header-top-menu li a:hover {
    color: #feb42f;
}

.header-top-menu li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-top-menu li a:hover::before {
    width: 100%;
}

.header-top-menu li:last-child {
    margin-right: 0;
}

.header-top-menu li:last-child::before {
    display: none;
}

.header-top-others-option {
    display: none;
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.header-top-others-option .option-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 3;
    color: #d0d0d0;
}

.header-top-others-option .option-item:first-child {
    margin-left: 0;
}

.header-top-others-option .option-item .search-btn-box {
    position: relative;
    top: 2px;
}

.header-top-others-option .option-item .search-btn-box .search-btn {
    font-size: 20px;
    cursor: pointer;
    color: #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-top-others-option .option-item .cart-btn {
    font-size: 20px;
    position: relative;
    line-height: 1;
}

.header-top-others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: #d0d0d0;
}

.header-top-others-option .option-item .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #feb42f;
    font-size: 10px;
    font-weight: 600;
}


/*================================================
Navbar CSS
=================================================*/

.navbar-area .navbar-brand .white-logo {
    display: none;
}

.navbar-area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar-area.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
}

.navbar-area.header-sticky.scrollUp {
    -webkit-transform: translateY(-85px);
    transform: translateY(-85px);
    opacity: 0;
    visibility: hidden;
}

.navbar-area.navbar-style-two .xton-nav .navbar .navbar-nav {
    margin-left: 50px;
    margin-right: auto;
}

.xton-responsive-nav {
    display: none;
}

.xton-responsive-nav .logo .white-logo {
    display: none;
}

.xton-nav {
    background-color: #262a2b;
    border-style: solid;
    border-top: 3px solid #bf9f00;
    border-bottom: 1px solid #fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.xton-nav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.xton-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
}

.xton-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.xton-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.xton-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.xton-nav .navbar .navbar-nav .nav-item {
    position: relative;
}

.xton-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
    font-size: 18px;
    padding: 13px 20px 13px 20px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
}

@media only screen and (min-width: 992px) {
    .xton-nav .navbar .navbar-nav .nav-item a {
        padding: 13px 13px 13px 13px;
    }
}

@media(min-width: 1200px) {
    .xton-nav .navbar .navbar-nav .nav-item a {
        padding: 13px 20px 13px 20px;
    }
}

.xton-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.xton-nav .navbar .navbar-nav .nav-item a::before {
    background-color: #54b3d6;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
}

.xton-nav .navbar .navbar-nav .nav-item a:hover,
.xton-nav .navbar .navbar-nav .nav-item a:focus,
.xton-nav .navbar .navbar-nav .nav-item a.active {
    color: #feb42f;
}


/* .xton-nav .navbar .navbar-nav .nav-item:hover, */

.header-items:hover,
.header-hover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    transition: all .5s ease-in-out;
    transform-origin: left top;
}

.xton-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.xton-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.xton-nav .navbar .navbar-nav .nav-item:hover a,
.xton-nav .navbar .navbar-nav .nav-item.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    left: 0;
    width: 200px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    display: block;
    color: #666666;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    font-weight: 600;
    font-family: "Cabin";
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -201px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    margin-top: 8px;
    position: absolute;
    top: auto;
    left: 0;
    padding: 30px 0;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: #000000;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 15.5px;
    font-weight: 600;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
    width: 30px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
    margin-top: 0;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    color: #666666;
    padding: 0;
    font-weight: 400;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #feb42f;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
    margin-top: 15px;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
    bottom: 10px;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.xton-nav .navbar .others-option .option-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 3;
}

.xton-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
}

.xton-nav .navbar .others-option .option-item .search-btn-box {
    position: relative;
    top: 1px;
}

.xton-nav .navbar .others-option .option-item .search-btn-box .search-btn {
    font-size: 25px;
    cursor: pointer;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.xton-nav .navbar .others-option .option-item .cart-btn {
    font-size: 25px;
    position: relative;
    line-height: 1;
}

.xton-nav .navbar .others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: #fff;
}

.xton-nav .navbar .others-option .option-item .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #feb42f;
    font-size: 10px;
    font-weight: 600;
}

.xton-nav .navbar .others-option .option-item .burger-menu {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.xton-nav .navbar .others-option .option-item .burger-menu span {
    height: 1px;
    width: 25px;
    background: #000000;
    display: block;
    margin: 6px 0;
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}

.xton-nav .navbar .others-option .option-item .burger-menu.active span.top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.xton-nav .navbar .others-option .option-item .burger-menu.active span.middle-bar {
    opacity: 0;
}

.xton-nav .navbar .others-option .option-item .burger-menu.active span.bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    margin-top: 5px;
}

@media only screen and (max-width: 991px) {
    /* .header-hover {
        visibility: hidden;
    } */
    .xton-responsive-nav {
        display: block;
    }
    .xton-responsive-nav .xton-responsive-menu {
        position: relative;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav {
        margin-top: 45px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #feb42f;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        padding-left: 0;
        padding-right: 0;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
        color: #000000;
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 8px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13.5px;
        font-weight: 600;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
        width: 30px;
        height: 1px;
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        background-color: #feb42f;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
        margin-top: 5px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: auto;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 15px;
        color: #666666;
        padding: 0;
        font-weight: 400;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: #feb42f;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
        position: absolute;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-weight: 600;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
        margin-top: 15px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
        bottom: 10px;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
        display: block !important;
        padding: 20px !important;
        width: auto !important;
    }
    .xton-responsive-nav .xton-responsive-menu.mean-container .others-option {
        display: none;
    }
    .xton-responsive-nav .mean-container a.meanmenu-reveal {
        color: #000000;
    }
    .xton-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #000000;
        position: relative;
        top: 8px;
        margin-top: -10px;
    }
    .xton-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }
    .xton-nav {
        display: none;
    }
    .navbar-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-area.header-sticky {
        display: none;
    }
}


/*================================================
Search Overlay CSS
=================================================*/

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.9s ease-in-out 0.6s;
    transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.9s ease-in-out 1.5s;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: #feb42f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    -webkit-transition: all 0.9s ease-in-out 1.4s;
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

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

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 30px;
    padding-left: 20px;
    color: #000000;
    font-size: 15px;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 45px;
    color: #ffffff;
    height: 45px;
    border-radius: 50%;
    background-color: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    font-size: 20px;
    line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
    background-color: #000000;
    color: #ffffff;
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}


/*================================================
Main Banner CSS
=================================================*/

.main-banner {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-bg1 {
    background-image: url(../../assets/img/slider1.jpg);
}

.banner-bg2 {
    background-image: url(../../assets/img/slider2.jpg);
}

.banner-bg3 {
    background-image: url(../../assets/img/main-banner3.jpg);
}

.banner-bg4 {
    background-image: url(../../assets/img/offer-bg.jpg);
}

.banner-bg5 {
    background-image: url(../../assets/img/main-banner5.jpg);
}

.banner-bg6 {
    background-image: url(../../assets/img/main-banner6.jpg);
}

.banner-bg7 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-bg8 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-bg9 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-section {
    height: 650px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section .main-banner-content {
    max-width: 100%;
    margin-left: 0;
}

.main-banner-content .slider-heading {
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    color: #C4A561;
    margin-right: 1%;
}

.main-banner-content h1 {
    margin-bottom: 12px;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}

.main-banner-content p {
    color: #fff;
    font-style: italic;
    font-weight: 500;
    font-size: 15px;
}

.main-banner-content .btn-box {
    margin-top: 28px;
}

.main-banner-content .btn-box .optional-btn {
    margin-left: 15px;
}

.main-banner-content.text-white .submenu-title {
    color: #ffffff;
}

.main-banner-content.text-white h1 {
    color: #ffffff;
}

.main-banner-content.text-white p {
    color: #ffffff;
    opacity: 0.92;
}

.main-banner-content.text-white .btn-box .default-btn {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.main-banner-content.text-white .btn-box .default-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.main-banner-content.text-white .btn-box .optional-btn {
    border-color: #ffffff;
    color: #ffffff;
}

.main-banner-content.text-white .btn-box .optional-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.main-banner-content.text-center .btn-box .optional-btn {
    margin-left: 7px;
}

.main-banner-content.text-center .btn-box .default-btn {
    margin-right: 7px;
}

.banner-content {
    position: relative;
    overflow: hidden;
    padding: 55px;
    max-width: 640px;
    z-index: 1;
    margin-left: auto;
}

.banner-content .line {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    border: 9px solid #000000;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner-content .sub-title {
    display: block;
    font-weight: 300;
    font-size: 30px;
}

.banner-content h1 {
    margin: 12px 0 20px;
    font-size: 65px;
    font-weight: 700;
}

.banner-content p {
    color: #000000;
    max-width: 495px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}

.banner-content .btn-box {
    margin-top: 25px;
}

.banner-content .btn-box .optional-btn {
    margin-left: 15px;
}

.banner-content.text-white .submenu-title {
    color: #ffffff;
}

.banner-content.text-white .line {
    border-color: #ffffff;
}

.banner-content.text-white h1 {
    color: #ffffff;
}

.banner-content.text-white p {
    color: #ffffff;
    opacity: 0.92;
}

.banner-content.text-white .btn-box .default-btn {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.banner-content.text-white .btn-box .default-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.banner-content.text-white .btn-box .optional-btn {
    border-color: #ffffff;
    color: #ffffff;
}

.banner-content.text-white .btn-box .optional-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

.hero-banner {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
}

.hero-banner .main-banner-content {
    max-width: 100%;
    margin-left: 0;
}

.banner-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-image .circle {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 5%;
    right: 0;
    margin: 0 auto;
}

.banner-image img {
    width: unset !important;
    display: inline-block !important;
}

.owl-item.active .banner-content .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content .btn-box {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000000;
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
}

.home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000000;
    margin: 2px;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000000;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
    display: none;
    left: auto;
    right: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ffffff;
    -webkit-transform: translateX(-10px) translateY(-50%);
    transform: translateX(-10px) translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    -webkit-transform: translateX(10px) translateY(-50%);
    transform: translateX(10px) translateY(-50%);
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000000;
    margin: 2px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000000;
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-slides-three.owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0 !important;
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
    display: block;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #000000;
    margin: 2px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-three.owl-theme .owl-dots .owl-dot.active span {
    border-color: #000000;
}


/*================================================
About CSS
=================================================*/

.about-area {
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
    padding-right: 130px;
    padding-bottom: 50px;
}

.about-image img {
    border-radius: 16px 16px 16px 16px;
}


/* .about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
} */

.about-content {
    padding-left: 15px;
}

.about-content .sub-title {
    display: block;
    margin-bottom: 8px;
    color: #feb42f;
    font-weight: 600;
}

.about-content h2 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 35px;
    font-weight: 700;
}

.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6;
    font-size: 16px;
}

.about-content .features-text {
    margin-top: 25px;
}

.about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px;
}

.about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #feb42f;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    font-size: 20px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.about-inner-area {
    margin-top: 80px;
}

.about-text h3 {
    color: #FEB430;
    font-family: "Inter", Sans-serif;
    font-size: 26px;
    font-weight: normal;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: -1px;
}


/*
.about-text h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    background-color: #feb42f;
    height: 1px;
} */

.single-footer-widget h3::before {
    width: 50px;
    height: 1px;
    bottom: -1px;
    content: '';
    position: absolute;
    left: 0;
    background-color: #FEB430;
}

.about-text p {
    margin-bottom: 1em;
    color: #5F5B5B;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.about-text .features-list li {
    position: relative;
    margin-bottom: 13px;
    color: #000000;
    padding-left: 30px;
}

.about-text .features-list li i {
    font-size: 16px;
    color: #000000;
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-text .features-list li:last-child {
    margin-bottom: 0;
}

.about-text .features-list li:hover i {
    background-color: #feb42f;
    color: #ffffff;
}


/*================================================
Categories Banner CSS
=================================================*/

.text-theme {
    color: #feb42f;
}

.single-categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.single-categories-box img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    width: 100%;
}

.single-categories-box .content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .15);
}

.single-categories-box .content span {
    display: block;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #feb42f;
    font-weight: 600;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.single-categories-box .content h3 {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    font-size: 30px;
    font-weight: 700;
    color: #feb42f;
}

.single-categories-box .content .default-btn {
    background-color: transparent;
    color: #ffffff;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    border: none;
}

.single-categories-box .content.text-white span {
    color: #ffffff;
}

.single-categories-box .content.text-white h3 {
    color: #ffffff;
}

.single-categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.single-categories-box:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.single-categories-box:hover .content span {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.single-categories-box:hover .content h3 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-categories-box:hover .content .default-btn {
    color: #ffffff;
    border: none;
    margin-top: 5px;
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.categories-box img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.categories-box .content {
    position: absolute;
    top: 30px;
    left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.categories-box .content h3 {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.categories-box:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.categories-box:hover .content {
    background-color: #feb42f;
}

.categories-box:hover .content h3 {
    color: #ffffff;
}


/*================================================
Products CSS
=================================================*/

.all-products-area .container .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.all-products-area .facility-area {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.all-products-area .products-area {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    background-color: #ffffff;
    border-color: #ffffff;
}

.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #feb42f;
    color: #ffffff;
    border-color: #feb42f;
}

.all-products-area .brand-area {
    background-color: #ffffff;
}

.all-products-area .brand-item a {
    background-color: #f5f5f5;
    border-color: #e7e4e4;
}

.all-products-area .categories-banner-area {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.all-products-area .ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.all-products-area .pb-70 {
    padding-bottom: 0;
}

.all-products-area .pt-100 {
    padding-top: 30px;
}

.all-products-area .pb-100 {
    padding-bottom: 30px;
}

.single-products-box {
    position: relative;
    margin-bottom: 30px;
}

.single-products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-products-box .products-image a {
    position: relative;
    display: block;
}

.single-products-box .products-image a img {
    -webkit-transition: .8s;
    transition: .8s;
}

.single-products-box .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.single-products-box .products-image .products-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.single-products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    color: #000000;
    position: relative;
}

.single-products-box .products-image .products-button ul li a:hover {
    color: #feb42f;
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
    right: 110%;
    top: 45%;
    -webkit-transform: translateX(0) translateY(-45%);
    transform: translateX(0) translateY(-45%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #feb42f;
    color: #ffffff;
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: #feb42f;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    right: -13px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
    margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products-box .products-image .new-tag {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #ff0000;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.single-products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-products-box .products-content h3 a {
    display: inline-block;
    color: #000000;
}

.single-products-box .products-content h3 a:hover {
    color: #feb42f;
}

.single-products-box .products-content .price {
    margin-top: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.single-products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-products-box .products-content .star-rating {
    position: absolute;
    color: #f49f0b;
}

.single-products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 600;
}

.single-products-box .products-content .add-to-cart:hover {
    color: #feb42f;
}

.single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-products-box:hover .products-content .add-to-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-products-box:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.single-products-box:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-products-box:hover .products-image .products-button ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-box {
    margin-bottom: 30px;
    position: relative;
}

.products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products-box .products-image a {
    position: relative;
    display: block;
}

.products-box .products-image a img {
    -webkit-transition: .8s;
    transition: .8s;
}

.products-box .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.products-box .products-image .products-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.products-box .products-image .products-button ul li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
    margin-right: 3px;
}

.products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    position: relative;
    width: 40px;
    border-radius: 50%;
    line-height: 43px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 40px;
}

.products-box .products-image .products-button ul li a:hover {
    background-color: #feb42f;
    color: #ffffff;
}

.products-box .products-image .products-button ul li a .tooltip-label {
    right: 50%;
    top: -15px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #000000;
    color: #ffffff;
}

.products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: #000000;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    bottom: -16px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    top: -45px;
}

.products-box .products-image .products-button ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products-box .products-image .products-button ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.products-box .products-image .products-button ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.products-box .products-content .category {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #feb42f;
    font-weight: 600;
    font-size: 14px;
}

.products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.products-box .products-content h3 a {
    display: inline-block;
    color: #000000;
}

.products-box .products-content h3 a:hover {
    color: #feb42f;
}

.products-box .products-content .price {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.products-box .products-content .star-rating {
    color: #f49f0b;
    margin-top: 8px;
}

.products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 600;
}

.products-box .products-content .add-to-cart:hover {
    color: #feb42f;
}

.products-box .products-discount {
    position: absolute;
    top: -6.1px;
    right: 10px;
    display: inline-block;
}

.products-box .products-discount span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    background-color: red;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.products-box .products-discount span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    position: absolute;
    content: "";
    top: 0;
    background: red;
}

.products-box .products-discount span:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: red;
}

.products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.products-box:hover .products-content .add-to-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-box:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.products-box:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.products-box:hover .products-image .products-button ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-productsBox {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.single-productsBox .products-image {
    position: relative;
    overflow: hidden;
}

.single-productsBox .products-image a {
    position: relative;
    display: block;
}

.single-productsBox .products-image a img {
    -webkit-transition: .8s;
    transition: .8s;
}

.single-productsBox .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.single-productsBox .products-image .products-button {
    position: absolute;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
}

.single-productsBox .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-productsBox .products-image .products-button ul li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
    margin-right: 3px;
}

.single-productsBox .products-image .products-button ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    position: relative;
    width: 40px;
    border-radius: 50%;
    line-height: 43px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 40px;
}

.single-productsBox .products-image .products-button ul li a:hover {
    background-color: #feb42f;
    color: #ffffff;
}

.single-productsBox .products-image .products-button ul li a .tooltip-label {
    right: 50%;
    top: -15px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: .3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #000000;
    color: #ffffff;
}

.single-productsBox .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: #000000;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    bottom: -16px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.single-productsBox .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    top: -45px;
}

.single-productsBox .products-image .products-button ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.single-productsBox .products-image .products-button ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.single-productsBox .products-image .products-button ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-productsBox .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: #ffffff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-productsBox .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-productsBox .products-content {
    margin-top: 20px;
    position: relative;
}

.single-productsBox .products-content .category {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: #feb42f;
    font-weight: 600;
    font-size: 14px;
}

.single-productsBox .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-productsBox .products-content h3 a {
    display: inline-block;
    color: #000000;
}

.single-productsBox .products-content h3 a:hover {
    color: #feb42f;
}

.single-productsBox .products-content .price {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.single-productsBox .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-productsBox .products-content .star-rating {
    color: #f49f0b;
    margin-top: 8px;
}

.single-productsBox .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-productsBox .products-content .add-to-cart {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

.single-productsBox .products-content .add-to-cart:hover {
    color: #feb42f;
}

.single-productsBox .products-discount {
    position: absolute;
    top: -6.1px;
    right: 10px;
    display: inline-block;
}

.single-productsBox .products-discount span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    background-color: red;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.single-productsBox .products-discount span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    position: absolute;
    content: "";
    top: 0;
    background: red;
}

.single-productsBox .products-discount span:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: red;
}

.single-productsBox:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-productsBox:hover .products-content .add-to-cart {
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}

.single-productsBox:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.single-productsBox:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-productsBox:hover .products-image .products-button ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-slides .single-products-box .products-image a img {
    width: auto !important;
    display: inline-block !important;
}

.products-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 20px;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5px;
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #feb42f;
    color: #ffffff;
    border-color: #feb42f;
}

.products-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible;
}

.products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
}

.products-collections-area .container-fluid {
    width: 90%;
}

.products-filter-options {
    margin-bottom: 25px;
}

.products-filter-options .products-ordering-list .nice-select {
    background-color: transparent;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #777777;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.products-filter-options .products-ordering-list .nice-select::after {
    right: 2px;
    width: 7px;
    height: 7px;
    border-color: #727695;
    border-width: 1px;
}

.products-filter-options .products-ordering-list .nice-select .current {
    color: #777777;
    font-family: "Cabin";
}

.products-filter-options .products-ordering-list .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.products-filter-options .products-ordering-list .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 35px;
    min-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.products-filter-options .products-ordering-list .nice-select .list .option:hover,
.products-filter-options .products-ordering-list .nice-select .list .option.focus,
.products-filter-options .products-ordering-list .nice-select .list .option.selected.focus {
    background-color: transparent;
    color: #feb42f;
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
    font-weight: 700;
}

.products-filter-options p {
    line-height: initial;
    margin-bottom: 0;
    font-family: "Cabin";
}

.products-filter-options .sub-title {
    color: #000000;
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 600;
}

.products-filter-options .sub-title a {
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-right: 15px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.products-filter-options .sub-title a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.products-filter-options .sub-title a:hover {
    color: #feb42f;
}

.products-filter-options .view-list-row {
    position: relative;
    top: 2px;
}

.products-filter-options .view-list-row .view-column a {
    display: inline-block;
}

.products-filter-options .view-list-row .view-column .icon-view-one span {
    cursor: pointer;
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-one.active span,
.products-filter-options .view-list-row .view-column .icon-view-one:hover span {
    border-color: #feb42f;
}

.products-filter-options .view-list-row .view-column .icon-view-two {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-two span {
    cursor: pointer;
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-two.active span,
.products-filter-options .view-list-row .view-column .icon-view-two:hover span {
    border-color: #feb42f;
}

.products-filter-options .view-list-row .view-column .icon-view-three {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-three span {
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three.active span,
.products-filter-options .view-list-row .view-column .icon-view-three:hover span {
    border-color: #feb42f;
}

.products-filter-options .view-list-row .view-column .icon-view-four {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-four span {
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-four.active span,
.products-filter-options .view-list-row .view-column .icon-view-four:hover span {
    border-color: #feb42f;
}

.products-filter-options .view-list-row .view-column .icon-view-five {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-five span {
    width: 5px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-five.active span,
.products-filter-options .view-list-row .view-column .icon-view-five:hover span {
    border-color: #feb42f;
}

.products-filter-options .view-list-row .view-column .icon-view-six {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-six span {
    width: 3px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-six.active span,
.products-filter-options .view-list-row .view-column .icon-view-six:hover span {
    border-color: #feb42f;
}

.products-filter-options .view-list-row .view-column .view-grid-switch {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span {
    width: 24px;
    height: 6px;
    display: block;
    position: relative;
    background-color: #d0d0d0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    background-color: #ffffff;
    display: block;
    width: 2px;
    height: 6px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
    margin-top: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch.active span,
.products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
    background-color: #feb42f;
}

#products-collections-filter.products-col-one .products-col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-products-box .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .products-box .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-productsBox .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-three .products-col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#products-collections-filter.products-row-view .products-col-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .add-to-cart {
    left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .star-rating {
    right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content .add-to-cart {
    left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content .add-to-cart {
    left: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#products-collections-filter.products-row-view .products-col-item.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#products-collections-filter.products-col-two .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#products-collections-filter.products-col-four .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


/*================================================
Products Details CSS
=================================================*/

.products-details-image img {
    width: 100%;
}

.product-page-slide .slick-list {
    float: right;
    width: 70%;
}

.products-details-image .slick-slider {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.product-page-slide ul {
    float: left;
    width: 30%;
}

#product-page-details-image .slick-dots {
    padding: 0;
    text-align: center;
    list-style-type: none;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0;
}

.products-details-image .slick-dots {
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0;
}

#product-page-details-image .slick-dots li {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 50%;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.products-details-image .slick-dots li {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.products-details-image .slick-dots li button {
    padding: 0;
    outline: 0;
    display: block;
    border: none;
    margin: 0;
    cursor: pointer;
}

.products-details-image .slick-dots li img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-image .slick-dots li:hover img,
.products-details-image .slick-dots li.slick-active img {
    opacity: .4;
}

.products-details-image .slick-thumbs {
    display: none;
}

.products-details-image .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
}

.products-details-image .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.products-details-image .row .col-lg-6 .single-products-details-image {
    margin-top: 15px;
}

.products-details-image .single-products-details-image {
    margin-top: 30px;
}

.products-details-image .single-products-details-image:first-child {
    margin-top: 0;
}

.products-details-image-slider.owl-theme {
    margin-bottom: 30px;
}

.products-details-image-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    left: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    padding-right: 2px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5px;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
    padding-right: 0 !important;
    padding-left: 2px !important;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #feb42f;
    color: #ffffff;
    border-color: #feb42f;
}

.products-details-desc h3 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}

.products-details-desc .price {
    margin-bottom: 15px;
    color: #feb42f;
    font-size: 15px;
    font-weight: 600;
}

.products-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-weight: normal;
}

.products-details-desc .products-review {
    margin-bottom: 12px;
}

.products-details-desc .products-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}

.products-details-desc .products-review .rating i {
    color: #ffba0a;
    display: inline-block;
    margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: initial;
    position: relative;
    top: -2px;
    font-weight: 600;
}

.products-details-desc .products-review .rating-count:hover {
    color: #feb42f;
    border-color: #feb42f;
}

.products-details-desc .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.products-details-desc .products-info li {
    color: #000000;
    margin-bottom: 8px;
    font-size: 16px;
}

.products-details-desc .products-info li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-info li span {
    color: #777777;
}

.products-details-desc .products-info li a {
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.products-details-desc .products-info li a:hover {
    color: #feb42f;
}

.products-details-desc .products-color-switch {
    margin-top: 10px;
}

.products-details-desc .products-color-switch span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-color-switch ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -3px;
    margin-left: -3px;
}

.products-details-desc .products-color-switch ul li {
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
}

.products-details-desc .products-color-switch ul li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #2d2d2d;
}

.products-details-desc .products-color-switch ul li a:hover,
.products-details-desc .products-color-switch ul li a:focus {
    border-color: #000000;
}

.products-details-desc .products-color-switch ul li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.products-details-desc .products-color-switch ul li a.color-black::before {
    background: #000000;
}

.products-details-desc .products-color-switch ul li a.color-red::before {
    background: red;
}

.products-details-desc .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.products-details-desc .products-color-switch ul li a.color-green::before {
    background: green;
}

.products-details-desc .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.products-details-desc .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.products-details-desc .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.products-details-desc .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.products-details-desc .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.products-details-desc .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.products-details-desc .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.products-details-desc .products-color-switch ul li.active a {
    border-color: #000000;
}

.products-details-desc .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.products-details-desc .products-size-wrapper span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.products-details-desc .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.products-details-desc .products-size-wrapper ul li a {
    width: 75px;
    height: 35px;
    display: block;
    line-height: 32px;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.products-details-desc .products-size-wrapper ul li a:hover {
    border-color: #ffba0a;
    ;
    color: #ffba0a;
    ;
}

.products-details-desc .products-size-wrapper ul li.active a {
    border-color: #ffba0a;
    ;
    color: #ffba0a;
    ;
}

.products-details-desc .products-info-btn {
    margin-bottom: 25px;
}

.products-details-desc .products-info-btn a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    line-height: initial;
    font-size: 14px;
    font-weight: 600;
}

.products-details-desc .products-info-btn a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-desc .products-info-btn a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.products-details-desc .products-info-btn a:hover {
    color: #feb42f;
}

.products-details-desc .products-info-btn a:hover::before {
    width: 100%;
}

.products-details-desc .products-info-btn a:not(:first-child) {
    margin-left: 15px;
}

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 120px;
    min-width: 120px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: #feb42f;
}

.products-details-desc .products-add-to-cart .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #000000;
}

.products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #000000;
}

.products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #000000;
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: #000000;
}

.products-details-desc .wishlist-compare-btn {
    margin-top: 20px;
}

.products-details-desc .wishlist-compare-btn .optional-btn {
    padding-top: 8px;
    padding-bottom: 10px;
}

.products-details-desc .wishlist-compare-btn .optional-btn i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.products-details-desc .wishlist-compare-btn .optional-btn:not(:first-child) {
    margin-left: 10px;
}

.products-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn input {
    display: none;
}

.products-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.products-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #feb42f;
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: #000000;
    position: relative;
    top: -1px;
}

.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: #feb42f;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: #feb42f;
    border-color: #feb42f;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn .default-btn {
    display: block;
    text-align: center;
}

.products-details-desc .products-details-accordion {
    margin-top: 25px;
}

.products-details-desc .products-details-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background: #ffffff;
    margin-bottom: 15px;
    border: none;
}

.products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-title {
    padding-left: 28px;
    color: #000000;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.products-details-desc .products-details-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-desc .products-details-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-details-desc .products-details-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-top: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content.show {
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul,
.products-details-desc .products-details-accordion .accordion .accordion-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777777;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li::before,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #feb42f;
    border-radius: 50%;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000000;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #777777;
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
    color: #000000;
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form {
    margin-top: 10px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title {
    position: relative;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 16px;
    margin-right: -1px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
    position: relative;
    top: -2px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating i {
    font-size: 17px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .default-btn {
    margin-top: 10px;
}

.products-details-tab {
    margin-top: 50px;
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.products-details-tab .tabs li a {
    display: block;
    position: relative;
    color: #000000;
    border: 1px dashed #eeeeee;
    padding: 13px 30px 13px 48px;
    font-weight: 600;
    font-size: 15px;
}

.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    margin: 2px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-tab .tabs li a:hover {
    color: #ffffff;
    background-color: #feb42f;
    border-color: #feb42f;
}

.products-details-tab .tabs li a:hover .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li a:hover .dot::before {
    background: #ffffff;
}

.products-details-tab .tabs li.current a {
    color: #ffffff;
    background-color: #feb42f;
    border-color: #feb42f;
}

.products-details-tab .tabs li.current a .dot {
    border-color: #ffffff;
}

.products-details-tab .tabs li.current a .dot::before {
    background: #ffffff;
}

.products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.products-details-tab .tab-content {
    border: 1px dashed #eeeeee;
    padding: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777777;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li::before,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #feb42f;
    border-radius: 50%;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li:last-child,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #000000;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td:first-child {
    font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #777777;
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td:first-child {
    color: #000000;
    font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title {
    position: relative;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 18px;
    margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
    position: relative;
    top: -2px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating i {
    font-size: 17px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item h3 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .default-btn {
    margin-top: 10px;
}

.related-products {
    margin-top: 70px;
}


/*================================================
Offer CSS
=================================================*/

.offer-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-area.bg-image1 {
    background-image: url(../../assets/img/main-banner1.jpg);
}

.offer-area.bg-image2 {
    background-image: url(../../assets/img/offer-bg2.jpg);
}

.offer-content {
    max-width: 550px;
    border: 1px solid #ffffff;
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
    z-index: 1;
}

.offer-content span {
    display: block;
    margin-bottom: 10px;
    color: #f6b402;
    font-weight: 600;
}

.offer-content h2 {
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 700;
}

.offer-content p {
    line-height: initial;
    margin-top: 10px;
}

.offer-content .default-btn {
    margin-top: 12px;
}

.offer-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 5px;
    margin: 10px;
}

.offer-content-box {
    max-width: 720px;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.offer-content-box span {
    display: block;
    color: #ffffff;
    font-weight: 300;
    font-size: 30px;
}

.offer-content-box h2 {
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 65px;
    font-weight: 700;
}

.offer-content-box p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

.offer-content-box .default-btn {
    margin-top: 10px;
}

.single-offer-products {
    position: relative;
    border-radius: 5px;
    padding-right: 100px;
}

.single-offer-products img {
    display: inline-block !important;
    width: auto !important;
}

.single-offer-products .image {
    border-radius: 5px;
}

.single-offer-products .image a {
    display: block;
    border-radius: 5px;
}

.single-offer-products .image a img {
    border-radius: 5px;
}

.single-offer-products .content {
    position: absolute;
    right: 15px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px;
    max-width: 415px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-offer-products .content h3 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}

.single-offer-products .content p {
    margin-top: 10px;
}

.offer-products-slides.owl-theme .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.offer-products-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.offer-products-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 2px;
}

.offer-products-slides.owl-theme .owl-dots .owl-dot:hover span,
.offer-products-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: #ffffff;
}


/*================================================
Facility CSS
=================================================*/

.facility-area {
    position: relative;
    z-index: 1;
}

.single-facility-box {
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

.single-facility-box .icon {
    background-color: #F9F9F9;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 65px;
    margin-left: auto;
    margin-right: auto;
}

.single-facility-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.single-facility-box h3 {
    display: block;
    background-color: #ffffff;
    position: relative;
    padding-top: 18px;
    z-index: 1;
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.single-facility-box:hover .icon {
    background-color: #feb42f;
    color: #ffffff;
}

.facility-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.facility-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 1.5px;
}

.facility-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #feb42f;
    color: #ffffff;
    border-color: #feb42f;
}

.facility-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible;
}

.facility-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
}


/*================================================
Partner CSS
=================================================*/

.partner-area {
    background-color: #f4f4f4;
}

.partner-item {
    text-align: center;
}

.partner-item a {
    display: block;
}

.partner-item a img {
    width: auto !important;
    display: inline-block !important;
}


/*================================================
Testimonials CSS
=================================================*/

.testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-testimonials-item {
    background: linear-gradient(to bottom, #ffffff 0%, #e2e5e7 100%);
    padding: 35px 30px 95px;
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    margin-bottom: 40px;
}

.single-testimonials-item p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000000;
    font-style: italic;
}

.single-testimonials-item .info {
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
}

.img-testimonial {
    width: 100px !important;
    height: 100px;
    display: inline-block !important;
    border: 3px solid #ffffff;
}

.info-h3 {
    margin-bottom: 6px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
}

.info-span {
    color: #FEB430;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.owl-item .single-testimonials-item {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: .5;
}

.owl-item.active .single-testimonials-item {
    -webkit-box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    margin-top: 0;
    background: linear-gradient(to bottom, #ffffff 0%, #e2e5e7 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.owl-item.active.center .single-testimonials-item p {
    color: #ffffff;
}

.testimonials-slides.owl-theme .owl-dots {
    margin-top: 15px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #dddddd;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: #FEB430;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*================================================
Brand CSS
=================================================*/

.brand-area {
    background-color: #f4f4f4;
}

.brand-item {
    text-align: center;
}

.brand-item a {
    display: block;
    background-color: #ffffff;
    border-right: 1px solid #eeeeee;
    padding: 20px;
}

.brand-item a img {
    width: auto !important;
    display: inline-block !important;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.brand-item a:hover img {
    opacity: 1;
}


/*================================================
Blog CSS
=================================================*/

.single-blog-post {
    position: relative;
    margin-bottom: 30px;
}

.single-blog-post .post-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image a {
    display: block;
    border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image a img {
    border-radius: 5px 5px 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog-post .post-image .date {
    position: absolute;
    right: -100%;
    top: 20px;
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
}

.single-blog-post .post-content {
    margin-top: 20px;
}

.single-blog-post .post-content .category {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #feb42f;
    font-weight: 600;
    font-size: 14px;
}

.single-blog-post .post-content h3 {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
}

.single-blog-post .post-content h3 a {
    display: inline-block;
}

.single-blog-post .post-content .details-btn {
    margin-top: 13px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.single-blog-post .post-content .details-btn::before {
    width: 100%;
    height: 1px;
    background-color: #000000;
    content: '';
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    bottom: 0;
}

.single-blog-post .post-content .details-btn:hover {
    color: #feb42f;
}

.single-blog-post .post-content .details-btn:hover::before {
    background-color: #feb42f;
}

.single-blog-post:hover .post-image img {
    -webkit-transform: scale(1.07) rotate(2deg);
    transform: scale(1.07) rotate(2deg);
}

.single-blog-post:hover .post-image .date {
    visibility: visible;
    right: 0;
}

.blog-slides.owl-theme .owl-dots {
    margin-top: 20px !important;
    margin-bottom: 30px;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.blog-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    background-color: #000000;
    margin: 2px;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span,
.blog-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: #feb42f;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
    background-color: #feb42f;
}

.blog-items {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-items .single-blog-post {
    margin-left: 12px;
    margin-right: 12px;
}


/*================================================
Blog Details CSS
=================================================*/

.blog-details-desc .article-image img {
    width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    padding-right: 2px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-right: 0 !important;
    padding-left: 2px !important;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #feb42f;
    color: #ffffff;
    border-color: #feb42f;
}

.blog-details-desc .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 32px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: #feb42f;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 17px;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    color: #777777;
}

.blog-details-desc .article-content .features-list li i {
    color: #feb42f;
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #777777;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #000000;
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    font-weight: 600;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: #feb42f;
    color: #ffffff;
    border: 1px solid #feb42f;
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
    color: #feb42f;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #f4f4f4;
}

.blog-details-desc .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: #feb42f;
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid #ffffff;
    width: 100px;
    height: 100px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
    margin-top: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    color: #777777;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
    color: #000000;
    padding: 5px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover,
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
    background-color: #feb42f;
    color: #ffffff;
}

blockquote p {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

blockquote p:before {
    content: open-quote;
    font-weight: 900;
    font-size: 30px;
    color: #CDCDCD;
}

blockquote p:after {
    content: close-quote;
    font-weight: 900;
    font-size: 30px;
    color: #CDCDCD;
}

.xton-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: #feb42f;
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #feb42f;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #777777;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: #feb42f;
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: #feb42f;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #000000;
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #777777;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
    font-weight: 700;
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 65px;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #000000;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #feb42f;
    border-color: #feb42f;
}

.comments-area .comment-author {
    font-size: 18px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: .8em;
    color: #777777;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: #777777;
}

.comments-area .comment-metadata a:hover {
    color: #feb42f;
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 0 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #777777;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #777777;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]::-ms-input-placeholder,
.comments-area .comment-respond textarea::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #777777;
}

.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #777777;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder,
.comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder,
.comments-area .comment-respond textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder,
.comments-area .comment-respond textarea:focus::-ms-input-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #777777;
    position: relative;
    top: -3.5px;
    font-weight: normal;
    font-size: 16px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #feb42f;
    border: none;
    color: #ffffff;
    padding: 10px 30px 9px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #000000;
}


/*================================================
Instagram CSS
=================================================*/

.instagram-area {
    position: relative;
    z-index: 1;
}

.instagram-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.instagram-title {
    margin-bottom: 50px;
    text-align: center;
}

.instagram-title a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 32px;
    font-size: 15px;
    font-weight: 300;
}

.instagram-title a i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
}

.single-instagram-post {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-instagram-post i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    font-size: 30px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.single-instagram-post .link-btn {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.single-instagram-post::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-instagram-post:hover i {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.single-instagram-post:hover::before {
    visibility: visible;
    opacity: .50;
}


/*================================================
Modal CSS
=================================================*/

.productsQuickView .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.productsQuickView .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.productsQuickView .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.productsQuickView .modal-content button.close:hover {
    background-color: red;
    color: #ffffff;
}

.productsQuickView .modal-content .products-content h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content h3 a {
    color: #000000;
}

.productsQuickView .modal-content .products-content h3 a:hover {
    color: #000000;
}

.productsQuickView .modal-content .products-content .price {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.productsQuickView .modal-content .products-content .products-review .rating {
    display: inline-block;
    padding-right: 5px;
}

.productsQuickView .modal-content .products-content .products-review .rating i {
    color: #f49f0b;
    display: inline-block;
    margin-right: -2px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count {
    display: inline-block;
    color: #000000;
    border-bottom: 1px solid #000000;
    line-height: initial;
    position: relative;
    top: -1px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
    color: #feb42f;
    border-color: #feb42f;
}

.productsQuickView .modal-content .products-content .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-info li:last-child {
    margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li span {
    color: #777777;
}

.productsQuickView .modal-content .products-content .products-info li a {
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-info li a:hover {
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-color-switch {
    margin-top: 8px;
}

.productsQuickView .modal-content .products-content .products-color-switch h4 {
    font-size: 16px;
    color: #777777;
    margin-bottom: 6px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -4px;
    margin-left: -4px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a:hover,
.productsQuickView .modal-content .products-content .products-color-switch ul li a:focus {
    border-color: #000000;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-black::before {
    background: #000000;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-red::before {
    background: red;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-green::before {
    background: green;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li.active a {
    border-color: #000000;
}

.productsQuickView .modal-content .products-content .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper h4 {
    font-size: 16px;
    color: #777777;
    margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a {
    width: 35px;
    height: 30px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:hover,
.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:focus {
    border-color: #000000;
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li.active a {
    border-color: #000000;
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter {
    max-width: 110px;
    min-width: 110px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span:hover {
    color: #feb42f;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-webkit-input-placeholder {
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input:-ms-input-placeholder {
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-ms-input-placeholder {
    color: #000000;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::placeholder {
    color: #000000;
}

.productsQuickView .modal-content .products-content .view-full-info {
    margin-top: 25px;
    color: #000000;
    line-height: initial;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}

.productsQuickView .modal-content .products-content .view-full-info::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content .view-full-info:hover::before {
    width: 0;
}

.shoppingCartModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shoppingCartModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingCartModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingCartModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingCartModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingCartModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingCartModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #777777;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #777777;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: #000000;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
    color: red;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
    float: right;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .optional-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingCartModal .close {
    color: #000000;
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.shoppingCartModal .close:not(:disabled):not(.disabled):hover,
.shoppingCartModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.sidebarModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebarModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.sidebarModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.sidebarModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.sidebarModal .modal-content {
    border-radius: 0;
    border: none;
}

.sidebarModal .modal-content .modal-body {
    padding: 40px;
}

.sidebarModal .modal-content .modal-body h3 {
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 600;
}

.sidebarModal .modal-content .modal-body h3::before {
    width: 50px;
    height: 1px;
    bottom: -1px;
    content: '';
    position: absolute;
    left: 0;
    background-color: #feb42f;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a:hover::before {
    width: 100%;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #feb42f;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li:last-child {
    margin-bottom: 0;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li {
    display: inline-block;
    margin-right: 2px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li:last-child {
    margin-right: 0;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #feb42f;
    background-color: #f4f4f4;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a:hover {
    background-color: #feb42f;
    color: #ffffff;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store {
    margin-top: 30px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a {
    display: block;
    position: relative;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a:hover::before {
    opacity: 0.88;
    visibility: visible;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .shop-now-btn {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid #feb42f;
    font-weight: 600;
    font-size: 14px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .shop-now-btn:hover {
    color: #feb42f;
    border-color: #feb42f;
}

.sidebarModal .close {
    color: #000000;
    font-size: 28px;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 32px;
    top: 35px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.sidebarModal .close:not(:disabled):not(.disabled):hover,
.sidebarModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.sizeGuideModal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.sizeGuideModal .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.sizeGuideModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.sizeGuideModal .modal-content button.close:hover {
    background-color: red;
    color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide {
    text-align: center;
}

.sizeGuideModal .modal-content .modal-sizeguide h3 {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
}

.sizeGuideModal .modal-content .modal-sizeguide p {
    margin-bottom: 25px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table {
    margin-bottom: 0;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead {
    background-color: #000000;
    color: #ffffff;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead th {
    border-bottom: none;
    white-space: nowrap;
    color: #ffffff;
    vertical-align: middle;
    padding: 10px 15px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table tr td,
.sizeGuideModal .modal-content .modal-sizeguide .table tr th {
    border-top: none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    padding: 10px 15px;
}

.productsShippingModal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.productsShippingModal .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.productsShippingModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: #000000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.productsShippingModal .modal-content button.close:hover {
    background-color: red;
    color: #ffffff;
}

.productsShippingModal .modal-content .shipping-content h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
}

.productsShippingModal .modal-content .shipping-content h3:first-child {
    margin-top: 0;
}

.productsShippingModal .modal-content .shipping-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.productsShippingModal .modal-content .shipping-content ul li {
    margin-bottom: 12px;
    color: #777777;
    position: relative;
    padding-left: 13px;
}

.productsShippingModal .modal-content .shipping-content ul li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #feb42f;
}

.productsShippingModal .modal-content .shipping-content ul li:last-child {
    margin-bottom: 0;
}

.shoppingWishlistModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shoppingWishlistModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingWishlistModal.modal.right.fade .modal-dialog {
    right: -420px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingWishlistModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingWishlistModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingWishlistModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingWishlistModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-bottom: 15px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #777777;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #777777;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: #000000;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
    color: red;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .optional-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingWishlistModal .close {
    color: #000000;
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: none;
    background-color: transparent;
}

.shoppingWishlistModal .close:not(:disabled):not(.disabled):hover,
.shoppingWishlistModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.productsFilterModal.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.productsFilterModal.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.productsFilterModal.modal.left.fade.show .modal-dialog {
    left: 0;
}

.productsFilterModal .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.productsFilterModal .modal-content .modal-body {
    padding: 0;
}

.productsFilterModal .modal-content .modal-body .woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    top: 0;
    padding-left: 0;
}

.productsFilterModal button.close {
    position: absolute;
    left: 30px;
    top: 20px;
    outline: 0;
    padding-left: 25px;
    text-shadow: unset;
    opacity: 1;
    line-height: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.productsFilterModal button.close i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -3.8px;
}

.productsFilterModal button.close:hover {
    color: red;
}


/*================================================
Page Title CSS
=================================================*/

.page-title-area {
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 30px;
}

.page-title-content {
    position: relative;
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}

.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    color: #feb42f;
    position: relative;
}

.page-title-content ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 6px;
    height: 12px;
    width: 1px;
    background-color: #777777;
}

.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li:first-child::before {
    display: none;
}

.page-title-content ul li a {
    display: block;
}


/*================================================
Gallery CSS
=================================================*/

.gallery-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.gallery-area .row {
    margin-left: 0;
    margin-right: 0;
}

.gallery-area .row .col-lg-1,
.gallery-area .row .col-lg-2,
.gallery-area .row .col-lg-3,
.gallery-area .row .col-lg-4,
.gallery-area .row .col-lg-5,
.gallery-area .row .col-lg-6,
.gallery-area .row .col-lg-7,
.gallery-area .row .col-lg-8,
.gallery-area .row .col-lg-9,
.gallery-area .row .col-lg-10,
.gallery-area .row .col-lg-11,
.gallery-area .row .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.single-gallery-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.single-gallery-item img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-gallery-item .popup-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.single-gallery-item .gallery-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    border: 1px solid #ffffff;
    right: 10px;
    padding: 25px 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-gallery-item .gallery-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    background-color: #ffffff;
    z-index: -1;
}

.single-gallery-item .gallery-content span {
    display: block;
    color: #feb42f;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.single-gallery-item .gallery-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.single-gallery-item:hover img {
    -webkit-transform: rotate(8deg) scale(1.3);
    transform: rotate(8deg) scale(1.3);
}

.single-gallery-item:hover .gallery-content {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.gallery-items .single-gallery-item {
    margin-bottom: 30px;
}


/*================================================
Look Book CSS
=================================================*/

.lookbook-items {
    margin-left: -15px;
    margin-right: -15px;
}

.single-lookbook-box {
    position: relative;
    margin-bottom: 30px;
}

.single-lookbook-box a {
    display: block;
}

.single-lookbook-box .content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    top: 0;
    margin-left: 10px;
    margin-top: -10px;
    margin-right: 10px;
}

.single-lookbook-box .content p {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.single-lookbook-box .content p a {
    display: inline-block;
    padding-right: 3px;
}

.single-lookbook-box .content p:last-child {
    margin-bottom: 0;
}

.single-lookbook-box:hover .content {
    top: -10px;
}


/*================================================
Woocommerce Widget Sidebar CSS
=================================================*/

.woocommerce-widget-area .woocommerce-widget {
    margin-bottom: 35px;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #feb42f;
}

.woocommerce-widget-area .woocommerce-widget:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li {
    margin-bottom: 9px;
    font-size: 14.5px;
    font-weight: 600;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a {
    position: relative;
    padding-left: 28px;
    display: inline-block;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    display: inline-block;
    background-color: #feb42f;
    width: 18px;
    height: 18px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 1px;
    padding-left: 1px;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters:hover {
    color: red;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters span {
    text-decoration: underline;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000000;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover {
    color: #feb42f;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover::before {
    border-color: #feb42f;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a.active::before {
    background-color: #feb42f;
    border-color: #feb42f;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li.active a::before {
    background-color: #feb42f;
    border-color: #feb42f;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price {
    margin-top: 20px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs-handle {
    cursor: pointer;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single {
    background-color: #feb42f;
    padding: 1px 5px 1px 11.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::before {
    border-top-color: #feb42f;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::after,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::after,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::after {
    content: '$';
    position: absolute;
    left: 5px;
    top: 0.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-bar {
    background-color: #feb42f;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-handle>i:first-child {
    background-color: #feb42f;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max {
    padding: 1px 3px 1px 9.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max::before {
    content: '$';
    position: absolute;
    left: 3px;
    top: 0.5px;
}

.woocommerce-widget-area .size-list-widget .size-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
}

.woocommerce-widget-area .size-list-widget .size-list-row li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a:hover,
.woocommerce-widget-area .size-list-widget .size-list-row li a:focus {
    border-color: #feb42f;
    color: #ffffff;
    background-color: #feb42f;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a.active a {
    border-color: #feb42f;
    color: #ffffff;
    background-color: #feb42f;
}

.woocommerce-widget-area .size-list-widget .size-list-row li.active a {
    border-color: #feb42f;
    color: #ffffff;
    background-color: #feb42f;
}

.woocommerce-widget-area .color-list-widget .color-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: -5px;
    margin-top: -4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a:hover {
    border-color: #000000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-black::before {
    background: #000000;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-red::before {
    background: red;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blue::before {
    background: blue;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-green::before {
    background: green;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellow::before {
    background: yellow;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellowgreen::before {
    background: yellowgreen;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-pink::before {
    background: pink;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-violet::before {
    background: violet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-teal::before {
    background: teal;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-plum::before {
    background: plum;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-lime::before {
    background: lime;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blueviolet::before {
    background: blueviolet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li.active a {
    border-color: #000000;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #000000;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover {
    color: #feb42f;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover::before {
    border-color: #feb42f;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a.active::before {
    background-color: #feb42f;
    border-color: #feb42f;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li.active a::before {
    background-color: #feb42f;
    border-color: #feb42f;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category {
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    background-color: #ffffff;
    padding: 20px;
    bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category span {
    color: #777777;
    display: block;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .link-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products:hover img,
.woocommerce-widget-area .aside-trending-widget .aside-trending-products:focus img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}


/*================================================
Sizing Guide CSS
=================================================*/

.sizing-guide-table h3 {
    margin-bottom: 18px;
    font-family: Raleway, sans-serif;
    font-size: 16pt;
    font-weight: 700;
    color: #4c4c4c;
}

.sizing-guide-table h2 {
    margin-bottom: 18px;
    font-size: 15pt;
    font-weight: 700;
    color: #4c4c4c;
}

.sizing-guide-table table {
    margin-bottom: 0;
}

.sizing-guide-table table thead {
    background: #d2d2d2;
    font-weight: 700;
    border-bottom: none !important;
}

.sizing-guide-table table thead th:first-child {
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
}

.sizing-guide-table table thead th:last-child {
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
}

.sizing-guide-table table thead th {
    border-top: 1px solid #afafaf;
    border-left: 1px solid #fff;
    vertical-align: middle;
    color: #000;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.sizing-guide-table table tr td {
    border: 1px solid #afafaf;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sizing-guide-table table tr td:first-child {
    font-weight: 600;
}

.sizing-guide-table .sizing-guide-info {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li {
    margin-bottom: 12px;
}

.sizing-guide-table .sizing-guide-info li:last-child {
    margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li span {
    font-weight: 700;
}

.sizing-guide-table:not(:first-child) {
    margin-top: 35px;
}


/*================================================
Cart CSS
=================================================*/

.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 25px 0 25px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #777777;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 100px;
}

.cart-table table tbody tr td.product-name a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-name ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.cart-table table tbody tr td.product-name ul li {
    margin-bottom: 6px;
    font-size: 13.5px;
}

.cart-table table tbody tr td.product-name ul li span {
    display: inline;
    color: #000000;
}

.cart-table table tbody tr td.product-name ul li:last-child {
    margin-bottom: 0;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .subtotal-amount {
    color: #000000;
    font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    display: block;
    position: relative;
    top: -1px;
    font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #feb42f;
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #000000;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #000000;
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #000000;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #000000;
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #000000;
}

.cart-table table tbody tr td .unit-amount {
    color: #000000;
    font-weight: 600;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 500px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
}

.cart-totals h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #000000;
    overflow: hidden;
    font-weight: 600;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    font-size: 20px;
    border-top: none;
}

.cart-totals ul li:last-child span {
    color: #000000;
}

.cart-totals ul li span {
    float: right;
    font-weight: normal;
}


/*================================================
Checkout CSS
=================================================*/

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 15px 20px;
    border-top: 3px solid #feb42f;
    position: relative;
    margin-bottom: 40px;
}

.user-actions i {
    color: #feb42f;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions span {
    display: inline-block;
    color: #feb42f;
    font-weight: 500;
    font-size: 16px;
}

.user-actions span a {
    display: inline-block;
    color: #000000;
}

.user-actions span a:hover,
.user-actions span a:focus {
    color: #feb42f;
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.billing-details .title::before {
    content: '';
    position: absolute;
    background: #feb42f;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.billing-details .form-group {
    margin-bottom: 15px;
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 750;
    font-size: 13px;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .nice-select {
    float: unset;
    color: #000000;
    border: none;
    font-weight: normal;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 0 0 15px;
    border: 1px solid #afafaf;
    border-radius: 3px;
}

.billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: #feb42f !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.billing-details .form-group .nice-select:after {
    right: 20px;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: #000000;
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.order-details .title::before {
    content: '';
    position: absolute;
    background: #feb42f;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 12px 20px 10px;
    font-weight: 700;
    font-size: 17px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    border-color: #eaedff;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
    font-weight: 500;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: #000000;
    font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 700;
    color: #000000;
}

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: #000000;
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::before,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after,
.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #feb42f;
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked+label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .payment-box .default-btn {
    margin-top: 20px;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    display: block;
    text-align: center;
}


/*================================================
404 Error CSS
=================================================*/

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 520px;
}

.error-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.error-content p {
    margin-bottom: 25px;
}


/*================================================
Customer Service CSS
=================================================*/

.customer-service-content h3 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.customer-service-content h3 i {
    position: absolute;
    top: 0;
    left: 0;
    color: #feb42f;
}

.customer-service-content h3:not(:first-child) {
    margin-top: 30px;
}

.customer-service-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.customer-service-content ul li {
    color: #777777;
    margin-bottom: 12px;
    position: relative;
    padding-left: 13px;
}

.customer-service-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #feb42f;
}

.customer-service-content ul li:last-child {
    margin-bottom: 0;
}

.customer-service-content ul li a {
    display: inline-block;
    color: #777777;
}

.customer-service-content ul li a:hover {
    color: #000000;
}


/*================================================
Compare CSS
=================================================*/

.products-compare-table table {
    margin-bottom: 0;
}

.products-compare-table table tr td {
    color: #777777;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.products-compare-table table tr td:first-child {
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}

.products-compare-table table tr td .remove-btn {
    margin-bottom: 15px;
}

.products-compare-table table tr td .remove-btn a {
    color: red;
    display: inline-block;
}

.products-compare-table table tr:first-child {
    background-color: transparent !important;
}

.products-compare-table table tr:first-child td {
    border-bottom: 1px solid #eeeeee;
}


/*================================================
Pagination CSS
=================================================*/

.pagination-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.pagination-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    z-index: -1;
}

.pagination-area .page-numbers {
    color: #000000;
    display: inline-block;
    line-height: 1;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 8px;
    padding-right: 8px;
}

.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers.current {
    color: #feb42f;
}

.pagination-area .page-numbers.prev {
    padding-right: 0;
}

.pagination-area .page-numbers.next {
    padding-left: 0;
}

.pagination-area .page-numbers.prev,
.pagination-area .page-numbers.next {
    font-size: 28px;
    position: relative;
    top: 5px;
    margin-left: -3px;
    margin-right: -3px;
}


/*================================================
Widget Sidebar CSS
=================================================*/

.widget-area .widget {
    margin-bottom: 35px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 21px;
    font-weight: 700;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: #feb42f;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
    height: 50px;
    color: #000000;
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
    color: #777777;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
    color: #777777;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
    color: #777777;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field::placeholder {
    color: #777777;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.widget-area .widget_search form button {
    border: none;
    background-color: #feb42f;
    color: #ffffff;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    top: 5px;
    font-size: 20px;
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    background-color: #000000;
    color: #ffffff;
}

.widget-area .widget_xton_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_xton_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_xton_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_xton_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog/img7.jpg);
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog/img8.jpg);
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog/img5.jpg);
}

.widget-area .widget_xton_posts_thumb .item .thumb::before,
.widget-area .widget_xton_posts_thumb .item .thumb::after {
    -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: '';
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget-area .widget_xton_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_xton_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_xton_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_xton_posts_thumb .item .info span {
    display: block;
    color: #777777;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 12px;
}

.widget-area .widget_xton_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
}

.widget-area .widget_xton_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_xton_posts_thumb .item:hover .thumb::before,
.widget-area .widget_xton_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #000000;
    padding-left: 18px;
    font-weight: 600;
    font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #feb42f;
    height: 8px;
    width: 8px;
    content: '';
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #000000;
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: #feb42f;
}

.widget-area .widget_categories ul li .post-count {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background-color: #f6f6f6;
    color: #000000;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #feb42f;
}

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.widget-area .widget_instagram ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.widget-area .widget_instagram ul li a {
    position: relative;
}

.widget-area .widget_instagram ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #feb42f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_instagram ul li a:hover::before {
    opacity: .70;
    visibility: visible;
}

.widget-area .widget_contact {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    background-image: url(../../assets/img/offer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: #feb42f;
    opacity: .70;
    z-index: -1;
}

.widget-area .widget_contact .text {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
}

.widget-area .widget_contact .text .icon {
    width: 65px;
    height: 65px;
    border: 2px dashed #feb42f;
    position: relative;
    border-radius: 50%;
    font-size: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    color: #feb42f;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.widget-area .widget_contact .text .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .widget_contact .text span {
    display: block;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget_contact .text a {
    display: inline-block;
    color: #ffffff;
    font-weight: 800;
    font-size: 25px;
}


/*================================================
Coming Soon CSS
=================================================*/

.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(../../assets/img/coming-soon-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 700px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin-left: 100px;
}

.coming-soon-content .logo {
    display: inline-block;
}

.coming-soon-content .logo .white-logo {
    display: none;
}

.coming-soon-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
}

.coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-content #timer div {
    background-color: #333333;
    color: #ffffff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 900;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -1px;
    font-size: 16px;
    font-weight: 600;
}

.coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #000000;
}

.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 9px;
    font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #feb42f;
}

.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eeeeee;
    padding: 0 0 0 32px;
    color: #000000;
    height: 45px;
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #A1A1A1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}

.coming-soon-content form .validation-success {
    margin-top: 15px;
}

.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}


/*================================================
Track Order CSS
=================================================*/

.track-order-content {
    max-width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
}

.track-order-content:hover {
    max-width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.track-order-content h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
}

.track-order-content form {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.track-order-content form .form-group {
    margin-bottom: 20px;
}

.track-order-content form .form-group label {
    display: block;
    color: #000000;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.track-order-content form .default-btn {
    margin-top: 5px;
}


/*================================================
Login CSS
=================================================*/

.login-content h2 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 700;
}

.login-content .login-form {
    padding-right: 15px;
}

.login-content .login-form .form-group {
    margin-bottom: 20px;
}

.login-content .login-form .form-group .checkout-form {
    height: 50px;
}

.login-content .login-form .default-btn {
    display: block;
    width: 100%;
    padding: 14px 25px;
}

.login-content .login-form .forgot-password {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    font-weight: 600;
}

.login-content .login-form .forgot-password::before {
    width: 100%;
    height: 1.5px;
    background: #777777;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: '';
}

.login-content .login-form .forgot-password:hover::before {
    width: 0;
}

.new-customer-content {
    padding-left: 15px;
}

.new-customer-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}

.new-customer-content span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}

.new-customer-content .optional-btn {
    margin-top: 5px;
}


/*================================================
Signup CSS
=================================================*/

.signup-content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.signup-content h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.signup-content .signup-form .form-group {
    margin-bottom: 20px;
}

.signup-content .signup-form .form-group label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.signup-content .signup-form .form-group .checkout-form {
    height: 50px;
}

.signup-content .signup-form .default-btn {
    display: block;
    width: 100%;
    padding: 14px 25px;
}

.signup-content .signup-form .return-store {
    display: inline-block;
    margin-top: 15px;
    color: #777777;
    position: relative;
    font-size: 15px;
}

.signup-content .signup-form .return-store::before {
    width: 100%;
    height: 1.5px;
    background: #777777;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: '';
}

.signup-content .signup-form .return-store:hover {
    color: #000000;
}

.signup-content .signup-form .return-store:hover::before {
    width: 0;
}


/*================================================
Contact CSS
=================================================*/

.contact-info h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.contact-info p a {
    display: inline;
    font-weight: 500;
}

.contact-info .contact-list {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-info .contact-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.contact-info .contact-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #feb42f;
    font-size: 20px;
}

.contact-info .contact-list li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.contact-info .contact-list li a:hover::before {
    width: 100%;
}

.contact-info .contact-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #feb42f;
}

.contact-info .contact-list li:last-child {
    margin-bottom: 0;
}

.contact-info .opening-hours {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-info .opening-hours li {
    margin-bottom: 10px;
}

.contact-info .opening-hours li:last-child {
    margin-bottom: 0;
}

.contact-info .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.contact-info .social li {
    display: inline-block;
    margin-right: 2px;
}

.contact-info .social li:last-child {
    margin-right: 0;
}

.contact-info .social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    color: #feb42f;
    background-color: #f4f4f4;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.contact-info .social li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}

.contact-info .social li a:hover {
    background-color: #feb42f;
    color: #ffffff;
}

.contact-form h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.contact-form form .form-group {
    margin-bottom: 20px;
}

.contact-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact-form form .form-group label span {
    color: red;
}

.contact-form form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form form .with-errors ul li {
    color: red;
    font-size: 15px;
}

.contact-form form #msgSubmit {
    margin-bottom: 0;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px;
}

#map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}


/*================================================
Footer CSS
=================================================*/

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.single-footer-widget p {
    color: #ffffff;
    margin-left: 10%;
}

.single-footer-widget .about-the-store p {
    font-weight: 600;
}

.single-footer-widget .about-the-store .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .about-the-store .footer-contact-info li {
    margin-bottom: 12px;
    color: #ffffff;
    position: relative;
    padding-left: 25px;
}

.single-footer-widget .about-the-store .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.single-footer-widget .about-the-store .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .about-the-store .footer-contact-info li a:hover {
    color: #feb42f;
}

.single-footer-widget .about-the-store .footer-contact-info li a:hover::before {
    width: 100%;
}

.single-footer-widget .about-the-store .footer-contact-info li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #feb42f;
}

.single-footer-widget .about-the-store .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 2px;
}

.single-footer-widget .social-link li:last-child {
    margin-right: 0;
}

.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-49%);
    transform: translateY(-49%);
}

.single-footer-widget .footer-newsletter-box .newsletter-form {
    position: relative;
    margin-top: -5px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form label {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {
    width: 100%;
    background-color: transparent;
    border: 1px solid #848282;
    border-radius: 0;
    height: 45px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 15px;
    border-radius: .25rem;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-webkit-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-ms-input-placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::placeholder {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form button {
    display: block;
    margin-top: .8rem;
    width: 100%;
    border-radius: .25rem;
    background-color: #f6b402;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form button:hover {
    color: #000000;
    background-color: #ffffff;
}

.single-footer-widget .footer-newsletter-box .newsletter-form #validator-newsletter {
    position: absolute;
    left: 0;
    bottom: -32px;
    color: #ffffff !important;
}

.footer-bottom-area {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom-area p {
    line-height: initial;
    margin-bottom: 0;
    color: #cecdcd;
    font-weight: 500;
}

.footer-bottom-area p i {
    position: relative;
    top: 1px;
}

.footer-bottom-area p a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.footer-bottom-area p a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 1px;
    background-color: #feb42f;
}

.footer-bottom-area p a:hover {
    color: #feb42f;
}

.footer-bottom-area p a:hover::before {
    width: 100%;
}

.footer-bottom-area .payment-types {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.footer-bottom-area .payment-types li {
    display: inline-block;
}

.footer-bottom-area .payment-types li a {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer-bottom-area .payment-types li a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}


/*================================================
Go Top CSS
=================================================*/

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -42px;
    right: 15px;
    color: #ffffff;
    background-color: #feb42f;
    z-index: 4;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}

.go-top i {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    margin-top: -3px;
}


/*# sourceMappingURL=style.css.map */

.main-logo {
    width: 100px;
    height: auto;
}

@media (max-width: 991px) {
    .main-logo {
        width: 90px;
        height: auto;
    }
}

.btn1 {
    margin: 5% 0% 3% 0%;
    padding: 1%;
    align-content: center;
    background-Color: transparent;
    border-radius: 50px;
    border-color: rgb(10, 10, 10);
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-width: 5px;
    font-size: 40px;
}

.btn1:hover {
    background-Color: #f4a522;
    border-radius: 50px;
    border-color: rgb(10, 10, 10);
    color: rgb(0, 0, 0);
}

.btn2 {
    margin: 5% 0% 3% 0%;
    padding: 3% 5% 3% 5%;
    align-content: center;
    background-Color: transparent;
    border: solid;
    border-color: #f4a522;
    color: #f4a522;
    font-style: normal;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border-width: 3px;
    font-size: 20px;
    border-radius: 4px;
}

.btn2:hover {
    border-color: #f4a522;
    background-Color: #f4a522;
    color: white;
}

.textimage {
    margin: 5% 0% 3% 0%;
    width: 388px;
    height: auto;
}

.icon {
    margin-bottom: 10%;
    height: auto;
}

.home-con {
    display: table-cell;
    padding: 2rem 1rem 0rem;
}

.home-sec {
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
}

.home-sec-gallery {
    display: grid;
}

.home-box {
    position: relative;
    text-align: center;
    padding: 2rem 1rem;
    background-size: cover !important;
}

.home-box h5 {
    color: #fff;
    padding-right: 50px !important;
    padding-left: 50px !important;
    text-align: center;
    font-weight: 50px;
}

.home-sec1 {
    display: grid;
    padding-right: 0px;
    padding-left: 0px;
}

.home-box1 {
    position: relative;
    text-align: left;
    padding: 10%;
    background-size: cover !important;
}

.home-box1 h5 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    font-style: italic;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.home-box1 h3 {
    color: #000000;
    font-weight: 800;
    font-size: 40px;
    text-align: left;
}

.back {
    opacity: 0.6;
}

.home-box1 span {
    color: #e70e0e;
    font-weight: 700;
    font-size: 15px;
}

.home-box1 p {
    color: #464646;
    font-weight: 500;
    font-size: 19px;
    text-align: justify;
}

.mid {
    padding-top: 10%;
}

.home-reviews {
    display: grid;
}

.home-boxr {
    border-radius: 4%;
    position: relative;
    text-align: left;
    padding: 0rem 1rem 1rem;
    background-color: #474747;
}

.home-boxr h5 {
    color: #fff;
    text-align: left;
    font-weight: 50px;
}

.home-reviews .review-content .star-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f49f0b;
}

.home-reviews .review-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.home-reviews .review-content {
    margin-top: 20px;
    position: relative;
    align-content: center;
    display: flex;
}

.home-reviews .review-content h3 {
    margin-bottom: 0;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    margin-top: 2px;
    padding: 1%;
}

.home-reviews .review-content h3 a {
    display: inline-block;
    color: #fff;
}

.home-reviews .review-content .reviews-date {
    color: lightslategray;
    padding: 1px 0px 6px 1px;
    font-style: italic;
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.home-reviews .review-content img {
    width: 50px;
    padding: 5px 0px 6px;
    border-radius: 50%;
}

.payment {
    margin-top: 8%;
    margin-bottom: 8%;
    width: 75%;
}

.footer-area {
    padding-top: 100px;
    background-color: #000000;
    position: relative;
    z-index: 1;
}

.single-footer-widget .social-link li a {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #212331;
    background-color: #a5a5a5;
    font-size: 18px;
    position: relative;
    border-radius: 5px;
    margin-left: 10px;
}

.single-footer-widget .social-link .instagram a:hover {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #ffffff;
}

.single-footer-widget .social-link .facebook a:hover {
    background: linear-gradient(to bottom, #3A5795 0%, #2B4886 100%);
    color: #ffffff;
}

.single-footer-widget .social-link .pinterest a:hover {
    background-color: #E60023;
    color: #ffffff;
}

.single-footer-widget .social-link .twitter a:hover {
    background-color: #1DA1F2;
    color: #ffffff;
}


/* .single-footer-widget .social-link li a:hover {
  background-color: blue;
  color: #ffffff;
} */

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .quick-links li {
    margin-bottom: 16px;
    color: #ffffff;
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .quick-links li a:hover {
    color: #FEB430;
}

.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}

.single-footer-widget .quick-links li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #FEB430;
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .customer-support {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .customer-support li {
    margin-bottom: 16px;
    color: #ffffff;
}

.single-footer-widget .customer-support li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .customer-support li a:hover {
    color: #FEB430;
}

.single-footer-widget .customer-support li a:hover::before {
    width: 100%;
}

.single-footer-widget .customer-support li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #FEB430;
}

.single-footer-widget .customer-support li:last-child {
    margin-bottom: 0;
}

.zoom-in-box {
    animation: zoom-in 5s ease infinite;
}


/* @keyframes zoom-in {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.1);
  }
}

.owl-carousel.owl-drag .owl-item{
  overflow: hidden ;
} */

.slider-btn {
    display: inline-block;
    border: 1px solid #C4A561;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: #C4A561;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.slider-btn:hover {
    background-color: #ffff;
    color: #000000;
    border-color: #000000;
}

.box-btn {
    display: inline-block;
    border: 1px solid #C4A561;
    padding: 15px 40px 15px 40px;
    margin-top: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: #C4A561;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.box-btn:hover {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

.product-sec {
    margin-top: 2%;
}

.product-btn {
    margin-top: 0px;
    margin-left: 30px;
    border: 1px solid #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: #fff;
    color: #000000;
    font-size: 14px;
    font-weight: 800;
}

.product-btn:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.product-box1 {
    height: 800px;
    position: relative;
    text-align: left;
    padding: 4rem 1rem 1rem 0rem;
    background-size: cover !important;
}

.product-box {
    position: relative;
    text-align: left;
    height: 394px;
    padding: 4rem 0rem 1rem 1rem;
    position: relative;
    background-size: cover !important;
}

.costumer-served {
    display: grid;
    padding-left: 0px;
    padding-right: 0px;
}

.costumer-box {
    padding: 10%;
    position: relative;
    text-align: center;
    background-color: #f1f1f1;
}

.costumer-box h5 {
    font-size: 35px;
}

.shop-con {
    background-color: #303030;
}

.shop {
    margin-top: 5%;
    margin-bottom: 1%;
}

.shop-box1 {
    position: relative;
    text-align: left;
    background-size: cover !important;
}

.shop-box1 h3 {
    color: #fff;
    text-align: left;
    font-weight: 800;
}

.shop-box1 h5 {
    color: #fff;
    text-align: left;
    font-weight: 800;
}

.shop-box1 p {
    color: #cfcfcf;
    text-align: justify;
    font-size: 17px;
}

.shop-btn {
    display: inline-block;
    border: 1px solid #ff3131;
    padding: 12px 30px 12px 30px;
    margin-top: 10px;
    text-transform: uppercase;
    background-color: #ff3131;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
}

.costumer-served-icon {
    margin-bottom: 10%;
    height: auto;
    text-align: center;
    width: 50px;
}

.terminols {
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.icon-overlay {
    position: absolute;
    opacity: 0.3;
    right: 10%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 400px;
}

.carousel-controls .control {
    position: absolute;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 1;
}

.about-title-area {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-title-content {
    position: relative;
    align-items: center;
    text-align: center;
    padding-left: 8%;
    padding-right: 8%;
}

.jacket-maket-about {
    padding-right: 18rem;
    padding-top: 5rem;
}

.stars {
    color: #f49f0b;
}

.about-choose {
    padding-top: 80px;
}


/* .wi{width:40%;
margin-left: 10%;} */


/*
.progress{ border-radius: 0%;
  width:20%;
  margin-top: 10px;
}
.progress-bar{
  background-color: #ffba0a;
} */

.rating-card {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.rating-number {
    font-size: 50px;
    font-weight: 600;
}

.rating-number small {
    font-size: 16px;
}

.rating-stars:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee;
}

.rating-stars .filled-star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffc107;
}

.rating-stars img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.rating-progress {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-progress .rating-grade {
    padding: 3px 20px 3px 0;
    float: left;
    width: 100px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rating-progress .rating-grade img {
    height: 15px;
    margin-left: 3px;
}

.rating-progress .progress {
    float: right;
    width: calc(100% - 110px);
    border-radius: 0%;
}

.rating-progress .progress .bg-warning {
    background-color: #ffc107 !important;
}

.rating-progress .rating-value {
    padding: 3px 0 3px 20px;
    float: left;
    width: 60px;
}

.rating-progress .rating-percentage {
    margin-left: 1%;
    float: left;
    width: 60px;
}

.rating-progress:after {
    content: "";
    clear: both;
    display: table;
}

.review-btn {
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 1%;
}

.review-btn:hover {
    background-color: #f6b402;
    color: #ffffff;
    border: 1px solid #f6b402;
}

.product-review-title {
    text-align: center;
}

.rating-btn {
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f6b402;
    color: #ffffff;
    border: 1px solid #f6b402;
    font-size: 15px;
    font-weight: 600;
    margin-left: 1%;
}

.customize {
    color: #f6b402;
    text-indent: 0;
    height: 40px;
    cursor: pointer;
    font-size: 14pt;
    display: inline-block;
    text-align: center;
    border: solid #f6b402;
    padding: 5px 20px 5px 20px;
    font-weight: 800;
    border-width: 1.5px;
    transition: .3s;
}

.customize:hover {
    color: #303030;
    border: solid #303030;
    border-width: 1.5px;
}

.or {
    font-family: Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    margin: 0;
    padding: 10px;
    background: #fff;
    font-size: 12pt;
    width: 100%;
}

.modal-rating {
    right: 0;
    bottom: 0;
    color: #f49f0b;
    font-size: 30px;
}

.radio {
    border-top: 1px solid #afafaf;
    padding: 10px 0 0;
    margin: 15px 0 10px;
    display: block;
    width: 100%;
}

.heading-top {
    text-align: center;
    border-top: 1px solid #afafaf;
    padding: 10px 0 0;
    margin: 15px 0 10px;
    display: block;
    font-family: Raleway, sans-serif;
}

.patch-heading {
    text-align: center;
    border-top: 1px solid #afafaf;
    padding: 22px 0 0;
    margin: 15px 0 10px;
    display: block;
    font-family: Raleway, sans-serif;
}

.patch-heading h2 {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.heading-top p {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 14px;
}

.heading-top h2 {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.heading-top-patches {
    text-align: center;
    border: 1px solid #afafaf;
    padding: 22px 20px 22px 20px;
    margin: 15px 0 10px;
    display: block;
    font-family: Raleway, sans-serif;
    border-radius: 5px;
}

.heading-top-patches p {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 14px;
}

.heading-top-patches h2 {
    text-align: center;
    color: #4c4c4c !important;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.radio-input {
    margin-left: 10px;
}

.image-source-link {
    color: #98C3D1;
}

.img-popup-div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.color-popup-div {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.popup-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.popup-image img {
    max-width: 550px;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .popup-image img {
        max-width: 450px;
    }
}

.popup-close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    background-color: #000;
    width: 40px;
    height: 45px;
    text-align: center;
}

.gallery img {
    width: 350px;
    height: 270px;
    border: 1px #4c4c4c solid;
    display: block;
    align-content: center;
    align-items: center;
    object-fit: cover;
}

.gallery h3 {
    padding-top: 10px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.color-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    background-clip: padding-box !important;
    align-items: center;
    align-content: center;
}

.color-box:hover {
    max-width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 1px solid #fff;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
}

.color-box img {
    border-radius: 50%;
}

.color-box strong {
    position: relative;
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px 0;
    color: #4c4c4c;
    transition: .3s;
}

.hidden {
    display: none !important;
}

.patch-filter a {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-left: 10px;
}

.patch-filter {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.primary-btn {
    background-color: #feb42f !important;
    border-color: #feb42f !important;
}

.top-bar-content {
    text-align: center;
    color: #FFA400;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.top-header {
    background-color: #262a2b;
    padding-top: 12px;
    padding-bottom: 12px;
}

#search {}

#search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial, Helvetica, Sans-serif;
    color: #bebebe;
    width: 200px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#search input[type="text"]:focus {
    width: 200px;
}

.btn1 {
    padding: 3% 5% 3% 5%;
    align-content: center;
    border-style: solid;
    background-Color: transparent;
    border-radius: 5px;
    border-color: #54595f;
    color: #54595f;
    font-weight: 900;
    border-width: 1px;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn1:hover {
    background-Color: #f4a522;
    border-radius: 5px;
    border-color: #f4a522;
    border-width: 1px;
    color: #fff;
    font-size: 14px;
    transform: scale(0.9);
}

.btn2 {
    padding: 3% 5% 3% 5%;
    align-content: center;
    border-style: solid;
    background-Color: transparent;
    border-radius: 5px;
    border-color: #fff;
    color: #fff;
    font-weight: 900;
    border-width: 1px;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn2:hover {
    background-Color: #f4a522;
    border-radius: 5px;
    border-color: #f4a522;
    border-width: 1px;
    color: #fff;
    font-size: 15px;
    transform: scale(0.9);
}

.has-search .form-control {
    padding-left: 3rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    font-size: 20px;
    line-height: 3rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.navbar {
    padding-top: 1px;
    padding-bottom: 1px;
}

.text-area {
    background-color: #363030;
}


/* .section-title1 span {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3.9px solid #FEB430;
} */

.section-title1 .border-span {
    display: block;
    font-weight: 600;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3.9px solid #FEB430;
}

.section-title1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-title1 h2 {
    color: #FEB430;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.2;
}

.section-title1 p {
    text-align: center;
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    word-spacing: 1px;
}

@media only screen and (max-width: 767px) {
    .section-title1 p {
        font-size: 13.5px;
    }
    .logo-width {
        width: 50% !important;
    }
}

@media only screen and (max-width: 767px) {
    .section-title1 h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title1 .border-span {
        width: 37%;
    }
}

.about-area {
    background-color: #C7D7DE;
}

.section-title2 {
    text-align: left;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.section-title2 span {
    display: inline-block;
    text-transform: uppercase;
    color: #FEB430;
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}

.section-title2 h2 {
    display: inline-block;
    margin-bottom: 0;
    color: #54595F;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
}

.section-title2 h3 {
    display: inline-block;
    margin-bottom: 0;
    color: #54595F;
    text-transform: uppercase;
    font-size: 35px;
    font-family: "Poppins", Sans-serif;
    font-weight: 700;
}

.section-title3 h5 {
    color: #FEB430;
    text-transform: uppercase;
}

.section-title3 p {
    text-align: center;
    color: #211D1D;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.section-title2 .star-rating-about {
    display: inline-block;
}

.section-title2 .star-rating-about .fa-star {
    color: #FEB430;
    font-size: 20px;
}

.fa-star {
    color: #FEB430;
    font-size: 20px;
}

.section-title2 .rate {
    display: inline-block;
    text-transform: uppercase;
    color: #54595F;
    font-size: 25px;
    font-weight: 700;
    font-family: "Poppins", Sans-serif;
}

.para {
    text-align: left;
    color: #232020;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    word-spacing: 1px;
}

.para-heading {
    text-align: left;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.section-title2 p {
    text-align: left;
    color: #232020;
    font-family: "Poppins", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    word-spacing: 1px;
}


/* .about {
    padding-top: 80px;
} */

.img-shadow {
    position: relative;
    background: white;
    color: #C7D7DE;
    box-shadow: -10px -10px rgba(199, 215, 222);
    transition: all .4s ease;
}

.img-shadow:hover {
    color: #C7D7DE;
    box-shadow: 10px 10px rgba(199, 215, 222);
}

.mbm {
    color: #FEB430;
}

.product-con {
    max-width: 700px;
    background-color: #ffffff;
    border-radius: 6px;
    text-align: center;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.product-con:hover {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 60%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 80%);
}

.pl-3 {
    padding-left: 3px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.post-image .content h6 {
    position: absolute;
    visibility: hidden;
    top: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
}

.post-image:hover .content h6 {
    position: absolute;
    visibility: visible;
    animation: fadeIn 1s ease;
}

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

.home-hc .text {
    background-color: #313131;
    padding: 50px 25px 0px 25px;
}

.home-hc div {
    position: relative;
}

.grid {
    display: grid;
}

.home-hc p {
    color: #fff !important;
    margin: 0;
}

.portion-list {
    font-weight: 900;
    color: #FEB430;
    margin-bottom: 4rem;
    line-height: 1.9;
    /* line-height: 5px; */
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .portion-list {
        padding-right: 0px;
        font-weight: 700;
        color: #FEB430;
        line-height: 1.4;
        /* line-height: 5px; */
        font-size: 10.9px;
    }
    .img-portion {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .home-hc .text {
        background-color: #313131;
        padding: 50px 25px 50px 25px;
    }
    .section-title2 p {
        font-size: 17px;
    }
    .text-portion {
        padding: 15px;
    }
}

.start-design-bg {
    background-position: right 25% bottom 45% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-104%, 0%);
    }

    .top-bar-content {
        text-align: center;
        color: #FFA400;
        font-family: "Poppins", Sans-serif;
        font-weight: 500 !important;
        text-transform: uppercase;
        font-size:10px;
    }
}

@media screen and (min-width: 500px) {
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-104%, -32%);
    }
}

@media screen and (min-width: 600px) {
    .portion-list {
        padding-right: 0px;
        color: #FEB430;
        line-height: 1.9;
        /* line-height: 5px; */
        font-size: 15px;
    }
    .img-portion {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 20px;
    }
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-109%, -40%);
    }
}

@media screen and (min-width: 768px) {
    .portion-list {
        padding-right: 0px;
        line-height: 1.9;
        font-weight: 900;
        color: #FEB430;
        /* line-height: 5px; */
        font-size: 15px;
    }
    .img-portion {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 20px;
    }
    .text-portion {
        padding: 15px;
    }
    .section-title2 p {
        text-align: left;
        color: #232020;
        font-family: "Poppins", Sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 27px;
        word-spacing: 1px;
    }
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-109%, -40%);
    }
}

@media screen and (min-width: 992px) {
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-109%, -40%);
    }
    .portion-list {
        padding-right: 50px;
        font-weight: 900;
        color: #FEB430;
        margin-bottom: 4rem;
        line-height: 1.9;
        /* line-height: 5px; */
        font-size: 17px;
    }
    .img-portion {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 20px;
    }
    .text-portion {
        padding: 70px;
    }
}

@media screen and (min-width: 1280px) {
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-109%, -40%);
    }
    .portion-list {
        padding-right: 200px;
        font-weight: 900;
        color: #FEB430;
        margin-bottom: 4rem;
        line-height: 1.9;
        /* line-height: 5px; */
        font-size: 17px;
    }
    .img-portion {
        margin-left: 50px;
        padding-top: 20px;
    }
    .text-portion {
        padding: 70px;
    }
}

@media screen and (min-width: 1920px) {
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-109%, -40%);
    }
    .portion-list {
        padding-right: 200px;
        font-weight: 900;
        color: #FEB430;
        margin-bottom: 4rem;
        line-height: 1.9;
        /* line-height: 5px; */
        font-size: 17px;
    }
    .img-portion {
        margin-left: 50px;
        padding-top: 20px;
    }
    .text-portion {
        padding: 70px;
    }
}

@media screen and (min-width: 3840px) {
    .svg-line-option {
        position: absolute;
        width: 440px;
        height: 100px;
        transform: translate(-109%, -40%);
    }
    .portion-list {
        padding-right: 200px;
        font-weight: 900;
        color: #FEB430;
        margin-bottom: 4rem;
        line-height: 1.9;
        /* line-height: 5px; */
        font-size: 17px;
    }
    .img-portion {
        margin-left: 50px;
        padding-top: 20px;
    }
    .text-portion {
        padding: 70px;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

@media only screen and (max-width: 767px) {
    .story-content {
        padding-top: 50px;
        padding-left: 2px;
        padding-right: 2px;
        position: relative;
    }
    .about-choose {
        padding-top: 33px;
    }
}

@media screen and (min-width: 600px) {
    .story-portion {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .story-content {
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .story-portion {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .story-content {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
    }
}

@media screen and (min-width: 992px) {
    .story-portion {
        position: relative;
        width: 50%;
        height: 50%;
    }
    .story-content {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
    }
    .about-choose p {
        font-size: 14.5px;
    }
    .about-choose {
        padding-top: 80px;
    }
}

@media screen and (min-width: 1280px) {
    .story-portion {
        position: relative;
        width: 50%;
        height: 50%;
    }
    .story-content {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
    }
    .about-choose p {
        font-size: 14.5px;
    }
    .about-choose {
        padding-top: 80px;
    }
}

@media screen and (min-width: 1920px) {
    .story-portion {
        position: relative;
        width: 50%;
        height: 50%;
    }
    .story-content {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
    }
    .about-choose p {
        font-size: 14.5px;
    }
    .about-choose {
        padding-top: 80px;
    }
}

@media screen and (min-width: 3840px) {
    .story-portion {
        position: relative;
        width: 50%;
        height: 50%;
    }
    .story-content {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px;
        position: relative;
    }
    .about-choose p {
        font-size: 14.5px;
    }
    .about-choose {
        padding-top: 80px;
    }
}

.story-portion::before {
    content: "";
    background: transparent;
    background-image: linear-gradient(230deg, #fff 0%, #090909 100%);
    opacity: 0.47;
    position: absolute;
    border-radius: 25px 25px 25px 25px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.story-content {
    padding-top: 50px;
    position: relative;
}

.story-content p {
    font-size: 18px;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}

.story-content span {
    font-size: 20px;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}

.hero {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: end;
}

.body-overlay-1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: visible;
    width: 100%;
    cursor: crosshair;
    z-index: 9999;
}

.img-zoom-container {
    position: relative;
    cursor: crosshair;
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

#ex2 img:hover {
    cursor: url(grab.cur), default;
}

#ex2 img:active {
    cursor: url(grabbed.cur), default;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
    color: #eee;
}

.hidden {
    display: none;
}

.con1 .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
}

.con1 .popup-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    display: none;
}

.con1 .popup-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    border: 3px solid #fff;
    object-fit: cover;
}

.con1 .popup-video span {
    font-size: 50px;
    color: #fff;
    font-weight: bolder;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 20px;
}

@media (max-width: 768px) {
    .con1 .popup-video video {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .hide-991 {
        display: none;
    }
}

.stars {
    color: #f49f0b;
}

.about {
    padding-top: 80px;
}


/* .wi{width:40%;
  margin-left: 10%;} */


/*
  .progress{ border-radius: 0%;
    width:20%;
    margin-top: 10px;
  }
  .progress-bar{
    background-color: #ffba0a;
  } */

.rating-card {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.rating-number {
    font-size: 50px;
    font-weight: 600;
}

.rating-number small {
    font-size: 16px;
}

.rating-stars:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee;
}

.rating-stars .filled-star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffc107;
}

.rating-stars img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.rating-progress {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-progress .rating-grade {
    padding: 3px 20px 3px 0;
    float: left;
    width: 100px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rating-progress .rating-grade img {
    height: 15px;
    margin-left: 3px;
}

.rating-progress .progress {
    float: right;
    width: calc(100% - 110px);
    border-radius: 0%;
}

.rating-progress .progress .bg-warning {
    background-color: #ffc107 !important;
}

.rating-progress .rating-value {
    padding: 3px 0 3px 20px;
    float: left;
    width: 60px;
}

.rating-progress .rating-percentage {
    margin-left: 1%;
    float: left;
    width: 60px;
}

.rating-progress:after {
    content: "";
    clear: both;
    display: table;
}

.review-btn {
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 1%;
}

.review-btn:hover {
    background-color: #f6b402;
    color: #ffffff;
    border: 1px solid #f6b402;
}

.product-review-title {
    text-align: center;
}

.rating-btn {
    display: inline-block;
    padding: 10px 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f6b402;
    color: #ffffff;
    border: 1px solid #f6b402;
    font-size: 15px;
    font-weight: 600;
    margin-left: 1%;
}

.modal-rating {
    right: 0;
    bottom: 0;
    color: #f49f0b;
    font-size: 30px;
}

.stock-status {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.stock-status.in-stock {
    background: #DEF9EC;
    color: #3BB77E;
}

.stock-status.out-stock {
    color: #f74b81;
    background: #fde0e9;
}

.or {
    font-family: Arial, Helvetica, sans-serif;
    color: #4c4c4c;
    text-align: center;
    padding: 10px;
    background: #fff;
    font-size: 12pt;
    display: block;
    width: 100%;
}

.pl-3 {
    padding-left: 3px;
}

.ml-3 {
    margin-left: 3px;
}

.pr-3 {
    padding-right: 3px;
}

.video-box {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    object-fit: cover;
}

.our-story-section {
    background-position: center !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.single-blog-post .post-image .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.single-blog-post .post-image img {
    border-radius: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    height: 300px;
    object-fit: cover;
}

.single-blog-post:hover .post-image img {
    -webkit-transform: scale(1.30);
    transform: scale(1.30);
}

.single-blog-post:hover .post-image .date {
    visibility: visible;
    right: 0;
}

.single-blog-post {
    cursor: pointer;
}

.single-blog-post .view-more-gallery {
    font-size: 1.05rem;
}

.single-blog-post:hover .view-more-gallery {
    text-decoration: underline;
}

.amazing-community-bg {
    background-position: center;
    background-size: cover;
}

.el-video-container {
    margin: 20px auto 20px;
    display: inline-block;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}


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

.el-video,
.el-video-popup__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
}

.el-video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.el-video__bg,
.el-video iframe,
.el-video-popup__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.el-video__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 0;
    width: 100px;
    height: 50px;
    border: none;
    background-color: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: inline-block;
    background: rgba(110, 50, 92, 0.8);
    /*   padding:8px 40px; */
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    border: rgba(110, 50, 92, 0.1);
    transition: all 0.1s ease 0.1s;
    display: block;
    text-align: center;
    line-height: 50px;
}

.el-video__button {
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    transform: translate(50%, -50%);
    cursor: pointer;
    display: none;
    background: rgba(255, 0, 0, 0.8);
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border: rgba(255, 0, 0, 0.1);
    transition: all 0.1s ease 0.1s;
}

.el-video__button {}

.el-video__button:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.el-video__button:focus {
    outline: none;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.el-video__button:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.el-video__button:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.el-video-overlay_popup {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.el-video-popup {
    display: none;
    position: relative;
    z-index: 1000;
    margin: auto;
    width: 90%;
    max-width: 800px;
    padding: 15px;
    top: 50%;
    transform: translateY(-50%);
}

a.product_color.active {
    border: 3px solid red !important;
}

@media only screen and (max-width: 1000px) and (max-height: 640px) and (orientation: landscape) {
    .el-video-popup {
        width: 70%;
    }
}

.before_footer {
    background: #f6b402;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.video_play_btn {
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    /* margin-top: 15px; */
    padding: 2px;
    border-radius: 3px;
}

.review-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.review-rating>input {
    display: none;
}

.review-rating>label {
    position: relative;
    width: 1.1em;
    font-size: 2.5rem;
    color: #FFD700;
    cursor: pointer;
}

.review-rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.review-rating>label:hover:before,
.review-rating>label:hover~label:before {
    opacity: 1 !important;
}

.review-rating>input:checked~label:before {
    opacity: 1;
}

.explore-our-category {
    max-width: none;
}

#timeLeft {
    color: red;
    text-decoration: underline;
}

.d-grid {
    display: grid;
}

.svg-line {
    position: absolute;
    width: 230px;
    height: 100px;
    transform: translate(-92%, -39%);
    overflow: visible;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.svg-line path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: drive 4s linear infinite;
}

@keyframes drive {
    0% {
        width: 0px;
    }
    15% {
        width: 30px;
    }
    100% {
        width: 230px;
    }
}

.svg-line-statement {
    position: absolute;
    width: 230px;
    height: 100px;
    transform: translate(-109%, -41%);
    overflow: visible;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.svg-line-statement path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: drive 4s linear infinite;
}

.svg-line-design {
    position: absolute;
    width: 186px;
    height: 100px;
    transform: translate(-92%, -42%);
    overflow: visible;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.svg-line-design path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: drive 4s linear infinite;
}

.svg-line-story {
    position: absolute;
    top: 39%;
    left: 51%;
    width: 186px;
    height: 100px;
    transform: translate(-50%, -50%);
    overflow: visible;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.svg-line-story path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: drive 4s linear infinite;
}

.svg-line-option {
    overflow: visible;
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.svg-line-option path {
    stroke: red;
    stroke-width: 9;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: .3s;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: drive 4s linear infinite;
}

.cont-video {
    max-width: 800px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 55px 50px -40px #212121;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 50px;
}


/*================================================
FAQ CSS
=================================================*/

.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 17px;
    font-weight: 700;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: #FEB430;
    color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
    background-color: #FEB430;
    color: #ffffff;
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border: none !important;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    /* -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important; */
    background: #ffffff;
    border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 25px 25px 25px 60px;
    background-color: #FEB430;
    color: #6E7180;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 20px;
    border: 1px solid #d4d4d4;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
}

.icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-weight: 900;
    font-size: 22px;
}


/* .faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
} */

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: 0px;
    padding: 15px 20px;
    border: 1px solid #d4d4d4;
    /* border-right: 1px solid #d4d4d4; */
    /* padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px; */
}

.faq-accordion .accordion .accordion-content p {
    font-size: 17px;
    line-height: 1.5;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content ul li {
    color: #777777;
    position: relative;
    margin-bottom: 12px;
    line-height: 25px;
    padding-left: 15px;
    font-size: 16px;
}

.faq-accordion .accordion .accordion-content ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #FEB430;
    border-radius: 50%;
}

.faq-accordion .accordion .accordion-content ul li:last-child {
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.text-divider {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
}

.text-divider-separator {
    width: 40%;
    margin: 0 auto;
}

.text-divider .text-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr;
}

.text-divider .text-divider-separator::before {
    display: block;
    content: "";
    border-bottom: 0;
    flex: 1 1;
    border-bottom: 1px solid #FEB430;
    margin: auto;
}

.text-divider .text-divider-separator::after {
    display: block;
    content: "";
    border-bottom: 0;
    flex: 1 1;
    border-bottom: 1px solid #FEB430;
    margin: auto;
}

.faq-heading {
    margin-bottom: 0px;
    color: #FEB430 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}

.faq-title {
    /* color: #808285; */
    font-size: 4em;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 2.2px;
    color: #FEB430;
    text-transform: uppercase;
    line-height: 1.2;
}

.faq-content p {
    font-size: 1.1em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1em;
}

.faq-content {
    padding-left: 70px;
    padding-right: 70px;
}

.story-content p {
    font-size: 1.3em;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1em;
}

.story-title {
    /* color: #808285; */
    font-size: 5em;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 2.2px;
    color: #FEB430;
    text-transform: uppercase;
    line-height: 1.2;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.about-area1 {
    position: relative;
    z-index: 1;
}

.text-theme .border-span {
    background-color: #FEB430;
    width: 90%;
    height: 4px;
    margin: auto;
    display: block;
}

.text-theme .border-span1 {
    background-color: #FEB430;
    width: 99%;
    height: 4px;
    margin: auto;
    display: block;
}

.story-section-title {
    text-align: left;
    margin-bottom: 10px;
}

.story-section-title h2 {
    color: #FEB430;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Poppins", Sans-serif;
    font-size: 2.8rem;
    text-transform: capitalize;
    display: inline-block;
    /* height: 50px;
    box-shadow: 0 25px 0 -22px #FEB430; */
}

.story-section-title h3 {
    color: #FEB430;
    font-family: "Poppins", Sans-serif;
    font-size: 33px;
    font-weight: 500;
    text-transform: capitalize;
}

.story-section-title p {
    color: #777777;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 1em;
}

.story-section-title .features-text {
    margin-top: 25px;
}

.ourStory-content {
    padding: 0px 20px 0px 20px;
}

.ourStory-content .features-text {
    margin-top: 25px;
}

.ourStory-content p {
    color: #777777;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.hover-up {
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.story-main {
    padding: 4% 5% 4% 5%;
}

.story-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.story-list li {
    position: relative;
    color: #777777;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 1em;
}

.story-list li i {
    font-size: 9px;
    color: #9AA8BA;
    width: 1.25em;
    margin: 10px;
    line-height: 20px;
    position: relative;
}

.story-widget-container {
    width: fit-content;
    padding: 16px 30px 16px 30px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 88%, #FEB430 88%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #BEC5D6;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 4px 15px 0px rgb(0 0 0 / 6%);
}

.story-heading-title {
    color: #05173D;
    font-family: "Inter", Sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 44px;
    letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
    .about-choose p {
        font-size: 12.5px;
    }
}

.container-video {
    position: relative;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    width: 29%;
    /* max-width: 300px; */
}

.container-video img {
    width: 100%;
    height: auto;
}

.container-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    color: white;
    font-size: 16px;
    /* padding: 10px 22px; */
    border: none;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
}

.container-video i:hover {
    color: black;
}

.video_play_btn i {
    font-size: 50px;
}

.video_play_btn i:hover {
    color: black;
}

.text-below {
    padding-bottom: 80px;
}

.container-video .video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* z-index: 1040; */
    background-color: rgba(0, 0, 0, 0.5);
}


/* .video-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
} */