@import url('https://fonts.googleapis.com/css?family=Noto+Serif&subset=greek');
@import url('https://fonts.googleapis.com/css?family=GFS+Didot&subset=greek');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700&subset=greek');

@font-face {
    font-family: 'pfphatface_normalregular';
    src: url('../fonts/pf_phfn_-webfont.woff2') format('woff2'),
         url('../fonts/pf_phfn_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Truetypewriter PolyglOTT';
    src: url('../fonts/TruetypewriterPolyglOTT.woff2') format('woff2'),
        url('../fonts/TruetypewriterPolyglOTT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*=== 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: "Google Sans", sans-serif;
  font-weight: 400;
  color: #555555;
  font-size: 16px;
  line-height: 26px ! important;
}

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;
  color: #A4579F;
}

a:visited {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;	
  line-height: 26px;
  color: #151515;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  border-color: transparent;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

button:focus {
  outline: none;
}

.icon {
  font-size: 19px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.card {
  border: none;
  border-radius: 0;
}

.nuts-dark-version {
  background: #171e26;
}

.nuts-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: #A4579F !important;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #171e26 !important;
}
.text-mov {
  color: #A4579F !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;
  }
}

@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) {
    
     .section-title h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  
  .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: #A4579F;
  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__single-slide {
  padding: 0px 0px !important;
} 

.mini-items-slider.product-slider-2 .product__single-slide {
  padding: 10px;
}

.mini-items-slider .slick-arrow {
  opacity: 1;
  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: #A4579F;
  border-color: #A4579F;
}

.mini-items-slider:hover .slick-arrow {
  opacity: 1;
}

.mini-items-slider .single-blog .nuts-mini-blog {
  margin: 15px;
}

.mini-items-slider .single-blog .nuts-mini-blog .blog-content {
  padding: 15px 5px;
}

/* Ranage Slider*/
.nuts-range-slider {
  height: 4px;
  background: #29323b;
}

.nuts-range-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -5px;
  background: #A4579F;
  border-radius: 100%;
}

.nuts-range-slider .ui-slider-handle:focus {
  outline: none;
  border: none;
}

.nuts-range-slider .ui-widget-header {
  background: #A4579F;
  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, .section-title h3  {
  font-size: 27px;
  margin: 0;
  font-weight: 400;
  
  padding: 0 0 13px;
  position: relative;
  display: inline-block;
  font-family: 'Truetypewriter PolyglOTT';
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 40px;
	line-height: 50px;
  }
}

.section-title p {
  margin: 0 0 30px;
  font-size: 14px;
  color: #e4e4e4;
  font-weight: 300;
  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: 'Truetypewriter PolyglOTT', cursive !important;
}

@media (min-width: 768px) {
  .title-sm-shadowlight {
    font-size: 30px !important;
  }
}

.title-xl-arvo {
  font-size: 35px !important;
  font-weight: "Arvo", serif !important;
  font-family: "Noto Sans", 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: "pfphatface_normalregular", serif !important;
  text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
}

@media (min-width: 768px) {
  .title-xl-arvo--bold {
    font-size: 75px !important;
  }
}

@media (min-width: 992px) {
  .title-xl-arvo--bold {
    font-size: 80px !important;
  }
}

@media (min-width: 1200px) {
  .title-xl-arvo--bold {
    font-size: 90px !important;
  }
}

.title-lg-arvo {
  font-size: 35px !important;
  font-weight: "Arvo", serif !important;
  font-family: "Noto Sans", 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(../../img/layout/separators/title-sep--chocolate.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(../../img/layout/separators/title-sep--red.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(../../img/layout/separators/title-sep--green.png);
  background-position: center;
  height: 60px;
}

/* Section Title Separators */
.section-title-sep-5 {
  position: relative;
}

.section-title-sep-5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -50px;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../../img/layout/separators/section-title-sep--5.png);
  background-position: left;
  height: 60px;
}

.section-title-sep-1 {
  position: relative;
}

.section-title-sep-1:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background-repeat: no-repeat;
  background-image: url(../../img/layout/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(../../img/layout/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(../../img/layout/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(../../img/layout/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: "Google Sans", sans-serif;
}

/* nuts Buttons*/
.theme-btn {
  background: #A4579F;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Noto Sans', 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: #A4579F;
}

.theme-btn.btn-white {
  color: #A4579F;
  background: white;
}

.theme-btn.btn-white:hover {
  color: #ffff;
  background: #A4579F;
}

.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: 400;
  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: #A4579F;
  border-color: #A4579F;
}

.theme-btn-outlined--primary {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #A4579F;
  border: 2px solid #A4579F;
  background: transparent;
  transition: ease .3s all;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Noto Sans', sans-serif;
  border-radius: 3px;
}

.theme-btn-outlined--primary:hover {
  color: white;
  background: #A4579F;
  border-color: #A4579F;
}

.theme-btn-outlined--primary-2 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #A4579F;
  border: 2px solid #A4579F;
  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: #A4579F;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  -o-border-image: initial;
     border-image: initial;
  text-align: center;
  background: #A4579F;
  font-weight: 400;
  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: #c68fcf;
  border-color: #c68fcf;
}

.theme-btn-outlined--type-2--primary {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #A4579F;
  border: 2px solid #A4579F;
  transition: ease .3s all;
}

.theme-btn-outlined--type-2--primary:hover {
  color: white;
  background: #A4579F;
  border-color: #A4579F;
}

.theme-btn-outlined--type-2--primary-2 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #A4579F;
  border: 2px solid #A4579F;
  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;
}

.modal.modal-quick-view .modal-dialog {
  max-width: 100%;
  margin: 20% auto;
}

@media (min-width: 768px) {
  .modal.modal-quick-view .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;
  }
}

@media (min-width: 1200px) {
  .modal.modal-quick-view .modal-dialog {
    max-width: 1100px;
    overflow: unset;
  }
}

