/* General */

html,
body {
  height: 100%;
  font-family: "Muli", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Muli", sans-serif;
}

*:focus,
*:hover {
  outline: 0 !important;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "Muli", sans-serif;
  color: #636363;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 40px;
  text-align: center;
}

.section-title .product-price {
  font-size: 24px;
  font-weight: 700;
  color: #fe4231;
}

.section-title .product-price span {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}

.section-title h2 {
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 38px;
  position: relative;
}

.section-title h2:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 80px;
  height: 3px;
  background: #fe4231;
  content: "";
  margin: 0 auto;
}

.section-title p {
  color: #6e6e6e;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

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

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  color: #ffffff;
  background: #fe4231;
  text-transform: uppercase;
}

.site-btn {
  color: #ffffff;
  background: #fe4231;
  border: 1px solid #fe4231;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 45px 11px;
  cursor: pointer;
}


/* Preloder */
/* Page Preloader Section */

#preload {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  background: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  text-align: center;
}

.load {
  animation: pageload 0.8s linear infinite;
  width: 50px;
  height: 50px;
  border: solid transparent;
  border-radius: 50%;
  z-index: 25000;
}

@keyframes pageload {
  25% {
    border-right-color: yellow;
  }
  50% {
    border-bottom-color: blue;
  }
  75% {
    border-left-color: green;
  }
  100% {
    border-top-color: red;
  }
}

/* Header Section */

.header-top {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

/* Socail Icon Section */

.header-top .f-left {
  float: left;
}

.header-top .top-social {
  float: left;
  padding-right: 25px;
  padding-top: 17px;
  padding-bottom: 15px;
  border-right: 1px solid #e5e5e5;
}

.header-top .top-social a {
  color: #252525;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  transition: color 0.3s;
}

.header-top .top-social a:hover {
  color: #fe4231;
  text-decoration: none;
}

/* Account Icon Section */

.header-top .f-right {
  float: right;
}

.header-top .f-right .nav-right {
  padding: 0 0 0 20px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  list-style: none;
}

.header-top .f-right .nav-right li.user-icon {
  position: relative;
}

.header-top .f-right .nav-right li.user-icon:hover .login-hover,
.header-top .f-right .nav-right li.user-icon:focus .login-hover,
.header-top .f-right .nav-right li.user-icon:active .login-hover {
  visibility: visible;
  opacity: 1;
  z-index: 4000;
}

.header-top .f-right .login-panel {
  font-size: 14px;
  color: #252525;
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 15px;
  cursor: pointer;
}

.header-top .f-right .login-hover {
  position: absolute;
  top: 56px;
  right: 0px;
  width: 250px;
  display: flex;
  border: solid 0.2px #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  z-index: 99;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  transition: all 0.3s;
}

.header-top .f-right .logbtn {
  background-color: #fe4231;
  color: white;
  outline: none;
  border: none;
}

.header-top .f-right .logbtn:hover,
.header-top .f-right .logbtn:focus,
.header-top .f-right .logbtn:active {
  background-color: #fe4231;
  outline: none;
  border: none;
  opacity: 0.7;
}

.insidelog {
  padding: 5px 0px;
}

.insidelog a {
  color: #fe4231;
  text-decoration: none;
}
/* Inner Header Section */

.inner-header {
  padding: 35px 0;
}

.inner-header .logo {
  float: left;
  padding: 10px 0px 10px 0;
}

.inner-header .logo a {
  display: inline-block;
  color: #fe4231;
  text-decoration: none;
  font-weight: bolder;
  line-height: 0.9;
  font-family: "Sofia";
  font-size: 34px;
}

.inner-header .input-group input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: black;
  padding-left: 20px;
  height: 50px;
  border: 1px solid #ebebeb;
}

.inner-header .input-group button {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  right: -3px;
  top: -1px;
  border: 1px solid #fe4231;
  background: #fe4231;
  padding: 12px 16px 12px;
  cursor: pointer;
}

.inner-header .nav-right {
  padding: 10px 0;
}

.inner-header .nav-right li {
  list-style: none;
  display: inline-block;
  font-size: 20px;
  margin-left: 15px;
}

.inner-header .nav-right li.heart-icon a {
  color: #252525;
  position: relative;
  display: inline-block;
}

.inner-header .nav-right li.heart-icon a span {
  position: absolute;
  right: -8px;
  top: -1px;
  height: 15px;
  width: 15px;
  background: #fe4231;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 15px;
}

.inner-header .nav-right li.cart-icon {
  position: relative;
}

.inner-header .nav-right li.cart-icon:hover .cart-hover {
  opacity: 1;
  visibility: visible;
  top: 60px;
}

.inner-header .nav-right li.cart-icon a {
  color: #252525;
  position: relative;
  display: inline-block;
}

.inner-header .nav-right li.cart-icon a span {
  position: absolute;
  right: -8px;
  top: -1px;
  height: 15px;
  width: 15px;
  background: #fe4231;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 15px;
}

