/*Default Fonts*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700");
/* Used for Home page 2,3 and 4 */
@import url("https://fonts.googleapis.com/css?family=Hepta+Slab:400,700");

/*=== MEDIA QUERY ===*/
/*=== MEDIA QUERY with max width===*/
/*Font Families*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*=== MEDIA QUERY ===*/
/*=== MEDIA QUERY with max width===*/
body {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    position: relative;
    top: 95px;
}

body.home-page {
    top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
span {
    display: inline-block;
}

a {
    transition: 0.4s;
    color: inherit;
}

a:focus {
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: underline;
}

ul {
    list-style: none;
    margin: 0;
}

img {
    max-width: 100%;
}

p {
    line-height: 24px;
    font-size: 15px;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    border-color: transparent;
}

button {
    cursor: pointer;
    background: transparent;
    border: none;
}

button:focus {
    outline: none;
}

.icon {
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.card {
    border: none;
    border-radius: 0;
}

.belly-dark-version {
    background: #171e26;
}

.belly-light-version {
    background: #fff;
}

/* Slick Slider Resets */
.slick-slide:focus {
    outline: none;
}

.slick-slide:focus a:focus {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Classes Used for colors */
.text-primary {
    color: #dda010 !important;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #171e26 !important;
}

.section-padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.space-db--15 {
    margin-bottom: -15px;
}

.space-db--20 {
    margin-bottom: -20px;
}

.space-db--25 {
    margin-bottom: -25px;
}

.space-db--30 {
    margin-bottom: -30px;
}

.space-db--35 {
    margin-bottom: -35px;
}

.space-db--40 {
    margin-bottom: -40px;
}

.space-db--45 {
    margin-bottom: -45px;
}

.space-db--50 {
    margin-bottom: -50px;
}

.space-db--55 {
    margin-bottom: -55px;
}

.space-db--60 {
    margin-bottom: -60px;
}

.space-db--65 {
    margin-bottom: -65px;
}

.space-db--70 {
    margin-bottom: -70px;
}

.space-db--75 {
    margin-bottom: -75px;
}

.space-db--80 {
    margin-bottom: -80px;
}

.space-db--85 {
    margin-bottom: -85px;
}

.space-db--90 {
    margin-bottom: -90px;
}

.space-db--95 {
    margin-bottom: -95px;
}

.space-db--100 {
    margin-bottom: -100px;
}

.space-db--105 {
    margin-bottom: -105px;
}

.space-db--110 {
    margin-bottom: -110px;
}

.space-db--115 {
    margin-bottom: -115px;
}

.space-db--120 {
    margin-bottom: -120px;
}

.space-db--125 {
    margin-bottom: -125px;
}

.space-db--130 {
    margin-bottom: -130px;
}

.space-db--135 {
    margin-bottom: -135px;
}

.space-db--140 {
    margin-bottom: -140px;
}

.space-db--145 {
    margin-bottom: -145px;
}

.space-db--150 {
    margin-bottom: -150px;
}

.space-dt--30 {
    margin-top: -30px;
}

.space-dt--35 {
    margin-top: -35px;
}

.space-dt--40 {
    margin-top: -40px;
}

.space-dt--45 {
    margin-top: -45px;
}

.space-dt--50 {
    margin-top: -50px;
}

.space-dt--55 {
    margin-top: -55px;
}

.space-dt--60 {
    margin-top: -60px;
}

.space-dt--65 {
    margin-top: -65px;
}

.space-dt--70 {
    margin-top: -70px;
}

.space-dt--75 {
    margin-top: -75px;
}

.space-dt--80 {
    margin-top: -80px;
}

.space-dt--85 {
    margin-top: -85px;
}

.space-dt--90 {
    margin-top: -90px;
}

.space-dt--95 {
    margin-top: -95px;
}

.space-dt--100 {
    margin-top: -100px;
}

.space-dt--105 {
    margin-top: -105px;
}

.space-dt--110 {
    margin-top: -110px;
}

.space-dt--115 {
    margin-top: -115px;
}

.space-dt--120 {
    margin-top: -120px;
}

.space-dt--125 {
    margin-top: -125px;
}

.space-dt--130 {
    margin-top: -130px;
}

.space-dt--135 {
    margin-top: -135px;
}

.space-dt--140 {
    margin-top: -140px;
}

.space-dt--145 {
    margin-top: -145px;
}

.space-dt--150 {
    margin-top: -150px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--25 {
    margin-bottom: 25px;
}

.mb--15 {
    margin-bottom: 15px;
}

/* container 450px*/
/*-- Padding Top --*/
.pt--5 {
    padding-top: 5px;
}

.pt--10 {
    padding-top: 10px;
}

.pt--15 {
    padding-top: 15px;
}

.pt--20 {
    padding-top: 20px;
}

.pt--25 {
    padding-top: 25px;
}

.pt--30 {
    padding-top: 30px;
}

.pt--35 {
    padding-top: 35px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--45 {
    padding-top: 45px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--55 {
    padding-top: 55px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--65 {
    padding-top: 65px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--75 {
    padding-top: 75px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--85 {
    padding-top: 85px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--95 {
    padding-top: 95px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--105 {
    padding-top: 105px;
}

.pt--110 {
    padding-top: 110px;
}

.pt--115 {
    padding-top: 115px;
}

.pt--120 {
    padding-top: 120px;
}

.pt--125 {
    padding-top: 125px;
}

.pt--130 {
    padding-top: 130px;
}

.pt--135 {
    padding-top: 135px;
}

.pt--140 {
    padding-top: 140px;
}

.pt--145 {
    padding-top: 145px;
}

.pt--150 {
    padding-top: 150px;
}

@media (min-width: 992px) {
    .pt-lg--5 {
        padding-top: 5px !important;
    }

    .sticky-header.site-header {
        position: fixed !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--10 {
        padding-top: 10px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--15 {
        padding-top: 15px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--20 {
        padding-top: 20px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--25 {
        padding-top: 25px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--30 {
        padding-top: 30px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--35 {
        padding-top: 35px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--40 {
        padding-top: 40px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--45 {
        padding-top: 45px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--50 {
        padding-top: 50px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--55 {
        padding-top: 55px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--60 {
        padding-top: 60px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--65 {
        padding-top: 65px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--70 {
        padding-top: 70px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--75 {
        padding-top: 75px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--80 {
        padding-top: 80px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--85 {
        padding-top: 85px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--90 {
        padding-top: 90px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--95 {
        padding-top: 95px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--100 {
        padding-top: 100px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--105 {
        padding-top: 105px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--110 {
        padding-top: 110px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--115 {
        padding-top: 115px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--120 {
        padding-top: 120px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--125 {
        padding-top: 125px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--130 {
        padding-top: 130px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--135 {
        padding-top: 135px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--140 {
        padding-top: 140px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--145 {
        padding-top: 145px !important;
    }
}

@media (min-width: 992px) {
    .pt-lg--150 {
        padding-top: 150px !important;
    }
}

@media only screen and (max-width: 575px) {
    .pt_sm--5 {
        padding-top: 5px;
    }

    .pt_sm--10 {
        padding-top: 10px;
    }

    .pt_sm--15 {
        padding-top: 15px;
    }

    .pt_sm--20 {
        padding-top: 20px;
    }

    .pt_sm--25 {
        padding-top: 25px;
    }

    .pt_sm--30 {
        padding-top: 30px;
    }

    .pt_sm--35 {
        padding-top: 35px;
    }

    .pt_sm--40 {
        padding-top: 40px;
    }

    .pt_sm--45 {
        padding-top: 45px;
    }

    .pt_sm--50 {
        padding-top: 50px;
    }
}

/*-- Padding Bottom --*/
.pb--5 {
    padding-bottom: 5px;
}

.pb--10 {
    padding-bottom: 10px;
}

.pb--15 {
    padding-bottom: 15px;
}

.pb--20 {
    padding-bottom: 20px;
}

.pb--25 {
    padding-bottom: 25px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--35 {
    padding-bottom: 35px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--45 {
    padding-bottom: 45px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--55 {
    padding-bottom: 55px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--65 {
    padding-bottom: 65px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--75 {
    padding-bottom: 75px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--85 {
    padding-bottom: 85px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--95 {
    padding-bottom: 95px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--105 {
    padding-bottom: 105px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pb--115 {
    padding-bottom: 115px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pb--125 {
    padding-bottom: 125px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--135 {
    padding-bottom: 135px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pb--145 {
    padding-bottom: 145px;
}

.pb--150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 575px) {
    .pb_sm--5 {
        padding-bottom: 5px;
    }

    .pb_sm--10 {
        padding-bottom: 10px;
    }

    .pb_sm--15 {
        padding-bottom: 15px;
    }

    .pb_sm--20 {
        padding-bottom: 20px;
    }

    .pb_sm--25 {
        padding-bottom: 25px;
    }

    .pb_sm--30 {
        padding-bottom: 30px;
    }

    .pb_sm--35 {
        padding-bottom: 35px;
    }

    .pb_sm--40 {
        padding-bottom: 40px;
    }

    .pb_sm--45 {
        padding-bottom: 45px;
    }

    .pb_sm--50 {
        padding-bottom: 50px;
    }
}

/*-- Padding Left --*/
.pl--5 {
    padding-left: 5px;
}

.pl--10 {
    padding-left: 10px;
}

.pl--15 {
    padding-left: 15px;
}

.pl--20 {
    padding-left: 20px;
}

.pl--25 {
    padding-left: 25px;
}

.pl--30 {
    padding-left: 30px;
}

.pl--35 {
    padding-left: 35px;
}

.pl--40 {
    padding-left: 40px;
}

.pl--45 {
    padding-left: 45px;
}

.pl--50 {
    padding-left: 50px;
}

.pl--55 {
    padding-left: 55px;
}

.pl--60 {
    padding-left: 60px;
}

.pl--65 {
    padding-left: 65px;
}

.pl--70 {
    padding-left: 70px;
}

.pl--75 {
    padding-left: 75px;
}

.pl--80 {
    padding-left: 80px;
}

.pl--85 {
    padding-left: 85px;
}

.pl--90 {
    padding-left: 90px;
}

.pl--95 {
    padding-left: 95px;
}

.pl--100 {
    padding-left: 100px;
}

.pl--105 {
    padding-left: 105px;
}

.pl--110 {
    padding-left: 110px;
}

.pl--115 {
    padding-left: 115px;
}

.pl--120 {
    padding-left: 120px;
}

.pl--125 {
    padding-left: 125px;
}

.pl--130 {
    padding-left: 130px;
}

.pl--135 {
    padding-left: 135px;
}

.pl--140 {
    padding-left: 140px;
}

.pl--145 {
    padding-left: 145px;
}

.pl--150 {
    padding-left: 150px;
}

@media (min-width: 992px) {
    .pl-lg--5 {
        padding-left: 5px;
    }
}

@media (min-width: 992px) {
    .pl-lg--10 {
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .pl-lg--15 {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .pl-lg--20 {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .pl-lg--25 {
        padding-left: 25px;
    }
}

@media (min-width: 992px) {
    .pl-lg--30 {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .pl-lg--35 {
        padding-left: 35px;
    }
}

@media (min-width: 992px) {
    .pl-lg--40 {
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .pl-lg--45 {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    .pl-lg--50 {
        padding-left: 50px;
    }
}

@media (min-width: 992px) {
    .pl-lg--55 {
        padding-left: 55px;
    }
}

@media (min-width: 992px) {
    .pl-lg--60 {
        padding-left: 60px;
    }
}

@media (min-width: 992px) {
    .pl-lg--65 {
        padding-left: 65px;
    }
}

@media (min-width: 992px) {
    .pl-lg--70 {
        padding-left: 70px;
    }
}

@media (min-width: 992px) {
    .pl-lg--75 {
        padding-left: 75px;
    }
}

@media (min-width: 992px) {
    .pl-lg--80 {
        padding-left: 80px;
    }
}

@media (min-width: 992px) {
    .pl-lg--85 {
        padding-left: 85px;
    }
}

@media (min-width: 992px) {
    .pl-lg--90 {
        padding-left: 90px;
    }
}

@media (min-width: 992px) {
    .pl-lg--95 {
        padding-left: 95px;
    }
}

@media (min-width: 992px) {
    .pl-lg--100 {
        padding-left: 100px;
    }
}

@media (min-width: 992px) {
    .pl-lg--105 {
        padding-left: 105px;
    }
}

@media (min-width: 992px) {
    .pl-lg--110 {
        padding-left: 110px;
    }
}

@media (min-width: 992px) {
    .pl-lg--115 {
        padding-left: 115px;
    }
}

@media (min-width: 992px) {
    .pl-lg--120 {
        padding-left: 120px;
    }
}

@media (min-width: 992px) {
    .pl-lg--125 {
        padding-left: 125px;
    }
}

@media (min-width: 992px) {
    .pl-lg--130 {
        padding-left: 130px;
    }
}

@media (min-width: 992px) {
    .pl-lg--135 {
        padding-left: 135px;
    }
}

@media (min-width: 992px) {
    .pl-lg--140 {
        padding-left: 140px;
    }
}

@media (min-width: 992px) {
    .pl-lg--145 {
        padding-left: 145px;
    }
}

@media (min-width: 992px) {
    .pl-lg--150 {
        padding-left: 150px;
    }
}

@media (min-width: 992px) {
    .pr-lg--5 {
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
    .pr-lg--10 {
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .pr-lg--15 {
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .pr-lg--20 {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .pr-lg--25 {
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .pr-lg--30 {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .pr-lg--35 {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .pr-lg--40 {
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .pr-lg--45 {
        padding-right: 45px;
    }
}

@media (min-width: 992px) {
    .pr-lg--50 {
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .pr-lg--55 {
        padding-right: 55px;
    }
}

@media (min-width: 992px) {
    .pr-lg--60 {
        padding-right: 60px;
    }
}

@media (min-width: 992px) {
    .pr-lg--65 {
        padding-right: 65px;
    }
}

@media (min-width: 992px) {
    .pr-lg--70 {
        padding-right: 70px;
    }
}

@media (min-width: 992px) {
    .pr-lg--75 {
        padding-right: 75px;
    }
}

@media (min-width: 992px) {
    .pr-lg--80 {
        padding-right: 80px;
    }
}

@media (min-width: 992px) {
    .pr-lg--85 {
        padding-right: 85px;
    }
}

@media (min-width: 992px) {
    .pr-lg--90 {
        padding-right: 90px;
    }
}

@media (min-width: 992px) {
    .pr-lg--95 {
        padding-right: 95px;
    }
}

@media (min-width: 992px) {
    .pr-lg--100 {
        padding-right: 100px;
    }
}

@media (min-width: 992px) {
    .pr-lg--105 {
        padding-right: 105px;
    }
}

@media (min-width: 992px) {
    .pr-lg--110 {
        padding-right: 110px;
    }
}

@media (min-width: 992px) {
    .pr-lg--115 {
        padding-right: 115px;
    }
}

@media (min-width: 992px) {
    .pr-lg--120 {
        padding-right: 120px;
    }
}

@media (min-width: 992px) {
    .pr-lg--125 {
        padding-right: 125px;
    }
}

@media (min-width: 992px) {
    .pr-lg--130 {
        padding-right: 130px;
    }
}

@media (min-width: 992px) {
    .pr-lg--135 {
        padding-right: 135px;
    }
}

@media (min-width: 992px) {
    .pr-lg--140 {
        padding-right: 140px;
    }
}

@media (min-width: 992px) {
    .pr-lg--145 {
        padding-right: 145px;
    }
}

@media (min-width: 992px) {
    .pr-lg--150 {
        padding-right: 150px;
    }
}

@media (min-width: 992px) {
    .mt-lg--5 {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .mt-lg--10 {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .mt-lg--15 {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .mt-lg--20 {
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .mt-lg--25 {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    .mt-lg--30 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .mt-lg--35 {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .mt-lg--40 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-lg--45 {
        margin-top: 45px;
    }
}

@media (min-width: 992px) {
    .mt-lg--50 {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .mt-lg--55 {
        margin-top: 55px;
    }
}

@media (min-width: 992px) {
    .mt-lg--60 {
        margin-top: 60px;
    }
}

@media (min-width: 992px) {
    .mt-lg--65 {
        margin-top: 65px;
    }
}

@media (min-width: 992px) {
    .mt-lg--70 {
        margin-top: 70px;
    }
}

@media (min-width: 992px) {
    .mt-lg--75 {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .mt-lg--80 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-lg--85 {
        margin-top: 85px;
    }
}

@media (min-width: 992px) {
    .mt-lg--90 {
        margin-top: 90px;
    }
}

@media (min-width: 992px) {
    .mt-lg--95 {
        margin-top: 95px;
    }
}

@media (min-width: 992px) {
    .mt-lg--100 {
        margin-top: 100px;
    }
}

@media (min-width: 992px) {
    .mt-lg--105 {
        margin-top: 105px;
    }
}

@media (min-width: 992px) {
    .mt-lg--110 {
        margin-top: 110px;
    }
}

@media (min-width: 992px) {
    .mt-lg--115 {
        margin-top: 115px;
    }
}

@media (min-width: 992px) {
    .mt-lg--120 {
        margin-top: 120px;
    }
}

@media (min-width: 992px) {
    .mt-lg--125 {
        margin-top: 125px;
    }
}

@media (min-width: 992px) {
    .mt-lg--130 {
        margin-top: 130px;
    }
}

@media (min-width: 992px) {
    .mt-lg--135 {
        margin-top: 135px;
    }
}

@media (min-width: 992px) {
    .mt-lg--140 {
        margin-top: 140px;
    }
}

@media (min-width: 992px) {
    .mt-lg--145 {
        margin-top: 145px;
    }
}

@media (min-width: 992px) {
    .mt-lg--150 {
        margin-top: 150px;
    }
}

.pl--5 {
    padding-left: 5px !important;
}

@media only screen and (max-width: 575px) {
    .pl_sm--5 {
        padding-left: 5px;
    }

    .pl_sm--10 {
        padding-left: 10px;
    }

    .pl_sm--15 {
        padding-left: 15px;
    }

    .pl_sm--20 {
        padding-left: 20px;
    }

    .pl_sm--25 {
        padding-left: 25px;
    }

    .pl_sm--30 {
        padding-left: 30px;
    }

    .pl_sm--35 {
        padding-left: 35px;
    }

    .pl_sm--40 {
        padding-left: 40px;
    }

    .pl_sm--45 {
        padding-left: 45px;
    }

    .pl_sm--50 {
        padding-left: 50px;
    }
}

/*-- Padding Right --*/
.pr--5 {
    padding-right: 5px;
}

.pr--10 {
    padding-right: 10px;
}

.pr--15 {
    padding-right: 15px;
}

.pr--20 {
    padding-right: 20px;
}

.pr--25 {
    padding-right: 25px;
}

.pr--30 {
    padding-right: 30px;
}

.pr--35 {
    padding-right: 35px;
}

.pr--40 {
    padding-right: 40px;
}

.pr--45 {
    padding-right: 45px;
}

.pr--50 {
    padding-right: 50px;
}

.pr--55 {
    padding-right: 55px;
}

.pr--60 {
    padding-right: 60px;
}

.pr--65 {
    padding-right: 65px;
}

.pr--70 {
    padding-right: 70px;
}

.pr--75 {
    padding-right: 75px;
}

.pr--80 {
    padding-right: 80px;
}

.pr--85 {
    padding-right: 85px;
}

.pr--90 {
    padding-right: 90px;
}

.pr--95 {
    padding-right: 95px;
}

.pr--100 {
    padding-right: 100px;
}

.pr--105 {
    padding-right: 105px;
}

.pr--110 {
    padding-right: 110px;
}

.pr--115 {
    padding-right: 115px;
}

.pr--120 {
    padding-right: 120px;
}

.pr--125 {
    padding-right: 125px;
}

.pr--130 {
    padding-right: 130px;
}

.pr--135 {
    padding-right: 135px;
}

.pr--140 {
    padding-right: 140px;
}

.pr--145 {
    padding-right: 145px;
}

.pr--150 {
    padding-right: 150px;
}

@media only screen and (max-width: 575px) {
    .pr_sm--5 {
        padding-right: 5px;
    }

    .pr_sm--10 {
        padding-right: 10px;
    }

    .pr_sm--15 {
        padding-right: 15px;
    }

    .pr_sm--20 {
        padding-right: 20px;
    }

    .pr_sm--25 {
        padding-right: 25px;
    }

    .pr_sm--30 {
        padding-right: 30px;
    }

    .pr_sm--35 {
        padding-right: 35px;
    }

    .pr_sm--40 {
        padding-right: 40px;
    }

    .pr_sm--45 {
        padding-right: 45px;
    }

    .pr_sm--50 {
        padding-right: 50px;
    }
}

/*-- Margin Top --*/
.mt--5 {
    margin-top: 5px;
}

.mt--10 {
    margin-top: 10px;
}

.mt--15 {
    margin-top: 15px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--25 {
    margin-top: 25px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--35 {
    margin-top: 35px;
}

.mt--40 {
    margin-top: 40px;
}

.mt--45 {
    margin-top: 45px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--55 {
    margin-top: 55px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--65 {
    margin-top: 65px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--75 {
    margin-top: 75px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--85 {
    margin-top: 85px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--95 {
    margin-top: 95px;
}

.mt--100 {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .md-mt--30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .sm-mt--30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .lr-mt--30 {
        margin-top: 30px;
    }
}

/*-- Margin Bottom --*/
.mb--5 {
    margin-bottom: 5px;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--15 {
    margin-bottom: 15px;
}

.mb--20 {
    margin-bottom: 20px;
}

.mb--25 {
    margin-bottom: 25px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mb--35 {
    margin-bottom: 35px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--45 {
    margin-bottom: 45px;
}

.mb--50 {
    margin-bottom: 50px;
}

.mb--55 {
    margin-bottom: 55px;
}

.mb--60 {
    margin-bottom: 60px;
}

.mb--65 {
    margin-bottom: 65px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--75 {
    margin-bottom: 75px;
}

.mb--80 {
    margin-bottom: 80px;
}

.mb--85 {
    margin-bottom: 85px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--95 {
    margin-bottom: 95px;
}

.mb--100 {
    margin-bottom: 100px;
}

/*-- Margin Bottom --*/
.ptb--5 {
    padding: 5px 0;
}

.ptb--10 {
    padding: 10px 0;
}

.ptb--15 {
    padding: 15px 0;
}

.ptb--20 {
    padding: 20px 0;
}

.ptb--25 {
    padding: 25px 0;
}

.ptb--30 {
    padding: 30px 0;
}

.ptb--35 {
    padding: 35px 0;
}

.ptb--40 {
    padding: 40px 0;
}

.ptb--45 {
    padding: 45px 0;
}

.ptb--50 {
    padding: 50px 0;
}

.ptb--55 {
    padding: 55px 0;
}

.ptb--60 {
    padding: 60px 0;
}

.ptb--65 {
    padding: 65px 0;
}

.ptb--70 {
    padding: 70px 0;
}

.ptb--75 {
    padding: 75px 0;
}

.ptb--80 {
    padding: 80px 0;
}

.ptb--85 {
    padding: 85px 0;
}

.ptb--90 {
    padding: 90px 0;
}

.ptb--95 {
    padding: 95px 0;
}

.ptb--100 {
    padding: 100px 0;
}

/*-- Padding Top Bottom --*/
.section-pt-xl {
    padding-top: 110px;
}

@media only screen and (max-width: 767px) {
    .section-pt-xl {
        padding-top: 55px;
    }
}

.section-pb-xl {
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .section-pb-xl {
        padding-bottom: 60px;
    }
}

.section-ptb-xl {
    padding: 120px 0;
}

@media only screen and (max-width: 767px) {
    .section-ptb-xl {
        padding: 60px 0;
    }
}

/* Paddings */
.mb-30 {
    margin-bottom: 30px;
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .section-padding {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

/* No gutters */
@media (min-width: 992px) {

    .no-gutters-lg>.col,
    .no-gutters-lg>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {

    .no-gutters-lg>.col,
    .no-gutters-lg>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1500px) {

    .no-gutters-lg>.col,
    .no-gutters-lg>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.slick-slide:focus {
    outline: none;
}

.slick-slide:focus a:focus {
    outline: none;
}

/*Banner Slider*/
.hero-slider-wrapper {
    position: relative;
}

.hero-slider-wrapper .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: -30px 0 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 50%;
    margin-left: 50px;
    border-radius: 100% !important;
    opacity: 0;
    transition: .4s;
}

.hero-slider-wrapper .slick-arrow.slick-next {
    margin-left: 0px;
    margin-right: 50px;
    right: 0;
}

.hero-slider-wrapper .slick-arrow:hover {
    color: #dda010;
    background: #fff;
}

.hero-slider-wrapper:hover .slick-arrow {
    opacity: 1;
}

/* Product Slider */
.mini-items-slider {
    position: relative;
}

.mini-items-slider .slick-list {
    margin: 0 -10px;
}

.mini-items-slider .product__single-slide {
    padding: 5px 10px;
}

.mini-items-slider.product-slider-2 .product__single-slide {
    padding: 10px;
}

.mini-items-slider .slick-arrow {
    opacity: 0;
    color: #FFF;
    font-size: 14px;
    margin: 0 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: none;
    text-align: center;
    color: #565f69;
    padding: 0;
    border: 2px solid #565f69;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .4s;
    z-index: 2;
    left: 0px;
}

@media (min-width: 1500px) {
    .mini-items-slider .slick-arrow {
        left: -100px;
    }
}

.mini-items-slider .slick-arrow.slick-next {
    right: 0px;
    left: auto;
}

@media (min-width: 1500px) {
    .mini-items-slider .slick-arrow.slick-next {
        right: -100px;
    }
}

.mini-items-slider .slick-arrow:hover {
    color: #fff;
    background: #dda010;
    border-color: #dda010;
}

.mini-items-slider:hover .slick-arrow {
    opacity: 1;
}

.mini-items-slider .single-blog .belly-mini-blog {
    margin: 15px;
}

.mini-items-slider .single-blog .belly-mini-blog .blog-content {
    padding: 15px 5px;
}

/* Ranage Slider*/
.belly-range-slider {
    height: 4px;
    background: #29323b;
}

.belly-range-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    top: -5px;
    background: #dda010;
    border-radius: 100%;
}

.belly-range-slider .ui-slider-handle:focus {
    outline: none;
    border: none;
}

.belly-range-slider .ui-widget-header {
    background: #dda010;
    top: 0;
    height: 100%;
}

.slider-price {
    margin-top: 15px;
    text-align: center;
}

.slider-price input#amount {
    background: transparent;
    border: navajowhite;
    color: #fff;
    text-align: center;
    word-spacing: 15px;
}

.blog-image-slider .slick-arrow {
    color: #d4d4d4;
    background: #000;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    top: 50%;
    left: 50px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    opacity: 0;
    transition: .4s;
}

.blog-image-slider .slick-arrow.slick-next {
    left: auto;
    right: 50px;
}

.blog-image-slider:hover .slick-arrow {
    left: 0;
    opacity: 1;
}

.blog-image-slider:hover .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.section-title {
    text-align: center;
    margin-top: -2px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    color: #ffffff;
}

.section-title h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 0 13px;
    position: relative;
    display: inline-block;
    font-family: 'Hepta Slab', serif;
}

@media (min-width: 768px) {
    .section-title h2 {
        font-size: 30px;
    }
}

.section-title p {
    margin: 0 0 30px;
    font-size: 14px;
    color: #e4e4e4;
    font-weight: 300;
    font-style: italic;
    padding: 0 15px;
}

@media (max-width: 479px) {
    .section-title p {
        margin: 0 0 45px;
    }
}

@media (min-width: 992px) {
    .section-title p {
        padding: 0 150px;
    }
}

.section-title.text-black h2 {
    color: #171e26;
}

.section-title.text-black p {
    color: #847676;
}

.title-sm-shadowlight {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Rubik', sans-serif !important;
}

@media (min-width: 768px) {
    .title-sm-shadowlight {
        font-size: 20px !important;
    }
}

.title-xl-arvo {
    font-size: 35px !important;
    font-weight: "Arvo", serif !important;
    font-family: "Rubik", sans-serif !important;
}

@media (min-width: 768px) {
    .title-xl-arvo {
        font-size: 75px !important;
    }
}

@media (min-width: 992px) {
    .title-xl-arvo {
        font-size: 90px !important;
    }
}

.title-xl-arvo--bold {
    font-size: 35px !important;
    font-weight: 700 !important;
    font-family: "Hepta Slab", serif !important;
}

@media (min-width: 768px) {
    .title-xl-arvo--bold {
        font-size: 45px !important;
    }
}

@media (min-width: 992px) {
    .title-xl-arvo--bold {
        font-size: 50px !important;
    }
}

@media (min-width: 1200px) {
    .title-xl-arvo--bold {
        font-size: 60px !important;
    }
}

.title-lg-arvo {
    font-size: 35px !important;
    font-weight: "Hepta Slab", serif !important;
    font-family: "Rubik", sans-serif !important;
}

@media (min-width: 768px) {
    .title-lg-arvo {
        font-size: 75px !important;
    }
}

@media (min-width: 992px) {
    .title-lg-arvo {
        font-size: 80px !important;
    }
}

.title-lg-arvo--bold {
    font-size: 35px !important;
    font-weight: 700 !important;
    font-family: "Arvo", serif !important;
}

@media (min-width: 768px) {
    .title-lg-arvo--bold {
        font-size: 75px !important;
    }
}

@media (min-width: 992px) {
    .title-lg-arvo--bold {
        font-size: 80px !important;
    }
}

/* Title Separators */
.title-seperator--1 {
    padding-bottom: 35px;
    position: relative;
}

.title-seperator--1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/title-sep.png);
    background-position: center;
    height: 6px;
}

.title-seperator--1.sep-left::before {
    background-position: left;
}

.title-seperator--2 {
    position: relative;
}

.title-seperator--2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/title-sep.png);
    background-position: center;
    height: 60px;
}

.title-seperator--3 {
    position: relative;
}

.title-seperator--3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/title-sep.png);
    background-position: center;
    height: 60px;
}

/* Section Title Separators */
.section-title-sep-1 {
    position: relative;
}

.section-title-sep-1:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/section-title-sep--1.png);
    background-position: center;
    height: 60px;
}

.section-title-sep-2 {
    position: relative;
}

.section-title-sep-2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/section-title-sep--2.png);
    background-position: center;
    height: 60px;
}

.section-title-sep-3 {
    position: relative;
}

.section-title-sep-3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/section-title-sep--4.png);
    background-position: center;
    height: 60px;
}

.section-title-sep-4 {
    position: relative;
}

.section-title-sep-4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url(../image/separators/section-title-sep--3.png);
    background-position: center;
    height: 60px;
}

.title-font,
.calculate-shipping h4,
.discount-coupon h4,
.cart-summary .cart-summary-wrap h4,
.checkout-title,
.comment-wrap h3,
.ct_title,
.login-title {
    font-family: 'Hepta Slab', serif;
}

/* Belly Buttons*/
.theme-btn {
    background: #dda010;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 3px;
    border: 0;
    transition: ease .3s all;
}

@media (min-width: 320px) {
    .theme-btn {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
}

@media (min-width: 480px) {
    .theme-btn {
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
}

.theme-btn:hover {
    background: #fff;
    color: #333;
    border-color: #dda010;
}

.theme-btn.btn-white {
    color: #dda010;
    background: white;
}

.theme-btn.btn-white:hover {
    color: #ffff;
    background: #dda010;
}

.theme-btn-outlined {
    color: #d4d4d4;
    border-color: #565f69;
    text-transform: uppercase;
    display: inline-block;
    -o-border-image: initial;
    border-image: initial;
    text-align: center;
    background: transparent;
    font-weight: 500;
    height: 60px;
    font-size: 13px;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    padding: 0px 25px;
    transition: ease .3s all;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.theme-btn-outlined:hover {
    color: #ffffff;
    background: #dda010;
    border-color: #dda010;
}

.theme-btn-outlined--primary {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #dda010;
    border: 2px solid #dda010;
    background: transparent;
    transition: ease .3s all;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    border-radius: 3px;
}

.theme-btn-outlined--primary:hover {
    color: white;
    background: #dda010;
    border-color: #dda010;
}

.theme-btn-outlined--primary-2 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #dda010;
    border: 2px solid #dda010;
    transition: ease .3s all;
    border-radius: 3px;
}

.theme-btn-outlined--primary-2:hover {
    color: #ffffff !important;
    background: transparent;
    border-color: #fff !important;
}

.theme-btn-outlined--white-bunker {
    color: #ffff;
    border: 2px solid #ffff;
    transition: ease .3s all;
}

.theme-btn-outlined--white-bunker:hover {
    border-color: #14191E;
    color: #fff;
    background: #14191E;
}

.theme-btn-outlined--type-2 {
    color: #a9a9a9;
    border-color: #565f69;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    -o-border-image: initial;
    border-image: initial;
    text-align: center;
    background: transparent;
    font-weight: 500;
    height: 60px;
    line-height: 58px;
    font-size: 13px;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    padding: 0px 25px;
    transition: ease .3s all;
}

.theme-btn-outlined--type-2:hover {
    color: #ffffff;
    background: #dda010;
    border-color: #dda010;
}

.theme-btn-outlined--type-2--primary {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #dda010;
    border: 2px solid #dda010;
    transition: ease .3s all;
}

.theme-btn-outlined--type-2--primary:hover {
    color: white;
    background: #dda010;
    border-color: #dda010;
}

.theme-btn-outlined--type-2--primary-2 {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #dda010;
    border: 2px solid #dda010;
    transition: ease .3s all;
}

.theme-btn-outlined--type-2--primary-2:hover {
    color: #ffffff !important;
    border-color: #565f69 !important;
}

.social-btns {
    display: flex;
}

.social-btns li {
    margin-right: 10px;
}

.social-btns a {
    margin-right: 10px;
    font-size: 11px;
    border-radius: 3px;
    height: 20px !important;
    padding: 0 6px;
    color: #fff;
    transition: ease .3s all;
}

.social-btns a i {
    margin-right: 4px;
}

.social-btns a.facebook {
    background: #4267b2;
}

.social-btns a.facebook:hover {
    background: #365899;
}

.social-btns a.twitter {
    background: #1b95e0;
}

.social-btns a.twitter:hover {
    background: #0c7abf;
}

.social-btns a.google {
    background: #fe6d4c;
}

.social-btns a.google:hover {
    background: #e75a3a;
}

/* Product Modal */
.modal.modal-quick-view {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}

/* Checkout Modal */
.modal.modal-checkout-form {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -9999;
}

.modal.modal-quick-view .modal-dialog {
    max-width: 100%;
    margin: 20% auto;
}

.modal.modal-checkout-form .modal-dialog {
    max-width: 100%;
    margin: 20% auto;
}

@media (min-width: 768px) {
    .modal.modal-quick-view .modal-dialog {
        max-width: 700px;
        overflow-x: scroll;
    }

    .modal.modal-checkout-form .modal-dialog {
        max-width: 700px;
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {
    .modal.modal-quick-view .modal-dialog {
        max-width: 900px;
        overflow: unset;
        margin: 10% auto;
    }

    .modal.modal-checkout-form .modal-dialog {
        max-width: 900px;
        overflow: unset;
        margin: 10% auto;
    }
}

@media (min-width: 1200px) {
    .modal.modal-quick-view .modal-dialog {
        max-width: 1100px;
        overflow: unset;
    }

    .modal.modal-checkout-form .modal-dialog {
        max-width: 1100px;
        overflow: unset;
    }
}

.modal.modal-quick-view .modal-content {
    background: #171e26;
    opacity: 1;
}

.modal.modal-checkout-form .modal-content {
    background: #fff;
    opacity: 1;
}

.modal.modal-quick-view .cross-btn button.close {
    position: absolute;
    right: 10px;
    background: #ffff;
    z-index: 666666;
    opacity: 1;
    padding: 5px 10px;
    font-weight: 33;
    font-size: 31px;
    margin-top: 10px;
}

.modal.modal-checkout-form .cross-btn button.close {
    position: absolute;
    right: 10px;
    background: #ffff;
    z-index: 666666;
    opacity: 1;
    padding: 5px 10px;
    font-weight: 33;
    font-size: 31px;
    margin-top: 10px;
}

.modal.modal-quick-view.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.modal.modal-checkout-form.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}


.modal.modal-quick-view .belly-product--details .product__image {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}

.modal.modal-checkout-form .belly-product--details .product__image {
    width: 300px;
    height: 100%;
    margin: 0 auto;
}

@media (min-width: 480px) {
    .modal.modal-quick-view .belly-product--details .product__image {
        width: 400px;
    }

    .modal.modal-checkout-form .belly-product--details .product__image {
        width: 400px;
    }
}

@media (min-width: 768px) {
    .modal.modal-quick-view .belly-product--details .product__image {
        width: 300px;
    }

    .modal.modal-checkout-form .belly-product--details .product__image {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .modal.modal-quick-view .belly-product--details .product__image {
        width: 400px;
    }

    .modal.modal-checkout-form .belly-product--details .product__image {
        width: 400px;
    }
}

.modal.modal-quick-view .belly-product--details .product-image-main {
    position: relative !important;
}

.modal.modal-checkout-form .belly-product--details .product-image-main {
    position: relative !important;
}


@media (max-width: 479px) {
    .modal.modal-quick-view .belly-product--details .product-view-slider {
        margin-top: -100px;
    }

    .modal.modal-checkout-form .belly-product--details .product-view-slider {
        margin-top: -100px;
    }
}

.modal.modal-quick-view .belly-product--details .product-image-main .zoomWrapper {
    margin: 0 auto;
}

.modal.modal-checkout-form .belly-product--details .product-image-main .zoomWrapper {
    margin: 0 auto;
}

.elevet-enable .zoomContainer {
    display: block !important;
}

.zoomContainer {
    display: none !important;
}

/*Backgrounds Images*/
.bg-image,
.promo-details-mini.bg-pattern-1,
.promo-details-mini.bg-pattern-2,
.promo-details-mini.bg-pattern-3 {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    background-position: center;
}

.testimonial-bg {
    background-image: url(../image/banner-images/bg-testimonial.jpg);
}

.testimonial-bg-2 {
    background-image: url(../image/banner-images/home-2__bg-testimonial.jpg);
}

.testimonial-bg-3 {
    background-image: url(../image/banner-images/testimonial-bg-3.png);
}

.testimonial-bg-4 {
    background-image: url(../image/banner-images/testimonial-bg-4.png);
}

.banner4-bg-img-1 {
    background-image: url(../image/banner-images/banner4-bg-img-2.png);
}

/* Badge Images */
.badge--sell-green {
    background-image: url(../image/icons/badge-sell-3.png);
}

.badge--sell-red {
    background-image: url(../image/icons/badge-sell-2.png);
}

.badge--sell-chocolate {
    background-image: url(../image/icons/badge-sell.png);
}

.badge--new {
    background-image: url(../image/icons/badge-new.png);
}

.service-bg-image {
    position: relative;
}

@media (min-width: 992px) {
    .service-bg-image {
        padding-bottom: 215px !important;
    }
}

.service-bg-image:before {
    content: '';
    background: url(../image/bg-images/home-3/service-bg.png) no-repeat 0 0;
    background-size: 100%;
    width: 100%;
    height: 209px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: bottom;
}

/*========= Belly lists========*/
/* Social Links List */
.social-links {
    color: #999999;
    margin-bottom: -10px;
    display: flex;
    justify-content: center;
}

@media (min-width: 480px) {
    .social-links {
        justify-content: flex-start;
    }
}

.social-links a,
.social-links .single-social {
    color: inherit;
}

.social-links .single-social {
    font-weight: 400;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 5px;
}

@media (min-width: 480px) {
    .social-links .single-social {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .social-links .single-social {
        margin-right: 10px;
    }
}

.social-links .single-social:hover {
    color: #fff;
}

.social-links.links-rounded-bg .single-social {
    background: #1e252e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}

@media (min-width: 992px) {
    .social-links.links-rounded-bg .single-social {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

.social-links.links-rounded-bg .single-social:hover {
    background: #ac8d6a;
}

.site-wrapper {
    position: relative;
    overflow: hidden;
}

/* Main Logo*/
.site-brand {
    text-align: left;
    z-index: 100;
    position: relative;
}

@media (max-width: 479px) {
    .site-brand {
        text-align: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .site-brand {
        text-align: left;
        position: relative;
        z-index: 100;
    }
}

/* Sticky Menu Styles */
.sticky-header.site-header {
    background: #000;
    padding: 15px 0 0px;
    padding-top: 0;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9991;
    opacity: 0.8;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}

.sticky-header.site-header:hover {
    opacity: 1;
}

.sticky-header.site-header .menu-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .sticky-header.site-header .menu-item {
        padding-top: 30px;
        padding-right: 24px;
        padding-bottom: 25px;
        transition: .4s;
    }
}

@media (min-width: 992px) {
    .sticky-header .main-menu {
        margin-top: 0;
    }
}

.sticky-header.header-3,
.sticky-header.header-2 {
    background: #000;
}

.sticky-header.header-4 {
    background: #fff;
}

.sticky-header .menu-item:hover>.menu-link {
    color: #dda010 !important;
}

@media (min-width: 992px) {
    .sticky-header .single-option:hover .single-option_icon {
        color: #dda010;
    }
}

@media (min-width: 992px) {
    .sticky-header .single-option:hover .single-option_icon .item-count {
        color: #dda010;
    }
}

/* Main Header Bar*/
.header-transparent {
    background: transparent;
    padding: 10px 0 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-transparent {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .header-transparent {
        padding: 30px 0 6px;
    }
}

.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: inherit;
    z-index: 20;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: .3s;
}

@media (max-width: 479px) {
    .site-header {
        padding: 15px 0 6px;
    }
}

@media (min-width: 992px) {
    .site-header {
        background: transparent;
    }
}

@media (min-width: 992px) {
    .site-header.header-transparent {
        border-bottom: 0;
    }
}

.site-header.initial-static {
    position: relative;
    padding: 10px 0 10px;
    border-bottom: 1px solid #29323b;
}

.site-header>.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

@media (min-width: 480px) {
    .site-header>.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .site-header>.container-fluid {
        padding-left: 40px;
        padding-right: 70px;
    }
}

@media (min-width: 992px) {
    .site-header>.container-fluid {
        padding-left: 25px;
        padding-right: 25px;
        position: static;
    }
}

@media (min-width: 1200px) {
    .site-header>.container-fluid {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.site-header>.container {
    position: relative;
}

@media (min-width: 992px) {
    .site-header>.container {
        position: static;
    }
}

@media (min-width: 992px) {
    .site-header--right-menu .main-menu {
        margin-right: 45px;
    }
}

@media (min-width: 1200px) {
    .site-header--right-menu .main-menu {
        margin-right: 35px;
    }
}

@media (min-width: 992px) {
    .site-header--right-menu .mega-dropdown .dropdown-menu-custom {
        left: auto;
        right: 0;
    }
}

/*Main Menu*/
.main-menu {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
    /*Menu Single Item*/
    /* Menu Dropdown Item */
    /*Normal DropDown Menu*/
}

.main-menu li a {
    text-transform: capitalize;
}

.main-menu .menu-item {
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    transition: .4s;
}

@media (min-width: 992px) {
    .main-menu .menu-item {
        padding-top: 30px;
        padding-right: 18px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .main-menu .menu-item {
        padding-bottom: 24px;
        padding-right: 24px;
    }
}

.main-menu .menu-item:first-child {
    padding-left: 0;
}

.main-menu .menu-item:last-child {
    padding-right: 0;
}

.main-menu .menu-item>.menu-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-menu .has-dropdown {
    /* Mega Dropdown Menu */
}

@media (min-width: 992px) {
    .main-menu .has-dropdown {
        position: relative;
    }
}

.main-menu .has-dropdown>.menu-link i {
    margin-left: 5px;
}

.main-menu .has-dropdown.mega-menu {
    position: relative;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.mega-menu {
        position: static;
    }
}

.main-menu .has-dropdown.mega-menu .dropdown-menu-custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 0;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.mega-menu .dropdown-menu-custom {
        width: 880px;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .main-menu .has-dropdown.mega-menu .dropdown-menu-custom {
        justify-content: initial;
        width: 1000px;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.mega-menu .dropdown-menu-custom .col-custom {
        max-width: none;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .main-menu .has-dropdown.mega-menu .dropdown-menu-custom .col-custom {
        max-width: none;
        flex: 1;
        margin-right: 20px;
    }
}

.main-menu .has-dropdown.mega-menu .dropdown-menu-custom li:last-child {
    margin-bottom: 0;
}

.main-menu .has-dropdown.mega-menu .menu-title {
    font-size: 13.8px;
    text-transform: capitalize;
    transition: ease-in-out .3s all;
    margin-bottom: 20px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.mega-menu .menu-title {
        font-weight: 500;
        color: #dda010;
    }
}

.main-menu .has-dropdown.mega-menu .dropdown__single-column>li {
    line-height: 23px;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.mega-menu .dropdown__single-column>li {
        margin-bottom: 7.5px;
        margin-top: 7.5px;
    }
}

.main-menu .has-dropdown.mega-menu .dropdown__single-column>li>a {
    color: #fff;
    font-size: 13px;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.mega-menu .dropdown__single-column>li>a:hover {
        color: #dda010;
    }
}

.main-menu .has-dropdown.normal-dropdown {
    position: relative;
}

.main-menu .has-dropdown.normal-dropdown li {
    line-height: 23px;
    margin-bottom: 15px;
}

.main-menu .has-dropdown.normal-dropdown li>a {
    color: #fff;
    font-size: 13px;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown.normal-dropdown li>a:hover {
        color: #dda010;
    }
}

.main-menu .has-dropdown.normal-dropdown li:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .main-menu .has-dropdown:hover .dropdown-menu-custom {
        padding: 30px 20px 35px;
        opacity: 1;
        top: 100%;
        visibility: visible;
        z-index: 9;
    }

    .main-menu .has-dropdown:hover.normal-dropdown .dropdown-menu-custom {
        padding: 22px 20px;
    }
}

.main-menu .dropdown-menu-custom {
    background: #171e26;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    top: 100%;
    left: 0;
}

@media (min-width: 992px) {
    .main-menu .dropdown-menu-custom {
        transition: .4s ease-in-out;
        padding: 0 20px;
        width: 200px;
        top: 110%;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        z-index: -9;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown-inner {
        position: relative;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown-inner .dropdown-inner-menu {
        position: absolute;
        top: 0;
        left: 120%;
        width: 200px;
        background: #171e26;
        padding: 20px 20px 10px;
        visibility: hidden;
        z-index: -99;
        transition: .4s;
        opacity: 0;
        z-index: -99;
    }
}

@media (min-width: 992px) {
    .main-menu .has-dropdown-inner:hover .dropdown-inner-menu {
        opacity: 1;
        visibility: visible;
        left: 100%;
        z-index: 9;
    }
}

/* Mobile Main menu / Mean Menu Customization*/
@media (min-width: 480px) and (max-width: 767px) {
    .mobile-menu {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 479px) {
    .mobile-menu {
        position: absolute;
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-menu {
        right: 0;
        position: absolute;
    }
}

.mean-container .main-menu .has-dropdown>.menu-link i {
    display: none;
}

@media (min-width: 480px) and (max-width: 767px) {
    .mean-container .mean-nav {
        margin-top: 78px;
    }
}

@media (max-width: 479px) {
    .mean-container .mean-nav {
        margin-top: 64px;
    }
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0;
    width: calc(100% - 18px);
    height: 47px;
    padding-left: 0px !important;
    padding-right: 18px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: transparent;
    text-align: right;
    float: none;
    line-height: 45px;
    border: 0px !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li {
    float: none;
    padding: 0;
}

.mean-container .mean-nav ul li a {
    float: none;
}

.mean-container .mean-nav ul li li li a {
    width: 80%;
    padding: 3px 10%;
}

.mean-container .mean-nav ul li li a {
    padding: 15px 7%;
    width: 86%;
}

.mean-container .mean-nav .main-menu {
    position: absolute;
    background: #14191E;
    height: 235px;
    overflow-y: auto;
}

.mean-container .mean-nav .main-menu .dropdown-menu-custom {
    width: 100%;
}

.mean-container .mean-nav .main-menu .dropdown-menu-custom>li>a {
    font-size: 13px;
}

.mean-container .mean-nav .main-menu .col-custom>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.mean-container .mean-nav .main-menu .mega-menu {
    padding: 0px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.mean-container .mean-nav .main-menu .mega-menu .menu-title {
    margin-bottom: 0px;
    padding: 0px 0;
}

.mean-container .mean-nav .main-menu .dropdown__single-column>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.mean-container .mean-nav .has-dropdown.normal-dropdown li {
    margin-bottom: 0;
}

.mean-container .mean-nav .has-dropdown-inner a.mobile-head {
    padding-top: 11px;
    padding-bottom: 11px;
}

.mean-container .mean-nav .has-dropdown-inner .dropdown-inner-menu li a {
    padding: 12px 10%;
}

.mean-container .mean-bar {
    position: relative;
    z-index: 99;
    background: transparent;
}

.mean-container .mean-bar:after {
    font-size: 17px;
    position: absolute;
    top: 5px;
    left: 18px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    color: #FFF;
    line-height: 22px;
}

.mean-container a.meanmenu-reveal {
    height: 27px;
    padding: 10px 13px 11px;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    justify-content: center;
    align-items: flex-end;
    text-indent: 0 !important;
}

@media (max-width: 479px) {
    .mean-container a.meanmenu-reveal {
        margin-top: 13px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        margin-top: 18px;
    }
}

.mean-container a.meanmenu-reveal span {
    width: 25px;
    margin-top: 3px;
}

.mean-container a.meanmenu-reveal.meanclose {
    left: auto !important;
    right: 0 !important;
}

@media (min-width: 480px) and (max-width: 767px) {
    .mean-container a.meanmenu-reveal {
        padding: 8px 13px 11px;
    }
}

/* Header Options */
.slide-down--item {
    display: none;
    position: absolute;
}

.header-right-options {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 479px) {
    .header-right-options {
        margin-right: 70px;
        margin-top: 8px;
        z-index: 99;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .header-right-options {
        margin-right: 65px;
        z-index: 99;
    }
}

@media (min-width: 768px) {
    .header-right-options {
        margin-right: 20px;
        z-index: 99;
    }
}

@media (min-width: 992px) {
    .header-right-options {
        margin-right: 0;
    }
}

.header-right-options .single-option_icon {
    color: #fff;
    font-size: 25px;
    transition: .4s;
}

.header-right-options .single-option {
    padding: 8px 10px;
}

@media (min-width: 480px) {
    .header-right-options .single-option {
        padding: 25px 15px;
    }
}

.header-right-options .cart-btn {
    position: relative;
}

.header-right-options .cart-btn .item-count {
    font-family: 'Hepta Slab', serif;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: -5px;
    margin-right: -11px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
}

.header-right-options .single-option:first-child {
    padding-left: 0;
}

.header-right-options .single-option:last-child {
    padding-right: 0;
}

.header-right-options .site-search {
    position: relative;
}

@media (min-width: 320px) {
    .header-right-options .site-search {
        position: static;
    }
}

@media (min-width: 480px) {
    .header-right-options .site-search {
        position: static;
    }
}

@media (min-width: 768px) {
    .header-right-options .site-search {
        position: static;
    }
}

.single-option {
    position: relative;
}

@media (min-width: 320px) {
    .single-option {
        position: static;
    }
}

@media (min-width: 480px) {
    .single-option {
        position: static;
    }
}

@media (min-width: 768px) {
    .single-option {
        position: static;
    }
}

.single-option .slide-down--item {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 50%;
    right: 5px;
}

@media (max-width: 479px) {
    .single-option .slide-down--item {
        right: -78px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .single-option .slide-down--item {
        right: -31px;
    }
}

@media (min-width: 768px) {
    .single-option .slide-down--item {
        right: -5px;
    }
}

@media (min-width: 992px) {
    .single-option .slide-down--item {
        right: -5px;
    }
}

@media (min-width: 1200px) {
    .single-option .slide-down--item {
        right: -5px;
    }
}

@media (min-width: 1500px) {
    .single-option .slide-down--item {
        right: -5px;
    }
}

.single-option .slide-down--item>.option-box {
    position: static;
}

.single-option li:hover a,
.single-option li:hover button {
    color: #dda010;
}

.single-option .with-icon .list-icon {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.option-box {
    background: #171e26;
    border: 0;
    padding: 40px 35px 30px;
    position: absolute;
    right: -30px;
    top: 100%;
    text-align: left;
    border-width: 2px;
    border-style: solid;
    border-color: #2f3844;
    -o-border-image: initial;
    border-image: initial;
}

.option-box .currency-box {
    width: 250px;
}

.option-box.cart-box {
    width: 400px;
}

@media (max-width: 479px) {
    .option-box.cart-box {
        width: 300px;
    }
}

.option-box.search-box {
    padding: 0;
    width: 400px;
}

@media (max-width: 479px) {
    .option-box.search-box {
        width: 300px;
    }
}

.option-box .option-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    border-bottom: 1px solid #272e35;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.option-box .option-title a {
    color: #fff;
}

.option-box .option-title a:hover {
    color: #dda010;
}

.option-box .option-title i {
    font-size: 8px;
    margin-left: 7px;
    color: inherit;
    position: relative;
    top: -3px;
}

.option-box .single-option-box+.single-option-box {
    margin-top: 15px;
}

.option-list button,
.option-list a {
    color: inherit;
}

.option-list li {
    color: #d4d4d4;
    padding-left: 0;
    margin-top: 10px;
}

.option-list .option__single-list {
    transition: .3s;
}

.option-list .option__single-list:hover {
    color: #dda010;
}

.cart-box {
    padding: 40px 30px;
}

.cart-box .single-cart {
    padding-bottom: 0;
}

.cart-box .single-cart:last-child .cart-product {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-box .cart-product {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #272e35;
    display: flex;
    padding: 0 0 25px;
    margin-bottom: 13px;
}

.cart-box .cart-product .product-details {
    padding-left: 15px;
}

.cart-box .cart-product .product-details--title {
    font-size: 13px;
    color: #d4d4d4;
    display: block;
    font-family: 'Hepta Slab', serif;
    font-weight: 500;
}

.cart-box .cart-product .product-details--title:hover {
    color: #dda010;
}

.cart-box .cart-product .product-details--quantity {
    color: #d4d4d4;
    font-size: 13px;
    margin: 5px 0 8px 0 !important;
    display: inline-block;
    width: 100%;
}

.cart-box .cart-product .product-details--price {
    font-size: 16px;
    color: #dda010;
    display: inline-block;
    font-weight: 500;
}

.cart-box .cart-product__subtotal {
    flex-direction: column;
}

.cart-box .cart-product__subtotal .single-total {
    font-size: 14px;
    color: #d4d4d4;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 8px;
}

.cart-box .cart-buttons {
    margin: 20px 0px 0px;
    padding: 30px 0px 0px;
    background: none;
    border-top: 1px solid #28313c;
}

.cart-box .cart-buttons a {
    width: 100%;
}

.cart-box .cart-buttons a+a {
    margin-top: 20px;
}

.cart-box button.product-btn--delete {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    font-size: 17px;
}

/* Site Main Search Option*/
.site-search {
    position: relative;
}

.site-search .search-box {
    display: inline-block;
    margin: 0;
    position: relative;
    border-radius: 3px;
}

.site-search .search-box input {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0 40px 0 15px;
    background: none;
    color: #cfd7e2;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-transform: capitalize;
    font-style: italic;
    font-family: 'Rubik', sans-serif;
}

.site-search .search-box input:focus {
    outline: none;
}

.site-search .search-box button {
    width: 54px;
    height: 57px;
    line-height: 64px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    transition: ease-in-out .3s all;
    color: #dda010;
}

.site-search .search-box button i {
    color: inherit;
}

.site-search .search-box button:hover {
    color: #dda010;
}

.site-search .search-box button:focus {
    outline: none;
}

@media (min-width: 768px) {

    .header-type--2,
    .header-3,
    .header-4 {
        padding: 0;
    }
}

.header-type--2>.container-fluid,
.header-3>.container-fluid,
.header-4>.container-fluid {
    position: relative;
}

@media (min-width: 992px) {

    .header-type--2>.container-fluid,
    .header-3>.container-fluid,
    .header-4>.container-fluid {
        position: relative;
    }
}

.header-type--2 .site-brand,
.header-3 .site-brand,
.header-4 .site-brand {
    text-align: left;
}

.header-type--2 .main-menu,
.header-3 .main-menu,
.header-4 .main-menu {
    margin-top: 0;
}

@media (min-width: 992px) {

    .header-type--2 .main-menu,
    .header-3 .main-menu,
    .header-4 .main-menu {
        justify-content: flex-end;
    }
}

@media (min-width: 1500px) {

    .header-type--2 .main-menu,
    .header-3 .main-menu,
    .header-4 .main-menu {
        justify-content: center;
    }
}

@media (min-width: 992px) {

    .header-type--2 .main-menu .menu-item,
    .header-3 .main-menu .menu-item,
    .header-4 .main-menu .menu-item {
        padding: 37px 13px 37px 13px;
    }
}

.header-type--2.sticky-header,
.header-3.sticky-header,
.header-4.sticky-header {
    padding: 0;
}

.header-type--2 .header-right-options,
.header-3 .header-right-options,
.header-4 .header-right-options {
    margin-top: 0;
    margin-right: 70px;
    z-index: 100;
}

@media (min-width: 768px) {

    .header-type--2 .header-right-options,
    .header-3 .header-right-options,
    .header-4 .header-right-options {
        margin-right: 25px;
    }
}

@media (min-width: 992px) {

    .header-type--2 .header-right-options,
    .header-3 .header-right-options,
    .header-4 .header-right-options {
        margin-right: 0px;
    }
}

.header-type--2 .single-option .slide-down--item,
.header-3 .single-option .slide-down--item,
.header-4 .single-option .slide-down--item {
    top: 100%;
}

.header-type--2 .mean-container a.meanmenu-reveal,
.header-3 .mean-container a.meanmenu-reveal,
.header-4 .mean-container a.meanmenu-reveal {
    width: auto;
    margin-top: 3px;
}

@media (min-width: 480px) {

    .header-type--2 .mean-container a.meanmenu-reveal,
    .header-3 .mean-container a.meanmenu-reveal,
    .header-4 .mean-container a.meanmenu-reveal {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {

    .header-type--2 .mean-container a.meanmenu-reveal,
    .header-3 .mean-container a.meanmenu-reveal,
    .header-4 .mean-container a.meanmenu-reveal {
        margin-top: 13px;
    }
}

.header-type--2 .mobile-menu,
.header-3 .mobile-menu,
.header-4 .mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 992px) {

    .header-type--2 .mobile-menu,
    .header-3 .mobile-menu,
    .header-4 .mobile-menu {
        position: static;
    }
}

.header-type--2 .mobile-menu .mean-bar,
.header-3 .mobile-menu .mean-bar,
.header-4 .mobile-menu .mean-bar {
    background: transparent;
}

.header-type--2 .mobile-menu .mean-nav,
.header-3 .mobile-menu .mean-nav,
.header-4 .mobile-menu .mean-nav {
    margin-top: 46px;
}

@media (min-width: 480px) {

    .header-type--2 .mobile-menu .mean-nav,
    .header-3 .mobile-menu .mean-nav,
    .header-4 .mobile-menu .mean-nav {
        margin-top: 75px;
    }
}

.position-mobile {
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width: 992px) {
    .position-mobile {
        position: relative;
    }
}

/*Header - 3*/
@media (min-width: 768px) and (max-width: 991px) {
    .header-2 .site-brand {
        text-align: left;
        padding-left: 50px;
    }
}

.header-2 .header-right-options {
    z-index: 100;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-2 .header-right-options {
        padding-right: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-2 .mobile-menu {
        position: absolute;
        right: 5%;
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-2 .mean-container .mean-nav {
        position: relative;
        top: 17px;
    }
}

@media (min-width: 992px) {
    .header-2 .main-menu {
        justify-content: center;
    }
}

/*Header - 3*/
.header-3 {
    background: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-3 .position-mobile {
        position: absolute;
        top: 2px;
        right: 6%;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .header-3 .main-menu .menu-item>.menu-link {
        color: #ffff;
    }
}

.header-3 .header-right-options .single-option_icon,
.header-3 .header-right-options .cart-btn .item-count {
    color: #ffff;
}

.header-3.sticky-header.site-header {
    background: #14191E;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
}


.header-3 .mean-container a.meanmenu-reveal span {
    background-color: #ffff;
}

.header-3 .mean-container a.meanmenu-reveal {
    color: #ffff;
}

.header-3 .header-right-options {
    margin-right: 70px;
}

@media (min-width: 992px) {
    .header-3 .header-right-options {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-3 .position-mobile {
        position: absolute;
        top: 2px;
        right: 6%;
        width: 80%;
    }
}

.header-3 .mean-container .mean-nav {
    margin-top: 47px;
}

@media (min-width: 480px) {
    .header-3 .mean-container .mean-nav {
        margin-top: 75px;
    }
}

@media (min-width: 768px) {
    .header-3 .mean-container .mean-nav {
        margin-top: 70px;
    }
}

.site-header--right-menu .main-menu {
    justify-content: flex-end;
}

.header-4 {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
    .header-4 .main-menu .menu-item>.menu-link {
        color: #14191E;
    }
}

.header-4 .header-right-options .single-option_icon,
.header-4 .header-right-options .cart-btn .item-count {
    color: #14191E;
}

.header-4 .mean-container a.meanmenu-reveal span {
    background-color: #14191E;
}

.header-4 .mean-container .mean-nav {
    margin-top: 47px;
}

@media (min-width: 480px) {
    .header-4 .mean-container .mean-nav {
        margin-top: 75px;
    }
}

@media (min-width: 768px) {
    .header-4 .mean-container .mean-nav {
        margin-top: 70px;
    }
}

.header-4 .header-right-options {
    margin-right: 70px;
}

@media (min-width: 992px) {
    .header-4 .header-right-options {
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-4 .position-mobile {
        position: absolute;
        top: 2px;
        right: 0%;
        width: 80%;
    }
}

.header-4 .mean-container .mean-nav {
    margin-top: 47px;
}

@media (min-width: 480px) {
    .header-4 .mean-container .mean-nav {
        margin-top: 75px;
    }
}

@media (min-width: 768px) {
    .header-4 .mean-container .mean-nav {
        margin-top: 70px;
    }
}

.header-4 .mean-container a.meanmenu-reveal {
    color: #14191E;
}

.currency-box {
    padding: 40px 35px 30px;
}

/* Belly Banners*/
.banner-content-wrapper {
    height: 500px;
}

@media (min-width: 768px) {
    .banner-content-wrapper {
        height: 740px;
    }
}

@media (min-width: 992px) {
    .banner-content-wrapper {
        height: 100vh;
    }
}

.banner-content-wrapper .banner-content {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content {
        padding-top: 95px;
    }
}

.banner-content-wrapper .banner-content .title--sm {
    text-transform: capitalize;
    color: inherit;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    font-family: 'Hepta Slab', serif;
    font-size: 22px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .title--sm {
        font-size: 30px;
    }
}

.banner-content-wrapper .banner-content .title--lg {
    margin: 20px 0 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
}

@media (min-width: 768px) {
    .banner-content-wrapper .banner-content .title--lg {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .title--lg {
        font-size: 55px;
    }
}

@media (min-width: 1200px) {
    .banner-content-wrapper .banner-content .title--lg {
        font-size: 65px;
    }
}

@media (max-width: 479px) {
    .banner-content-wrapper .banner-content .title--lg {
        margin: 18px 0 0;
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .banner-content-wrapper .banner-content .title--lg {
        margin: 18px 0 0;
        font-size: 35px;
        line-height: 45px;
    }
}

.banner-content-wrapper .banner-content .title--xl {
    margin: 20px 0 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .title--xl {
        font-size: 90px;
    }
}

.banner-content-wrapper .banner-content .title--md {
    margin: 20px 0 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
    font-size: 58px;
}

.banner-content-wrapper .banner-content p {
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content p {
        margin: 30px 0 0;
    }
}

.banner-content-wrapper .banner-content .banner_btn {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .banner-content-wrapper .banner-content .banner_btn {
        margin-top: 40px;
    }
}

.banner-content-wrapper .banner-content .banner_btn a {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .banner_btn a {
        height: 60px;
        line-height: 60px;
        padding: 0 40px;
    }
}

.banner-content-wrapper .banner-content.single-slide {
    height: 500px;
}

@media (max-width: 479px) {
    .banner-content-wrapper .banner-content.single-slide {
        padding-top: 75px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .banner-content-wrapper .banner-content.single-slide {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .banner-content-wrapper .banner-content.single-slide {
        height: 740px;
    }
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content.single-slide {
        height: 100vh;
    }
}

.banner-content-wrapper .banner-content.single-slide:focus {
    outline: none;
}

.banner-content-wrapper.banner-2 {
    height: 100%;
}

.banner-content-wrapper.banner-2 .banner-content {
    padding: 90px 0;
}

@media (min-width: 992px) {
    .banner-content-wrapper.banner-2 .banner-content {
        padding: 230px 0;
    }
}

.banner-content-wrapper.banner-2 .title--sm {
    font-size: 13px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    letter-spacing: .3rem;
    font-family: 'Rubik', sans-serif;
}

.banner-content-wrapper.banner-2 .title--lg {
    font-size: 58px;
    color: inherit;
    text-transform: capitalize;
    font-family: 'Hepta Slab', serif;
    font-weight: 700;
    margin: 15px 0 0;
    padding-bottom: 35px;
    line-height: 1.3;
}

@media (max-width: 479px) {
    .banner-content-wrapper.banner-2 .title--lg {
        font-size: 30px;
    }
}

.banner-content-wrapper.banner-2 p {
    font-size: 14px;
    color: inherit;
    font-weight: 300;
    line-height: 25px;
    margin: 35px 0 0;
}

.banner-content-wrapper.banner-2 .banner_btn {
    margin-top: 60px;
}

/* Hero Slick Slider */
/*Banner Slider*/
.hero-slider-wrapper {
    position: relative;
}

.hero-slider-wrapper .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: -30px 0 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 50%;
    margin-left: 50px;
    border-radius: 100% !important;
    opacity: 0;
    transition: .4s;
}

.hero-slider-wrapper .slick-arrow.slick-next {
    margin-left: 0px;
    margin-right: 50px;
    right: 0;
}

.hero-slider-wrapper .slick-arrow:hover {
    color: #dda010;
    background: #fff;
}

.hero-slider-wrapper:hover .slick-arrow {
    opacity: 1;
}

/* Single Block Review */
.review-head {
    margin-bottom: 10px;
}

.review-head h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.review-head h3 span {
    font-size: 1.2rem;
}

.review-head p {
    margin-bottom: 15px;
}

.single-review {
    margin-bottom: 15px;
}

.single-review .single-review-head span.name {
    font-size: 17px;
    font-weight: 500;
    margin-right: 7px;
}

.single-review .single-review-head .rating-widget {
    padding: 0 5px 10px 0;
}

.single-review .single-review-head .single-rating {
    font-size: 14px !important;
}

.review-form .review-form-head h4 {
    font-size: 1.4rem;
    font-weight: 500;
}

.form-box-1 .form-control {
    border: 2px solid #565f69;
    background: transparent;
    font-size: 14px;
    color: #fff;
}

.form-box-1 .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #b2b2b2;
}

.form-box-1 input {
    border-radius: 3px;
    height: 45px;
}

.form-box-1 label {
    color: #d4d4d4;
}

.form-box-1 .form-btn .theme-btn-otlined,
.form-box-1 .form-btn .theme-btn,
.form-box-1 .form-btn button,
.form-box-1 .form-btn a {
    height: 50px;
    padding: 0 40px;
}

@media (min-width: 992px) {
    .home-4--banner .banner-content {
        padding: 140px 0 !important;
    }
}

/* newsletter popup */
.b-close {
    display: block;
}

.b-close:before {
    font-family: "Ionicons";
    content: "\f2c0";
    display: inline-block;
    color: #434343;
    font-size: 16px;
}

.b-close span {
    display: none;
}

.newletter-popup {
    background: #fff;
    top: 50% !important;
    margin-top: -179px;
    position: fixed !important;
    padding: 50px;
    text-align: center;
    display: none;
}

#boxes .newletter-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #343434;
    margin: 0 0 30px;
}

#boxes .box-content label {
    font-weight: 400;
    font-size: 13px;
}

#boxes .box-content .newletter-label {
    width: 70%;
}

#boxes #frm_subscribe .required {
    color: #f00;
    padding-right: 5px;
}

#boxes #frm_subscribe a {
    cursor: pointer;
    height: 45px;
}

#boxes #frm_subscribe a:hover {
    color: #ffff;
}

#boxes #frm_subscribe #subscribe_pemail {
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
    height: 40px;
    width: 50%;
    margin: 20px 0 30px;
    padding: 0 15px;
}

#boxes .box-content .subscribe-bottom {
    margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
    margin: 0;
    font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0;
}

#boxes #frm_subscribe #notification {
    color: #f00;
}

#boxes #frm_subscribe #notification .success {
    color: #67D7BB;
}

#popup2 {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

/* Belley Bredcrumb Section*/
.belly-bredcrumb-section {
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
}

.belly-bredcrumb-section .breadcrumb {
    padding: 0;
    margin: 0px;
    background: none;
    justify-content: center;
}

.belly-bredcrumb-section .breadcrumb a {
    color: #adadad;
    text-transform: capitalize;
}

.belly-bredcrumb-section .breadcrumb li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.belly-bredcrumb-section .breadcrumb li:last-child a {
    color: #dda010;
}

/* Belly Banners*/
.banner-content-wrapper {
    height: 500px;
}

@media (min-width: 768px) {
    .banner-content-wrapper {
        height: 740px;
    }
}

@media (min-width: 992px) {
    .banner-content-wrapper {
        height: 100vh;
    }
}

.banner-content-wrapper .banner-content {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content {
        padding-top: 95px;
    }
}

.banner-content-wrapper .banner-content .title--sm {
    text-transform: capitalize;
    color: inherit;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    font-family: 'Hepta Slab', serif;
    font-size: 22px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .title--sm {
        font-size: 30px;
    }
}

.banner-content-wrapper .banner-content .title--lg {
    margin: 20px 0 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
}

@media (min-width: 768px) {
    .banner-content-wrapper .banner-content .title--lg {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .title--lg {
        font-size: 55px;
    }
}

@media (min-width: 1200px) {
    .banner-content-wrapper .banner-content .title--lg {
        font-size: 65px;
    }
}

@media (max-width: 479px) {
    .banner-content-wrapper .banner-content .title--lg {
        margin: 18px 0 0;
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .banner-content-wrapper .banner-content .title--lg {
        margin: 18px 0 0;
        font-size: 35px;
        line-height: 1.25;
    }
}

.banner-content-wrapper .banner-content .title--xl {
    margin: 20px 0 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .title--xl {
        font-size: 90px;
    }
}

.banner-content-wrapper .banner-content .title--md {
    margin: 20px 0 0;
    color: inherit;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
    font-size: 58px;
}

.banner-content-wrapper .banner-content p {
    color: inherit;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    font-family: 'Rubik', sans-serif;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content p {
        margin: 30px 0 0;
    }
}

.banner-content-wrapper .banner-content .banner_btn {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .banner-content-wrapper .banner-content .banner_btn {
        margin-top: 40px;
    }
}

.banner-content-wrapper .banner-content .banner_btn a {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content .banner_btn a {
        height: 60px;
        line-height: 60px;
        padding: 0 40px;
    }
}

.banner-content-wrapper .banner-content.single-slide {
    height: 500px;
}

@media (max-width: 479px) {
    .banner-content-wrapper .banner-content.single-slide {
        padding-top: 75px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .banner-content-wrapper .banner-content.single-slide {
        padding-top: 80px;
    }
}

@media (min-width: 768px) {
    .banner-content-wrapper .banner-content.single-slide {
        height: 740px;
    }
}

@media (min-width: 992px) {
    .banner-content-wrapper .banner-content.single-slide {
        height: 100vh;
    }
}

.banner-content-wrapper .banner-content.single-slide:focus {
    outline: none;
}

.banner-content-wrapper.banner-2 {
    height: 100%;
}

.banner-content-wrapper.banner-2 .banner-content {
    padding: 90px 0;
}

@media (min-width: 992px) {
    .banner-content-wrapper.banner-2 .banner-content {
        padding: 230px 0;
    }
}

.banner-content-wrapper.banner-2 .title--sm {
    font-size: 13px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    letter-spacing: .3rem;
    font-family: 'Rubik', sans-serif;
}

.banner-content-wrapper.banner-2 .title--lg {
    font-size: 58px;
    color: inherit;
    text-transform: capitalize;
    font-family: 'Hepta Slab', serif;
    font-weight: 700;
    margin: 15px 0 0;
    padding-bottom: 35px;
    line-height: 1.3;
}

@media (max-width: 479px) {
    .banner-content-wrapper.banner-2 .title--lg {
        font-size: 30px;
    }
}

.banner-content-wrapper.banner-2 p {
    font-size: 14px;
    color: inherit;
    font-weight: 300;
    line-height: 25px;
    margin: 35px 0 0;
}

.banner-content-wrapper.banner-2 .banner_btn {
    margin-top: 60px;
}

/* Hero Slick Slider */
/*Banner Slider*/
.hero-slider-wrapper {
    position: relative;
    background: #000;
}

.hero-slider-wrapper .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: -30px 0 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    text-align: center;
    top: 50%;
    margin-left: 50px;
    border-radius: 100% !important;
    opacity: 0;
    transition: .4s;
}

.hero-slider-wrapper .slick-arrow.slick-next {
    margin-left: 0px;
    margin-right: 50px;
    right: 0;
}

.hero-slider-wrapper .slick-arrow:hover {
    color: #dda010;
    background: #fff;
}

.hero-slider-wrapper:hover .slick-arrow {
    opacity: 1;
}

/* Single Block Review */
.review-head {
    margin-bottom: 10px;
}

.review-head h3 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.review-head h3 span {
    font-size: 1.2rem;
}

.review-head p {
    margin-bottom: 15px;
}

.single-review {
    margin-bottom: 15px;
}

.single-review .single-review-head span.name {
    font-size: 17px;
    font-weight: 500;
    margin-right: 7px;
}

.single-review .single-review-head .rating-widget {
    padding: 0 5px 10px 0;
}

.single-review .single-review-head .single-rating {
    font-size: 14px !important;
}

.review-form .review-form-head h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

.form-box-1 .form-control {
    border: 2px solid #565f69;
    background: transparent;
    font-size: 14px;
    color: #fff;
}

.form-box-1 .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #b2b2b2;
}

.form-box-1 input {
    border-radius: 3px;
    height: 45px;
}

.form-box-1 label {
    color: #d4d4d4;
}

.form-box-1 .form-btn .theme-btn-otlined,
.form-box-1 .form-btn .theme-btn,
.form-box-1 .form-btn button,
.form-box-1 .form-btn a {
    height: 50px;
    padding: 0 40px;
}

@media (min-width: 992px) {
    .home-4--banner .banner-content {
        padding: 140px 0 !important;
    }
}

/* #####++++ Welcome Section ++++####*/
.welcome__description .welcome__title--sm {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #dda010;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    letter-spacing: .3rem;
}

.welcome__description .welcome__title--mid {
    font-size: 36px;
    color: #fff;
    font-family: 'Hepta Slab', serif;
    margin: 10px 0 35px;
    text-transform: capitalize;
    font-weight: 400;
}

@media (min-width: 320px) {
    .welcome__description .welcome__title--mid {
        margin: 10px 0 20px;
    }
}

@media (min-width: 480px) {
    .welcome__description .welcome__title--mid {
        margin: 10px 0 20px;
    }
}

.welcome__description p {
    font-size: 14px;
    color: #d4d4d4;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 22px;
    font-weight: 300;
    padding: 0 15px;
}

.welcome__description .welcome_sig-image {
    margin-top: 20px;
}

.welcome__description.text-dark p {
    color: #6d6666;
}

.welcome__description .img-border-bottom {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

/*Single Service*/
.belly-service {
    text-align: center;
}

.belly-service .service-heading {
    color: #171e26;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "Hepta Slab", serif !important;
    padding-bottom: 15px;
    position: relative;
}

.belly-service .service-heading:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #e1e1e1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    display: inline-block;
}

.belly-service .service-heading a {
    color: inherit;
}

.belly-service .service-heading:hover {
    color: #dda010;
}

.belly-service .service-details {
    margin-top: 15px;
}

.belly-service .service-details p {
    margin-top: 15px;
    margin-bottom: 0;
}

/* Products*/
.belly-product {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 15px 15px 25px 15px;
    transition: .4s;
    /* Product White BG*/
}

.belly-product .product__image {
    position: relative;
}

.belly-product .product__image img {
    width: 100%;
}

.belly-product:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.belly-product .product-contents {
    text-align: center;
}

.belly-product .hover-content {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .4s;
}

.belly-product .hover-btns {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 7;
}

@media (min-width: 480px) and (max-width: 767px) {
    .belly-product .hover-btns {
        top: 58%;
    }
}

.belly-product .hover-btns .single-btn {
    line-height: 42px;
    height: 45px;
    width: 45px;
    border-radius: 3px;
    padding: 0;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #dda010;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid #dda010;
    background: none;
    transition: ease .5s all;
}

@media (min-width: 480px) and (max-width: 767px) {
    .belly-product .hover-btns .single-btn {
        line-height: 36px;
        height: 38px;
        width: 37px;
    }
}

.belly-product .hover-btns .single-btn+.single-btn {
    margin-left: 8px;
}

.belly-product .hover-btns .single-btn:hover {
    background: #dda010;
    color: #fff;
}

.belly-product .hover-btns.btn-type-2 .single-btn {
    color: #dda010;
    background: #fff;
    transition: ease .5s all;
    border-color: #fff;
}

.belly-product .hover-btns.btn-type-2 .single-btn:hover {
    background: #dda010;
    color: #fff;
    border-color: #dda010;
}

.belly-product .hover-image {
    position: relative;
    display: block;
    z-index: 6;
}

.belly-product .hover-image:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #171e26;
    opacity: 0.7;
}

.belly-product:hover .hover-content {
    opacity: 1;
}

.belly-product .product-description,
.belly-product .product-contents {
    text-align: center;
    padding-top: 20px;
}

.belly-product .product-info-para {
    display: none;
}

.belly-product .product__caption {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 15px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

.belly-product .product__caption a {
    color: inherit;
}

.belly-product .product__caption a:hover {
    color: #dda010;
}

.belly-product .product__btn {
    margin: 15px 0 0;
}

.belly-product .product__btn a {
    padding: 0 35px;
    height: 45px;
    line-height: 16px;
    font-size: 12px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

.belly-product .product__price {
    color: #dda010;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.belly-product .product__price .price--old {
    color: #4d473f;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 8px;
    font-weight: 400;
}

.belly-product .product-badge {
    position: absolute;
    top: -20px;
    right: 0;
    width: 45px;
    height: 46px;
    font-size: 0;
    display: inline-block;
    z-index: 9;
}

.belly-product.product-type-1 {
    background: #f5f5f7;
}

.belly-product.product-style-2 {
    background: #f5f5f7;
}

.belly-product.product-style-2 .product__caption {
    color: #171e26;
}

.belly-product.product-style-2 .hover-image:before {
    background: #f5f5f7;
}

.belly-product.product-style-2 .hover-content .hover-btns .single-btn:hover {
    color: #ffff;
}

.belly-product.product-view--list {
    display: flex;
    padding: 0 0 30px;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .belly-product.product-view--list {
        align-items: flex-start;
        flex-direction: row;
    }
}

.belly-product.product-view--list .product__image {
    width: 100%;
}

@media (min-width: 480px) {
    .belly-product.product-view--list .product__image {
        width: 370px;
    }
}

@media (min-width: 768px) {
    .belly-product.product-view--list .product__image {
        width: 100%;
        margin-right: 25px;
    }
}

@media (min-width: 1200px) {
    .belly-product.product-view--list .product__image {
        width: 400px;
    }
}

@media (min-width: 768px) {
    .belly-product.product-view--list .product-contents {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .belly-product.product-view--list .product__price {
        margin-bottom: 15px;
    }
}

.belly-product.product-view--list .product-info-para {
    display: block;
    margin-top: 15px;
    color: #b2b2b2;
}

.belly-product.product-view--list .product-description {
    width: 100%;
    text-align: left;
}

@media (min-width: 768px) {
    .belly-product.product-view--list .product-description {
        padding-top: 0;
        padding-left: 25px;
        width: 60%;
    }
}

@media (min-width: 768px) {
    .belly-product.product-view--list .product-badge {
        top: 0;
        right: 10px;
    }
}

.belly-product.product-view--list:hover {
    box-shadow: none;
}

.belly-product .rating-text {
    margin-left: 12px;
    color: #b2b2b2;
}

.belly-product .rating-text a {
    color: inherit;
}

.belly-product .rating-text a:hover {
    color: #dda010;
}

.list-with-sidebar .product-view--list {
    display: flex;
    padding: 0 0 30px;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .list-with-sidebar .product-view--list {
        align-items: flex-start;
        flex-direction: row;
    }
}

.list-with-sidebar .product-view--list .product__image {
    width: 100%;
}

@media (min-width: 480px) {
    .list-with-sidebar .product-view--list .product__image {
        width: 370px;
    }
}

@media (min-width: 768px) {
    .list-with-sidebar .product-view--list .product__image {
        width: 100%;
        margin-right: 25px;
    }
}

@media (min-width: 1200px) {
    .list-with-sidebar .product-view--list .product__image {
        width: 100%;
    }
}

/* Product Rating widgets */
.rating-widget {
    padding: 0 0 12px;
}

.rating-widget .single-rating {
    font-size: 20px;
    color: #F5C60D;
}

.rating-widget .single-rating+.single-rating {
    margin-left: 5px;
}

/*Mini Blog*/
.belly-mini-blog {
    text-align: center;
    position: relative;
}

.belly-mini-blog .blog-image {
    display: block;
}

.belly-mini-blog .blog-image img {
    width: 100%;
}

.belly-mini-blog .blog-content {
    padding: 30px 20px;
}

.belly-mini-blog .blog-content .blog-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: 'Hepta Slab', serif;
    margin: 0 0 10px;
    text-transform: capitalize;
    line-height: 1.6;
}

.belly-mini-blog .blog-content .blog-title a {
    color: inherit;
}

.belly-mini-blog .blog-content .blog-title:hover {
    color: #dda010;
}

.belly-mini-blog .blog-content .blog-subtitle {
    color: #ac8d6a;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.belly-mini-blog .blog-content p {
    line-height: 24px;
    font-size: 15px;
    color: #d4d4d4;
    font-weight: 300;
    margin: 10px 0 0;
}

.belly-mini-blog .blog-btn a {
    margin-top: 23px;
    height: 45px;
    line-height: 42px;
    padding: 0 30px;
}

.belly-mini-blog .blog-badge {
    background: #dda010;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.belly-mini-blog .blog-badge span {
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}

.belly-mini-blog.blog-style-2 .blog-title {
    color: #171e26;
}

.belly-mini-blog.blog-style-2 .blog-content p {
    color: #5b5b5b;
}

.belly-mini-blog.blog-style-list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .belly-mini-blog.blog-style-list {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .belly-mini-blog.blog-style-list .blog-image {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .belly-mini-blog.blog-style-list .blog-image {
        width: 500px;
    }
}

.belly-mini-blog.blog-style-list .blog-content {
    text-align: left;
    margin-left: 25px;
    padding-top: 0;
    padding-left: 0;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .belly-mini-blog.blog-style-list .blog-content {
        margin-top: 0px;
    }
}

/*Testimonial Section*/
.testimonial-block {
    text-align: center;
}

.testimonial-block p {
    font-size: 14px;
    color: #d4d4d4;
    font-weight: 300;
    line-height: 25px;
    font-style: italic;
    width: 100%;
    display: inline-block;
}

.testimonial_client-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.testimonial_client-profile .client-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dda010;
}

.testimonial_client-profile .client-details {
    margin-left: 15px;
    color: #dda010;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial_client-profile .client-details h6 {
    font-size: 13px;
}

/* Testimonial Slider */
.testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.testimonial-slider .slick-dots li {
    font-size: 0;
    background: #353b43;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    cursor: pointer;
    transition: .3s;
}

.testimonial-slider .slick-dots li:hover {
    background: #dda010;
    height: 7px;
    width: 7px;
}

.testimonial-slider .slick-dots li+li {
    margin-left: 10px;
}

.testimonial-slider .slick-dots li.slick-active {
    background: #dda010;
    height: 7px;
    width: 7px;
}

/* #####++++ Belly - Why Choose Us ++++####*/
.why-choose-accordion .card {
    border-bottom: 1px solid #ececec !important;
}

.why-choose-accordion .card .card-header {
    padding: 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
    background: #dda010;
}

.why-choose-accordion .card .card-header button {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Hepta Slab', serif;
    background: #5fbd74;
    transition: .4s background;
    padding: 20px 10px 16px;
}

@media (min-width: 768px) {
    .why-choose-accordion .card .card-header button {
        padding: 20px 20px 16px;
    }
}

.why-choose-accordion .card .card-header button.collapsed {
    background: #fff;
    color: #494949;
}

.why-choose-accordion .card .card-header button.collapsed:after {
    background: #e7e7e7;
    color: #fff;
}

.why-choose-accordion .card .card-header button:hover {
    text-decoration: none;
}

.why-choose-accordion .card .card-header button:after {
    position: absolute;
    content: "\f280";
    font-family: "Ionicons";
    right: 0;
    display: block;
    font-family: "Ionicons";
    line-height: 22px;
    font-size: 24px;
    height: 20px;
    width: 20px;
    background: #fff;
    color: #5fbd74;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 18px;
}

.promo-details-mini {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.promo-details-mini .promo-content {
    padding: 30px 15px;
}

.promo-details-mini.bg-pattern-1 {
    background-image: url(../image/mini-item-images/promo-mini-bg-1.jpg);
}

.promo-details-mini.bg-pattern-2 {
    background-image: url(../image/mini-item-images/promo-mini-bg-2.jpg);
}

.promo-details-mini.bg-pattern-3 {
    background-image: url(../image/mini-item-images/home-2__promo-mini-bg-1.jpg);
}

.promo-details-mini:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
    transition: ease .3s all;
}

.promo-details-mini:hover::before {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2) inset;
}

@media (min-width: 992px) {
    .promo-details-mini .promo-icon {
        width: 40px;
        margin: 0 auto;
    }
}

.promo-details-mini .promo-description {
    padding: 0 30px;
}

@media (min-width: 992px) {
    .promo-details-mini .promo-description {
        padding: 0 20px;
    }
}

@media (min-width: 320px) {
    .promo-details-mini .promo-description {
        padding: 0 5px;
    }
}

.promo-details-mini .promo-description h2 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    margin: 23px 0 0;
    font-family: 'Hepta Slab', serif;
}

@media (min-width: 320px) {
    .promo-details-mini .promo-description h2 {
        margin: 20px 0 0;
        line-height: 38px;
    }
}

@media (min-width: 992px) {
    .promo-details-mini .promo-description h2 {
        line-height: 35px;
    }
}

.promo-details-mini .promo-description p {
    font-size: 14px;
    color: #d4d4d4;
    margin: 20px 0 0;
    line-height: 22px;
    font-weight: 300;
}

.promo-details-mini .promo-description .promo-btn {
    margin-top: 50px;
}

.promo-details-mini .promo-description .promo-btn a {
    height: 55px;
    line-height: 53px;
    font-size: 13px;
    padding: 0 30px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .promo-details-mini .promo-description .promo-btn {
        margin-top: 35px;
    }
}

.promo-details-mini .promo-image {
    width: 100%;
}

.promo-details-mini .promo-image img {
    width: 100%;
}

.sidebar-widget {
    padding-top: 50px;
}

@media (min-width: 992px) {
    .sidebar-widget {
        padding-top: 0;
    }
}

.single-widget.range-slider {
    width: 100%;
}

@media (min-width: 768px) {
    .single-widget.range-slider {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .single-widget.range-slider {
        width: 250px;
    }
}

.single-widget.range-slider .belly-range-slider {
    margin-top: 10px;
}

.sidebar-title {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 0 35px;
    position: relative;
    display: inline-block;
    font-family: 'Hepta Slab', serif;
}

.single-widget {
    margin-bottom: 50px;
}

.single-widget:last-child {
    margin-bottom: 0;
}

.widget--list li {
    margin: 15px 0;
    font-weight: 300;
}

.widget--list li a {
    color: inherit;
}

.widget--list li a:hover {
    color: #f4a137;
}

.widget--list li:first-child {
    margin-top: 0;
}

.widget--list.list-light {
    color: #b2b2b2;
}

.widget-banner img {
    transition: .4s;
}

.widget-banner img:hover {
    opacity: .8;
}

/* Dynamic Rating*/
.d-inline-block {
    display: inline-block;
}

a,
span {
    display: inline-block;
}

.rating-row p {
    margin-right: 3px;
    display: inline-block;
    font-weight: 500;
}

.rating-block {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rating-block input {
    display: none;
}

.rating-block label {
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

.rating-block label:before {
    content: "\f383";
    font-family: "Ionicons";
    position: relative;
    display: block;
    font-size: 14px;
    color: #e3e3e3;
    font-weight: 900;
}

.rating-block label:after {
    content: "\f384";
    font-family: "Ionicons";
    position: absolute;
    display: block;
    font-size: 14px;
    color: #fec701;
    font-weight: 900;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.rating-block label:hover~label:after,
.rating-block label:hover:after,
.rating-block input:checked~label:after {
    opacity: 1;
}

.sidebar-post .single-post {
    display: flex;
    margin-bottom: 10px;
    color: #d4d4d4;
}

.sidebar-post .single-post:last-child {
    margin-bottom: 0;
}

.sidebar-post .single-post .post-image {
    width: 80px;
}

.sidebar-post .single-post .post-desc {
    padding-left: 7px;
}

.sidebar-post .single-post .post-desc h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.sidebar-post .single-post a {
    color: inherit;
}

.sidebar-post .single-post a:hover {
    color: #dda010;
}

.sidebar-post .single-post P {
    margin-bottom: 5px;
}

.sidebar-post.tweet-posts p {
    font-size: 15px;
    line-height: 22px;
    color: #d4d4d4;
}

.sidebar-post.tweet-posts p a {
    font-weight: 500;
    color: #dda010;
}

/* Sidebar Search*/
.sidebar-search {
    display: flex;
    position: relative;
}

.sidebar-search button {
    position: absolute;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    line-height: initial;
    justify-content: center;
    right: 0;
    padding: 0;
}

.sidebar-search .form-control {
    background: transparent;
    border-color: #495057;
    font-size: 13px;
    color: #fff;
    padding-right: 40px;
    width: 100%;
}

.sidebar-search .form-control:focus {
    box-shadow: none;
    outline: none;
}

.sidebar-search .form-control:focus~button {
    background: transparent;
    color: #dda010;
}

.site-bottom {
    background-color: #14191e;
    background-image: url("../image/footer-bg.jpg");
    background-size: cover;
}

/*Newsletter Section*/
@media (max-width: 479px) {
    .newsletter-area .subscription-form {
        margin-top: 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .newsletter-area .subscription-form {
        margin-top: 25px;
    }
}

.newsletter-details h3 {
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Hepta Slab', serif;
    font-weight: 400;
    line-height: 30px;
}

@media (min-width: 992px) {
    .newsletter-details h3 {
        font-size: 30px;
    }
}

.newsletter-details h6 {
    font-size: 14px;
    color: #d4d4d4;
    font-weight: 300;
    margin: 10px 0 0;
    text-transform: inherit;
    line-height: 24px;
}

@media (min-width: 992px) {
    .newsletter-details h6 {
        font-size: 13px;
        margin: 8px 0 0;
    }
}

/* Newsletter */
.subscription-form {
    display: flex;
    position: relative;
}

.subscription-form label {
    color: #d4d4d4;
}

.subscription-form .form-control {
    height: 55px;
    width: 100%;
    padding: 0 160px 0 20px;
    background: #1e252e;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    display: block;
    height: 55px;
    width: 100%;
    float: left;
    margin: 0;
    border: 0;
    border-radius: 3px;
}

.subscription-form .form-control:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.subscription-form .theme-btn {
    padding: 0 40px;
    height: 55px;
    line-height: 60px;
    margin-top: 15px;
    font-size: 12px;
}

@media (min-width: 480px) {
    .subscription-form .theme-btn {
        margin-top: 0px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.subscription-form .theme-btn:hover {
    background: #333 !important;
    color: #fff !important;
}

/* Footer Inner */
.footer-inner {
    padding-bottom: 7px;
    padding-top: 50px;
    border-top: 1px solid #30363c;
    color: #d4d4d4;
}

@media (min-width: 992px) {
    .footer-inner {
        padding-bottom: 35px;
    }
}

.footer-title {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Hepta Slab', serif;
    margin: 0;
    margin-bottom: 25px;
}

.contact-block p {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 25px;
}

.single-footer .social-links {
    margin-top: 17px;
}

@media (min-width: 992px) {
    .single-footer .social-links {
        margin-top: 35px;
    }
}

.footer-list li {
    line-height: 32px;
}

.footer-list a {
    font-size: 14px;
    color: #d4d4d4;
    font-weight: 300;
    text-transform: capitalize;
}

.footer-list a:hover {
    color: #dda010;
}

.instagram-photos {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.instagram-photos .single-image {
    padding-right: 15px;
    padding-bottom: 15px;
    width: 50%;
}

@media (min-width: 480px) {
    .instagram-photos .single-image {
        width: 16.333%;
    }
}

@media (min-width: 768px) {
    .instagram-photos .single-image {
        width: 26.333%;
    }
}

@media (min-width: 992px) {
    .instagram-photos .single-image {
        width: 33.3333%;
    }
}

.footer-features {
    padding-top: 30px;
}

@media (min-width: 992px) {
    .footer-features {
        padding: 40px 0;
    }
}

.copyright-area {
    padding: 40px 0 40px;
    border-top: 1px solid #30363c;
    text-align: center;
    color: #d4d4d4;
}

@media (min-width: 768px) {
    .copyright-area {
        text-align: left;
    }
}

.copyright-area p a {
    color: #fff;
}

.copyright-area p a:hover {
    color: #dda010;
}

@media (min-width: 768px) {
    .copyright-area p {
        margin-bottom: 0;
    }
}

.payment-cards .single-card {
    margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .payment-cards .single-card {
        margin-left: 3px;
    }
}

@media (max-width: 479px) {
    .payment-cards .single-card {
        margin-bottom: 10px;
    }
}

.payment-cards .single-card:first-child {
    margin-left: 0;
}

.contact-widget {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-widget .widget-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0 12px;
    line-height: 48px;
}

/* Mini Features*/
.mini-feature {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #d4d4d4;
}

.mini-feature .feature-icon {
    width: 55px;
    text-align: center;
}

.mini-feature .feature-icon i {
    font-size: 21px;
    color: inherit;
    line-height: 52px;
    width: 55px;
    height: 55px;
    border: 2px solid #d4d4d4;
    border-radius: 100%;
}

.mini-feature .feature-text {
    margin-left: 15px;
}

@media (min-width: 992px) {
    .mini-feature .feature-text {
        margin-left: 10px;
    }
}

.mini-feature .feature-text h3 {
    color: inherit;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Hepta Slab', serif;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .mini-feature .feature-text h3 {
        font-size: 16px;
    }
}

.mini-feature .feature-text p {
    font-size: 14px;
    color: inherit;
    margin: 6px 0 0;
    font-weight: 300;
}

/* footer */
#back-top:hover {
    background: #dda010;
}

#back-top {
    position: fixed;
    bottom: 210px;
    right: 9%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #14191e;
    z-index: 999;
    transition: ease-in-out .3s all;
}

@media (min-width: 1200px) {
    #back-top {
        bottom: 60px;
        right: 15px;
    }
}

#back-top span {
    margin-right: 15px;
}

#back-top i {
    font-size: 12px;
}

#scrollUp {
    width: 40px;
    height: 40px;
    background: #dda010;
    color: #ffffff;
    right: 20px;
    bottom: 60px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
}

/* Count Widget*/
.count-input-block {
    display: flex;
}

.count-input-block input {
    height: 45px;
    text-align: center;
    background: #28323c;
    border: none;
    color: #fff;
}

.count-input-block input:focus {
    background: #28323c;
    outline: none;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
}

.count-input-block .count-input-btns {
    margin-left: 5px;
}

.count-input-block button {
    display: block;
    height: 20px;
    border: none;
    box-shadow: none;
    text-align: center;
    width: 30px;
    height: 45px;
    font-size: 14px;
    border-radius: 3px;
    border: 0;
    background: #28323c;
    padding: 0;
    color: #a6a6a6;
    margin-bottom: 5px;
    transition: .4s;
}

.count-input-block button:hover {
    background-color: #dda010;
    color: #fff;
}

.product-list-group li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #29323b;
}

.product-list-group li:last-child {
    border-bottom: 0;
}

.product-list-group .single-product-list {
    display: flex;
    align-items: center;
}

@media (max-width: 479px) {
    .product-list-group .single-product-list {
        flex-wrap: wrap;
        margin-bottom: -10px;
        padding-top: 30px;
    }

    .product-list-group .single-product-list .product-image,
    .product-list-group .single-product-list .product-name,
    .product-list-group .single-product-list .count-input-block,
    .product-list-group .single-product-list .product-price {
        margin-bottom: 10px;
    }
}

.product-list-group .product-image {
    width: 65px;
    border: 2px solid #29323b;
}

.product-list-group .product-name {
    color: #b2b2b2;
    margin-right: 40px;
}

.product-list-group .product-image,
.product-list-group .count-input-block {
    margin-right: 15px;
}

.product-list-group .count-input-block {
    min-width: 150px;
}

.product-list-group .product-price {
    font-weight: 500;
    font-size: 18px;
    color: #dda010;
}

/* Shop View Type Toolbar */
.shop-toolbar {
    padding-right: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.shop-toolbar a.sortting-btn {
    font-size: 18px;
    margin-right: 10px;
    color: rgba(232, 232, 232, 0.43);
}

.shop-toolbar a.sortting-btn:hover {
    color: #dda010;
}

.shop-toolbar a.sortting-btn.active {
    color: #dda010;
}

.shop-toolbar .sorting-selection #input-sort,
.shop-toolbar .sorting-selection #input-limit {
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    color: #b2b2b2;
    font-weight: 300;
    text-align: center;
    height: 45px;
    border: 0;
}

/*List Vewing Toolbar*/
.shop-product-wrap.with-pagination.list [class*="col"] {
    flex: 100%;
    max-width: 100%;
}

.shop-product-wrap.with-pagination.list [class*="col"] .product-view--list {
    border-bottom: 1px solid #29323b;
}

.shop-product-wrap.with-pagination.list [class*="col"] .product-view--list.product-style-2 {
    border-bottom: 0;
}

.shop-product-wrap.with-pagination.list [class*="col"]:last-child {
    border-bottom: 0;
}

/* Pagination */
.pagination-widget {
    color: #b2b2b2;
    border-bottom: 1px solid #29323b;
    border-top: 1px solid #29323b;
}

@media (max-width: 479px) {
    .pagination-widget {
        text-align: center;
    }
}

@media (min-width: 480px) {
    .pagination-widget {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .pagination-widget {
        text-align: center;
        padding-bottom: 0px;
    }
}

.pagination-widget p {
    color: inherit;
    margin-bottom: 15px;
    margin-top: 20px;
}

.site-pagination {
    margin-bottom: 15px;
    margin-top: 20px;
}

.site-pagination a {
    padding: 0 5px;
    color: inherit;
    font-size: 15px;
}

.site-pagination a:hover {
    color: #dda010;
}

/* Single Product */
.belly-product--details {
    padding: 0;
}

.belly-product--details .product__caption {
    font-size: 24px;
    margin-bottom: 20px;
}

.belly-product--details .product-description {
    text-align: left;
}

.belly-product--details .product-description--breif {
    color: #b2b2b2;
    padding-top: 30px;
    border-top: 1px solid #29323b;
    margin-top: 30px;
}

.belly-product--details .rating-widget {
    padding-bottom: 15px;
}

.belly-product--details .rating-widget .single-rating {
    font-size: 15px;
}

.belly-product--details .product__price {
    font-size: 24px;
    line-height: 26px;
}

.belly-product--details .product-description--list {
    color: #b2b2b2;
}

.belly-product--details .product-description--list p {
    margin-bottom: 5px;
}

.belly-product--details:hover {
    box-shadow: none;
}

.belly-product--details .product-buttons--group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
}

.belly-product--details .product-buttons--group .single-btn-block {
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.belly-product--details .product-buttons--group .single-btn-block a {
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.belly-product--details .product-buttons--group .single-btn-block input {
    min-width: 149px;
    height: 45px;
    text-align: center;
    background: #28323c;
    border: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #fff;
}

.belly-product--details .product-buttons--group .single-btn-block input:focus,
.belly-product--details .product-buttons--group .single-btn-block input:hover {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
}

.belly-product--details .product-buttons--group .single-btn-block.btn-big {
    width: 60%;
}

.belly-product--details .product-buttons--group .single-btn-block.btn-big a {
    width: 100%;
}

.belly-product--details .product-buttons--group .single-btn-block .theme-btn {
    padding: 0 50px;
}

@media (min-width: 768px) {
    .belly-product--details .product__image.left-gallery {
        display: flex;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .belly-product--details .product__image.left-gallery .product-image-main {
        order: 1;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .belly-product--details .product__image.left-gallery .product-view-slider {
        width: 500px;
    }
}

.belly-product--details.product-details--page .product-image-main {
    position: relative !important;
}

@media (max-width: 479px) {
    .belly-product--details.product-details--page .product-image-main .zoomWrapper {
        height: 300px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .belly-product--details.product-details--page .product-image-main .zoomWrapper {
        height: 300px !important;
    }
}

.belly-product--details .product-image-thumb .single-thumb-image {
    border: 1px solid #29323b;
    margin-bottom: 30px;
}

/* Product zoom effect Mobile Control*/
@media (max-width: 479px) {
    .zoomWindow {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .zoomWindow {
        visibility: hidden !important;
    }
}

/*Product View Zoom with Gallary Css*/
.product-view-slider {
    margin: 7px -7px 0;
}

.product-view-slider button.slick-arrow {
    color: #5a6067;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 33;
    opacity: 0;
    transition: .4s;
    padding: 5px;
}

.product-view-slider button.slick-arrow.slick-next {
    left: auto;
    right: -10px;
}

.product-view-slider:hover button.slick-arrow {
    opacity: 1;
}

.product-view-vertical-slider {
    margin: -7px 0;
}

.product-view-vertical-slider .gallary-item {
    margin: 8px 0;
}

.gallary-item {
    border: 2px solid transparent;
    margin: 0 7px;
    border-radius: 3px;
}

.gallary-item.active,
.gallary-item:hover {
    border-color: #29323b;
}

/* Single Product Review Tab*/
.belly-review-tab .nav-tabs {
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

.belly-review-tab .nav-tabs .nav-item.show .nav-link,
.belly-review-tab .nav-tabs .nav-link.active {
    color: #dda010;
    background-color: transparent;
    border-color: transparent;
}

.belly-review-tab .nav-link {
    font-family: "Hepta Slab", serif;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 30px;
}

@media (max-width: 479px) {
    .belly-review-tab .nav-link {
        padding: 0 12px;
    }
}

.belly-review-tab .tab-content .tab-pane {
    padding: 25px 0 0;
    border: 0;
    font-size: 15px;
    color: #b2b2b2;
    line-height: 28px;
}

/*---------------------------------------
    11. Cart
-----------------------------------------*/
/*-- Cart Table --*/
.cart-table {
    color: #d4d4d4;
}

.cart-table .table {
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .cart-table .table {
        border-top: 8px solid #14191e;
    }
}

.cart-table .table thead {
    background-color: #14191e;
}

@media only screen and (max-width: 575px) {
    .cart-table .table thead {
        display: none;
    }
}

.cart-table .table thead tr th {
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b2b2b2;
    padding: 20px 20px;
}

.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 15px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #565f69;
}

@media only screen and (max-width: 575px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left;
    }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
    max-width: 160px;
    min-width: 120px;
    width: 160px;
}

@media only screen and (max-width: 575px) {

    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
        width: 160px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
    min-width: 200px;
}

.cart-table td.pro-thumbnail a {
    display: block;
}

.cart-table td.pro-thumbnail a img {
    width: 70px;
    background-color: #f6f7f8;
}

.cart-table td.pro-title a {
    font-size: 16px;
    font-weight: 600;
}

.cart-table td.pro-title a:hover {
    color: #dda010;
}

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.cart-table td.pro-quantity .pro-qty {
    width: 90px;
    display: block;
    margin: auto;
}

.cart-table td.pro-quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-quantity .pro-qty {
        margin: 0;
    }
}

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.cart-table td.pro-addtocart button {
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #dda010;
    line-height: 24px;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    background-color: #dda010;
}

.cart-table td.pro-remove a {
    display: block;
    font-weight: 600;
}

.cart-table td.pro-remove a i {
    font-size: 15px;
}

.cart-table td.pro-remove a:hover {
    color: #dda010;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center;
    }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
    margin-bottom: 23px;
}

.calculate-shipping h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.calculate-shipping form .nice-select {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
}

.calculate-shipping form .nice-select::after {
    border-color: #565f69;
}

.calculate-shipping form .nice-select .current {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #d4d4d4;
}

.calculate-shipping form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    color: #d4d4d4;
    background-color: transparent;
}

.calculate-shipping form input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:-moz-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input::-moz-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:-ms-input-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:focus {
    outline: none;
    box-shadow: none;
}

.calculate-shipping form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #dda010;
    border-color: #dda010;
    width: 140px;
    cursor: pointer;
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.discount-coupon form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    color: #d4d4d4;
    background-color: transparent;
}

.discount-coupon form input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:-moz-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input::-moz-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:-ms-input-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:focus {
    outline: none;
    box-shadow: none;
}

.discount-coupon form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #dda010;
    border-color: #dda010;
    width: 140px;
    line-height: 27px;
    cursor: pointer;
}

/*-- Cart Summary --*/
.cart-summary {
    float: right;
    width: 100%;
    margin-left: auto;
}

@media (min-width: 992px) {
    .cart-summary {
        max-width: 410px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary {
        margin-left: 0;
    }
}

.cart-summary .cart-summary-wrap {
    background-color: #14191e;
    padding: 45px 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #b2b2b2;
}

.cart-summary .cart-summary-wrap p span {
    float: right;
}

.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid #565f69;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #d4d4d4;
    margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
    float: right;
}

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

.cart-summary .cart-summary-button button {
    margin-top: 10px;
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
    margin-left: 20px;
    float: right;
    color: #d4d4d4;
}

.cart-summary .cart-summary-button button:last-child {
    margin-left: 0;
}

.cart-summary .cart-summary-button button.checkout-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #dda010;
    border-color: #dda010;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-button button {
        width: 130px;
    }
}

.cart_area.cart-area-padding {
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

/*=============================================
=            14. Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #dda010;
}

/*-- Checkout Form --*/
.checkout-form {
    color: #d4d4d4;
}

.checkout-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-form .nice-select {
    width: 100%;
    background-color: #14191e;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #14191e;
    margin-bottom: 15px;
}

.checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.checkout-form .nice-select .current {
    color: #d4d4d4;
    display: block;
    line-height: 23px;
}

.checkout-form .nice-select .list {
    width: 100%;
    overflow: scroll;
    height: 250px;
}

.checkout-form input {
    width: 100%;
    background-color: #14191e;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.checkout-form textarea {
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #151515;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
    width: auto;
}

.checkout-form input:focus {
    box-shadow: none;
    outline: none;
    border-color: #dda010;
}

.checkout-form .check-box {
    margin-right: 70px;
}

.checkout-form .check-box:last-child {
    float: right;
    margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
    display: none;
}

.checkout-form .check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.checkout-form .check-box input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #d4d4d4;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

/*-- Shipping Form --*/
/*
#shipping-form {
  display: none;
}
*/

/*-- Billign Form --*/
#billing-form {
    display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
    background-color: #14191e;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-cart-total {
        padding: 30px;
    }
}

.checkout-cart-total h4 {
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700;
}

@media (max-width: 479px) {
    .checkout-cart-total h4 {
        font-size: 19px;
    }
}

.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-total h4 span {
    float: right;
    display: block;
}

.checkout-cart-total ul {
    border-bottom: 1px solid #565f69;
}

.checkout-cart-total ul li {
    color: #d4d4d4;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

.checkout-cart-total ul li span {
    color: #d4d4d4;
    float: right;
}

.checkout-cart-total ul li span.left {
    float: left;
    width: 70%;
}

.checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #b2b2b2;
    padding: 10px 0;
    border-bottom: 1px solid #565f69;
    margin: 0;
}

.checkout-cart-total p span {
    float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
    background-color: #14191e;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-payment-method {
        padding: 30px;
    }
}

/*-- Single Payment Method --*/
.single-method {
    margin-bottom: 20px;
}

.single-method:last-child {
    margin-bottom: 0;
}

.single-method input[type="radio"] {
    display: none;
}

.single-method input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="radio"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]+label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 10px;
    text-align: center;
    height: 10px;
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]:checked+label::before {
    border: 2px solid #565f69;
}

.single-method input[type="radio"]:checked+label::after {
    opacity: 1;
}

.single-method input[type="checkbox"] {
    display: none;
}

.single-method input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]+label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 8px;
    text-align: center;
    height: 8px;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.single-method input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #d4d4d4;
    line-height: 23px;
}

/*-- Place Order --*/
.place-order {
    margin-top: 40px;
    width: 140px;
    border-radius: 3px;
    height: 36px;
    border: none;
    line-height: 24px;
    padding: 6px 20px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffff;
    background-color: #dda010;
}

.place-order:hover {
    background-color: #d4d4d4;
    color: #14191E;
}

/*=====  End of 14. Checkout  ======*/
.checkout-area.checkout-area-padding {
    /* padding-top: 30px; */
    padding-bottom: 65px;
}

/*----------------------------------------*/
/*  14. Comment CSS
/*----------------------------------------*/
/*-- Comment Wrap --*/
.comment-wrap h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
    color: #dda010;
}

/*-- Comment List --*/
.comment-list {
    overflow: hidden;
    margin-bottom: 40px;
}

/*-- Child Comment --*/
.child-comment {
    margin-left: 120px;
}

@media (max-width: 479px) {
    .child-comment {
        margin-left: 0;
    }
}

/*-- Comment --*/
.comment {
    margin-bottom: 30px;
}

.comment .image {
    width: 90px;
    float: left;
    margin-right: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.comment .image img {
    width: 100%;
}

.comment .content {
    overflow: hidden;
    color: #d4d4d4;
}

.comment .content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.comment .content .time {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.comment .content .reply {
    line-height: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.comment .content .reply i {
    margin-right: 5px;
    font-size: 12px;
}

.comment .content .reply:hover {
    color: #dda010;
}

.comment .content .decs {
    margin-top: 2px;
}

.comment .content .decs p {
    line-height: 26px;
}

/*-- Comment Form --*/
/*---------------------------------------
    12. Compare
-----------------------------------------*/
/*-- Compare Table --*/
.compare-table {
    color: #d4d4d4;
}

.compare-table::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
    border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
    min-width: 170px;
    font-size: 18px;
    font-weight: 600;
    color: #b2b2b2;
    margin: 0;
    line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
    max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
    clear: both;
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #dda010;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 50px;
    display: inline-block;
    width: 170px;
    padding: 10px 25px 10px 56px;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart i {
    width: 41px;
    height: 41px;
    background-color: #ffff;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    box-shadow: 0 3px 7px rgba(34, 34, 34, 0.3);
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    color: #14191E;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #14191E;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
    padding-left: 25px;
    padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
    left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #d4d4d4;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    font-size: 14px;
}

#googleMap {
    height: 550px;
    width: 100%;
}

.ct_title {
    color: #d4d4d4;
    font-weight: 500;
    margin-bottom: 15px;
}

.ct_address p {
    color: #d4d4d4;
    line-height: 28px;
    margin-bottom: 35px;
    font-size: 14px;
}

.address_wrapper .address {
    display: flex;
    margin-bottom: 15px;
}

.address_wrapper .address .icon {
    min-width: 35px;
}

.address_wrapper .address .icon i {
    color: #d4d4d4;
    font-size: 22px;
}

.address_wrapper .address .contact-info-text p {
    color: #d4d4d4;
    margin: 0;
    font-size: 14px;
}

.address_wrapper .address .contact-info-text p span {
    font-weight: 600;
}

.contact_form .input_box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #252525;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: capitalize;
    width: 100%;
}

.contact_form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 3px;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

p.form-messege {
    margin-top: 20px;
}

p.form-messege.success {
    color: green;
}

p.form-messege.error {
    color: red;
}

#googleMap {
    height: 550px;
    width: 100%;
}

.ct_title {
    color: #d4d4d4;
    font-weight: 500;
    margin-bottom: 15px;
}

.ct_address p {
    color: #d4d4d4;
    line-height: 28px;
    margin-bottom: 35px;
    font-size: 14px;
}

.address_wrapper .address {
    display: flex;
    margin-bottom: 15px;
}

.address_wrapper .address .icon {
    min-width: 35px;
}

.address_wrapper .address .icon i {
    color: #d4d4d4;
    font-size: 22px;
}

.address_wrapper .address .contact-info-text p {
    color: #d4d4d4;
    margin: 0;
    font-size: 14px;
}

.address_wrapper .address .contact-info-text p span {
    font-weight: 600;
}

.contact_form .input_box input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #252525;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 20px;
    text-transform: capitalize;
    width: 100%;
}

.contact_form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 3px;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

p.form-messege {
    margin-top: 20px;
}

p.form-messege.success {
    color: green;
}

p.form-messege.error {
    color: red;
}

/*----------------------------------------*/
/*  14. Comment CSS
/*----------------------------------------*/
/*-- Comment Wrap --*/
.comment-wrap h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
    color: #dda010;
}

/*-- Comment List --*/
.comment-list {
    overflow: hidden;
    margin-bottom: 40px;
}

/*-- Child Comment --*/
.child-comment {
    margin-left: 120px;
}

@media (max-width: 479px) {
    .child-comment {
        margin-left: 0;
    }
}

/*-- Comment --*/
.comment {
    margin-bottom: 30px;
}

.comment .image {
    width: 90px;
    float: left;
    margin-right: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.comment .image img {
    width: 100%;
}

.comment .content {
    overflow: hidden;
    color: #d4d4d4;
}

.comment .content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.comment .content .time {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.comment .content .reply {
    line-height: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.comment .content .reply i {
    margin-right: 5px;
    font-size: 12px;
}

.comment .content .reply:hover {
    color: #dda010;
}

.comment .content .decs {
    margin-top: 2px;
}

.comment .content .decs p {
    line-height: 26px;
}

/*-- Comment Form --*/
/* Blog Details*/
.single-blog-item .image {
    width: 100%;
    margin-bottom: 21px;
}

.single-blog-item .video {
    margin-bottom: 21px;
}

.single-blog-item .video iframe {
    width: 100%;
    height: 500px;
    border: transparent;
}

.single-blog-item .content .blog-title {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    font-family: 'Hepta Slab', serif;
    margin: 0 0 15px;
    text-transform: capitalize;
    white-space: nowrap;
}

.single-blog-item .content .blog-title:hover a {
    color: #dda010;
}

.single-blog-item .content .blog-meta {
    display: flex;
    margin-bottom: 13px;
}

.single-blog-item .content .blog-meta li {
    display: flex;
    color: #dda010;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.single-blog-item .content .blog-meta li::after {
    content: "|";
    margin: 0 10px;
}

.single-blog-item .content .blog-meta li a {
    color: inherit;
}

.single-blog-item .content .blog-meta li a:hover {
    color: #dda010;
}

.single-blog-item .content .blockquote {
    margin: 30px 60px;
    position: relative;
}

.single-blog-item .content .blockquote:before {
    position: absolute;
    left: -30px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: -5px;
    color: #d4d4d4;
}

.single-blog-item .content .blockquote p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.single-blog-item .content .desc p {
    color: #d4d4d4;
    line-height: 28px;
}

.single-blog-item .content .desc p:last-child {
    margin-bottom: 0;
}

.single-blog-item .content .blog-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.single-blog-item .content .blog-footer .tags,
.single-blog-item .content .blog-footer .share {
    display: flex;
    flex-wrap: wrap;
}

.single-blog-item .content .blog-footer .tags span,
.single-blog-item .content .blog-footer .share span {
    display: block;
    color: #dda010;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 10px;
}

.single-blog-item .content .blog-footer .tags a,
.single-blog-item .content .blog-footer .share a {
    font-size: 15px;
    line-height: 25px;
    color: #d4d4d4;
}

.single-blog-item .content .blog-footer .tags a:after,
.single-blog-item .content .blog-footer .share a:after {
    content: ",";
    margin-right: 5px;
}

.single-blog-item .content .blog-footer .tags a:hover,
.single-blog-item .content .blog-footer .share a:hover {
    color: #dda010;
}

.blog-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.blog-navigation a {
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #acacac;
}

.blog-navigation a:hover {
    color: #dda010;
}

.blog-navigation a i {
    margin-right: 10px;
    line-height: 24px;
    display: block;
}

.blog-navigation a.next-blog i {
    order: 2;
    margin-right: 0;
    margin-left: 10px;
}

/*---------------------------------------
    11. Cart
-----------------------------------------*/
/*-- Cart Table --*/
.cart-table {
    color: #d4d4d4;
}

.cart-table .table {
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .cart-table .table {
        border-top: 8px solid #14191e;
    }
}

.cart-table .table thead {
    background-color: #14191e;
}

@media only screen and (max-width: 575px) {
    .cart-table .table thead {
        display: none;
    }
}

.cart-table .table thead tr th {
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b2b2b2;
    padding: 20px 20px;
}

.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 15px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #565f69;
}

@media only screen and (max-width: 575px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left;
    }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
    max-width: 160px;
    min-width: 120px;
    width: 160px;
}

@media only screen and (max-width: 575px) {

    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
        width: 160px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
    min-width: 200px;
}

.cart-table td.pro-thumbnail a {
    display: block;
}

.cart-table td.pro-thumbnail a img {
    width: 70px;
    background-color: #f6f7f8;
}

.cart-table td.pro-title a {
    font-size: 16px;
    font-weight: 600;
}

.cart-table td.pro-title a:hover {
    color: #dda010;
}

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.cart-table td.pro-quantity .pro-qty {
    width: 90px;
    display: block;
    margin: auto;
}

.cart-table td.pro-quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-quantity .pro-qty {
        margin: 0;
    }
}

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.cart-table td.pro-addtocart button {
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #dda010;
    line-height: 24px;
    padding: 5px 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    background-color: #dda010;
}

.cart-table td.pro-remove a {
    display: block;
    font-weight: 600;
}

.cart-table td.pro-remove a i {
    font-size: 15px;
}

.cart-table td.pro-remove a:hover {
    color: #dda010;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center;
    }
}

/*-- Calculate Shipping --*/
.calculate-shipping {
    margin-bottom: 23px;
}

.calculate-shipping h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.calculate-shipping form .nice-select {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
}

.calculate-shipping form .nice-select::after {
    border-color: #565f69;
}

.calculate-shipping form .nice-select .current {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #d4d4d4;
}

.calculate-shipping form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    color: #d4d4d4;
    background-color: transparent;
}

.calculate-shipping form input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:-moz-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input::-moz-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:-ms-input-placeholder {
    color: #d4d4d4;
}

.calculate-shipping form input:focus {
    outline: none;
    box-shadow: none;
}

.calculate-shipping form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #dda010;
    border-color: #dda010;
    width: 140px;
    cursor: pointer;
}

/*-- Discount Coupon --*/
.discount-coupon h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.discount-coupon form input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    color: #d4d4d4;
    background-color: transparent;
}

.discount-coupon form input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:-moz-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input::-moz-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:-ms-input-placeholder {
    color: #d4d4d4;
}

.discount-coupon form input:focus {
    outline: none;
    box-shadow: none;
}

.discount-coupon form input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #dda010;
    border-color: #dda010;
    width: 140px;
    line-height: 27px;
    cursor: pointer;
}

/*-- Cart Summary --*/
.cart-summary {
    float: right;
    width: 100%;
    margin-left: auto;
}

@media (min-width: 992px) {
    .cart-summary {
        max-width: 410px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary {
        margin-left: 0;
    }
}

.cart-summary .cart-summary-wrap {
    background-color: #14191e;
    padding: 45px 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #b2b2b2;
}

.cart-summary .cart-summary-wrap p span {
    float: right;
}

.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid #565f69;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #d4d4d4;
    margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
    float: right;
}

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

.cart-summary .cart-summary-button button {
    margin-top: 10px;
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #565f69;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
    margin-left: 20px;
    float: right;
    color: #d4d4d4;
}

.cart-summary .cart-summary-button button:last-child {
    margin-left: 0;
}

.cart-summary .cart-summary-button button.checkout-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #dda010;
    border-color: #dda010;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-button button {
        width: 130px;
    }
}

.cart_area.cart-area-padding {
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

/*---------------------------------------
    12. Compare
-----------------------------------------*/
/*-- Compare Table --*/
.compare-table {
    color: #d4d4d4;
}

.compare-table::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
}

.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
    border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
    min-width: 170px;
    font-size: 18px;
    font-weight: 600;
    color: #b2b2b2;
    margin: 0;
    line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
    max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
    clear: both;
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 15px;
    margin-bottom: 7px;
    margin-top: 15px;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #dda010;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-color {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-stock {
    font-size: 16px;
    font-weight: 600;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
    position: relative;
    background-color: #f6f6f6;
    border-radius: 50px;
    display: inline-block;
    width: 170px;
    padding: 10px 25px 10px 56px;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart i {
    width: 41px;
    height: 41px;
    background-color: #ffff;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    box-shadow: 0 3px 7px rgba(34, 34, 34, 0.3);
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    color: #14191E;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
    color: #14191E;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
    padding-left: 25px;
    padding-right: 56px;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
    left: calc(100% - 41px);
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #d4d4d4;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    font-size: 14px;
}

/*=============================================
=           16.  My Account            =
=============================================*/
.myaccount-tab-menu {
    flex-direction: column;
    background-color: #14191E;
}

.myaccount-tab-menu a {
    border: 1px solid #565f69;
    border-bottom: none;
    color: #d4d4d4;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #565f69;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #dda010;
    color: #ffff;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
    background-color: #14191E;
    font-size: 14px;
    border: 1px solid #565f69;
    padding: 30px;
    color: #d4d4d4;
}

@media only screen and (max-width: 479px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content h3 {
    border-bottom: 1px dashed #565f69;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a {
    color: inherit;
}

.myaccount-content .welcome a:hover {
    color: #dda010;
}

.myaccount-content .welcome strong {
    font-weight: 600;
}

.myaccount-content a.edit-address-btn {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    padding: 10px 20px;
    border-radius: 3px;
}

.myaccount-content a.edit-address-btn i {
    padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
    background-color: #dda010;
}

.myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
    background-color: #dda010;
}

/*-- My Account Table -*/
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
    padding: 10px;
    background: #14191E;
    color: #d4d4d4;
    border-color: #565f69;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
    border-color: #565f69;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
    color: #dda010;
}

.saved-message {
    border-top: 3px solid #dda010;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
    margin: 0;
}

.account-details-form input {
    display: block;
    width: 100%;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color: #d4d4d4;
    background: transparent;
    border-radius: 3px;
}

.account-details-form input:focus {
    border-color: #dda010;
    box-shadow: none;
    outline: none;
}

/*=====  End of 16. My Account  ======*/
/*=============================================
=            17. Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #dda010;
}

/*-- Login Form --*/
.login-form {
    color: #d4d4d4;
    background-color: #14191e;
    padding: 30px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-form {
        padding: 15px;
    }
}

.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.login-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.login-form .nice-select .current {
    color: #d4d4d4;
    display: block;
    line-height: 23px;
}

.login-form .nice-select .list {
    width: 100%;
}

.login-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: text-color;
    margin-bottom: 15px;
    color: #b2b2b2;
}

.login-form input[type="checkbox"] {
    width: auto;
}

.login-form input:focus {
    border-color: #dda010;
    box-shadow: none;
    outline: none;
}

.login-form .check-box {
    float: left;
    margin-right: 70px;
}

.login-form .check-box:last-child {
    margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
    display: none;
}

.login-form .check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.login-form .check-box input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #d4d4d4;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.login-form .check-box input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

/*-- Place Order --*/
.register-button {
    display: block;
    margin-top: 40px;
    width: 140px;
    border-radius: 0;
    height: 36px;
    border: none;
    line-height: 24px;
    padding: 6px 20px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffff;
    border-radius: 3px;
}

/*=====  End of 17. Login Register  ======*/
/*=============================================
=            14. Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #dda010;
}

/*-- Checkout Form --*/
.checkout-form {
    color: #d4d4d4;
}

.checkout-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-form .nice-select {
    width: 100%;
    background-color: #14191e;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #14191e;
    margin-bottom: 15px;
}

.checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.checkout-form .nice-select .current {
    color: #d4d4d4;
    display: block;
    line-height: 23px;
}

.checkout-form .nice-select .list {
    width: 100%;
}

.checkout-form input {
    width: 100%;
    background-color: #14191e;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
    width: auto;
}

.checkout-form input:focus {
    box-shadow: none;
    outline: none;
    border-color: #dda010;
}

.checkout-form .check-box {
    float: left;
    margin-right: 70px;
}

.checkout-form .check-box:last-child {
    margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
    display: none;
}

.checkout-form .check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.checkout-form .check-box input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #d4d4d4;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

/*-- Shipping Form --*/
/*
#shipping-form {
  display: none;
}
*/

/*-- Billign Form --*/
#billing-form {
    display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total {
    background-color: #14191e;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-cart-total {
        padding: 30px;
    }
}

.checkout-cart-total h4 {
    flex-basis: 18px;
    line-height: 23px;
    font-weight: 700;
}

@media (max-width: 479px) {
    .checkout-cart-total h4 {
        font-size: 19px;
    }
}

.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-total h4 span {
    float: right;
    display: block;
}

.checkout-cart-total ul {
    border-bottom: 1px solid #565f69;
}

.checkout-cart-total ul li {
    color: #d4d4d4;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

.checkout-cart-total ul li span {
    color: #d4d4d4;
    float: right;
}

.checkout-cart-total ul li span.left {
    float: left;
    width: 70%;
}

.checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #b2b2b2;
    padding: 10px 0;
    border-bottom: 1px solid #565f69;
    margin: 0;
}

.checkout-cart-total p span {
    float: right;
}

/*-- Checkout Payment Method --*/
.checkout-payment-method {
    background-color: #14191e;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-payment-method {
        padding: 30px;
    }
}

/*-- Single Payment Method --*/
.single-method {
    margin-bottom: 20px;
}

.single-method:last-child {
    margin-bottom: 0;
}

.single-method input[type="radio"] {
    display: none;
}

.single-method input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="radio"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]+label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 10px;
    text-align: center;
    height: 10px;
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]:checked+label::before {
    border: 2px solid #565f69;
}

.single-method input[type="radio"]:checked+label::after {
    opacity: 1;
}

.single-method input[type="checkbox"] {
    display: none;
}

.single-method input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]+label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 8px;
    text-align: center;
    height: 8px;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.single-method input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #d4d4d4;
    line-height: 23px;
}

/*-- Place Order --*/
.place-order {
    margin-top: 40px;
    width: 140px;
    border-radius: 3px;
    height: 36px;
    border: none;
    line-height: 24px;
    padding: 6px 20px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffff;
    background-color: #dda010;
}

.place-order:hover {
    background-color: #d4d4d4;
    color: #14191E;
}

/*=====  End of 14. Checkout  ======*/
.checkout-area.checkout-area-padding {
    /* padding-top: 30px; */
    padding-bottom: 65px;
}

/*=============================================
=            17. Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    color: #dda010;
}

/*-- Login Form --*/
.login-form {
    color: #d4d4d4;
    background-color: #14191e;
    padding: 30px;
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .login-form {
        padding: 15px;
    }
}

.login-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.login-form .nice-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #d4d4d4;
    margin-bottom: 15px;
}

.login-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.login-form .nice-select .current {
    color: #d4d4d4;
    display: block;
    line-height: 23px;
}

.login-form .nice-select .list {
    width: 100%;
}

.login-form input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: text-color;
    margin-bottom: 15px;
    color: #b2b2b2;
}

.login-form input[type="checkbox"] {
    width: auto;
}

.login-form input:focus {
    border-color: #dda010;
    box-shadow: none;
    outline: none;
}

.login-form .check-box {
    float: left;
    margin-right: 70px;
}

.login-form .check-box:last-child {
    margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
    display: none;
}

.login-form .check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.login-form .check-box input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #d4d4d4;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.login-form .check-box input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.login-form .check-box input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

/*-- Place Order --*/
.register-button {
    display: block;
    margin-top: 40px;
    width: 140px;
    border-radius: 0;
    height: 36px;
    border: none;
    line-height: 24px;
    padding: 6px 20px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffff;
    border-radius: 3px;
}

/*=====  End of 17. Login Register  ======*/
/*=============================================
=           16.  My Account            =
=============================================*/
.myaccount-tab-menu {
    flex-direction: column;
    background-color: #14191E;
}

.myaccount-tab-menu a {
    border: 1px solid #565f69;
    border-bottom: none;
    color: #d4d4d4;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #565f69;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #dda010;
    color: #ffff;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

/*-- My Account Content -*/
.myaccount-content {
    background-color: #14191E;
    font-size: 14px;
    border: 1px solid #565f69;
    padding: 30px;
    color: #d4d4d4;
}

@media only screen and (max-width: 479px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content h3 {
    border-bottom: 1px dashed #565f69;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a {
    color: inherit;
}

.myaccount-content .welcome a:hover {
    color: #dda010;
}

.myaccount-content .welcome strong {
    font-weight: 600;
}

.myaccount-content a.edit-address-btn {
    background: none;
    border: none;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    padding: 10px 20px;
    border-radius: 3px;
}

.myaccount-content a.edit-address-btn i {
    padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
    background-color: #dda010;
}

.myaccount-content button.save-change-btn {
    background: none;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #d4d4d4;
    border-color: #d4d4d4;
    width: 140px;
    padding: 10px 0;
    border-radius: 3px;
}

.myaccount-content button.save-change-btn:hover {
    background-color: #dda010;
}

/*-- My Account Table -*/
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
    padding: 10px;
    background: #14191E;
    color: #d4d4d4;
    border-color: #565f69;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
    border-color: #565f69;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
    color: #dda010;
}

.saved-message {
    border-top: 3px solid #dda010;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}

/*-- My Account Details Form -*/
.account-details-form h4 {
    margin: 0;
}

.account-details-form input {
    display: block;
    width: 100%;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color: #000;
    background: transparent;
    border-radius: 3px;
}

.account-details-form input:focus {
    border-color: #dda010;
    box-shadow: none;
    outline: none;
}


.account-details-form select,textarea {
    display: block;
    width: 100%;
    border: 1px solid #565f69;
    border-radius: 0;
    line-height: 24px;
    padding: 11px 25px;
    color: #000;
    background: transparent;
    border-radius: 3px;
    height: 45px;
}

.account-details-form select:focus {
    border-color: #dda010;
    box-shadow: none;
    outline: none;
}

/*=====  End of 16. My Account  ======*/
/* Theme Colors*/
/*=== MEDIA QUERY ===*/
/*=== MEDIA QUERY with max width===*/
/* Theme Light Version*/
/*=== MEDIA QUERY ===*/
/*=== MEDIA QUERY with max width===*/
/*Font Families*/
body.belly-light-version .site-wrapper {
    background: #fff;
    color: #151515;
}

body.belly-light-version .initial-static {
    background: #14191e;
}

body.belly-light-version,
body.belly-light-version .shop-toolbar a.sortting-btn,
body.belly-light-version .shop-toolbar .sorting-selection #input-sort,
body.belly-light-version .shop-toolbar .sorting-selection #input-limit,
body.belly-light-version .pagination-widget,
body.belly-light-version .sidebar-title,
body.belly-light-version .belly-product .product__caption,
body.belly-light-version .belly-product .rating-text,
body.belly-light-version .form-box-1 label,
body.belly-light-version .rating-block label:before,
body.belly-light-version .belly-mini-blog .blog-content .blog-title,
body.belly-light-version .single-blog-item .content .blog-title,
body.belly-light-version .calculate-shipping h4,
body.belly-light-version .discount-coupon h4,
body.belly-light-version .checkout-cart-total p,
body.belly-light-version .compare-table .table tbody tr td.pro-remove button,
body.belly-light-version .cart-summary .cart-summary-wrap h4,
body.belly-light-version .login-form .check-box input[type="checkbox"]+label::after,
body.belly-light-version .ct_title,
body.belly-light-version .address_wrapper .address .icon i {
    color: #151515;
}

body.belly-light-version .theme-btn-outlined--type-2,
body.belly-light-version .widget--list.list-light,
body.belly-light-version .belly-product.product-view--list .product-info-para,
body.belly-light-version .belly-product--details .product-description--list,
body.belly-light-version .belly-product--details .product-buttons--group .single-btn-block input,
body.belly-light-version .theme-btn-outlined,
body.belly-light-version .belly-review-tab .tab-content .tab-pane,
body.belly-light-version .belly-review-tab .nav-link,
body.belly-light-version .belly-product--details .product-description--breif,
body.belly-light-version .product-list-group .product-name,
body.belly-light-version .belly-mini-blog .blog-content p,
body.belly-light-version .sidebar-post .single-post,
body.belly-light-version .sidebar-post.tweet-posts p,
body.belly-light-version .single-blog-item .content .desc p,
body.belly-light-version .single-blog-item .content .blog-footer .tags a,
body.belly-light-version .single-blog-item .content .blog-footer .share a,
body.belly-light-version .comment .content,
body.belly-light-version .blog-navigation a,
body.belly-light-version .cart-table .table tbody tr td,
body.belly-light-version .calculate-shipping form .nice-select .current,
body.belly-light-version .cart-summary .cart-summary-button button,
body.belly-light-version .checkout-form,
body.belly-light-version .checkout-form input,
body.belly-light-version .checkout-form .nice-select,
body.belly-light-version .checkout-form .nice-select .current,
body.belly-light-version .checkout-form .check-box input[type="checkbox"]+label,
body.belly-light-version .checkout-form .check-box input[type="checkbox"]+label::after,
body.belly-light-version .single-method input[type="radio"]+label,
body.belly-light-version .single-method input[type="checkbox"]+label,
body.belly-light-version .single-method p,
body.belly-light-version .checkout-cart-total ul li span,
body.belly-light-version .myaccount-content,
body.belly-light-version .login-form,
body.belly-light-version .compare-table .table tbody tr td.first-column,
body.belly-light-version .compare-table .table tbody tr td.product-image-title .category,
body.belly-light-version .compare-table .table tbody tr td.product-image-title .title,
body.belly-light-version .compare-table .table tbody tr td.pro-desc p,
body.belly-light-version .compare-table .table tbody tr td.pro-price,
body.belly-light-version .compare-table .table tbody tr td,
body.belly-light-version .compare-table,
body.belly-light-version .count-input-block input,
body.belly-light-version .count-input-block input:focus,
body.belly-light-version .cart-summary .cart-summary-wrap p,
body.belly-light-version .cart-summary .cart-summary-wrap h2,
body.belly-light-version .myaccount-tab-menu a,
body.belly-light-version .login-form .check-box input[type="checkbox"]+label,
body.belly-light-version .ct_address p,
body.belly-light-version .address_wrapper .address .contact-info-text p {
    color: #6f6565;
}

body.belly-light-version .belly-product--details .product-buttons--group .single-btn-block input,
body.belly-light-version .count-input-block input,
body.belly-light-version .checkout-form input,
body.belly-light-version .checkout-form input.form-control:focus,
body.belly-light-version .count-input-block input:focus,
body.belly-light-version .checkout-form .nice-select,
body.belly-light-version .checkout-payment-method,
body.belly-light-version .checkout-cart-total,
body.belly-light-version .myaccount-content,
body.belly-light-version .login-form,
body.belly-light-version .cart-summary .cart-summary-wrap {
    background: #ffff;
    border: 2px solid #151515;
}

body.belly-light-version .theme-btn:hover,
body.belly-light-version .single-method input[type="radio"]+label::after,
body.belly-light-version .single-method input[type="checkbox"]+label::after {
    background: #151515;
    color: #fff;
}

body.belly-light-version .cart-summary .cart-summary-button button {
    border-color: #dda010;
}

body.belly-light-version .myaccount-tab-menu {
    border-color: #151515;
}

body.belly-light-version .myaccount-tab-menu {
    background-color: #ffff;
}

body.belly-light-version .theme-btn-outlined:hover,
body.belly-light-version .cart-summary .cart-summary-button button,
body.belly-light-version .myaccount-tab-menu a:hover,
body.belly-light-version .myaccount-tab-menu a.active {
    background: #dda010;
    color: #fff;
}

body.belly-light-version input::-webkit-input-placeholder {
    color: #6f6565 !important;
}

body.belly-light-version input:-moz-placeholder {
    color: #6f6565 !important;
}

body.belly-light-version input::-moz-placeholder {
    color: #6f6565 !important;
}

body.belly-light-version input:-ms-input-placeholder {
    color: #6f6565 !important;
}

body.belly-light-version .compare-table .table tbody tr td.first-column,
body.belly-light-version .compare-table .table tbody tr td,
body.belly-light-version .compare-table .table tbody tr td,
body.belly-light-version .compare-table .table tbody tr td:last-child,
body.belly-light-version .compare-table .table tbody tr td,
body.belly-light-version table,
body.belly-light-version .compare-table .table tbody tr:first-child,
body.belly-light-version .pagination-widget,
body.belly-light-version .shop-toolbar,
body.belly-light-version .cart-table .table tbody tr td,
body.belly-light-version .cart-summary .cart-summary-wrap h2 {
    border-color: #e8e7e7 !important;
}

/* Theme Color Chocolate */
body.belly-color-chocolate .theme-btn,
body.belly-color-chocolate .theme-btn-outlined:hover,
body.belly-color-chocolate .belly-product .hover-btns.btn-type-2 .single-btn:hover,
body.belly-color-chocolate .testimonial-slider .slick-dots li:hover,
body.belly-color-chocolate .testimonial-slider .slick-dots li.slick-active,
body.belly-color-chocolate .belly-mini-blog .blog-badge,
body.belly-color-chocolate .count-input-block button:hover,
body.belly-color-chocolate .count-input-block button:hover,
body.belly-color-chocolate .social-links.links-rounded-bg .single-social:hover {
    background: #dda010;
}

body.belly-color-chocolate .theme-btn,
body.belly-color-chocolate .theme-btn-outlined:hover,
body.belly-color-chocolate .belly-product .hover-btns.btn-type-2 .single-btn:hover,
body.belly-color-chocolate .testimonial_client-profile .client-img,
body.belly-color-chocolate .count-input-block button:hover {
    border-color: #dda010;
}

body.belly-color-chocolate .text-primary,
body.belly-color-chocolate .belly-bredcrumb-section .breadcrumb li:last-child a {
    color: #dda010;
}

body.belly-color-chocolate .main-menu .has-dropdown.mega-menu .menu-title,
body.belly-color-chocolate .main-menu .has-dropdown.mega-menu .dropdown__single-column>li>a:hover,
body.belly-color-chocolate .main-menu .has-dropdown:hover>a,
body.belly-color-chocolate .option-box .option-title a:hover,
body.belly-color-chocolate .single-option li:hover a,
body.belly-color-chocolate .single-option li:hover button,
body.belly-color-chocolate .option-list .option__single-list:hover,
body.belly-color-chocolate .cart-box .cart-product .product-details--price,
body.belly-color-chocolate .cart-box .cart-product .product-details--title:hover,
body.belly-color-chocolate .belly-product .hover-btns.btn-type-2 .single-btn,
body.belly-color-chocolate .belly-product .product__price,
body.belly-color-chocolate .belly-product .product__price,
body.belly-color-chocolate .testimonial_client-profile .client-details,
body.belly-color-chocolate .belly-mini-blog .blog-content .blog-subtitle,
body.belly-color-chocolate .site-search .search-box button,
body.belly-color-chocolate .sticky-header .menu-item:hover>a,
body.belly-color-chocolate .footer-list a:hover,
body.belly-color-chocolate .sticky-header .single-option:hover .single-option_icon,
body.belly-color-chocolate a.sortting-btn.active {
    color: #dda010;
}

@media (min-width: 992px) {

    body.belly-color-chocolate .main-menu .has-dropdown.mega-menu .menu-title,
    body.belly-color-chocolate .sticky-header .single-option:hover .single-option_icon,
    body.belly-color-chocolate .main-menu .has-dropdown.normal-dropdown li>a:hover {
        color: #dda010;
    }
}

body.belly-color-chocolate .welcome__description p {
    color: #847676;
}

/*Font Families*/
/* Theme Color Red*/
body.belly-color-red .theme-btn,
body.belly-color-red .theme-btn-outlined:hover,
body.belly-color-red .belly-product .hover-btns.btn-type-2 .single-btn:hover,
body.belly-color-red .testimonial-slider .slick-dots li:hover,
body.belly-color-red .testimonial-slider .slick-dots li.slick-active,
body.belly-color-red .belly-mini-blog .blog-badge,
body.belly-color-red .mini-items-slider .slick-arrow:hover,
body.belly-color-red .social-links.links-rounded-bg .single-social:hover,
body.belly-color-red .theme-btn-outlined--type-2:hover,
body.belly-color-red #scrollUp {
    background: #dda010;
}

body.belly-color-red .theme-btn,
body.belly-color-red .theme-btn-outlined:hover,
body.belly-color-red .belly-product .hover-btns.btn-type-2 .single-btn:hover,
body.belly-color-red .testimonial_client-profile .client-img,
body.belly-color-red .mini-items-slider .slick-arrow:hover,
body.belly-color-red .theme-btn-outlined--type-2:hover {
    border-color: #dda010;
}

body.belly-color-red .main-menu .has-dropdown.mega-menu .dropdown__single-column>li>a:hover,
body.belly-color-red .option-box .option-title a:hover,
body.belly-color-red .single-option li:hover a,
body.belly-color-red .single-option li:hover button,
body.belly-color-red .option-list .option__single-list:hover,
body.belly-color-red .cart-box .cart-product .product-details--price,
body.belly-color-red .cart-box .cart-product .product-details--title:hover,
body.belly-color-red .belly-product .hover-btns.btn-type-2 .single-btn,
body.belly-color-red .belly-product .product__price,
body.belly-color-red .belly-product .product__price,
body.belly-color-red .testimonial_client-profile .client-details,
body.belly-color-red .belly-mini-blog .blog-content .blog-subtitle,
body.belly-color-red .site-search .search-box button,
body.belly-color-red .belly-mini-blog .blog-content .blog-title:hover,
body.belly-color-red .welcome__description .welcome__title--sm,
body.belly-color-red .hero-slider-wrapper .slick-arrow:hover,
body.belly-color-red .sticky-header .menu-item:hover>a,
body.belly-color-red .footer-list a:hover {
    color: #dda010;
}

body.belly-color-red .text-primary,
body.belly-color-red a.sortting-btn.active {
    color: #dda010 !important;
}

@media (min-width: 992px) {

    body.belly-color-red .main-menu .has-dropdown.mega-menu .menu-title,
    body.belly-color-red .sticky-header .single-option:hover .single-option_icon,
    body.belly-color-red .main-menu .has-dropdown.normal-dropdown li>a:hover {
        color: #dda010;
    }
}

@media (min-width: 992px) {
    body.belly-color-red .sticky-header .menu-item:hover>.menu-link {
        color: #dda010 !important;
    }
}

/* Theme Color Green*/
body.belly-color-green .theme-btn,
body.belly-color-green .theme-btn-outlined:hover,
body.belly-color-green .belly-product .hover-btns.btn-type-2 .single-btn:hover,
body.belly-color-green .testimonial-slider .slick-dots li:hover,
body.belly-color-green .testimonial-slider .slick-dots li.slick-active,
body.belly-color-green .belly-mini-blog .blog-badge,
body.belly-color-green .social-links.links-rounded-bg .single-social:hover,
body.belly-color-green .count-input-block button:hover,
body.belly-color-green .social-links.links-rounded-bg .single-social:hover,
body.belly-color-green #scrollUp {
    background: #5fbd74;
}

body.belly-color-green .theme-btn,
body.belly-color-green .theme-btn-outlined:hover,
body.belly-color-green .belly-product .hover-btns.btn-type-2 .single-btn:hover,
body.belly-color-green .testimonial_client-profile .client-img {
    border-color: #5fbd74;
}

body.belly-color-green .main-menu .has-dropdown.mega-menu .dropdown__single-column>li>a:hover,
body.belly-color-green .option-box .option-title a:hover,
body.belly-color-green .single-option li:hover a,
body.belly-color-green .single-option li:hover button,
body.belly-color-green .option-list .option__single-list:hover,
body.belly-color-green .cart-box .cart-product .product-details--price,
body.belly-color-green .cart-box .cart-product .product-details--title:hover,
body.belly-color-green .belly-product .hover-btns.btn-type-2 .single-btn,
body.belly-color-green .belly-product .product__price,
body.belly-color-green .belly-product .product__price,
body.belly-color-green .testimonial_client-profile .client-details,
body.belly-color-green .belly-mini-blog .blog-content .blog-subtitle,
body.belly-color-green .site-search .search-box button,
body.belly-color-green .belly-mini-blog .blog-content .blog-title:hover,
body.belly-color-green .welcome__description .welcome__title--sm,
body.belly-color-green .hero-slider-wrapper .slick-arrow:hover,
body.belly-color-green .sticky-header .menu-item:hover>a,
body.belly-color-green .footer-list a:hover,
body.belly-color-green .belly-service .service-heading:hover,
body.belly-color-green .sortting-btn.active {
    color: #5fbd74;
}

body.belly-color-green .text-primary,
body.belly-color-green a.sortting-btn.active {
    color: #5fbd74 !important;
}

@media (min-width: 992px) {

    body.belly-color-green .main-menu .has-dropdown.mega-menu .menu-title,
    body.belly-color-green .sticky-header .single-option:hover .single-option_icon,
    body.belly-color-green .main-menu .has-dropdown.normal-dropdown li>a:hover {
        color: #5fbd74;
    }
}

@media (min-width: 992px) {
    body.belly-color-green .sticky-header .menu-item:hover>.menu-link {
        color: #5fbd74 !important;
    }
}

/* Custom Css */
.banner-content:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .5;
    background: rgb(20 25 30);
}

.product__caption {
    min-height: 36px;
}

.option-box.currency-box {
    min-width: 250px;
}

.bg-light-gray {
    background-color: #f5f5f7;
}

.bg-light-gray .belly-product {
    background-color: #fff;
}

.card-list-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden
}

.card-section .height-2 {
    height: 400px;
}

.card-list {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}

.card-list-wrapper:hover .card-list,
.card-list-wrapper:focus .card-list {
    transform: scale(1.2);
}

.card-list::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    background: rgb(20 25 30);
}

.card-list-title {
    font-size: 24px;
    position: absolute;
    z-index: 1;
    color: #fff;
    line-height: 1.3;
    padding: 30px;
    text-align: center;
    text-transform: capitalize;
}

.site-brand .d-sm-block {
    position: relative;
    top: 2px;
}

.row-for-p-1 {
    margin-right: -5px;
    margin-left: -5px;
}

.bg-dark-header {
    background-color: #14191e !important;
}

.p-one-line .blog-content p {
    min-height: 22px;
}

.hover-b-shadow-none:hover {
    box-shadow: none;
}

.product-view-slider {
    z-index: 1;
}

.cart-product__img {
    max-width: 35%;
}

@media (max-width: 992px) {
    body {
        top: 82px;
    }

    .card-section .card-list-wrapper {
        height: 200px;
    }

    .card-section .height-2 {
        height: 300px;
    }

    .site-header {
        background-color: #14191e !important;
    }
}

/*
.single-post .icon-area {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #dda010;
  padding-top: 5px;
}

.single-post .icon-area .icon{
  color: white;
  height: 30px;
  width: 50%;
   } */

.ion-md-calendar {
    width: auto;
    min-width: 300px;
}

.theme-btn .btn-text {
    font-size: 13px;
    font-weight: 500 !important;
    width: 150px !important;
}

.collapse-month {
    font-size: 20px;
    font-weight: lighter;
}

.single-select-block {
    display: flex;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffff;
    border: 2px solid #151515;
    padding: 15px 20px;
    margin-left: 10px;
    color: #6f6565;
    min-width: 620px;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
        {
        min-width: 400px;
    }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .single-select-block {
        min-width: 350px;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .single-select-block {
        min-width: 420px;
    }
}

@media only screen and (min-width: 280px) and (max-height: 653px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .single-select-block {
        min-width: 100px;
    }
}



body.belly-color-chocolate .text-primary,
body.belly-color-chocolate .belly-bredcrumb-section .breadcrumb li:last-child a {
    color: #dda010 !important;
}

.belly-bredcrumb-section .breadcrumb li+li:before.a {
    color: #dda010 !important;
}

.header-3 .main-menu .menu-item>.menu-link:hover {
    color: #dda010;
}

.single-select-block-two {
    display: flex;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #151515;
    padding: 15px 20px;
    margin-left: 10px;
    background: #28323c;
    color: #a6a6a6;
    min-width: 430px;
}

.single-select-block-two:hover {

    background: #dda010;
    color: #fff;

}

.payment-form {
    width: 100%;
    height: 550px;
    display: block;
}