.modal.modal-quick-view .modal-content {
  background: #171e26;
  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-quick-view.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.modal.modal-quick-view .nuts-product--details .product__image {
  width: 300px;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .modal.modal-quick-view .nuts-product--details .product__image {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .modal.modal-quick-view .nuts-product--details .product__image {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .modal.modal-quick-view .nuts-product--details .product__image {
    width: 400px;
  }
}

.modal.modal-quick-view .nuts-product--details .product-image-main {
  position: relative !important;
}

@media (max-width: 479px) {
  .modal.modal-quick-view .nuts-product--details .product-view-slider {
    margin-top: -100px;
  }
}

.modal.modal-quick-view .nuts-product--details .product-image-main .zoomWrapper {
  margin: 0 auto;
}

.elevet-enable .zoomContainer {
  display: block !important;
}

.zoomContainer {
  /*display: none !important; den moudouleve */
}

/*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(../../img/layout/banner-images/bg-testimonial.jpg);
}

.testimonial-bg-2 {
  background-image: url(../../img/layout/banner-images/home-2__bg-testimonial.jpg);
}

.testimonial-bg-3 {
  background-image: url(../../img/layout/banner-images/testimonial-bg-3.png);
}

.testimonial-bg-4 {
  background-image: url(../../img/layout/banner-images/testimonial-bg-4.png);
}

.banner4-bg-img-1 {
  background-image: url(../../img/layout/banner-images/banner4-bg-img-2.png);
}

/* Badge Images */
.badge--sell-green {
  background-image: url(../../img/layout/icons/badge-sell-3.png);
}

.badge--sell-red {
  background-image: url(../../img/layout/icons/badge-sell-2.png);
}

.badge--sell-chocolate {
  background-image: url(../../img/layout/icons/badge-sell.png);
}

.badge--new {
  background-image: url(../../img/layout/icons/badge-new.png);
}

.service-bg-image {
  position: relative;
}

@media (min-width: 992px) {
  .service-bg-image {
    padding-bottom: 50px !important;
  }
}

.service-bg-image:before {
  content: '';
  background: url(../../img/layout/banner_1847x400px.png) no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: bottom;

}

/*========= nuts lists========*/
/* Social Links List */
.social-links {
  color: #A4579F;
  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: #fff;
  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; */
  opacity: 1;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeInDown 300ms linear;
          animation: fadeInDown 300ms linear;
}

.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: 10px;
    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: #A4579F !important;
}

@media (min-width: 992px) {
  .sticky-header .single-option:hover .single-option_icon {
    color: #A4579F;
  }
}

@media (min-width: 992px) {
  .sticky-header .single-option:hover .single-option_icon .item-count {
    color: #A4579F;
  }
}

/* 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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: inherit;
  z-index: 20;
  
}

@media (max-width: 479px) {
  .site-header {
    padding: 15px 0 6px;
  }
}

@media (min-width: 992px) {
  .site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }
}

@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: 0px;
  }
}

@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;
  color: #ffffff;
  padding:5px 0;
  font-size: 13px;
}

.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: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.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 > .menu-link em {
  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;
  border-top:1px solid #e1e5e6;
}

@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: 880px;
  }
}

@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: 30px;
  line-height: 40px;
  text-transform: capitalize;
  transition: ease-in-out .3s all;
  margin-bottom: 0px;
  font-weight: 600;
  font-family: 'Truetypewriter PolyglOTT', serif;
}

@media (min-width: 992px) {
  .main-menu .has-dropdown.mega-menu .menu-title {
    font-weight: 600;
    color: #A4579F;
    font-size: 25px;
  line-height: 35px;
  }
}

.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: 13.5px;
}

@media (min-width: 992px) {
  .main-menu .has-dropdown.mega-menu .dropdown__single-column > li > a:hover {
    color: #A4579F;
  }
}

.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: 14px;
}

@media (min-width: 992px) {
  .main-menu .has-dropdown.normal-dropdown li > a:hover {
    color: #A4579F;
  }
}

.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: 20%;
}

@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;
}

.mean-container .main-menu .has-dropdown > .menu-link em {
  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: 400;
  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: 32px;
  transition: .4s;
  
}

.header-right-options .single-option {
  padding: 8px 10px;
}

@media (min-width: 480px) {
  .header-right-options .single-option {
    padding: 15px 15px;
  }
}

.header-right-options .cart-btn {
  position: relative;
}

.header-right-options .cart-btn .item-count {
  font-family: 'Noto Serif', sans-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: -28% ! important;
  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;
  overflow: auto;
  height: 380px;
}

.single-option li:hover a, .single-option li:hover button {
  color: #A4579F;
}

.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: 400;
  font-family: 'Noto Sans', 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: #A4579F;
}

.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: 18px;
  margin-top: 10px;
}

.option-list .option__single-list {
  transition: .3s;
}

.option-list .option__single-list:hover {
  color: #A4579F;
}

.cart-box {
  padding: 40px 30px;
}

.cart-box .single-cart {
  padding-bottom: 10px;
}

.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: 10px;
}

.cart-box .cart-product .product-details--title {
  font-size: 13px;
  color: #d4d4d4;
  display: block;
  font-family: 'Noto Serif', sans-serif;
  font-weight: 400;
}

.cart-box .cart-product .product-details--title:hover {
  color: #A4579F;
}

.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: #A4579F;
  display: inline-block;
  font-weight: 400;
}

.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 .product-btn--delete {
  position: absolute;
  right: 0;
  color: #fff;
  bottom: 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: 'Noto Sans', 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: #A4579F;
}

.site-search .search-box button i {
  color: inherit;
}

.site-search .search-box button:hover {
  color: #A4579F;
}

.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: 30px 7px;
  }
  .main-menu .menu-item > .menu-link{
	  font-size: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%;
  right: 0% !important;
}

.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: -5px;
}

@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: 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);
}

@media (min-width: 992px) {
  .header-3.sticky-header.site-header .main-menu .menu-item {
    padding: 25px 8px 30px 8px;
    color: #ffff;
  }
}

.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;
}

/* nuts 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 {
   
  color: inherit;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-family: "Google Sans", sans-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: 'GFS Didot', 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: "Google Sans", sans-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: "Google Sans", sans-serif;
  font-size: 58px;
}

.banner-content-wrapper .banner-content p {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: 'Noto Sans', 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: 50px;
  }
}

.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;
}



.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: 400;
  margin: 0;
  letter-spacing: 5px;
  font-family: 'Noto Sans', sans-serif;
}

.banner-content-wrapper.banner-2 .title--lg {
  font-size: 36px;
  color: inherit;
  text-transform: capitalize;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  margin: 15px 0 0;
  padding-bottom: 35px;
}

@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: #A4579F;
  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: 400;
  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.8rem;
  font-weight: 400;
}

.form-box-1 .form-control {
  border: 2px solid #565f69;
  background: transparent;
  font-size: 14px;
  color: #565f69;
}

.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*/
.nuts-bredcrumb-section {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #A4579F;
}

.nuts-bredcrumb-section .breadcrumb {
  padding: 0;
  margin: 0px;
  background: none;
  justify-content: center;
}

.nuts-bredcrumb-section .breadcrumb a {
  color: #adadad;
  text-transform: capitalize;
}

.nuts-bredcrumb-section .breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.nuts-bredcrumb-section .breadcrumb li:last-child a {
  color: #A4579F;
}

/* nuts 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 {
 
  color: inherit;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-family: 'GFS Didot', 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: 'GFS Didot', 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: "Google Sans", sans-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: "Google Sans", sans-serif;
  font-size: 58px;
}

.banner-content-wrapper .banner-content p {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  font-family: 'Noto Sans', 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: 50px;
  }
}

.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;
}



 

.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: 400;
  margin: 0;
  letter-spacing: 5px;
  font-family: 'Noto Sans', sans-serif;
}

.banner-content-wrapper.banner-2 .title--lg {
  font-size: 36px;
  color: inherit;
  text-transform: capitalize;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
  margin: 15px 0 0;
  padding-bottom: 35px;
}

@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: #A4579F;
  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: 400;
  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.8rem;
  font-weight: 400;
}

.form-box-1 .form-control {
  border: 2px solid #565f69;
  background: transparent;
  font-size: 14px;
  color: #565f69;
}

.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: 'Truetypewriter PolyglOTT';
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 20px;
  color: #A4579F;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}

.welcome__description .welcome__title--mid {
  font-size: 36px;
  color: #fff;
  font-family: "Google Sans", sans-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: 19px;
  color: #d4d4d4;
  margin-bottom: 30px;
  line-height: 32px;
  font-weight: 400;
  padding: 15px;
}

.welcome__description .welcome_sig-image {
  margin-top: 20px;
}

.welcome__description.text-dark p {
  color: #151515;
}

.welcome__description .img-border-bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}

/*Single Service*/
.nuts-service {
  text-align: center;
  margin: 0px 12px;
}

.nuts-service .service-heading {
  color: #171e26;
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
  font-family: 'Truetypewriter PolyglOTT', serif !important;
  padding-bottom: 15px;
  position: relative;
}

.nuts-service .service-heading:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #ecdeea;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: none;
}

.nuts-service .service-heading a {
  color: inherit;
}

.nuts-service .service-heading:hover {
  color: #A4579F;
}

.nuts-service .service-details {
  margin-top: 15px;
}

.nuts-service .service-details p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  background-color: rgba(255,255,255,0.5);
}

