@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap");


:root {
  --theme: #fe4b3c;
  --gradient: linear-gradient(to right, #fe3d38, #fe9051);
}


/***** General CSS *****/
html {
  overflow-x: hidden;
}

:root {
  --brownclr: #fe4b3c;
}

body {
  word-break: break-word;
  font: 15px/25px "Raleway", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {}

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

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

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

.mt-2 {
  margin-top: 20px;
}

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

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

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

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

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

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Raleway;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.functionality-box ul li .heart-button.liked a i {
  background: var(--theme);
  color: #fff;
  border-color: var(--theme);
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

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

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Raleway", Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Raleway", Sans-Serif;
  font-size: 55px;
  line-height: 1;
  color: #393939;
  font-weight: 600;
  margin: 0 0 10px;
}

h3 {
  font-family: "Raleway", Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Raleway", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Raleway", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Raleway", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #848484;
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  margin: 0px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/* search box css */
.popover__wrapper {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 10px 0;
}

.popover__wrapper .fa {
  font-size: 18px;
  margin-top: 10px;
}

.searchbox {
  border: 1px solid var(--brownclr);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 10px);
  background-color: #fff;
  border-radius: 1px solid #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
}

.all-side-padding {
  padding: 0px 60px;
}

.popover__content .form-group {
  margin: 0;
  position: relative;
  z-index: 1;
}

.popover__wrapper .form-control {
  width: 90%;
  height: 44px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 0;
  box-shadow: inherit;
  border: 0;
  /* border: 1px solid #adadad; */
}

.popover__wrapper .btn-default {
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 10px;
  background: none;
  border: none;
  color: var(--brownClr);
  box-shadow: none;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  width: 300px;
  visibility: visible;
  transform: translate(0, 50px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.form-control {
  border: 0;
}

/* end search box css */

/* Search bar Start */
.search-container {
  width: 90%;
  display: block;
  /* margin: 0 auto; */
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 54px;
  padding: 0 22px;
  font-size: 16px;
  border: 2px solid #fff;
  outline: none;
  background: var(--theme);
  color: #fff;
  border-radius: 50px;
}

input#search-bar::placeholder {
  color: #fff;
}

input#search-bar:focus {
  border: 2px solid #fff;
  transition: 0.35s ease;
  color: #fff;
  box-shadow: inset 0 0 6px 0px #0b1713;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon i {
  position: relative;
  float: right;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -50px;
  right: 5px;
  background-color: #fff;
  color: var(--brownclr);
}

.search-icon:hover i {
  transform: scale(1.2);
  margin-right: -8px;
  box-shadow: 0 0 3px 0 #4e4e4e;
  transition: all 0.3s ease-in-out;
}

/* Search Bar End */

/*header css start */
.menusec-loction ul li select option {
  color: #000;
}

.menuSec {
  padding: 15px 0;
  background: var(--theme);
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.center-sec {
  padding: 11px 0;
}

.center-input-box input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #d7d7d7;
  padding: 0 0 0 15%;
  color: #000;
}

.accordion-button:focus {
  border-color: inherit;

  box-shadow: inherit;
}

.center-input-box {
  position: relative;
}

.center-input-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.center-input-box-icon {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 13px;
  border: 0;
}

.center-input-box-icon-2 {
  position: absolute;
  top: 11px;
  left: 4%;
}

.center-sec-icon ul li i {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
  position: relative;
}

.center-sec-icon ul li {
  text-align: center;
  position: relative;
}

.categories_mega_menu.men-le-sty ul li:hover {
  background: #ccc;
}

.categories_mega_menu.men-le-sty ul li {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 15px 30px;
  border-bottom: 1px solid #ebebeb;
  /*position: relative;*/
  transition: 0.3s ease-in-out;
}

.categories_mega_menu.men-le-sty {
  position: relative;
}

.menu-cate-main .menu-cate.active {
  display: block;
}

.menu-cate-main .menu-cate.active .menu-cate-last-inner:first-child {
  display: block;
}

.menu-cate-main .menu-cate h5 {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.menu-cate-main .menu-cate hr {
  margin-bottom: 0;
}

.menu-cate-main .menu-cate {
  position: absolute;
  width: 100%;
  left: 100%;
  background: #f8f8f8;
  z-index: 99;
  top: 0;
  transition: 0.3s ease-in-out;
  display: none;
  border-left: 2px solid #00000057;
  box-shadow: 0 0 10px 0 #00000022;
  /*display: none;*/
}

.menu-cate-main .menu-cate .menu-cate-last a {
  color: #000;
  display: flex;
  align-items: center;
}

.menu-cate-main .menu-cate .menu-cate-last a img {
  margin-right: 20px;
  height: 50px;
}

.menu-cate-main .menu-cate .menu-cate-last a i {
  margin-left: 10px;
}

.menu-cate-main .menu-cate .menu-cate-last:last-child {
  border: 0;
}

.menu-cate-main .menu-cate .menu-cate-last {
  border-bottom: 2px solid #00000057;
  position: relative;
  padding: 10px 10px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner.active {
  display: block;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner li {
  padding: 15px 20px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner {
  position: absolute;
  width: 135%;
  background: #f8f8f8;
  left: 100%;
  top: 0;
  transition: 0.3s ease-in-out;
  display: none;
  border-left: 2px solid #a3a3a3;
  overflow: hidden;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner li img {
  width: 52px;
  margin-right: 7px;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner h5 {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner hr {
  margin-bottom: 0;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner .row {
  padding: 0;
}

.menu-cate-main .menu-cate .menu-cate-last .menu-cate-last-inner .row .col-lg-6 {
  padding: 0 15px;
}

.center-sec .row {
  align-items: center;
}

.center-sec-icon ul li span {
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 8px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: -10px;
  right: -10px;
}

.brand .asdaw-crk {
  display: flex;
  gap: 0 20px;
  flex-flow: wrap;
  margin: 0 0 20px;
}

.asdaw-crk li {
  min-width: 25%;
  margin: 0 0 12px;
}

.center-sec-icon ul li {
  position: relative;
}

.menusec-right-sec {
  display: flex;
  align-items: center;
  justify-content: end;
}

.menusec-loction.chg ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.center-sec-icon ul {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
  margin-bottom: 0;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menusec-loction.chg li a {
  font-size: 13px;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.add-padding {
  padding: 0 5%;
}

.topsec-left-text h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.topSec {
  padding: 5px 0;
  border-bottom: 1px solid #959595;
}

header {
  position: relative;
}

.topsec-left-text h2 {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #7d7d7d;
  line-height: 1;
}

.center-input-box input::placeholder {
  font-size: 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.center-input-box:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  background: #d7d7d7;
  left: 11%;
  z-index: 99991;
}

.center-sec-icon ul li a h2 {
  font-size: 9px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 10px;
}

.topsec-paga-link ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.menusec-loction ul li h2 {
  font-size: 10px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 5px;
  margin-top: 5px;
}

.menusec-loction.chg ul li img {
  width: 30px;
}

.menusec-loction ul li select {
  border: none;
  background: none;
  text-transform: uppercase;
  color: #fff;
  padding-left: 0;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  appearance: auto;
  font-size: 12px;
}

.topsec-paga-link ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #343434;
  font-weight: 700;
  position: relative;
  padding: 0 20px;
}

.topsec-paga-link ul li a:before {
  content: "";
  position: absolute;
  border-right: 2px solid #959595;
  width: 1px;
  height: 25px;
  right: 0;
  top: -5px;
}

.topsec-paga-link li.boader-no a:before {
  border-right: none !important;
}

.form-select:focus {
  border-color: initial !important;
  box-shadow: initial;
}

.topsec-right-text {
  display: flex;
  align-content: center;
  gap: 25px;
  justify-content: end;
}

.topsec-soical-link ul li a {
  font-size: 18px;
  color: #000;
}

.topsec-soical-link ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.topSec .row {
  align-items: center;
}

.topsec-select select {
  border: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.menusec-search-box form input {
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: 1px solid #d7d7d7;
}

.topsec-select {
  position: relative;
}

.topsec-paga-link li.boader-no a {
  padding-right: 0 !important;
}

.topsec-soical-link ul li a i:hover {
  color: var(--theme);
  transform: scale(1.2);
  transition: 0.5s;
}

.topsec-soical-link ul li a i {
  transition: 0.5s;
}


.logo-sec {
  width: 130px;
  margin: -10px auto;
}

.loading-body {
  position: relative;
  overflow: hidden;
}

.loading-body:after {
  content: '';
  position: fixed;
  height: 100px;
  width: 100px;
  background: url(../images/loading.gif);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999999;
  mix-blend-mode: darken;
}

.loading-body:before {
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ffffff36;
  z-index: 99999;
  backdrop-filter: blur(5px);
}

.err {
  border: 1px solid red !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, .25);
}

.show-pass {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

span.show-pass.sho>i.d-none {
  display: inline !important;
}

span.show-pass.sho>i:not(.d-none) {
  display: none;
}

.errorr {
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1.5;
  background: #dd6b6b;
  color: #fff;
  border-radius: 99px;
}

button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.err {
  border-color: red !important;
}

.msg-box {
  display: none;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #eee;
  border-radius: 5px;
  margin: 20px auto;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
}

.msg-box.green {
  background: #57bf57;
  display: flex;
}

.msg-box.red {
  display: flex;
  background: #e75f5f;
}

.verification-code--inputs input {
  border: 1px solid var(--theme);
  width: 70px;
  height: 70px;
  padding: 10px;
  text-align: center !important;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
}


section.content-only-sec {
  padding: 90px 0;
}

section.content-only-sec h3 {
  margin: 40px 0 10px;
}

section.content-only-sec h1 {
  font-size: 30px;
  color: #393939;
  line-height: 1;
  margin: 20px 0 10px;
  font-weight: 600;
}

section.content-only-sec ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 20px;
}

section.content-only-sec p {
  color: #000;
}

section.add-to-cart thead tr {
  background: var(--theme);
}

.countyy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.countyy input {
  width: 50px;
  text-align: center;
  border: 0;
  background: transparent;
}

.countyy>span {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--theme);
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.carousel-item.active .slick-slider {
  width: 100%;
}

.carousel-item.active .slick-track {
  gap: 0;
}

section.main_slider {
  max-width: 1600px;
  margin: 0 auto;
}

.carousel-caption {
  position: unset;
  height: auto;
  background: transparent;
}

.carousel-item.active .slick-list {
  padding: 0;
}

.new-banner-slider ul.slick-dots {
  bottom: 30px;
}

.new-banner-slider ul.slick-dots button {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 7px 0 #0000003d;
  height: 15px;
  width: 15px;
}

.new-banner-slider ul.slick-dots button:before {
  display: none;
}

.new-banner-slider ul.slick-dots .slick-active button {
  background: #000;
  height: 12px;
  width: 12px;
}

form.strip-checkout {
  background: white;
}

.strip-checkout {
  position: fixed;
  width: 500px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 0 100000px #00000061;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  padding: 50px 30px;
  overflow: hidden;
}

button.btn-theme.mt-4.ss {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  font-weight: 500;
  background-image: linear-gradient(to top, var(--theme), var(--theme));
  text-transform: capitalize;
}

.checkout_btn img {
  width: 70px;
  filter: brightness(20.5);
}

.cart_sidebar ul li input~div {
  display: none;
}

.cart_sidebar ul li input:checked~div {
  display: block;
}

.billing_form .errorr {
  float: right;
}

.color-filtr {
  padding: 20px 20px 0;
}

.color-list label {
  display: inline-flex;
  height: 30px;
  padding: 0 20px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #7c7c7c;
  border: 2px solid #ddd;
  cursor: pointer;
  font-size: 12px;
}

.color-filtr>h4 {
  display: block;
  padding: 0;
  outline: none;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px;
  margin: 0 -5px 10px;
}

.color-list label.active-clrr,
.color-list label.active-szz {
  background: #5b5b5b;
  color: #fff;
}

ul.radiosss.radiosss-payments.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.logo-sec img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: left;
  padding: 10px 0;
}

.product-item-mew h4 {
  line-height: 1;
  margin: 0 0 2px;
}

section.related-prod.all-section {
  padding: 30px 0;
}

.drop-rtop {
  position: absolute;
  background: var(--theme);
  left: 0;
  width: 300px;
  top: 100%;
  padding: 18px 0;
  padding-top: 15px;
  z-index: 999;
  display: none;
  border-right: 2px solid #000;
  line-height: 1;
}

.drop-rtop>div {
  position: relative;
  padding: 0 20px;
  margin: 0 0 20px;
}

.sub-dropwna {
  position: absolute;
  background: var(--theme);
  left: 100%;
  width: 260px;
  padding: 0 20px 5px;
  top: 0;
  z-index: 99;
  display: none;
}

.sub-dropwna>a {
  display: block !important;
  margin: 10px 0;
}

.drop-rtop>div:hover .sub-dropwna {
  display: block;
}

li.drop-drown:hover .drop-rtop {
  display: block;
}

.sub-dropwna:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #ffffff9e;
  transform: rotate(45deg);
  left: -5px;
  top: 8px;
}

.btn-new {
  padding: 6px 15px;
  background: var(--theme);
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
}

/* Modal Styles */
.stripe-modal {
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0 0 0 / 78%);
  /* Black w/ opacity */
  backdrop-filter: blur(4px);
}

.stripe-modal-content {
  background-color: #ffffff;
  margin: 10% auto;
  /* Centered */
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  /* Adjust based on your preference */
  max-width: 500px;
  /* Max width */
}

.stripe-modal-close-button {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
}

.stripe-modal-close-button:hover {
  color: #000;
}

.stripe-modal-heading {
  font-size: 48px;
  margin-bottom: 10px;
}

.stripe-modal-body {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
}

.stripe-connect-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: var(--theme);
  /* Adjust color as needed */
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.stripe-connect-button:hover {
  background-color: #5d402d;
  /* Adjust hover color as needed */
  color: #fff;
}

.invoice-popup.open h4 {
  font-size: 16px;
  line-height: 2;
}

span.sale_count-in {
  position: absolute;
  top: 7px;
  font-size: 12px;
  padding: 0 10px;
  background: #fe4b3c;
  color: #fff;
  border-radius: 0 6px 6px 0;
}

.user-fnaj>img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.user-fnaj {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  list-style: none;
}

.pagination li {
  margin: 0 0.25rem;
}

.pagination .page-link {
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  background: #e3e3e3;
  /* Apply gradient background */
  color: #414141;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.pagination .page-item.active .page-link {
  background-color: var(--theme);
  color: white;
  cursor: default;
  transform: none;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.remove-tbnsd {
  position: absolute;
  top: 0;
  right: 10px;
}

.remove-tbnsd {
  position: absolute;
  top: 7px;
  right: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: red;
  font-size: 22px;
}

.bxoedas {
  padding: 20px 6px;
  background: #ffe1de;
  margin: 0 !important;
  border-radius: 10px;
}

.select-tbnsd {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  top: 7px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #6b6b6b;
  padding: 8px 9px;
  border-radius: 5px;
}

.select-tbnsd.selected {
  background: #38ad38;
}

.update-order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -13px;
  border-radius: 5px;
  width: 300px;
  margin-left: auto;
  margin-bottom: 20px;
}

.update-order-status select {
  flex-grow: 1;
  margin-right: 10px;
  padding: 7px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: border-color 0.3s;
}

.update-order-status select:focus {
  border-color: var(--theme);
  outline: none;
}

.update-order-status .btn-update {
  padding: 7px 20px;
  font-size: 14px;
  border: none;
  border-radius: 5px;
  background-color: var(--theme);
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.update-order-status .btn-update:hover {
  background-color: #fe9051;
}

.update-order-status .btn-update.loadin {
  padding: 5px 20px;
}

.payment-error {
  background-color: #ffcacf;
  border: 1px solid #f5c6cb;
  padding: 6px 10px;
  border-radius: 5px;
  margin: 20px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 20px;
}

.payment-error p {
  margin: 0;
  font-size: 16px;
  color: #721c24;
  font-weight: 800;
}

.payment-error button {
  height: 38px;
  padding: 0 20px;
  border-radius: 99px;
  color: #fff;
  border: 0;
  background: #27b327;
  font-weight: 600;
}

.custom-flex {
  display: flex;
  align-items: self-start;
  padding: 15px;
  padding-bottom: 20px;
}

.custom-avatar {
  margin-right: 1rem;
}

.avatar-icon {
  display: inline-flex;
  background-color: var(--theme) !important;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
}

.custom-content {
  flex: 1;
}

.custom-heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.custom-text p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
  line-height: 1.5;
}

.side-bar .dropdown {
  position: absolute;
  top: -48px;
  left: 0px;
}


.foot_comp>ul.foot_plys {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.foot_comp>ul.foot_plys>li {
  margin: 0;
}

.foot_comp>ul.foot_plys>li>a>img {
  height: 57px;
  width: 210px;
  object-fit: cover;
  border-radius: 5px;
}

.menu-btn svg {
  width: 50px;
  height: 50px;
}

.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  transition: 1s all ease;
}

.cross {
  stroke-dashoffset: 68;
  stroke: #fff !important;
}

.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}

.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

.has-cato>span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.me-15px {
  margin-right: 10px !important;
}

.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #0000004a;
  z-index: 9;
  display: none;
  backdrop-filter: blur(13px);
}

.menu-btn {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-box>nav {
  position: relative;
  height: 100%;
  width: 22vw;
  margin-left: auto;
  background: #fff;
  padding: 80px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: -50vw;
}

[style="display: block;"]>nav {
  margin-left: 0;
  transition: 0.5s ease-out;
}

.menu-box>nav a,
.menu-box>nav>div,
.menu-box>nav .has-cato {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-family: var(--primary-font);
  line-height: 1;
  transition: 0.4s ease-in-out;
  display: flex;
  text-align: left;
  padding: 10px 30px;
  align-items: baseline;
  cursor: pointer;
  justify-content: space-between;
}

.menu-box>nav .has-cato>span:after {
  content: "\f105";
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
}

.menu-box>nav .has-cato:hover:after {
  opacity: 1;
  margin-left: 12px;
}

.overflow-hidden a#menu-btn {
  transform: rotateY(180deg) scale(0.8) translateX(0) translateY(-10px);
  height: 60px !important;
  width: 60px;
  background: #000;
  border-radius: 50%;
  padding-left: 14px;
  margin-left: 0 !important;
}

.sub-cato-box {
  position: absolute;
  height: 108%;
  right: -100%;
  top: 0;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  z-index: 1;
  text-align: left;
  transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

span.g-back {
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 14px;
  cursor: pointer;
}

.sub-cato-box.active {
  right: 0;
}

.menu-box>nav h3 {
  margin: 10px 0;
}

.newlinkr>a {
  padding: 20px 70px !important;
  display: inline-flex !important;
  text-decoration: underline;
  font-size: 18px !important;
  color: #545454 !important;
}

hr+.newlinkr {
  display: grid !important;
  justify-items: start;
  padding: 0 !important;
}

.sub-cato-box>h3 {
  padding: 0 70px;
}

.newlinkr {
  display: grid;
}

.overflow-hidden a#menu-btn {
  transform: rotateY(180deg) scale(0.8) translateX(0) translateY(-10px);
  height: 60px !important;
  width: 60px;
  background: #000;
  border-radius: 50%;
  padding-left: 14px;
  margin-left: 0 !important;
  top: 30px;
}

.sub-cato-box {
  position: absolute;
  height: 108%;
  right: -100%;
  top: 0;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  z-index: 1;
  text-align: left;
  transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

span.g-back {
  padding: 10px 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Montserrat";
  font-size: 14px;
  cursor: pointer;
}

.sub-cato-box.active {
  right: 0;
}

.menu-box>nav h3 {
  margin: 10px 0;
}

.newlinkr>a {
  padding: 20px 70px !important;
  display: inline-flex !important;
  text-decoration: underline;
  font-size: 18px !important;
  color: #545454 !important;
}

hr+.newlinkr {
  display: grid !important;
  justify-items: start;
  padding: 0 !important;
}

.sub-cato-box>h3 {
  padding: 0 70px;
}

.newlinkr {
  display: grid;
}

/* menu-box */

.me-15px {
  margin-right: 10px !important;
}

.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff4a;
  z-index: 99999;
  display: none;
  backdrop-filter: blur(13px);
}

.menu-btn {
  position: absolute;
  z-index: 10;
  top: 67px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.menu-box>nav {
  position: relative;
  height: 100%;
  width: 22vw;
  margin-left: auto;
  background: #fff;
  padding: 80px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: -50vw;
}

[style="display: block;"]>nav {
  margin-left: 0;
  transition: 0.5s ease-out;
}

.menu-box>nav a,
.menu-box>nav>div,
.menu-box>nav .has-cato {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-family: var(--primary-font);
  line-height: 1;
  transition: 0.4s ease-in-out;
  display: flex;
  text-align: left;
  padding: 10px 30px;
  align-items: baseline;
  cursor: pointer;
  justify-content: space-between;
}

.menu-box>nav .has-cato>span:after {
  content: "\f105";
  transition: 0.3s ease-in-out;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
}

.menu-box>nav .has-cato:hover:after {
  opacity: 1;
  margin-left: 12px;
}

/* menu-box */
/* menu-icon */

.menu-btn svg {
  width: 40px;
  height: 40px;
}

.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  color: #fff !important;
  transition: 1s all ease;
  filter: invert(1);
}

.cross {
  stroke-dashoffset: 68;
  stroke: #fff !important;
  filter: opacity(1.5);
}

.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
  filter: invert(1);
}

.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

.has-cato>span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* menu-icon */
.explore-btn.banner-btn {
  position: inherit;
  left: inherit;
  bottom: inherit;
}

.explore-btn.banner-btn a {
  background: #fff;
  color: #000;
  font-weight: 600;
}

.weekend_sale img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}

.weekend_sale {
  position: relative;
  background: var(--theme);
  border-radius: 10px;
}

.week_over {
  padding: 80px 30px;
}

.week_over h4 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

.week_over h3 {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 50px;
}

.week_over h3 span {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

.week_over a {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  background: #fff;
}


.brd-pad {
  border-top: 2px solid #b7b7b7;
  padding-top: 40px;
  display: flex;
  align-items: center;
  margin-top: 0;
}

.sign_up ul {
  text-align: right;
}

.sign_up ul li form {
  position: relative;
}

.sign_up ul li form input {
  width: 100%;
  border-radius: 5px;
  padding-left: 15px;
  height: 50px;
  font-family: 'Raleway', sans-serif;
  color: #000;
  border: 1px solid #000;
}

.new-collection-slider1 .slick-prev {
  left: -40px;
  z-index: 1;
}

.sign_up ul li form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 50px;
  padding: 0px 30px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  background: var(--theme);
}

.sign_up ul li:last-child {
  width: 50%;
  margin-left: 15px;
}

.explore-num {
  /* text-align: center; */
  border-left: 2px solid #8080804f;
  padding-left: 30px;
  margin: 40px 0;
}


.couter-span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.couter-span span {
  color: #b8957b;
  font-size: 40px;
}

.counting {
  font-size: 34px;
  color: var(--theme);
  line-height: 10px;
}

.explore-num p {
  text-transform: capitalize;
}


.explore-text h2 {
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  width: 90%;
  font-size: 40px;
}

.industry-box {
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #80808047;
  border-radius: 50%;
  height: 110px;
  text-align: center;
  width: 110px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.6s all ease-in-out;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
}

.industry-box p {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
}

.industry-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 auto 8px;
  mix-blend-mode: darken;
}

section.industry-wrap.all-section {
  padding-top: 0;
}

.industry-box:hover {
  border-color: #7e7e7e;
  background: #f0f0f0;
}

.slick-prev:before {
  content: "\f104";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev,
.slick-next {
  top: 43%;
}

.slick-next:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme);
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-slider .slick-prev {
  left: 0;
  z-index: 99;
}

.categories-slider .slick-next {
  right: 0;
}

.wed-slider-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.wed-slider-item {
  position: relative;
}

.wed-slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000047;
  top: 0;
  left: 0;
}

.wed-slider-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: max-content;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

/* Header Ends */


/* Inner Blog Section Start*/

.make-design-clothes-at-home-sec {
  padding: 100px 0;
}

.make-design-clothes-at-home-images img {
  width: 100%;
  height: 725px;
  object-fit: cover;
  border-radius: 15px;
}

.make-design-clothes-at-home-text h2 {
  color: #000000;
  font-size: 45px;
  margin-bottom: 15px;
  font-weight: 700;
}

.make-design-clothes-at-home-text h3 {
  color: #000000;
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 800;
}

.make-design-clothes-at-home-text ul li {
  color: #8a8a8a;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.make-design-clothes-at-home-text {
  margin-top: 25px;
}

.make-design-clothes-at-home-text ul li strong {
  color: #000;
  font-weight: 800;
  margin-right: 5px;
}

.make-design-clothes-at-home-text ul {
  margin-top: 15px;
}

.make-design-clothes-at-home-text p {
  color: #8a8a8a;
  font-weight: 500;
}


/* Inner Blog Section Ends */


/*Footer Start*/


footer {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 1px solid;
}

.foot_logo .foot-logo {
  margin-bottom: 30px;
  width: 60%;
}

.foot_logo p {
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
}

.foot_logo .red {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  background: rgb(112, 14, 163);
  background: -moz-linear-gradient(left, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
  background: linear-gradient(to right, rgba(112, 14, 163, 1) 0%, rgba(18, 56, 159, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#700ea3', endColorstr='#12389f', GradientType=1);
}

.foot_logo ul li {
  display: inline-block;
  margin-right: 10px;
}

.foot_comp h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 40px;
}

.foot_comp h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: var(--theme);
  left: 0;
  bottom: -20px;
}

.foot_comp ul li:not(:last-child) {
  margin-bottom: 8px;
}

.foot_comp ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
}

.news_sub h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 40px;
}

.news_sub h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: var(--theme);
  left: 0;
  bottom: -20px;
}

.news_sub ul li:not(:last-child) {
  margin-bottom: 15px;
}

.news_sub ul li img {
  margin-right: 10px;
  width: 25px;

}

.news_sub ul li {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
}

.news_sub ul li a {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #000;
}


.follow_Social ul li {
  display: inline-block;
}

.follow_Social ul li:not(:first-child) {
  margin: 0 10px;
}

.follow_Social ul li span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

.follow_Social ul li a i {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
}

.follow_Social ul li a i:hover {
  background: #0c3b9f;
  transition: 0.3s ease-in-out;
}

.sign_up ul li {
  display: inline-block;
}

.sign_up ul li span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}

/*Footer End*/