.inner-header .nav-right li.cart-icon .cart-hover {
  position: absolute;
  right: -70px;
  top: 100px;
  width: 350px;
  background: #ffffff;
  z-index: 99;
  text-align: left;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table {
  width: 100%;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td {
  padding-bottom: 20px;
}

.inner-header
  .nav-right
  li.cart-icon
  .cart-hover
  .select-items
  table
  tr
  td.si-pic
  img {
  border: 1px solid #ebebeb;
}

.inner-header
  .nav-right
  li.cart-icon
  .cart-hover
  .select-items
  table
  tr
  td.si-text {
  padding-left: 18px;
}

.inner-header
  .nav-right
  li.cart-icon
  .cart-hover
  .select-items
  table
  tr
  td.si-text
  .product-selected
  p {
  color: #fe4231;
  line-height: 30px;
  margin-bottom: 7px;
}

.inner-header
  .nav-right
  li.cart-icon
  .cart-hover
  .select-items
  table
  tr
  td.si-text
  .product-selected
  h6 {
  color: #232530;
}

.inner-header
  .nav-right
  li.cart-icon
  .cart-hover
  .select-items
  table
  tr
  td.si-close {
  color: #252525;
  font-size: 16px;
  cursor: pointer;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  padding-top: 26px;
  margin-bottom: 30px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total span {
  font-size: 14px;
  color: #fe4231;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: left;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total h5 {
  color: #fe4231;
  float: right;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  background: #191919;
  color: #ffffff;
  padding: 15px 30px 12px;
  margin-bottom: 10px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
  font-size: 12px;
  letter-spacing: 2px;
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 15px 30px 12px;
}

.inner-header .nav-right li.cart-price {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}

.nav-item {
  background: #252525;
  display: flex;
}

.nav-item .nav-depart {
  float: left;
}

.nav-item .nav-depart .depart-btn {
  background: #3b3b3b;
  color: #ffffff;
  padding: 14px 84px 14px 18px;
  cursor: pointer;
  position: relative;
}

.nav-item .nav-depart .depart-btn:hover .depart-hover {
  top: 52px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.nav-item .nav-depart .depart-btn:before {
  position: absolute;
  color: #ffffff;
  right: 20px;
  top: 13px;
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
}

.nav-item .nav-depart .depart-btn i {
  color: #ffffff;
  font-size: 16px;
}

.nav-item .nav-depart .depart-btn span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 16px;
}

.nav-item .nav-depart .depart-btn .depart-hover {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 62px;
  opacity: 0;
  visibility: hidden;
  padding-bottom: 29px;
  -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li {
  list-style: none;
}

.nav-item .nav-depart .depart-btn .depart-hover li.active a {
  color: #fe4231;
}

.nav-item .nav-depart .depart-btn .depart-hover li a {
  display: block;
  font-size: 16px;
  color: #000000;
  padding-left: 40px;
  padding-top: 16px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-item .nav-depart .depart-btn .depart-hover li a:hover {
  color: #fe4231;
}

.nav-item .nav-menu {
  display: inline-flex;
  position: relative;
  float: right;
}

.nav-item .nav-menu li {
  list-style: none;
  display: inline-block;
  margin-left: -5px;
  position: relative;
}

.nav-item .nav-menu li.active a {
  background: #fe4231;
}

.nav-item .nav-menu li a {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  border-right: 2px solid #3b3b3b;
  text-transform: uppercase;
  padding: 16px 42px 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-item .nav-menu li:first-child a {
  border-left: none;
}
.nav-item .nav-menu li:hover > a {
  background: #fe4231;
}

.nav-item .nav-menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  top: 52px;
}

.nav-item .nav-menu li .dropdown {
  position: absolute;
  right: 0;
  top: 82px;
  width: 200px;
  z-index: 99;
  background: #252525;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-item .nav-menu li .dropdown li {
  display: block;
  margin-left: 0;
}

.nav-item .nav-menu li .dropdown li:hover > a {
  background: transparent;
  color: #fe4231;
}

.nav-item .nav-menu li .dropdown li a {
  border-right: 0;
  padding: 13px 20px 12px 30px;
  text-transform: capitalize;
}

.slicknav_menu {
  display: none;
}

/*---------------------  Hero Section  -----------------------*/

.hero-items .single-hero-items {
  height: 725px;
  padding-top: 210px;
}

.hero-items .single-hero-items span {
  color: #fe4231;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 28px;
  display: inline-block;
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-items .single-hero-items h1 {
  color: #252525;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-items .single-hero-items p {
  margin-bottom: 42px;
  position: relative;
  top: 100px;
  opacity: 0;
}

.hero-items .single-hero-items .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
}

.hero-items .off-card {
  height: 154px;
  width: 154px;
  padding-top: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  position: absolute;
  left: 47%;
  top: 160px;
  background: #fe4231;
  z-index: 1;
  transform: rotate(45deg);
  opacity: 0;
}

.hero-items .off-card:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px dashed #ffffff;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.hero-items .off-card h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-items .off-card h2 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 6px;
}

.hero-items .owl-item.active .single-hero-items span,
.hero-items .owl-item.active .single-hero-items h1,
.hero-items .owl-item.active .single-hero-items p,
.hero-items .owl-item.active .single-hero-items .primary-btn {
  top: 0;
  opacity: 1;
}

.hero-items .owl-item.active .single-hero-items span {
    transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-items h1 {
  transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-items p {
  transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-items .primary-btn {
  transition: all 0.8s ease 0.8s;
}

.hero-items .owl-item.active .single-hero-items .off-card {
  opacity: 1;
  transform: rotate(0deg);
  transition: all 1s ease 1s;
}

.hero-items .owl-nav button[type="button"] {
  font-size: 30px;
  position: absolute;
  left: 40px;
  top: 45%;
  color: #252525;
}

.hero-items .owl-nav button[type="button"]:hover {
  color: #dfad51;
}

.hero-items .owl-nav button[type="button"].owl-next {
  left: auto;
  right: 40px;
}

/*---------------------   Banner Section -----------------------*/

.banner-section {
  padding: 80px 50px;
}

.single-banner {
  position: relative;
  z-index: 1;
}

.single-banner:hover::before {
  transform: scale(1);
}

.single-banner::before {
  position: absolute;
  left: 35px;
  top: 30px;
  border: 13px solid #ffffff;
  content: "";
  opacity: 0.3;
  width: calc(100% - 70px);
  height: calc(100% - 60px);  
  transform: scale(0);
  transition: all 0.3s;
}

.single-banner img {
  min-width: 100%;
}

.single-banner .inner-text {
  position: absolute;
  left: 0;
  top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
}

.single-banner .inner-text h4 {
  color: #252525;
  font-weight: 700;
  padding: 11px 28px;
  background: #ffffff;
  border-radius: 2px;
}

/*---------------------
  Women Banner Section
-----------------------*/

.women-banner {
  padding-right: 65px;
  padding-left: 65px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.product-large {
  height: 550px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  padding-top: 285px;
}

.product-large h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}

.product-large a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.product-large a:before {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  content: "";
}

.filter-control {
  text-align: center;
  margin-bottom: 45px;
  padding-top: 32px;
}

.filter-control h3 {
  list-style: none;
  display: inline-block;
  font-size: 22px;
  color: #b2b2b2;
  margin-right: 22px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

.hovclass a:hover {
  color: #fe4231 !important;
  opacity: 0.7;
}

.product-slider .owl-nav button[type="button"] {
  font-size: 30px;
  position: absolute;
  left: -62px;
  top: 25%;
  color: #171717;
  opacity: 0.3;
}

.product-slider .owl-nav button[type="button"].owl-next {
  left: auto;
  right: -62px;
  color: #171717;
  opacity: 1;
}

.product-slider .owl-dots {
  text-align: center;
  margin-top: 27px;
}

.product-slider .owl-dots button {
  width: 6px;
  height: 6px;
  background: #d8d9da;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
  margin-right: 0;
}

.product-slider .owl-dots button.active {
  width: 30px;
  background: #252525;
  border-radius: 50px;
}

.product-item {
  margin-bottom: 26px;
}

.product-item .pi-pic {
  max-height: 330px;
}

.product-item:hover .pi-pic ul {
  bottom: 0;
}

.product-item .pi-pic {
  overflow: hidden;
  position: relative;
}

.product-item .pi-pic img {
  min-width: 100%;
}

.product-item .pi-pic ul {
  position: absolute;
  left: 0;
  bottom: -52px;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
}

.product-item .pi-pic ul li {
  list-style: none;
  display: inline-block;
  background: #ffffff;
}

.product-item .pi-pic ul li.w-icon.active a {
  background: #fe4231;
  color: #ffffff;
}

.product-item .pi-pic ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  display: block;
  padding: 16px 18px 12px 19px;
}

.product-item .pi-text {
  text-align: center;
  padding-top: 26px;
}

.product-item .pi-text a {
  display: block;
}

.product-item .pi-text a h5 {
  color: #252525;
}

.product-item .pi-text .product-price {
  color: #fe4231;
  font-size: 20px;
  font-weight: 700;
}

/*---------------------
  Man Banner
-----------------------*/

.man-banner {
  padding-right: 65px;
  padding-left: 65px;
  padding-top: 70px;
  padding-bottom: 50px;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
  background: #191919;
  padding-top: 75px;
}

.footer-left {
  margin-bottom: 30px;
}

.footer-left .footer-logo {
  margin-bottom: 24px;
}

.footer-left .footer-logo a {
  display: inline-block;
  color: #fe4231;
  text-decoration: none;
  font-size: 30px;
  font-weight: bolder;
  line-height: 0.9;
  font-family: "Sofia";
  font-size: 34px;
}

.footer-left ul li {
  list-style: none;
  color: #b2b2b2;
  font-size: 16px;
  line-height: 30px;
}

.footer-left .footer-social {
  padding-top: 25px;
}

.footer-left .footer-social a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #434445;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  z-index: 1;
}

.footer-left .footer-social a:hover:before {
  opacity: 1;
}

.footer-left .footer-social a:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fe4231;
  content: "";
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 26px;
}

.footer-widget ul li {
  list-style: none;
}

.footer-widget ul li a {
  line-height: 36px;
  font-size: 16px;
  color: #b2b2b2;
}

.newslatter-item h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget ul li a:hover {
  line-height: 36px;
  font-size: 16px;
  color: white !important;
}

.newslatter-item p {
  color: #b2b2b2;
  line-height: 26px;
}

.newslatter-item .subscribe-form {
  position: relative;
}

.newslatter-item .subscribe-form input {
  color: #b2b2b2;
  background: #303030;
  width: 100%;
  height: 46px;
  font-size: 16px;
  border: none;
  padding-left: 20px;
}

.newslatter-item .subscribe-form input::placeholder {
  color: #b2b2b2;
}

.newslatter-item .subscribe-form button {
  display: inline-block;
  color: #ffffff;
  background: #fe4231;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #fe4231;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 20px 12px;
  cursor: pointer;
}

/*-------------------------------- Other Pages Style -------------------------------*/

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
  color: #252525;
}

.breadcrumb-text a {
  display: inline-block;
  font-size: 16px;
  color: #252525;
  margin-right: 28px;
  position: relative;
}

.breadcrumb-text a:after {
  position: absolute;
  right: -18px;
  top: 0px;
  content: "";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #b2b2b2;
}

.breadcrumb-text span {
  display: inline-block;
  color: #b2b2b2;
}

/*---------------------
  Product Shop
-----------------------*/

.product-shop {
  padding-top: 80px;
  padding-bottom: 80px;
}

.filter-widget {
  margin-bottom: 45px;
}

.filter-widget .fw-title {
  color: #252525;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 26px;
}

.filter-widget .filter-catagories li {
  list-style: none;
}

.filter-widget .filter-catagories li a {
  display: inline-block;
  color: #636363;
  font-size: 16px;
  line-height: 39px;
}

.filter-widget .fw-brand-check .bc-item {
  margin-bottom: 3px;
}

.filter-widget .fw-brand-check .bc-item label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}

.filter-widget .fw-brand-check .bc-item label input {
  position: absolute;
  visibility: hidden;
}

.filter-widget .fw-brand-check .bc-item label input:checked ~ span {
  background: #fe4231;
  border-color: #fe4231;
}

.filter-widget .fw-brand-check .bc-item label .checkmark {
  position: absolute;
  left: 0;
  top: 5px;
  height: 15px;
  width: 15px;
  border: 2px solid #ebebeb;
  border-radius: 2px;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
  left: 0;
  top: 0;
  width: 10px;
  height: 8px;
  border: solid white;
  border-width: 3px 3px 0px 0px;
  transform: rotate(127deg);
}

.filter-widget .filter-range-wrap {
  margin-bottom: 40px;
}

.filter-widget .filter-range-wrap .range-slider {
  margin-bottom: 25px;
}

.filter-widget .filter-range-wrap .range-slider .price-input {
  position: relative;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
  position: absolute;
  left: 58px;
  top: 13px;
  height: 1px;
  width: 17px;
  background: #ebebeb;
  content: "";
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
  font-size: 16px;
  color: #252525;
  max-width: 20%;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

.filter-widget
  .filter-range-wrap
  .range-slider
  .price-input
  input:nth-child(1) {
  margin-right: 28px;
}

.filter-widget .filter-range-wrap .price-range {
  border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #ebebeb;
  height: 3px;
}

.filter-widget
  .filter-range-wrap
  .price-range.ui-widget-content
  .ui-slider-handle {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 1px 6px 14px -4px #425c6d;
  box-shadow: 1px 6px 14px -4px #425c6d;
  outline: none;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range {
  background: #ebebeb;
  border-radius: 0;
}

.filter-widget
  .filter-range-wrap
  .price-range
  .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
  background: #fe4231;
}

.filter-widget .filter-btn {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background: #fe4231;
  padding: 7px 20px 5px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.filter-widget .fw-color-choose .cs-item {
  width: 50%;
  float: left;
  margin-bottom: 4px;
}

.filter-widget .fw-color-choose .cs-item input {
  position: absolute;
  visibility: hidden;
}

.filter-widget .fw-color-choose .cs-item label {
  cursor: pointer;
  position: relative;
  padding-left: 33px;
  font-size: 16px;
  color: #636363;
}

.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
  background: #8230e3;
}

.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
  background: #2773be;
}

.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
  background: #eeee21;
}

.filter-widget .fw-color-choose .cs-item label.cs-red:before {
  background: #dc3232;
}

.filter-widget .fw-color-choose .cs-item label.cs-green:before {
  background: #81d742;
}

.filter-widget .fw-color-choose .cs-item label:before {
  position: absolute;
  left: 0;
  top: 4px;
  height: 18px;
  width: 18px;
  background: #252525;
  border-radius: 50%;
  content: "";
}

.filter-widget .fw-size-choose .sc-item {
  display: inline-block;
  margin-right: 5px;
}

.filter-widget .fw-size-choose .sc-item:last-child {
  margin-right: 0;
}

.filter-widget .fw-size-choose .sc-item input {
  position: absolute;
  visibility: hidden;
}

.filter-widget .fw-size-choose .sc-item label {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  height: 40px;
  width: 47px;
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-widget .fw-size-choose .sc-item label.active {
  background: #252525;
  color: #ffffff;
}

.filter-widget .fw-tags a {
  display: inline-block;
  font-size: 16px;
  color: #636363;
  padding: 5px 15px;
  border: 1px solid #ebebeb;
  margin-right: 5px;
  margin-bottom: 9px;
  border-radius: 2px;
}

.checkmark:after {
  position: absolute;
  content: "";
}

.product-show-option {
  margin-bottom: 30px;
}

.product-show-option .select-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-show-option .select-option .nice-select {
  border-radius: 0;
  border: 1px solid #ecedee;
  height: 40px;
  line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
}

.product-show-option .select-option .nice-select:after {
  border-bottom: 2px solid #4c4c4c;
  border-right: 2px solid #4c4c4c;
  height: 7px;
  right: 22px;
  top: 47%;
  width: 7px;
  opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
  font-size: 16px;
  color: #4c4c4c;
}

.product-show-option .select-option .sorting {
  margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
  padding-right: 70px;
}

.product-show-option .select-option .p-show.nice-select {
  padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
  position: absolute;
  right: 48px;
  top: 0;
  content: "09";
  font-size: 16px;
  color: #252525;
}

.product-show-option p {
  margin-bottom: 0;
  color: #636363;
  line-height: 39px;
}

.product-list .product-item {
  margin-bottom: 25px;
}

/*---------------------
  My Account Details
-----------------------*/
.insider {
  padding: 20px 0px 20px 0;
  display: flex;
  justify-content: space-between;
}

.insider ul li a {
  color: black !important;
  text-align: center;
}

.insider ul li a:hover {
  color: #fe4231 !important;
  opacity: 0.8;
}

.insider ul li a i {
  padding: 10px 8px;
}

/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
  padding-bottom: 60px;
}

.product-pic-zoom {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.product-pic-zoom img {
  min-width: 100%;
}

.product-pic-zoom .zoom-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.product-pic-zoom .zoom-icon i {
  color: #4c4c4c;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #d7d7d7;
  text-align: center;
  border-radius: 50%;
  line-height: 37px;
}

.product-thumbs .pt {
  cursor: pointer;
  position: relative;
}

.product-thumbs .pt.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #fe4231;
  z-index: 1;
}

.ps-slider .owl-nav button[type="button"] {
  height: 30px;
  width: 30px;
  background: #ffffff;
  color: #a7a7a7;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 20px;
  -webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
  box-shadow: 0px 6px 10px -1px #e9e9e9;
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ps-slider .owl-nav button[type="button"].owl-next {
  left: auto;
  right: -16px;
}

.product-details .pd-title {
  position: relative;
  margin-bottom: 6px;
}

.product-details .pd-title span {
  display: block;
  font-size: 12px;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 23px;
}

.product-details .pd-title h3 {
  color: #252525;
  font-weight: 700;
}

.product-details .pd-rating {
  margin-bottom: 10px;
}

.product-details .pd-rating i {
  font-size: 12px;
  display: inline-block;
  color: #fac451;
  margin-right: -3px;
}

.product-details .pd-rating span {
  font-size: 12px;
  color: #999591;
}

.product-details .pd-desc {
  margin-bottom: 24px;
}

.product-details .pd-desc p {
  color: #636363;
}

.product-details .pd-desc h4 {
  color: #fe4231;
  font-weight: 700;
}

.product-details .pd-desc h4 span {
  font-size: 18px;
  font-weight: 400;
  color: #b7b7b7;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 13px;
}

.product-details .pd-color {
  margin-bottom: 25px;
}

.product-details .pd-color h6 {
  color: #252525;
  font-weight: 700;
  float: left;
  margin-right: 28px;
}

.product-details .pd-color .pd-color-choose {
  display: inline-block;
}

.product-details .pd-color .pd-color-choose .cc-item {
  display: inline-block;
  margin-right: 10px;
}

.product-details .pd-color .pd-color-choose .cc-item input {
  position: absolute;
  visibility: hidden;
}

.product-details .pd-color .pd-color-choose .cc-item label {
  height: 20px;
  width: 20px;
  background: #252525;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 0;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
  background: #eeee21;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
  background: #8230e3;
}

.product-details .pd-size-choose {
  margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
  display: inline-block;
  margin-right: 5px;
}

.product-details .pd-size-choose .sc-item:last-child {
  margin-right: 0;
}

.product-details .pd-size-choose .sc-item input {
  position: absolute;
  visibility: hidden;
}

.product-details .pd-size-choose .sc-item label {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  height: 40px;
  width: 47px;
  border: 1px solid #ebebeb;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
}

.product-details .pd-size-choose .sc-item label.active {
  background: #252525;
  color: #ffffff;
}

.product-details .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 33px;
}

.product-details .quantity .pro-qty {
  width: 123px;
  height: 46px;
  border: 2px solid #ebebeb;
  padding: 0 15px;
  float: left;
  margin-right: 14px;
}

.product-details .quantity .pro-qty .qtybtn {
  font-size: 24px;
  color: #b2b2b2;
  float: left;
  line-height: 38px;
  cursor: pointer;
  width: 18px;
}

.product-details .quantity .pro-qty .qtybtn.dec {
  font-size: 30px;
}

.product-details .quantity .pro-qty input {
  text-align: center;
  width: 52px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #4c4c4c;
  line-height: 40px;
  float: left;
}

.product-details .quantity .primary-btn.pd-cart {
  outline: none;
  border: none;
  padding: 14px 70px 10px;
}

.product-details .pd-tags {
  margin-bottom: 27px;
}

.product-details .pd-tags li {
  list-style: none;
  font-size: 16px;
  color: #636363;
  line-height: 30px;
}

.product-details .pd-tags li span {
  color: #252525;
  font-weight: 700;
  text-transform: uppercase;
}

.product-details .pd-share {
  overflow: hidden;
}

.product-details .pd-share .p-code {
  font-size: 16px;
  color: #252525;
  float: left;
}

.product-details .pd-share .pd-social {
  float: right;
}

.product-details .pd-share .pd-social a {
  display: inline-block;
  color: #252525;
  font-size: 14px;
  margin-left: 15px;
}

.product-tab {
  padding-top: 60px;
}

.tab-item ul li:nth-child(1) a {
  border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(2) a {
  border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(3) a {
  border-right: 1px solid #ebebeb;
}

.tab-item ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #b2b2b2;
  text-transform: uppercase;
  padding: 18px 61px;
  position: relative;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.tab-item ul li a.active {
  color: #252525;
}

.tab-item ul li a.active:before {
  opacity: 1;
}

.tab-item ul li a::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 5px;
  background: #fe4231;
  content: "";
  opacity: 0;
}

.product-content {
  padding-top: 40px;
}

.product-content h5 {
  color: #252525;
  font-weight: 700;
  margin-bottom: 23px;
}

.product-content p {
  margin-bottom: 34px;
}

.product-content img {
  min-width: 100%;
}

.specification-table {
  padding-top: 52px;
}

.specification-table table {
  width: 100%;
}

.specification-table table tr td {
  border: 1px solid #eff0f2;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.specification-table table tr td.p-catagory {
  width: 310px;
  text-align: left;
  padding-left: 34px;
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 700;
  text-transform: uppercase;
}

.specification-table table tr td .pd-rating i {
  font-size: 12px;
  display: inline-block;
  color: #fac451;
  margin-right: -3px;
}

.specification-table table tr td .pd-rating span {
  font-size: 12px;
  color: #999591;
}

.specification-table table tr td .p-price {
  color: #fe4231;
  font-size: 16px;
  font-weight: 700;
}

.specification-table table tr td .cart-add {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  text-transform: uppercase;
}

.specification-table table tr td .p-stock,
.specification-table table tr td .p-size,
.specification-table table tr td .p-code {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 700;
}

.specification-table table tr td .p-weight {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 700;
}

.specification-table table tr td .p-size {
  text-transform: uppercase;
}

.specification-table table tr td .cs-color {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #252525;
  border-radius: 50%;
}

.customer-review-option {
  padding-top: 55px;
}

.customer-review-option h4 {
  color: #292f3b;
  font-weight: 700;
  margin-bottom: 35px;
}

.customer-review-option .comment-option .co-item {
  margin-bottom: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic {
  float: left;
  margin-right: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic img {
  height: 63px;
  width: 63px;
  border-radius: 50%;
}

.customer-review-option .comment-option .co-item .avatar-text {
  display: table;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating {
  line-height: 9px;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating i {
  font-size: 12px;
  display: inline-block;
  color: #fac451;
  margin-right: -3px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 {
  color: #252525;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span {
  color: #b2b2b2;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 22px;
  position: relative;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span:before {
  position: absolute;
  left: -18px;
  top: -5px;
  content: "-";
  font-size: 18px;
  color: #b2b2b2;
}

.customer-review-option .comment-option .co-item .avatar-text .at-reply {
  font-size: 14px;
  color: #636363;
}

.customer-review-option .personal-rating {
  margin-bottom: 50px;
  padding-top: 10px;
}

.customer-review-option .personal-rating h6 {
  color: #252525;
}

.customer-review-option .personal-rating .rating i {
  font-size: 12px;
  display: inline-block;
  color: #fac451;
  margin-right: -3px;
}

.customer-review-option .leave-comment h4 {
  color: #292f3b;
  font-weight: 700;
  margin-bottom: 35px;
}

.customer-review-option .leave-comment .comment-form input {
  width: 100%;
  font-size: 16px;
  color: #636363;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.customer-review-option .leave-comment .comment-form textarea {
  width: 100%;
  resize: none;
  font-size: 16px;
  color: #636363;
  height: 116px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 45px;
}

/*---------------------
  Related Products
-----------------------*/

.related-products {
  padding-top: 0;
  padding-bottom: 50px;
}

.related-products .section-title {
  margin-bottom: 50px;
}

.related-products .section-title h2:before {
  display: none;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
  padding-top: 80px;
  padding-bottom: 60px;
}

.cart-table {
  margin-bottom: 40px;
}

.cart-table table {
  width: 100%;
  min-width: 480px;
  border: 1px solid #ebebeb;
}

.cart-table table tr th {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  padding: 18px 0 19px;
  text-transform: uppercase;
}

.cart-table table tr th.p-name {
  text-align: left;
}

.cart-table table tr td {
  text-align: center;
  padding-bottom: 34px;
}

.cart-table table tr td.first-row {
  padding-top: 30px;
}

.cart-table table tr td.cart-pic {
  width: 21%;
}

.cart-table table tr td.cart-title {
  text-align: left;
}

.cart-table table tr td.cart-title h5 {
  color: #252525;
}

.cart-table table tr td.p-price {
  width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
  color: #fe4231;
  font-size: 16px;
  font-weight: 700;
}

.cart-table table tr td.qua-col {
  width: 16%;
}

.cart-table table tr td.qua-col .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
  width: 123px;
  height: 46px;
  border: 2px solid #ebebeb;
  padding: 0 15px;
  float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
  font-size: 24px;
  color: #b2b2b2;
  float: left;
  line-height: 38px;
  cursor: pointer;
  width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
  font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
  text-align: center;
  width: 52px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  color: #4c4c4c;
  line-height: 40px;
  float: left;
}

.cart-table table tr td.total-price {
  width: 12%;
}

.cart-table table tr td.close-td {
  font-size: 16px;
  color: #252525;
  width: 8%;
}

.cart-table table tr td.close-td i {
  cursor: pointer;
}

.cart-buttons {
  margin-bottom: 34px;
}

.cart-buttons .continue-shop {
  color: #b2b2b2;
  border: 2px solid #ebebeb;
  background: #ffffff;
  margin-right: 8px;
  padding: 12px 20px 12px 20px;
  margin-bottom: 10px;
}

.cart-buttons .up-cart {
  color: #252525;
  background: #f3f3f3;
  border: 2px solid #ebebeb;
  padding: 12px 20px 12px 20px;
}

.discount-coupon {
  margin-bottom: 30px;
}

.discount-coupon h6 {
  color: #232530;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.discount-coupon .coupon-form {
  position: relative;
}

.discount-coupon .coupon-form input {
  width: 100%;
  height: 46px;
  border: 2px solid #ebebeb;
  color: #b2b2b2;
  font-size: 14px;
  padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #252525;
  background: transparent;
  border: 1px solid transparent;
  padding: 13px 25px 10px 35px;
}

.proceed-checkout ul {
  border: 2px solid #ebebeb;
  background: #f3f3f3;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 16px;
  padding-bottom: 20px;
}

.proceed-checkout ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
  overflow: hidden;
}

.proceed-checkout ul li.subtotal {
  font-weight: 400;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
  font-weight: 700;
}

.proceed-checkout ul li.cart-total {
  padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
  color: #fe4231;
}

.proceed-checkout ul li span {
  float: right;
}

.proceed-checkout .proceed-btn {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #252525;
  text-transform: uppercase;
  padding: 15px 25px 14px 25px;
  display: block;
  text-align: center;
}

/*---------------------
  Check Out
-----------------------*/

.checkout-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.checkout-content {
  margin-bottom: 50px;
}

.checkout-content .content-btn,
.checkout-content input {
  color: #252525;
  font-size: 16px;
  border: 2px solid #ebebeb;
  padding: 14px 20px;
  background: #f3f3f3;
  text-align: center;
  display: block;
}

.checkout-content input {
  height: 56px !important;
}

.checkout-form h4 {
  color: #252525;
  font-weight: 700;
  margin-bottom: 30px;
}

.checkout-form label {
  color: #252525;
  font-size: 16px;
  margin-bottom: 5px;
}

.checkout-form label span {
  color: #d85d5c;
}

.checkout-form input {
  width: 100%;
  height: 46px;
  border: 2px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 15px;
}

.checkout-form input.street-first {
  margin-bottom: 20px;
}

.checkout-form .create-item {
  padding-top: 15px;
  padding-bottom: 25px;
}

.checkout-form .create-item a {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
  color: #b2b2b2;
  transition: color 0.5s;
}

.checkout-form .create-item a:hover {
  color: #fe4231;
}

.checkout-form .place-order .order-total {
  border: 2px solid #ebebeb;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 35px;
}

.checkout-form .place-order .order-total .order-table {
  margin-bottom: 64px;
}

.checkout-form .place-order .order-total .order-table li {
  list-style: none;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  padding-top: 30px;
}

.checkout-form .place-order .order-total .order-table li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  padding-top: 0;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
  font-weight: 400;
  text-transform: capitalize;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span {
  font-weight: 700;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
  color: #fe4231;
}

.checkout-form .place-order .order-total .order-table li span {
  float: right;
}

.checkout-form .place-order .order-total .payment-check {
  margin-bottom: 50px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  margin-bottom: 0;
  font-size: 14px;
  color: #252525;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input {
  position: absolute;
  visibility: hidden;
}

.checkout-form
  .place-order
  .order-total
  .payment-check
  .pc-item
  label
  input:checked
  ~ span {
  background: #fe4231;
  border-color: #fe4231;
}

.checkout-form
  .place-order
  .order-total
  .payment-check
  .pc-item
  label
  .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 13px;
  width: 13px;
  border: 2px solid #b2b2b2;
  border-radius: 2px;
}

.checkout-form
  .place-order
  .order-total
  .payment-check
  .pc-item
  label
  .checkmark:after {
  left: 0;
  top: 0;
  width: 9px;
  height: 6px;
  border: solid #ffffff;
  border-width: 2px 2px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
}

.checkout-form .place-order .order-total .order-btn {
  text-align: center;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
  padding: 13px 40px 11px;
  background: #000000;
  border-color: #000000;
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
  padding-top: 75px;
  padding-bottom: 80px;
}

.contact-title {
  margin-bottom: 30px;
}

.contact-title h4 {
  color: #252525;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-widget .cw-item {
  background: #ffffff;
  margin-bottom: 11px;
  -webkit-box-shadow: 0px 8px 35px 10px #e8e8e8;
  box-shadow: 0px 8px 35px 10px #e8e8e8;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.contact-widget .cw-item .ci-icon {
  float: left;
  margin-top: 12px;
}

.contact-widget .cw-item .ci-icon i {
  font-size: 30px;
  color: #b2b2b2;
}

.contact-widget .cw-item .ci-text {
  display: table;
  padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
  color: #b2b2b2;
  font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
  font-size: 18px;
  color: #252525;
  margin-bottom: 0;
}

.contact-form .leave-comment h4 {
  color: #292f3b;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-form .leave-comment p {
  margin-bottom: 38px;
}

.contact-form .leave-comment .comment-form input {
  width: 100%;
  font-size: 16px;
  color: #636363;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.contact-form .leave-comment .comment-form textarea {
  width: 100%;
  resize: none;
  font-size: 16px;
  color: #636363;
  height: 150px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
  padding: 13px 35px 11px;
}

/*---------------------
  Register Form
-----------------------*/

.register-login-section {
  padding-top: 72px;
  padding-bottom: 80px;
}

.register-form h2,
.login-form h2 {
  color: #252525;
  font-weight: 700;
  text-align: center;
  margin-bottom: 35px;
}

.register-form form .group-input,
.login-form form .group-input {
  margin-bottom: 25px;
}

.register-form form .group-input label,
.login-form form .group-input label {
  display: block;
  font-size: 18px;
  color: #252525;
  margin-bottom: 13px;
}

.register-form form .group-input input,
.login-form form .group-input input {
  border: 1px solid #ebebeb;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 15px;
}

.register-form form .register-btn,
.register-form form .login-btn,
.login-form form .register-btn,
.login-form form .login-btn {
  width: 100%;
  letter-spacing: 2px;
  margin-top: 5px;
}

.register-form .switch-login,
.login-form .switch-login {
  text-align: center;
  margin-top: 22px;
}

.register-form .switch-login .or-login,
.login-form .switch-login .or-login {
  color: #252525;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.register-form .switch-login .or-login:before,
.login-form .switch-login .or-login:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #9f9f9f;
  content: "";
}

.login-form .group-input.gi-check {
  margin-bottom: 8px;
}

.login-form .group-input .gi-more {
  overflow: hidden;
}

.login-form .group-input .gi-more label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
  font-size: 14px;
  color: #6b6b6b;
  float: left;
}

.login-form .group-input .gi-more label input {
  position: absolute;
  visibility: hidden;
}

.login-form .group-input .gi-more label input:checked ~ span {
  border-color: #6c6c6c;
}

.login-form .group-input .gi-more label input:checked ~ span:after {
  border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 13px;
  width: 13px;
  border: 1px solid #6c6c6c;
  border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
  left: 2px;
  top: -2px;
  width: 13px;
  height: 6px;
  border: solid #ffffff;
  border-width: 2px 2px 0px 0px;
  -webkit-transform: rotate(127deg);
  -ms-transform: rotate(127deg);
  transform: rotate(127deg);
}

.login-form .group-input .gi-more .forget-pass {
  float: right;
  line-height: 20px;
  margin-top: -2px;
  font-size: 14px;
  color: #6b6b6b;
}

/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .inner-header .advanced-search .input-group button {
    right: -14px;
  }
  .product-item .pi-pic ul li a {
    padding: 16px 12px 12px 11px;
  }
  .nav-item .nav-menu li a {
    padding: 16px 45px 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-header .advanced-search .category-btn {
    max-width: 36%;
  }
  .inner-header .advanced-search .input-group {
    max-width: 64%;
  }
  .nav-item .nav-menu li a {
    padding: 16px 26px 15px;
  }
  .hero-items .owl-nav button[type="button"] {
    left: 5px;
  }
  .hero-items .owl-nav button[type="button"].owl-next {
    right: 5px;
  }
  .countdown-timer .cd-item {
    margin-right: 26px;
  }
  .product-details .quantity .primary-btn.pd-cart {
    padding: 14px 30px 10px;
  }
  .tab-item ul li a {
    padding: 18px 39px;
  }
  .inner-header .advanced-search .input-group button {
    right: -7px;
  }
  .product-shop .product-item .pi-pic ul li a {
    padding: 16px 12px 12px 11px;
  }
  .related-products .product-item .pi-pic ul li a {
    padding: 16px 12px 12px 11px;
  }
}

@media only screen and (max-width: 991px) {
  .banner-section {
    padding: 80px 0 50px;
  }
  .single-banner {
    margin-bottom: 30px;
  }
  .women-banner {
    padding-right: 0;
    padding-left: 0;
  }
  .product-large {
    margin-left: 0;
    margin-right: 0;
  }
  .deal-of-week {
    margin-left: 0;
    margin-right: 0;
  }
  .product-slider .owl-nav button[type="button"] {
    display: none;
  }
  .man-banner {
    padding-right: 0;
    padding-left: 0;
  }
  .place-order {
    padding-top: 30px;
  }
  .contact-form {
    padding-top: 40px;
  }
  .product-large.m-large {
    margin-top: 40px;
  }
  .hero-items .owl-nav button[type="button"] {
    left: 5px;
  }
  .hero-items .owl-nav button[type="button"].owl-next {
    right: 5px;
  }
  .product-shop.page-details .product-details {
    padding-top: 30px;
  }
  .inner-header .advanced-search .input-group button {
    right: -8px;
  }
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .ht-right .login-panel {
    padding-left: 10px;
  }
  .header-top .ht-right .top-social {
    padding-right: 10px;
  }
  .header-top .ht-left .mail-service {
    padding-right: 10px;
  }
  .header-top .ht-left .phone-service {
    padding-left: 10px;
  }
  .header-top .ht-right .top-social a {
    margin-left: 10px;
  }
  .inner-header .advanced-search .category-btn {
    max-width: 40%;
    padding-right: 25px;
  }
  .inner-header .advanced-search .input-group {
    max-width: 60%;
  }
  .inner-header .nav-right li {
    margin-left: 8px;
  }
  .nav-item .nav-depart .depart-btn {
    padding: 14px 40px 14px 18px;
  }
  .nav-item .nav-menu li a {
    padding: 16px 10px 15px;
  }

  .tab-item ul li a {
    padding: 18px 39px;
  }
  .hero-items .off-card {
    left: 62%;
  }
  .checkout-content input {
    margin-top: 50px;
  }
}

/* Large Device: 480px */

@media only screen and (max-width: 767px) {
  .header-top .top-social {
    display: none;
  }
  .header-top .ht-right .login-panel {
    padding-top: 9px;
    padding-bottom: 7px;
  }
  .header-top .ht-right .lan-selector {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .inner-header .advanced-search .category-btn {
    display: none;
  }
  .inner-header .advanced-search .input-group {
    max-width: 100%;
  }
  .inner-header {
    padding: 0;
  }
  .inner-header .logo {
    text-align: center;
  }
  .inner-header .nav-right {
    text-align: left;
  }
  .inner-header .nav-right li:first-child {
    margin-left: 0;
  }
  .nav-item .nav-depart .depart-btn {
    padding: 14px 50px 14px 18px;
  }
  .nav-item {
    background: transparent;
  }
  .nav-item .nav-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
    background: transparent;
    text-align: center;
    margin-top: -48px;
  }
  .slicknav_nav {
    background: #333;
  }
  .slicknav_nav ul {
    margin: 0;
    text-align: left;
  }
  .slicknav_nav a,
  .slicknav_nav .slicknav_row {
    margin: 0;
  }
  .slicknav_nav .dropdown a {
    padding-left: 25px;
  }
  .nav-item .nav-depart {
    display: none;
  }
  .slicknav_btn {
    border-radius: 0;
    background-color: #fe4231;
    display: inline-block;
    right: -16px;
  }
  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 8px 15px;
  }
  .slicknav_nav a:hover {
    border-radius: 0;
    background: #fe4231;
    color: #fff;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #fe4231;
    color: #fff;
  }
  .inner-header .nav-right li.cart-icon .cart-hover {
    left: -50px;
  }
  .product-show-option p {
    text-align: left;
  }
  .tab-item ul li a {
    padding: 18px 51px;
    margin-bottom: 10px;
  }
  .cart-table {
    overflow: auto;
  }
  .cart-table table tr th {
    font-size: 12px;
  }
  .hero-items .single-hero-items {
    padding: 110px 25px 80px;
    height: auto;
    background: left center;
  }
  .hero-items .single-hero-items h1 {
    font-size: 40px;
  }
  .hero-items .off-card {
    display: none;
  }
  .ps-slider .owl-nav button[type="button"] {
    left: 0;
  }
  .ps-slider .owl-nav button[type="button"].owl-next {
    right: 0;
  }
  .checkout-content input {
    margin-top: 50px;
  }

  .insider {
    padding: 20px 0px 20px 0;
    display: flex;
    justify-content: center;
  }

  .header-top .f-right .logbtn {
    background-color: #fe4231;
    color: white;
    outline: none;
    border: none;
  }

  .header-top .f-right .logbtn:hover,
  .header-top .f-right .logbtn:focus,
  .header-top .f-right .logbtn:active {
    background-color: #fe4231;
    outline: none;
    border: none;
    opacity: 0.7;
  }
}

/* Small Device: 320px */

@media only screen and (max-width: 479px) {
  .inner-header .advanced-search .category-btn {
    display: none;
  }
  .inner-header .advanced-search .input-group {
    max-width: 100%;
  }
  .inner-header .nav-right li.cart-icon .cart-hover {
    width: 270px;
    padding: 20px;
    display: none;
  }
  .product-show-option .select-option {
    display: inline-block;
  }
  .product-show-option .select-option .sorting.nice-select {
    margin-bottom: 10px;
  }
  .product-details .quantity .primary-btn.pd-cart {
    padding: 14px 20px 10px;
  }
  .tab-item ul li a {
    padding: 18px 30px;
    margin-bottom: 10px;
  }
  .specification-table table tr td.p-catagory {
    width: 160px;
  }
  .checkout-form .place-order .order-total {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-widget .cw-item .ci-icon {
    float: none;
    margin-bottom: 5px;
  }
  .contact-widget .cw-item .ci-text {
    padding-left: 0;
  }
  .benefit-items .single-benefit {
    padding-left: 15px;
    padding-right: 15px;
  }
}