/* Products*/
/* .nuts-product {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 5px 15px 25px;
  transition: .4s;
  
} */

.nuts-product .product__image {
  position: relative;
}

.nuts-product .product__image img {
  width: 100%;
}

.nuts-product:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding-bottom: 30px;
}

.nuts-product .product-contents {
  text-align: center;
}

.nuts-product .hover-content {
  position: absolute;
  top: 0;
  left:0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .4s;
}

.nuts-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) {
  .nuts-product .hover-btns {
    top: 58%;
  }
}

.nuts-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: #A4579F;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #A4579F;
  background: none;
  transition: ease .5s all;
}

@media (min-width: 480px) and (max-width: 767px) {
  .nuts-product .hover-btns .single-btn {
    line-height: 36px;
    height: 38px;
    width: 37px;
  }
}

.nuts-product .hover-btns .single-btn + .single-btn {
  margin-left: 8px;
}

.nuts-product .hover-btns .single-btn:hover {
  background: #A4579F;
  color: #fff;
}

.nuts-product .hover-btns.btn-type-2 .single-btn {
  color: #A4579F;
  background: #fff;
  transition: ease .5s all;
  border-color: #fff;
}

.nuts-product .hover-btns.btn-type-2 .single-btn:hover {
  background: #A4579F;
  color: #fff;
  border-color: #A4579F;
}

.nuts-product .hover-image {
  position: relative;
  display: block;
  z-index: 6;
}

.nuts-product .hover-image:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #171e26;
  opacity: 0.7;
}

.nuts-product:hover .hover-content {
  opacity: 1;
}

.nuts-product .product-description, .nuts-product .product-contents {
  text-align: center;
  padding-top: 20px;
}

.nuts-product .product-info-para {
  display: none;
}

.nuts-product .product__caption {
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 15px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  overflow:hidden;
}

.nuts-product .product__caption a {
  color: inherit;
}

.nuts-product .product__caption a:hover {
  color: #A4579F;
}

.nuts-product .product__btn {
  margin: 15px 0 0;
}

.nuts-product .product__btn a {
  padding: 0 30px;
  height: 40px;
  line-height: 16px;
  font-size: 13px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color:#fff!important;
}

.nuts-product .product__price {
  color: #A4579F;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

.nuts-product .product__price .price--old {
  color: #4d473f;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}.nuts-product .product__price .price--old span{
  color: #4d473f;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 400;
}

.nuts-product .product-badge {
  position: absolute;
  top: -5px;
  right: 0;
  width: 31px;
  height: 61px;
  font-size: 0;
  display: inline-block;
  z-index: 9;
}

.nuts-product.product-type-1 {
  background: #f5f5f7;
}

.nuts-product.product-style-2 {
  background: #ffffff;
  padding-bottom: 30px;
}

.nuts-product.product-style-2 .product__caption {
  color: #171e26;
}

.nuts-product.product-style-2 .hover-image:before {
  background: none;
}

.nuts-product.product-style-2 .hover-content .hover-btns .single-btn:hover {
  color: #ffff;
}

.nuts-product.product-view--list {
  display: flex;
  padding: 0 0 30px;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .nuts-product.product-view--list {
    align-items: flex-start;
    flex-direction: row;
  }
}

.nuts-product.product-view--list .product__image {
  width: 100%;
}

@media (min-width: 480px) {
  .nuts-product.product-view--list .product__image {
    width: 370px;
  }
}

@media (min-width: 768px) {
  .nuts-product.product-view--list .product__image {
    width: 100%;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .nuts-product.product-view--list .product__image {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .nuts-product.product-view--list .product-contents {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .nuts-product.product-view--list .product__price {
    margin-bottom: 15px;
  }
}

.nuts-product.product-view--list .product-info-para {
  display: block;
  margin-top: 15px;
  color: #b2b2b2;
}

.nuts-product.product-view--list .product-description {
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .nuts-product.product-view--list .product-description {
    padding-top: 0;
    padding-left: 25px;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .nuts-product.product-view--list .product-badge {
    top: 0;
    right: 10px;
  }
}

.nuts-product.product-view--list:hover {
  box-shadow: none;
}

.nuts-product .rating-text {
  margin-left: 12px;
  color: #b2b2b2;
}

.nuts-product .rating-text a {
  color: inherit;
}

.nuts-product .rating-text a:hover {
  color: #A4579F;
}

.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*/
.nuts-mini-blog {
  text-align: center;
  position: relative;
}

.nuts-mini-blog .blog-image {
  display: block;
}

.nuts-mini-blog .blog-image img {
  width: 100%;
}

.nuts-mini-blog .blog-content {
  padding: 30px 20px;
}

.nuts-mini-blog .blog-content .blog-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  margin: 0 0 10px;
  text-transform: capitalize;
  white-space: nowrap;
}

.nuts-mini-blog .blog-content .blog-title a {
  color: inherit;
}

.nuts-mini-blog .blog-content .blog-title:hover {
  color: #A4579F;
}

.nuts-mini-blog .blog-content .blog-subtitle {
  color: #ac8d6a;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.nuts-mini-blog .blog-content p {
  line-height: 22px;
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 300;
  margin: 10px 0 0;
}

.nuts-mini-blog .blog-btn a {
  margin-top: 23px;
  height: 45px;
  line-height: 42px;
  padding: 0 30px;
}

.nuts-mini-blog .blog-badge {
  background: #A4579F;
  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;
}

.nuts-mini-blog .blog-badge span {
  font-size: 16px;
  display: block;
  margin-bottom: 0;
}

.nuts-mini-blog.blog-style-2 .blog-title {
  color: #171e26;
}

.nuts-mini-blog.blog-style-2 .blog-content p {
  color: #5b5b5b;
}

.nuts-mini-blog.blog-style-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .nuts-mini-blog.blog-style-list {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .nuts-mini-blog.blog-style-list .blog-image {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .nuts-mini-blog.blog-style-list .blog-image {
    width: 500px;
  }
}

.nuts-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) {
  .nuts-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 {
 
  overflow: hidden;
  border: none;
}

.testimonial_client-profile .client-details {
  margin-left: 15px;
  color: #A4579F;
  font-weight: 400;
  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;
}

.testimonial-slider .slick-dots li:hover {
  background: #A4579F;
  height: 10px;
  width: 10px;
}

.testimonial-slider .slick-dots li + li {
  margin-left: 10px;
}

.testimonial-slider .slick-dots li.slick-active {
  background: #A4579F ! important;
  height: 10px;
  width: 10px;
}

/* #####++++ nuts - 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: #e02c2c;
}

.why-choose-accordion .card .card-header button {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Google Sans", sans-serif;
  background: #A4579F;
  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: #A4579F;
  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-3 {
  background-image: url(../../img/layout/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: "Google Sans", sans-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: 400;
  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 .nuts-range-slider {
  margin-top: 10px;
}

.sidebar-title {
  font-size: 32px;
  color: #A4579F !important;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 35px;
  position: relative;
  display: inline-block;
  font-family: 'Truetypewriter PolyglOTT', 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: #A4579F;
 
}

.widget--list li:first-child {
  margin-top: 0;
}

.widget--list.list-light {
  color: #b2b2b2;
  font-size:18px;
}

.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: 400;
}

.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 h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sidebar-post .single-post a {
  color: inherit;
}

.sidebar-post .single-post a:hover {
  color: #A4579F;
}

.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: 400;
  color: #A4579F;
}

/* 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: #A4579F;
}

.site-bottom {
  background: rgba(0, 0, 0, 0) url("../../img/layout/footer_pattern.jpg") repeat scroll 0% 0%;
  margin-top: 0px;
  
}

/*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, .h3 {
  color: #A4579F ;
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  line-height: 30px;
}

@media (min-width: 992px) {
  .newsletter-details h3, .h3 {
    font-size: 28px;
  }
}

.newsletter-details h4, .h4 {
  font-size: 14px;
  color: #d4d4d4;
  font-weight: 300;
  margin: 10px 0 0;
  text-transform: inherit;
  line-height: 24px;
}

@media (min-width: 992px) {
  .newsletter-details h4, .h4 {
    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: 78%;
  padding: 0 160px 0 20px;
  background: #1e252e;
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  display: block;
  height: 55px;
  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: 11px;
}

@media (min-width: 480px) {
  .subscription-form .theme-btn {
    margin-top: 0px;
    position: realtive;
    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;
  border-bottom: 1px solid #30363c;
  color: #fff;
}

@media (min-width: 992px) {
  .footer-inner {
    padding-bottom: 35px;
  }
}

.footer-title {
  font-size: 30px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
  margin: 0;
  margin-bottom: 25px;
  letter-spacing:2px;
}

.contact-block p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 25px;
  color: #fff;
}

.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: 15px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}

.footer-list a:hover {
  color: #A4579F;
}

.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: 2px solid #A4579F;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .copyright-area {
    text-align: left;
  }
}

.copyright-area p a {
  color: #fff;
}

.copyright-area p a:hover {
  color: #A4579F;
}

@media (min-width: 768px) {
  .copyright-area p {
    margin-bottom: 0;
	color: #fff;
  }
}

.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: 400;
  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: "Google Sans", sans-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: #A4579F;
}

#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: #A4579F;
  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: 20px;
  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: #A4579F;
  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: 400;
  font-size: 18px;
  color: #A4579F;
}

/* Shop View Type Toolbar */
.shop-toolbar {
  padding:5px 15px 5px 0px;
  /*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: #A4579F;
}

.shop-toolbar a.sortting-btn.active {
  color: #A4579F;
}

.shop-toolbar .sorting-selection #input-sort, .shop-toolbar .sorting-selection #input-limit {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  color: #b2b2b2;
  font-weight: 300;
  text-align: center;
  height: 52px;
  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: #A4579F;
}

/* Single Product */
.nuts-product--details {
  padding: 0;
}

.nuts-product--details .product__caption {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  font-family: 'Truetypewriter PolyglOTT';
}

.nuts-product--details .product-description {
  text-align: left;
}

.nuts-product--details .product-description--breif {
  color: #b2b2b2;
  padding-top: 30px;
  border-top: 1px solid #a4579f;
  margin-top: 15px;
}

.nuts-product--details .rating-widget {
  padding-bottom: 15px;
}

.nuts-product--details .rating-widget .single-rating {
  font-size: 15px;
}

.nuts-product--details .product__price {
  font-size: 24px;
  line-height: 26px;
}

.nuts-product--details .product-description--list {
  color: #b2b2b2;
}

.nuts-product--details .product-description--list p {
  margin-bottom: 5px;
}

.nuts-product--details:hover {
  box-shadow: none;
}

.nuts-product--details .product-buttons--group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
}

.nuts-product--details .product-buttons--group .single-btn-block {
  margin-left: 7px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nuts-product--details .product-buttons--group .single-btn-block a {
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nuts-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;
}

.nuts-product--details .product-buttons--group .single-btn-block input:focus, .nuts-product--details .product-buttons--group .single-btn-block input:hover {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
}

.nuts-product--details .product-buttons--group .single-btn-block.btn-big {
  width: 60%;
}

.nuts-product--details .product-buttons--group .single-btn-block.btn-big a {
  width: 100%;
}

.nuts-product--details .product-buttons--group .single-btn-block .theme-btn {
  padding: 0 50px;
}

@media (min-width: 768px) {
  .nuts-product--details .product__image.left-gallery {
    display: flex;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .nuts-product--details .product__image.left-gallery .product-image-main {
    order: 1;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .nuts-product--details .product__image.left-gallery .product-view-slider {
    width: 500px;
  }
}

.nuts-product--details.product-details--page .product-image-main {
  position: relative !important;
}

@media (max-width: 479px) {
  .nuts-product--details.product-details--page .product-image-main .zoomWrapper {
    height: 300px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nuts-product--details.product-details--page .product-image-main .zoomWrapper {
    height: 300px !important;
  }
}

.nuts-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: 7px 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*/
.nuts-review-tab .nav-tabs {
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  border: none;
  text-align: center;
  margin-bottom: 30px;
}

.nuts-review-tab .nav-tabs .nav-item.show .nav-link, .nuts-review-tab .nav-tabs .nav-link.active {
  color: #A4579F;
  background-color: transparent;
  border-color: transparent;
}

.nuts-review-tab .nav-link {
  font-family: "Noto Sans", serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 30px;
}

@media (max-width: 479px) {
  .nuts-review-tab .nav-link {
    padding: 0 12px;
  }
}

.nuts-review-tab .tab-content .tab-pane {
  padding: 25px 0 0;
  border: 0;
  font-size: 14px;
  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: #A4579F;
}

.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 #A4579F;
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background-color: #A4579F;
}

.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: #A4579F;
}

@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  .nice-select {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  background-color: transparent;
}

.calculate-shipping  .nice-select::after {
  border-color: #565f69;
}

.calculate-shipping  .nice-select .current {
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #A4579F;
}

.calculate-shipping  input {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  color: #A4579F;
  background-color: transparent;
}
.calculate-shipping  button {
  width: 100%;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  color: #ffffff;
  background-color: #A4579F;
}

.calculate-shipping  input::-webkit-input-placeholder {
  color: #A4579F;
}

.calculate-shipping  input:-moz-placeholder {
  color: #A4579F;
}

.calculate-shipping  input::-moz-placeholder {
  color: #A4579F;
}

.calculate-shipping  input:-ms-input-placeholder {
  color: #A4579F;
}

.calculate-shipping  input:focus {
  outline: none;
  box-shadow: none;
}

.calculate-shipping  input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #A4579F;
  border-color: #A4579F;
  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: #A4579F;
}

.discount-coupon  textarea {
  width: 100%;
  border-radius: 50px;
  height: 56px;
  border: 1px solid #565f69;
  line-height: 24px;
  padding: 5px 20px;
  color: #A4579F;
  background-color: transparent;
}

.discount-coupon  input::-webkit-input-placeholder {
  color: #A4579F;
}

.discount-coupon  input:-moz-placeholder {
  color: #A4579F;
}

.discount-coupon  input::-moz-placeholder {
  color: #A4579F;
}

.discount-coupon  input:-ms-input-placeholder {
  color: #A4579F;
}

.discount-coupon  input:focus {
  outline: none;
  box-shadow: none;
}

.discount-coupon  input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #A4579F;
  border-color: #A4579F;
  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: #A4579F;
}

.cart-summary .cart-summary-wrap p {
  font-size: 14px;
  font-weight: 400;
  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;
  
  color: #fff;
  background-color: #A4579F;
  border-color: #A4579F;
}

@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: #A4579F;
}

/*-- Checkout Form --*/
.checkout-form {
  color: #d4d4d4;
}

.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
 
}

.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: #A4579F;
}

.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;
}

/*-- 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: 400;
  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: #A4579F;
}

.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: #A4579F;
}

/*-- 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: 400;
  margin-bottom: 6px;
}

.comment .content .time {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.comment .content .reply {
  line-height: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.comment .content .reply i {
  margin-right: 5px;
  font-size: 12px;
}

.comment .content .reply:hover {
  color: #A4579F;
}

.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: #A4579F;
}

.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: 400;
  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: 400;
  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: #A4579F;
}

/*-- 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: 400;
  margin-bottom: 6px;
}

.comment .content .time {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.comment .content .reply {
  line-height: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.comment .content .reply i {
  margin-right: 5px;
  font-size: 12px;
}

.comment .content .reply:hover {
  color: #A4579F;
}

.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: 22px;
  font-weight: 400;
  color: #fff;
  font-family: "Google Sans", sans-serif;
  margin: 0 0 15px;
  text-transform: capitalize;
  white-space: nowrap;
}

.single-blog-item .content .blog-title:hover a {
  color: #A4579F;
}

.single-blog-item .content .blog-meta {
  display: flex;
  margin-bottom: 13px;
}

.single-blog-item .content .blog-meta li {
  display: flex;
  color: #A4579F;
  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: #A4579F;
}

.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: #A4579F;
  font-size: 15px;
  font-weight: 400;
  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: #A4579F;
}

.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: #A4579F;
}

.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: #A4579F;
}

.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 #A4579F;
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background-color: #A4579F;
}

.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: #A4579F;
}

@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: #A4579F;
  border-color: #A4579F;
  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: #A4579F;
  border-color: #A4579F;
  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: 400;
  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: 190px;
  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;
  
  color: #fff;
  background-color: #A4579F;
  border-color: #A4579F;
}

@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: #A4579F;
}

.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: 400;
  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: #A4579F;
  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: #A4579F;
}

.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: #A4579F;
}

.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: #A4579F;
}

/*-- 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: #A4579F;
}

.saved-message {
  border-top: 3px solid #A4579F;
  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: #A4579F;
  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: #A4579F;
}

/*-- 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: 400;
  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: #A4579F;
  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: #A4579F;
}

/*-- Checkout Form --*/
.checkout-form {
  color: #d4d4d4;
}

.checkout-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
 
}

.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: #A4579F;
}

.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;
}

/*-- 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: 400;
  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: #A4579F;
}

.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: #A4579F;
}

/*-- 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: 400;
  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: #A4579F;
  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: 400;
  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: #A4579F;
  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: #A4579F;
}

.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: #A4579F;
}

.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: #A4579F;
}

/*-- 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: #A4579F;
}

.saved-message {
  border-top: 3px solid #A4579F;
  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: #A4579F;
  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.nuts-light-version .site-wrapper {
  /*background-image: url(../../img/layout/bg-images/home-3/bg1.jpg);*/
  background:#fff;
  color: #151515;
}

body.nuts-light-version .initial-static {
  background: #14191e;
}

body.nuts-light-version .nuts-bredcrumb-section .breadcrumb a, body.nuts-light-version .shop-toolbar a.sortting-btn, body.nuts-light-version .shop-toolbar .sorting-selection #input-sort, body.nuts-light-version .shop-toolbar .sorting-selection #input-limit, body.nuts-light-version .pagination-widget, body.nuts-light-version .sidebar-title, body.nuts-light-version .nuts-product .product__caption, body.nuts-light-version .nuts-product .rating-text, body.nuts-light-version .form-box-1 label, body.nuts-light-version .rating-block label:before, body.nuts-light-version .nuts-mini-blog .blog-content .blog-title, body.nuts-light-version .single-blog-item .content .blog-title, body.nuts-light-version .calculate-shipping h4, body.nuts-light-version .discount-coupon h4, body.nuts-light-version .checkout-cart-total p, body.nuts-light-version .compare-table .table tbody tr td.pro-remove button, body.nuts-light-version .cart-summary .cart-summary-wrap h4, body.nuts-light-version .login-form .check-box input[type="checkbox"] + label::after, body.nuts-light-version .ct_title, body.nuts-light-version .address_wrapper .address .icon i {
  color: #151515;
}
.nuts-bredcrumb-section .breadcrumb a{
	color: #fff !important;
}

body.nuts-light-version .theme-btn-outlined--type-2, body.nuts-light-version .widget--list.list-light, body.nuts-light-version .nuts-product.product-view--list .product-info-para, body.nuts-light-version .nuts-product--details .product-description--list, body.nuts-light-version .nuts-product--details .product-buttons--group .single-btn-block input, body.nuts-light-version .theme-btn-outlined, body.nuts-light-version .nuts-review-tab .tab-content .tab-pane, body.nuts-light-version .nuts-review-tab .nav-link, body.nuts-light-version .nuts-product--details .product-description--breif, body.nuts-light-version .product-list-group .product-name, body.nuts-light-version .nuts-mini-blog .blog-content p, body.nuts-light-version .sidebar-post .single-post, body.nuts-light-version .sidebar-post.tweet-posts p, body.nuts-light-version .single-blog-item .content .desc p, body.nuts-light-version .single-blog-item .content .blog-footer .tags a, body.nuts-light-version .single-blog-item .content .blog-footer .share a, body.nuts-light-version .comment .content, body.nuts-light-version .blog-navigation a, body.nuts-light-version .cart-table .table tbody tr td, body.nuts-light-version .calculate-shipping form .nice-select .current, body.nuts-light-version .cart-summary .cart-summary-button button, body.nuts-light-version .checkout-form, body.nuts-light-version .checkout-form input, body.nuts-light-version .checkout-form .nice-select, body.nuts-light-version .checkout-form .nice-select .current, body.nuts-light-version .checkout-form .check-box input[type="checkbox"] + label, body.nuts-light-version .checkout-form .check-box input[type="checkbox"] + label::after, body.nuts-light-version .single-method input[type="radio"] + label, body.nuts-light-version .single-method input[type="checkbox"] + label, body.nuts-light-version .single-method p, body.nuts-light-version .checkout-cart-total ul li span, body.nuts-light-version .myaccount-content, body.nuts-light-version .login-form, body.nuts-light-version .compare-table .table tbody tr td.first-column, body.nuts-light-version .compare-table .table tbody tr td.product-image-title .category, body.nuts-light-version .compare-table .table tbody tr td.product-image-title .title, body.nuts-light-version .compare-table .table tbody tr td.pro-desc p, body.nuts-light-version .compare-table .table tbody tr td.pro-price, body.nuts-light-version .compare-table .table tbody tr td, body.nuts-light-version .compare-table, body.nuts-light-version .count-input-block input, body.nuts-light-version .count-input-block input:focus, body.nuts-light-version .cart-summary .cart-summary-wrap p, body.nuts-light-version .cart-summary .cart-summary-wrap h2, body.nuts-light-version .myaccount-tab-menu a, body.nuts-light-version .login-form .check-box input[type="checkbox"] + label, body.nuts-light-version .ct_address p, body.nuts-light-version .address_wrapper .address .contact-info-text p {
  color: #666;
}


body.nuts-light-version .nuts-product--details .product-buttons--group .single-btn-block input, body.nuts-light-version .count-input-block input, body.nuts-light-version .checkout-form input, body.nuts-light-version .checkout-form input.form-control:focus, body.nuts-light-version .count-input-block input:focus, body.nuts-light-version .checkout-form .nice-select, body.nuts-light-version .checkout-payment-method, body.nuts-light-version .checkout-cart-total, body.nuts-light-version .myaccount-content, body.nuts-light-version .login-form, body.nuts-light-version .cart-summary .cart-summary-wrap {
  background: #ffff;
  border: 2px solid #151515;
}

body.nuts-light-version .theme-btn:hover, body.nuts-light-version .single-method input[type="radio"] + label::after, body.nuts-light-version .single-method input[type="checkbox"] + label::after {
  background: #151515;
  color: #fff;
}

body.nuts-light-version .cart-summary .cart-summary-button button {
  border-color: #A4579F;
}

body.nuts-light-version .myaccount-tab-menu {
  border-color: #151515;
}

body.nuts-light-version .myaccount-tab-menu {
  background-color: #ffff;
}

body.nuts-light-version .theme-btn-outlined:hover, body.nuts-light-version .cart-summary .cart-summary-button button, body.nuts-light-version .myaccount-tab-menu a:hover, body.nuts-light-version .myaccount-tab-menu a.active {
  background: #A4579F;
  color: #fff;
  border: 1px solid #565f69;
}

body.nuts-light-version input::-webkit-input-placeholder {
  color: #666 !important;
}

body.nuts-light-version input:-moz-placeholder {
  color: #666 !important;
}

body.nuts-light-version input::-moz-placeholder {
  color: #666 !important;
}

body.nuts-light-version input:-ms-input-placeholder {
  color: #666 !important;
}

body.nuts-light-version .compare-table .table tbody tr td.first-column, body.nuts-light-version .compare-table .table tbody tr td, body.nuts-light-version .compare-table .table tbody tr td, body.nuts-light-version .compare-table .table tbody tr td:last-child, body.nuts-light-version .compare-table .table tbody tr td, body.nuts-light-version table, body.nuts-light-version .compare-table .table tbody tr:first-child, body.nuts-light-version .pagination-widget, body.nuts-light-version .shop-toolbar, body.nuts-light-version .cart-table .table tbody tr td, body.nuts-light-version .cart-summary .cart-summary-wrap h2 {
  border-color: #e8e7e7 !important;
}

/* Theme Color Chocolate */
body.nuts-color-chocolate .theme-btn, body.nuts-color-chocolate .theme-btn-outlined:hover, body.nuts-color-chocolate .nuts-product .hover-btns.btn-type-2 .single-btn:hover, body.nuts-color-chocolate .testimonial-slider .slick-dots li:hover, body.nuts-color-chocolate .testimonial-slider .slick-dots li.slick-active, body.nuts-color-chocolate .nuts-mini-blog .blog-badge, body.nuts-color-chocolate .count-input-block button:hover, body.nuts-color-chocolate .count-input-block button:hover, body.nuts-color-chocolate .social-links.links-rounded-bg .single-social:hover {
  background: #A4579F;
}

body.nuts-color-chocolate .theme-btn, body.nuts-color-chocolate .theme-btn-outlined:hover, body.nuts-color-chocolate .nuts-product .hover-btns.btn-type-2 .single-btn:hover, body.nuts-color-chocolate .testimonial_client-profile .client-img, body.nuts-color-chocolate .count-input-block button:hover {
  border-color: #A4579F;
}

body.nuts-color-chocolate .text-primary, body.nuts-color-chocolate .nuts-bredcrumb-section .breadcrumb li:last-child a {
  color: #A4579F;
}

body.nuts-color-chocolate .main-menu .has-dropdown.mega-menu .menu-title, body.nuts-color-chocolate .main-menu .has-dropdown.mega-menu .dropdown__single-column > li > a:hover, body.nuts-color-chocolate .main-menu .has-dropdown:hover > a, body.nuts-color-chocolate .option-box .option-title a:hover, body.nuts-color-chocolate .single-option li:hover a, body.nuts-color-chocolate .single-option li:hover button, body.nuts-color-chocolate .option-list .option__single-list:hover, body.nuts-color-chocolate .cart-box .cart-product .product-details--price, body.nuts-color-chocolate .cart-box .cart-product .product-details--title:hover, body.nuts-color-chocolate .nuts-product .hover-btns.btn-type-2 .single-btn, body.nuts-color-chocolate .nuts-product .product__price, body.nuts-color-chocolate .nuts-product .product__price, body.nuts-color-chocolate .testimonial_client-profile .client-details, body.nuts-color-chocolate .nuts-mini-blog .blog-content .blog-subtitle, body.nuts-color-chocolate .site-search .search-box button, body.nuts-color-chocolate .sticky-header .menu-item:hover > a, body.nuts-color-chocolate .footer-list a:hover, body.nuts-color-chocolate .sticky-header .single-option:hover .single-option_icon, body.nuts-color-chocolate a.sortting-btn.active {
  color: #A4579F;
}

@media (min-width: 992px) {
  body.nuts-color-chocolate .main-menu .has-dropdown.mega-menu .menu-title, body.nuts-color-chocolate .sticky-header .single-option:hover .single-option_icon, body.nuts-color-chocolate .main-menu .has-dropdown.normal-dropdown li > a:hover {
    color: #A4579F;
  }
}

body.nuts-color-chocolate .welcome__description p {
  color: #847676;
}

/*Font Families*/
/* Theme Color Red*/
body.nuts-color-red .theme-btn, body.nuts-color-red .theme-btn-outlined:hover, body.nuts-color-red .nuts-product .hover-btns.btn-type-2 .single-btn:hover, body.nuts-color-red .testimonial-slider .slick-dots li:hover, body.nuts-color-red .testimonial-slider .slick-dots li.slick-active, body.nuts-color-red .nuts-mini-blog .blog-badge, body.nuts-color-red .mini-items-slider .slick-arrow:hover, body.nuts-color-red .social-links.links-rounded-bg .single-social:hover, body.nuts-color-red .theme-btn-outlined--type-2:hover, body.nuts-color-red #scrollUp {
  background: #e02c2c;
}

body.nuts-color-red .theme-btn, body.nuts-color-red .theme-btn-outlined:hover, body.nuts-color-red .nuts-product .hover-btns.btn-type-2 .single-btn:hover, body.nuts-color-red .testimonial_client-profile .client-img, body.nuts-color-red .mini-items-slider .slick-arrow:hover, body.nuts-color-red .theme-btn-outlined--type-2:hover {
  border-color: #e02c2c;
}

body.nuts-color-red .main-menu .has-dropdown.mega-menu .dropdown__single-column > li > a:hover, body.nuts-color-red .option-box .option-title a:hover, body.nuts-color-red .single-option li:hover a, body.nuts-color-red .single-option li:hover button, body.nuts-color-red .option-list .option__single-list:hover, body.nuts-color-red .cart-box .cart-product .product-details--price, body.nuts-color-red .cart-box .cart-product .product-details--title:hover, body.nuts-color-red .nuts-product .hover-btns.btn-type-2 .single-btn, body.nuts-color-red .nuts-product .product__price, body.nuts-color-red .nuts-product .product__price, body.nuts-color-red .testimonial_client-profile .client-details, body.nuts-color-red .nuts-mini-blog .blog-content .blog-subtitle, body.nuts-color-red .site-search .search-box button, body.nuts-color-red .nuts-mini-blog .blog-content .blog-title:hover, body.nuts-color-red .welcome__description .welcome__title--sm, body.nuts-color-red .hero-slider-wrapper .slick-arrow:hover, body.nuts-color-red .sticky-header .menu-item:hover > a, body.nuts-color-red .footer-list a:hover {
  color: #e02c2c;
}

body.nuts-color-red .text-primary, body.nuts-color-red a.sortting-btn.active {
  color: #e02c2c !important;
}

@media (min-width: 992px) {
  body.nuts-color-red .main-menu .has-dropdown.mega-menu .menu-title, body.nuts-color-red .sticky-header .single-option:hover .single-option_icon, body.nuts-color-red .main-menu .has-dropdown.normal-dropdown li > a:hover {
    color: #e02c2c;
  }
}

@media (min-width: 992px) {
  body.nuts-color-red .sticky-header .menu-item:hover > .menu-link {
    color: #e02c2c !important;
  }
}

/* Theme Color Green*/
body.nuts-color-green .theme-btn, body.nuts-color-green .theme-btn-outlined:hover, body.nuts-color-green .nuts-product .hover-btns.btn-type-2 .single-btn:hover, body.nuts-color-green .testimonial-slider .slick-dots li:hover, body.nuts-color-green .testimonial-slider .slick-dots li.slick-active, body.nuts-color-green .nuts-mini-blog .blog-badge, body.nuts-color-green .social-links.links-rounded-bg .single-social:hover, body.nuts-color-green .count-input-block button:hover, body.nuts-color-green .social-links.links-rounded-bg .single-social:hover, body.nuts-color-green #scrollUp {
  background: transparent;
  color: #151515 !important;
}

body.nuts-color-green .theme-btn, body.nuts-color-green .theme-btn-outlined:hover, body.nuts-color-green .nuts-product .hover-btns.btn-type-2 .single-btn:hover, body.nuts-color-green .testimonial_client-profile .client-img {
  border-color: #a54db3;
}

body.nuts-color-green .main-menu .has-dropdown.mega-menu .dropdown__single-column > li > a:hover, body.nuts-color-green .option-box .option-title a:hover, body.nuts-color-green .single-option li:hover a, body.nuts-color-green .single-option li:hover button, body.nuts-color-green .option-list .option__single-list:hover, body.nuts-color-green .cart-box .cart-product .product-details--price, body.nuts-color-green .cart-box .cart-product .product-details--title:hover, body.nuts-color-green .nuts-product .hover-btns.btn-type-2 .single-btn, body.nuts-color-green .nuts-product .product__price, body.nuts-color-green .nuts-product .product__price, body.nuts-color-green .testimonial_client-profile .client-details, body.nuts-color-green .nuts-mini-blog .blog-content .blog-subtitle, body.nuts-color-green .site-search .search-box button, body.nuts-color-green .nuts-mini-blog .blog-content .blog-title:hover, body.nuts-color-green .welcome__description .welcome__title--sm, body.nuts-color-green .hero-slider-wrapper .slick-arrow:hover, body.nuts-color-green .sticky-header .menu-item:hover > a, body.nuts-color-green .footer-list a:hover, body.nuts-color-green .nuts-service .service-heading:hover, body.nuts-color-green .sortting-btn.active {
  color: #A4579F;
}

body.nuts-color-green .text-primary, body.nuts-color-green a.sortting-btn.active {
  color: #A4579F !important;
}

@media (min-width: 992px) {
  body.nuts-color-green .main-menu .has-dropdown.mega-menu .menu-title, body.nuts-color-green .sticky-header .single-option:hover .single-option_icon, body.nuts-color-green .main-menu .has-dropdown.normal-dropdown li > a:hover {
    color: #A4579F;
  }
}

@media (min-width: 992px) {
  body.nuts-color-green .sticky-header .menu-item:hover > .menu-link {
    color: #A4579F !important;
  }
}

/*# sourceMappingURL=main.css.map */

.brand_logo img{height:100%;}
#ajax_subscribe_msg{display: none;}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item>a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #b2b2b2;
  background-color: none;
  border: 1px solid #565f69;
}

.page-item>a:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #A4579F;
  border-color: #A4579F;
}

.page-item>a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item>a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active a {
  z-index: 1;
  color: #fff;
  background-color: #A4579F;
  border-color: #A4579F;
}

.disabled.page-item {
  color: #ffffff;
  pointer-events: none;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  
  background-color: #A4579F;
  border: 1px solid #A4579F;
}

.pagination-lg .page-item>a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-item>a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

button.theme-btn-outlined{height:45px ! important;}
button.theme-btn-outlined em{margin-right:10px;}
.btn p{margin-bottom: 0; }

.btn-primary {
    color: #fff;
    background-color: #A4579F;
    border-color: #A4579F;
}

a.tag::before{ content: "#"; }

.imagebox {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 1.2em;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
}

.imagebox:hover img {
  opacity: 0.7;
}

.imagebox:hover .imagebox-desc {
  padding-bottom: 10%;
}
.masonry { /* Masonry container */
    -webkit-column-count: 2;
  -moz-column-count:2;
  column-count:2;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.0em;
    padding: 0;
    -moz-column-gap: 1.0em;
    -webkit-column-gap: 1.0em;
    column-gap: 1.0em;
    font-size: .85em;
}
.item {
    /*display: inline-block;*/
    background: none;
    padding: 3em;
    margin: 0 0 1.0em;
    width: 100%;
    -webkit-transition:1s ease all;
    
}
.item img{max-width:100%;transition: all .2s ease-in-out;}
.item:hover img 
  { transform: scale(1.1); }
 

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count:1;
        column-count: 1;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 1;
    }
}

.single-option .slide-down--item.user {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: -21% ! important;
    right: 5px;
}
.user .currency-box {
     padding: 20px 10px 20px 10px ! important; 
}
.user .option-list li {
    color: #d4d4d4;
     padding-left: 0px ! important; 
    margin-top: 10px;
	width:140px;
}
.error-message{font-weight:700;color:red;}

.m-menu .icon{color:#ffffff ! important;font-size:33px;margin:10px 10px 0 15px;}

.contact-text{font-size:18px;}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect h2 {
 
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 150px 0 0 0;
   background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
 
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fpa{font-size:14px;font-weight:bold;}
 
.checkterms label{
  font-size: 12px;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
 padding-left:10px;
 text-transform: none ! important;
}

.checkterms input{
	position: relative;
	float:left;
	margin-top: 5px;
	margin-left:0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #6F4679;
    background-color: #e0e0e0;
	padding:3px 5px;
	text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
}
 a:hover {
  text-decoration: none;
  color: #A4579F;
}
.col-lg-8.order-lg-2 h1{  font-family: 'Truetypewriter PolyglOTT';}
.single-footer h3, .newsletter-area h3{font-family: 'Truetypewriter PolyglOTT';}
.desc ul li{padding:3px 0 3px 25px;color: #555555;}
.desc ul li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.product-details--left-thumbnail{padding:10px;}
/*//Large devices (desktops, less than 1024px)*/
.sintages .nav-tabs{	
  background:#A4579F;
  color:#fff;  
  transition: font-size 1s linear;
}
.sintages .nav-tabs a:hover{   
  color:#fff; 
  font-size:16px;   
}
.sintages .nav-tabs a.active:hover{   
  color:#555555; 
  font-size:14px;   
}
@media screen and (max-width: 1032px) { 
.main-menu .menu-item > .menu-link {
    font-size: 10px;
  }
}
/*//Large devices (desktops, less than 1024px)*/
@media screen and (max-width: 1024px) { 
	.visible_1024{display: block ! important;}
	.hidden_1024{display: none ! important;}
 }

img.espa-logo{padding:5px;}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.loader {
	display:none; 
	position:           fixed;
    z-index:            9999;
    top:                0;
    left:               0;
    width:              100%;
    height:             100%;
    background-color:   rgba(255,255,255,0.6);
    -webkit-backface-visibility: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.align-middle {
 position: fixed;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 114px;
    margin-top: -57px;
    margin-left: -55px;
    -webkit-backface-visibility: hidden;
}

@media (max-width: 479px) {
    
    .copyright-area p{
        color: #fff;
    }
    
    .brand_logo img {
  height: 65px;
}
  
  .banner-content-wrapper .banner-content.single-slide {

    margin-top: 85px ! important;
  }
  .banner-content-wrapper .banner-content.single-slide {
	height: 208px ! important;  
  }
  .banner-content-wrapper {
   height: 340px ! important;
  }
  
  .title-xl-arvo--bold {
		font-size: 25px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
   }
   .header-3 {
    background: #151515;
	}
	
	.section-padding {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}
}
/*Medium devices (tablets, 768px and up) 
@media (min-width: 576px) and (max-width: 767.98px) { ... }
*/
@media (min-width: 768px){ 

	.section-padding.testimonial-section{
		padding-top: 20px;  
		padding-bottom: 20px;  
	}
	
	.banner-content-wrapper .banner-content.single-slide {

		margin-top: 80px ! important;
	}	
	
	.banner-content-wrapper .banner-content.single-slide {
		height: 384px ! important;  
	}
	
	.banner-content-wrapper {
		height: 495px ! important;
	}
  
	.title-xl-arvo--bold {
		font-size: 25px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
	}
	
	.header-3 {
		background: #151515;
	}
	
	.section-padding {
     padding-top: 30px;
     padding-bottom: 30px;
	}

}

 



@media (min-width: 992px) {
	
	.section-padding.testimonial-section{
		padding-top: 20px;  
		padding-bottom: 20px;  
	}
	
	.banner-content-wrapper .banner-content.single-slide {

		margin-top: 80px ! important;
	}	
	
	.banner-content-wrapper .banner-content.single-slide {
		height: 512px ! important;  
	}
	
	.banner-content-wrapper {
		height: 630px ! important;
	}
  
	.title-xl-arvo--bold {
		font-size: 77px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
	}
	
	.header-3 {
		background: #151515;
	}
	
	.section-padding {
     padding-top: 80px;
     padding-bottom: 30px;
	}
	
	 
}

@media (min-width: 1200px) and (max-width: 1399px){ 

	.banner-content-wrapper .banner-content.single-slide {

		margin-top: 97px ! important;
	}	

	.banner-content-wrapper .banner-content.single-slide {
		height: 722px ! important;  
	}
	
	.banner-content-wrapper {
		height: 830px ! important;
	}
	
	.title-xl-arvo--bold {
		font-size: 100px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
	}
	
	.header-3 {
		background: #151515;
	}


}

@media (min-width: 1400px){
    

	
	.banner-content-wrapper .banner-content.single-slide {

		margin-top: 0px ! important;
	}	

	.banner-content-wrapper .banner-content.single-slide {
		height: 870px ! important;  
	}
	
	.banner-content-wrapper {
		height: 1000px ! important;
	}
	
	.title-xl-arvo--bold {
		font-size: 120px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
	}
	
	.header-3 {
		background: #151515;
	}
	
}
@media (min-width: 1900px){
    
    /* .banner-content-wrapper .banner-content.single-slide {

		margin-top: 50px ! important;
	} */
	
	.banner-content-wrapper .banner-content.single-slide {

		margin-top: 0px ! important;
	}

	.banner-content-wrapper .banner-content.single-slide {
		height: 100vh ! important;  
	}
	
	.banner-content-wrapper {
		height: 1050px ! important;
	}
	
	.title-xl-arvo--bold {
		font-size: 150px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
	}
	
	.header-3 {
		background: #151515;
	}
	
}

@media (min-width: 2500px){
	
	.banner-content-wrapper .banner-content.single-slide {

		margin-top: 110px ! important;
	}	
	
    .title-xl-arvo--bold {
		font-size: 160px !important;
		font-weight: 400 !important;
		font-family: "pfphatface_normalregular", serif !important;
		text-shadow: #e0e0e0 1px 1px 0, 2px 2px 2px rgba(28,110,164,0);
	}

	.banner-content-wrapper .banner-content.single-slide {
		height: 1920px ! important;  
	}
	
	.banner-content-wrapper {
		height: 1920px ! important;
	}
	
	.header-3 {
		background: #151515;
	}
	
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF !important;
    background-color: #A4579F !important;
    border-color: #dee2e6 #dee2e6 #fff;
    font-size: 16px;
    font-weight: 800;
}

.tab-content{
	background-color: rgba(249, 244, 249, 0.5);
}
.tab-pane{padding: 30px;}
.tab-content h5 {
    padding-bottom: 10px;
}
.descriptionproduct .card {
	padding-top:10px;
	margin-left:10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.contact-p {
    font-size: 17px;
line-height: 27px;
}

input.accept_input{display:none ! important;}

.body-balance-title{
    margin-top: 5rem !important;
    margin-bottom: 0px !important;
}
.body-balance-title h2{
    
    font-size: 40px !important;
    font-family: 'Noto Sans', sans-serif;
}
.body-balance-p{
    color: #151515 !important;
    font-size: 17px;
}

.contact-text1{
	font-size: 30px;
	line-height: 40px;
  padding-top: 15px;
  color: #A4579F;
  font-family: 'Truetypewriter PolyglOTT';
}
.bg-black-new{
	background: #14191e !important;
}
.box-shadow-large{
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 45px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.contact-info-section {
    padding: 70px 0 40px;
    background: #f7f7f7;
}

.contact-info-box {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.contact-info-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 37px;
	line-height: 47px;
    font-weight: 600;
    color: #a4579f;
	font-family: 'Truetypewriter PolyglOTT';
}

.contact-info-intro {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    text-align: center;
}

.contact-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    background: #faf7fb;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.contact-method-number {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #a4579f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
}

.contact-method-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
	padding-top: 2px;
}

@media (max-width: 767px) {
    .contact-info-box {
        padding: 25px 20px;
    }

    .contact-info-title {
        font-size: 26px;
    }

    .contact-info-intro {
        font-size: 15px;
        text-align: left;
    }

    .contact-methods {
        grid-template-columns: 1fr;
    }
}

.years-wrapper{
    display:inline-flex;
    align-items:flex-start;
}

.years-number{
    letter-spacing:-8px !important;
}

.years-plus{
    font-size:100px;
    font-weight:800;
    margin-left:0px;
    line-height:1;
    color:#a54db3;
}
.years-home{
    font-size: 35px;
    line-height:45px;
}
.whyus-title{
	font-family: 'Truetypewriter PolyglOTT';
}


.product-description--breif ul {
  list-style: none;
  padding-left: 0;
}

.product-description--breif ul li {
  position: relative;
  padding-left: 30px;
  color: #151515;
  font-size: 17px;
  line-height: 27px;
  padding-bottom: 5px;
}

.product-description--breif ul li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  background: #a4579f;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pr-pane ul li{
	position: relative;
  padding-left: 30px;
  color: #151515;
  font-size: 17px;
  line-height: 27px;
  padding-bottom: 5px;
}

.pr-pane ul li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 17px;
  background: #a4579f;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

 @keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.years-home {
    animation: floatUpDown 3s ease-in-out infinite;
} 


/* general */
.floating-img {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    animation: floatY 4s ease-in-out infinite;
}

/* top left */
.floating-top-left {
    top: 85px;
    left: 60px;
    width: 200px;
}

/* bottom right */
.floating-bottom-right {
    top: 10px;
    right: 55px;
    width: 170px;
    animation-delay: 1.5s;
}

/* top left */
.floating-top-left2 {
    top: 5px;
    left: 60px;
    width: 120px;
}

/* bottom right */
.floating-bottom-right2 {
    top: 0px;
    right: 60px;
    width: 150px;
    animation-delay: 1.5s;
}

/* animation */
@keyframes floatY {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}

.home-4__product--new {
    position: relative;
}

.product-section {
    position: relative;
}
.tt {
    position: relative;
}
.home-blog{
    position: relative;
}

.product__single-slide {
    transition: all 0.35s ease;
    overflow: hidden;
}

.product__single-slide img {
    transition: transform 0.5s ease;
}

.product__single-slide:hover {
    transform: translateY(-8px) scale(1.02);
    /* box-shadow: 0 0px 12px rgba(0,0,0,0.12); */
}

.product__single-slide:hover img {
    transform: scale(1.08);
}
.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#23262d; background-position:center center; background-repeat:no-repeat; background-image:url(../../img/layout/logo.png);}
