html,
body {
  height: 100%;
}

.floatleft {
  float: left
}

.floatright {
  float: right
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px
}

.aligncenter {
  display: block;
  margin: 0 auto 15px
}

a:focus {
  outline: 0px solid
}

img {
  max-width: 100%;
  height: auto
}

.fix {
  overflow: hidden
}

p {
  margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #ec4445;
  text-decoration: none;
}

a:active {
  outline: 0 none;
}

a:focus {
  text-decoration: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0
}

.clear {
  clear: both
}

body {
  line-height: 1.2;
  color: #444;
  font-family: 'Lato', sans-serif;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*************************
 Bootstrap Custom Container
************************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

/*************************
   Text color
*************************/
.text-blue {
  color: #4FC1F0;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #363636;
}

.text-theme {
  color: #f10;
}

.text-white h1,
.text-white p,
.text-white h2 {
  color: #fff;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #363636;
}

.text-theme {
  color: #f10;
}

/*colored background*/
.white-bg {
  background: #fff !important;
}

.gray-bg {
  background: #f6f6f6 !important;
}

.black-bg {
  background: #252525 !important;
}

.blue-bg {
  background: #4FC1F0 !important;
}

.default-bg {
  background: #50C1F0 !important;
}

.transparent-bg {
  background: transparent !important;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0
}

.mt-10 {
  margin-top: 10px
}

.mt-15 {
  margin-top: 15px
}

.mt-20 {
  margin-top: 20px
}

.mt-30 {
  margin-top: 30px
}

.mt-40 {
  margin-top: 40px
}

.mt-50 {
  margin-top: 50px
}

.mt-60 {
  margin-top: 60px
}

.mt-70 {
  margin-top: 70px
}

.mt-80 {
  margin-top: 80px
}

.mt-90 {
  margin-top: 90px
}

.mt-100 {
  margin-top: 100px
}

.mt-110 {
  margin-top: 110px
}

.mt-120 {
  margin-top: 120px
}

.mt-130 {
  margin-top: 130px
}

.mt-140 {
  margin-top: 140px
}

.mt-150 {
  margin-top: 150px
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px
}

.mr-10 {
  margin-right: 10px
}

.mr-15 {
  margin-right: 15px
}

.mr-20 {
  margin-right: 20px
}

.mr-30 {
  margin-right: 30px
}

.mr-40 {
  margin-right: 40px
}

.mr-50 {
  margin-right: 50px
}

.mr-60 {
  margin-right: 60px
}

.mr-70 {
  margin-right: 70px
}

.mr-80 {
  margin-right: 80px
}

.mr-90 {
  margin-right: 90px
}

.mr-100 {
  margin-right: 100px
}

.mr-110 {
  margin-right: 110px
}

.mr-120 {
  margin-right: 120px
}

.mr-130 {
  margin-right: 130px
}

.mr-140 {
  margin-right: 140px
}

.mr-150 {
  margin-right: 150px
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0
}

.mb-10 {
  margin-bottom: 10px
}

.mb-15 {
  margin-bottom: 15px
}

.mb-20 {
  margin-bottom: 20px
}

.mb-30 {
  margin-bottom: 30px
}

.mb-40 {
  margin-bottom: 40px
}

.mb-50 {
  margin-bottom: 50px
}

.mb-60 {
  margin-bottom: 60px
}

.mb-70 {
  margin-bottom: 70px
}

.mb-80 {
  margin-bottom: 80px
}

.mb-90 {
  margin-bottom: 90px
}

.mb-100 {
  margin-bottom: 100px
}

.mb-110 {
  margin-bottom: 110px
}

.mb-120 {
  margin-bottom: 120px
}

.mb-130 {
  margin-bottom: 130px
}

.mb-140 {
  margin-bottom: 140px
}

.mb-150 {
  margin-bottom: 150px
}

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0
}

.ml-10 {
  margin-left: 10px
}

.ml-15 {
  margin-left: 15px
}

.ml-20 {
  margin-left: 20px
}

.ml-30 {
  margin-left: 30px
}

.ml-40 {
  margin-left: 40px
}

.ml-50 {
  margin-left: 50px
}

.ml-60 {
  margin-left: 60px
}

.ml-70 {
  margin-left: 70px
}

.ml-80 {
  margin-left: 80px
}

.ml-90 {
  margin-left: 90px
}

.ml-100 {
  margin-left: 100px
}

.ml-110 {
  margin-left: 110px
}

.ml-120 {
  margin-left: 120px
}

.ml-130 {
  margin-left: 130px
}

.ml-140 {
  margin-left: 140px
}

.ml-150 {
  margin-left: 150px
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0
}

.pt-10 {
  padding-top: 10px
}

.pt-15 {
  padding-top: 15px
}

.pt-20 {
  padding-top: 20px
}

.pt-30 {
  padding-top: 30px
}

.pt-40 {
  padding-top: 40px
}

.pt-50 {
  padding-top: 50px
}

.pt-60 {
  padding-top: 60px
}

.pt-70 {
  padding-top: 70px
}

.pt-80 {
  padding-top: 80px
}

.pt-90 {
  padding-top: 90px
}

.pt-100 {
  padding-top: 100px
}

.pt-110 {
  padding-top: 110px
}

.pt-120 {
  padding-top: 120px
}

.pt-130 {
  padding-top: 130px
}

.pt-140 {
  padding-top: 140px
}

.pt-150 {
  padding-top: 150px
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0
}

.pr-10 {
  padding-right: 10px
}

.pr-15 {
  padding-right: 15px
}

.pr-20 {
  padding-right: 20px
}

.pr-30 {
  padding-right: 30px
}

.pr-40 {
  padding-right: 40px
}

.pr-50 {
  padding-right: 50px
}

.pr-60 {
  padding-right: 60px
}

.pr-70 {
  padding-right: 70px
}

.pr-80 {
  padding-right: 80px
}

.pr-90 {
  padding-right: 90px
}

.pr-100 {
  padding-right: 100px
}

.pr-110 {
  padding-right: 110px
}

.pr-120 {
  padding-right: 120px
}

.pr-130 {
  padding-right: 130px
}

.pr-140 {
  padding-right: 140px
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0
}

.pb-10 {
  padding-bottom: 10px
}

.pb-15 {
  padding-bottom: 15px
}

.pb-20 {
  padding-bottom: 20px
}

.pb-30 {
  padding-bottom: 30px
}

.pb-40 {
  padding-bottom: 40px
}

.pb-50 {
  padding-bottom: 50px
}

.pb-60 {
  padding-bottom: 60px
}

.pb-70 {
  padding-bottom: 70px
}

.pb-80 {
  padding-bottom: 80px
}

.pb-90 {
  padding-bottom: 90px
}

.pb-100 {
  padding-bottom: 100px
}

.pb-110 {
  padding-bottom: 110px
}

.pb-120 {
  padding-bottom: 120px
}

.pb-130 {
  padding-bottom: 130px
}

.pb-140 {
  padding-bottom: 140px
}

.pb-150 {
  padding-bottom: 150px
}

/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0
}

.pl-10 {
  padding-left: 10px
}

.pl-15 {
  padding-left: 15px
}

.pl-20 {
  padding-left: 20px
}

.pl-30 {
  padding-left: 30px
}

.pl-40 {
  padding-left: 40px
}

.pl-50 {
  padding-left: 50px
}

.pl-60 {
  padding-left: 60px
}

.pl-70 {
  padding-left: 70px
}

.pl-80 {
  padding-left: 80px
}

.pl-90 {
  padding-left: 90px
}

.pl-100 {
  padding-left: 100px
}

.pl-110 {
  padding-left: 110px
}

.pl-120 {
  padding-left: 120px
}

.pl-130 {
  padding-left: 130px
}

.pl-140 {
  padding-left: 140px
}

.pl-150 {
  padding-left: 150px
}


/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0
}

.ptb-10 {
  padding: 10px 0
}

.ptb-20 {
  padding: 20px 0
}

.ptb-30 {
  padding: 30px 0
}

.ptb-40 {
  padding: 40px 0
}

.ptb-50 {
  padding: 50px 0
}

.ptb-60 {
  padding: 60px 0
}

.ptb-70 {
  padding: 70px 0
}

.ptb-80 {
  padding: 80px 0
}

.ptb-90 {
  padding: 90px 0
}

.ptb-100 {
  padding: 100px 0
}

.ptb-110 {
  padding: 110px 0
}

.ptb-120 {
  padding: 120px 0
}

.ptb-130 {
  padding: 130px 0
}

.ptb-140 {
  padding: 140px 0
}

.ptb-150 {
  padding: 150px 0
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0
}

.mtb-10 {
  margin: 10px 0
}

.mtb-15 {
  margin: 15px 0
}

.mtb-20 {
  margin: 20px 0
}

.mtb-30 {
  margin: 30px 0
}

.mtb-40 {
  margin: 40px 0
}

.mtb-50 {
  margin: 50px 0
}

.mtb-60 {
  margin: 60px 0
}

.mtb-70 {
  margin: 70px 0
}

.mtb-80 {
  margin: 80px 0
}

.mtb-90 {
  margin: 90px 0
}

.mtb-100 {
  margin: 100px 0
}

.mtb-110 {
  margin: 110px 0
}

.mtb-120 {
  margin: 120px 0
}

.mtb-130 {
  margin: 130px 0
}

.mtb-140 {
  margin: 140px 0
}

.mtb-150 {
  margin: 150px 0;
}

/* background-img */
.bg-img {
  background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") repeat scroll 0 0;
  background-position: center center;
  background-size: cover;
}

.bg-img-2 {
  background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") repeat scroll 0 0;
  background-position: center center;
  background-size: cover;
}

.bg-img-3 {
  background: rgba(0, 0, 0, 0) url("img/about/1.jpg") repeat scroll 0 0;
  background-position: center center;
  background-size: cover;
}

.bg-opacity {
  position: relative;
}

.bg-opacity::before {
  background: #23263a ;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

/* header-top-area */
.welcome-msg ul li {
  display: inline-block;
}

.welcome-msg ul li p {
  font-family: "Lato", sans-serif;
  line-height: 40px;
  margin-bottom: 0;
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.welcome-msg ul li p span {
  margin-right: 10px;
}

.top-social {
  margin-right: 30px;
}

.top-social ul li {
  display: inline-block;
}

.top-social ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  margin: 0 7px;
  transition: .3s;
}

.top-social ul li a:hover {
  color: #EC4445;
}

.cart-menu ul li.active>a {
  color: #EC4445;
}

.cart-menu ul li {
  position: relative;
}

.cart-menu ul li a {
  line-height: 40px;
  color: #fff;
  transition: .3s;
}

.cart-menu ul li:hover a {
  color: #EC4445;
}

.cart-menu ul li a i {
  font-size: 14px;
}

.cart-menu ul li a i span {
  font-size: 14px;
}

.cart-item {
  background: #fff ;
  position: absolute;
  right: 0;
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 300px;
  z-index: 999;
  transform: scaley(0);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.cart-menu ul li:hover .cart-item {
  visibility: visible;
  opacity: 1;
  transform: scaley(1)
}

.cart-item ul {
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 20px;
}

.cart-item ul li {
  overflow: hidden;
  padding-bottom: 20px;
}

.cart-item ul li:last-child {
  padding-bottom: 0;
}

.cart-item ul li .cart-img {
  float: left;
  width: 30%;
}

.cart-item ul li .cart-img a {
  border: 1px solid transparent;
  display: block;
  padding: 0;
  transition: .3s;
}

.cart-item ul li:hover .cart-img a {
  border-color: #EC4445;
}

.cart-item ul li .cart-title {
  float: left;
  padding-left: 15px;
  width: 60%;
}

.cart-item ul li .cart-title h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding-left: 0;
  text-transform: capitalize;
  color: #444444;
  transition: .3s;
}

.cart-item ul li .cart-title h4:hover {
  color: #EC4445
}

.cart-item ul li .quantity {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.cart-item ul li .price {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}

.cart-item ul li .cart-del {
  background-color: #fff;
  border: 0 none;
  color: #24273e;
  margin-right: 12px;
  position: absolute;
  right: 0;
  top: 40%;
  transition: all 0.5s ease 0s;
  transition: .3s;
}

.cart-item ul li .subtotal-title {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  padding-bottom: 5px;
  padding-top: 10px;
}

.cart-item ul li .subtotal-title h3 {
  display: inline-block;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.subtotal-title>span {
  float: right;
  font-size: 18px;
  font-weight: 400;
}

.cart-item ul li .default-btn a {
  background-color: #24273e;
  color: #fff;
  display: inline-block;
  line-height: normal;
  padding: 7px 15px;
  text-transform: uppercase;
  transition: .3s;
}

.cart-item ul li .default-btn a:hover {
  background: #EC4445;
}

/* 2. main-menu-area */

.main-menu > nav > ul{
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.main-menu .has-dropdown{
  position: relative;
}


.main-menu ul li a {
  color: #24273e;
  display: block;
  font-family: "raleway", sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-transform: uppercase;
  transition: .3s;
  z-index: 1;
}

.main-menu > nav > ul > li > a{
  line-height: 100px;
}

.main-menu ul li:hover>a {
  color: #EC4445;
}

.main-menu ul li a i {
  margin-left: 5px;
}



/* submenu */
.main-menu ul li ul.submenu {
  background: #fff ;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0) translateX(-50%);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  left: 50%;
}

.main-menu ul li:hover ul.submenu {
  transform: scaley(1) translateX(-50%);
  opacity: 1;
  visibility: visible;
}

.main-menu ul li ul.submenu li {
  border-bottom: 1px solid #eee;
  display: block;
}

.main-menu ul li ul.submenu li:last-child {
  border-bottom: 0
}

.main-menu ul li ul.submenu li a {
  font-weight: 600;
  padding: 7px 20px;
  text-transform: capitalize;
  display: block;
}

.main-menu ul li ul.submenu li a:hover {
  background: #EC4445;
  color: #fff
}

/* 3. slider-area */
.single-slider {
  position: relative;
}

.slider-text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.slider-text h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 50px;
}

.slider-text span {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.shopping {
  background: #fff ;
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 25px;
  text-transform: capitalize;
}

.shopping:hover {
  color: #fff;
  background: #000000;
}

.slider-active .owl-nav div {
  background: #fff ;
  border: 1px solid #fff;
  color: #7f7f7f;
  display: inline-block;
  font-size: 40px;
  height: 70px;
  left: 0;
  line-height: 66px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 70px;
}

.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.slider-active:hover .owl-nav div {
  left: 20px;
  opacity: 1;
}

.slider-active:hover .owl-nav div.owl-next {
  left: auto;
  right: 20px
}

/* 4. banner-area */
.banner-area {
  overflow: hidden;
}

.banner-wrapper {
  float: left;
  position: relative;
  width: 33.33%;
}

.banner-img {
  position: relative;
}

.banner-img::before {
  background: #000 ;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: .3s;
}

.banner-wrapper:hover .banner-img::before {
  opacity: .5;
}

.banner-text {
  left: 0;
  opacity: 0;
  padding: 0 60px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 99;
}

.banner-wrapper:hover .banner-text {
  opacity: 1;
}

.banner-text h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 14px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.banner-text h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.banner-text a {
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  padding: 6px 20px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.banner-text a:hover {
  background: #fff;
  color: #EC4647;
}

.banner-text-2 {
  background-color: rgba(255, 255, 255, 0.5);
  left: 50%;
  padding: 10px 85px 22px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .3s;
  opacity: 0;
}

.banner-wrapper:hover .banner-text-2 {
  opacity: 1;
}

.banner-text-2::before {
  border: 1px solid #fff;
  bottom: -10px;
  content: "";
  left: -10px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  top: -10px;
  transition: all 0.3s ease 0s;
}

.banner-text-2 h1 {
  color: #252525;
  font-size: 48px;
  font-weight: 700;
  line-height: 38px;
  position: static;
  text-transform: uppercase;
  white-space: nowrap;
}

.banner-text-2 h2 {
  color: #252525;
  font-size: 48px;
  line-height: 38px;
  text-transform: inherit;
  white-space: nowrap;
  font-weight: 700;
}

.banner-text.left {
  text-align: left;
}

/* 5. product-area */
.section-title h2 {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 18px;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}

.section-title h2::before {
  background: #24273e ;
  bottom: 8px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
}

.section-title h2::after {
  background: #24273e ;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 15px;
}

.custom-tab {
  margin-bottom: 30px;
  justify-content: center;
}

.custom-tab .nav-item {
  display: inline-block;
}

.custom-tab .nav-link {
  color: #24273e;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
  text-transform: capitalize;
  transition: .3s;
  background: none;
  border: none;
}

.custom-tab .nav-link:hover,
.custom-tab .nav-link.active {
  color: #EC4647;
}


.product-wrapper {
  overflow: hidden;
}

.product-img {
  position: relative;
}

.product-img img{
  width: 100%;
}

.product-img>a {
  display: block;
  position: relative;
}

.product-img>a::before {
  background: #000 ;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.product-wrapper:hover .product-img>a::before {
  opacity: .5;
}

.product-action {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9;
  opacity: 0;
  transition: .3s;

}

.product-wrapper:hover .product-action {
  opacity: 1;
}

.product-btn {
  background: #fff ;
  display: inline-block;
}

.product-btn>a {
  color: #585858;
  display: inline-block;
  font-size: 15px;
  padding: 10px 14px;
  transition: .3s;
}

.product-btn>a:hover {
  color: #fff;
  background: #EC4445
}

.pro-info h3 a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: capitalize;
}

.rating {
  color: #ec4647;
}

.pro-price span {
  color: #ee2050;
  font-size: 18px;
  font-weight: 900;
  margin-left: 5px;
}

del {
  color: #24273e;
  font-size: 16px;
  font-weight: 600;
}

.product-active .owl-nav div {
  border: 1px solid #ddd;
  color: #666;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: -40px;
  line-height: 36px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

.product-active .owl-nav div.owl-next {
  left: auto;
  right: -40px;
}

.product-active:hover .owl-nav div {
  opacity: 1;
}

.product-active .owl-nav div:hover {
  color: #EC4445;
  border-color: #EC4445
}

.single-product-info h1.product_title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.single-product-info .rating {
  color: #ec4647;
  margin: 10px 0;
}

.single-product-info .quantity input {
  background: #e8e8e9 ;
  border: medium none;
  color: #000;
  float: left;
  font-size: 17px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  padding: 0 10px 0 0;
  text-align: center;
  width: 90px;
}

.single-product-info .quantity button {
  background: #252525 ;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.single-product-info .quantity button:hover {
  background: #ec4647;
}

.stock-status {
  margin-bottom: 20px;
}

/* 6. testimonial-area */
.test-img>img {
  border-radius: 50%;
}

.test-content {
  margin-top: 35px;
}

.test-content p {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
}

.test-writer {
  margin-top: 50px;
}

.test-writer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.test-writer span {
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.testimonial-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}

/* 7. blog-area */
.blog-img {
  margin-bottom: 15px;
}

.blog-info .post-info span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  padding-right: 8px;
  text-transform: capitalize;
}

.blog-info .post-info span i {
  padding-right: 10px;
}

.post-info a {
  color: #666666;
  transition: .3s;
}

.post-info a:hover {
  color: #F42050;
}

.blog-info .post-info span.post-date i {
  padding-right: 0;
}

.blog-info .post-date span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
  text-transform: capitalize;
}

.blog-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.blog-info p {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  line-height: 24px;
}

.blog-info>a {
  background-color: #464646;
  border: 1px solid #464646;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.blog-info>a:hover {
  color: #EC4647;
  border-color: #EC4647;
  background: #fff;
}

.blog-active .owl-nav div {
  border: 1px solid #ddd;
  color: #666;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  left: -40px;
  line-height: 36px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

.blog-active .owl-nav div.owl-next {
  left: auto;
  right: -40px;
}

.blog-active:hover .owl-nav div {
  opacity: 1;
}

.blog-active .owl-nav div:hover {
  color: #EC4445;
  border-color: #EC4445
}

/* 8. service-area */
.service-icon {
  color: #ed1d50;
  font-size: 32px;
  margin-bottom: 20px;
}

.service-text h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.service-text span {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}

/* 9. Brand-area */
.brand-img {
  border: 1px solid #dcdcdb;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
}

.brand-wrapper:hover .brand-img {
  border-color: #EC4647;
}

/* 10. footer */
/* footer-top-area */
.footer-address {
  margin-top: 15px;
}

.footer-address p {
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
}

.footer-top-title h3 {
  border-bottom: 2px solid #747474;
  color: #f2f2f4;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.footer-menu ul li {
  margin-bottom: 15px;
}

.footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: .3s;
}

.footer-menu ul li a:hover {
  color: #EC4647;
}

.footer-top-title>p {
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  font-size: 14px;
}

.contact-form input {
  border: 0 none;
  color: #909090;
  font-size: 12px;
  height: 38px;
  margin-bottom: 15px;
  padding: 2px 15px 0;
  width: 100%;
}

.contact-form button {
  background-color: #ec4445;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 15px;
  transition: all 0.5s ease 0s;
  font-size: 15px;
  border: 1px solid #ec4445;
}

.contact-form button:hover {
  background: #fff;
  border-color: #fff;
  color: #ec4445;
}

.footer-area {
  border-top: 1px solid #fff;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  padding-top: 9px;
}

/* 11. breadcrumb */
.breadcrumb-menu {
  position: relative;
  z-index: 99;
  display: inline-block;
}

.breadcrumb-text h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 42px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 5px;
  text-transform: capitalize;
}

.breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  position: relative;
  right: -6px;
  top: 2px;
}

.breadcrumb-menu ul li:last-child:after {
  display: none
}

.breadcrumb-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb-menu span {
  color: #EC4647;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
}

.about-text>p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
}

/* 11. team-area */
.team-img>a {
  display: block;
  position: relative;
}

.team-img>a::before {
  background: #000 ;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease 0s;
}

.single-team{
  position: relative;
}

.single-team:hover .team-img>a::before {
  opacity: .8;
}

.team-info {
  bottom: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.single-team:hover .team-info {
  bottom: 50%;
  opacity: 1;
  transform: translateY(50%);
  visibility: visible;
}

.team-info h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.team-info span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.team-social {
  margin-top: 16px;
}

.team-social a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px;
  width: 35px;
  transition: .3s;
}

.team-social a:hover {
  background-color: #fff;
  color: #ec4445;
}

/* 12. blog-left-sideber */
.sidebar-widget {
  margin-bottom: 40px;
}

form#search {
  position: relative;
}

form#search input {
  border: 2px solid #eee;
  border-radius: 2px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  height: 39px;
  padding-left: 12px;
  width: 100%;
  padding-right: 88px;
}

form#search button {
  background: #464646 ;
  border: 2px solid #464646;
  color: #fff;
  font-weight: 700;
  height: 39px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}

.sidebar-widget h6 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}

.sidebar-widget h6::before {
  border-bottom: 2px solid #eeeeee;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.sidebar-widget h6::after {
  border-bottom: 2px solid #5b5b5b;
  ;
  content: "";
  display: block;
  margin: 20px auto 25px 0;
  position: relative;
  width: 35px;
  z-index: 1;
}

.icon-list>li {
  padding: 8px 0;
}

.icon-list a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

.icon-list a:hover {
  color: #EC4647;
}

.widget-img {
  float: left;
  margin-right: 10px;
}

.widget-img img {
  height: 64px;
  width: 64px;
}

.recent-posts li {
  margin-bottom: 15px;
  overflow: hidden;
}

.widget-title {
  margin-left: 73px;
}

.widget-title a {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  transition: .3s;
}

.widget-title a:hover {
  color: #EC4647;
}

.widget-title h4 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.widget-title span {
  font-size: 13px;
  margin-top: 7px;
  display: block;
  font-weight: 400;
}

.tags li {
  display: inline-block;
}

.tags li a {
  border: 1px solid #c1c1c1;
  color: #666;
  display: inline-block;
  margin: 0 4px 10px;
  padding: 7px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.tags li a:hover {
  color: #fff;
  background: #464646;
  border-color: #464646;
}

/* 13. contact */
.contact-box {
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 40px;
  z-index: 9;
}

.contact-info {
  float: left;
  width: 50%;
}

.contact-info h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.contact-info ul li {
  margin-bottom: 20px;
  overflow: hidden;
}

.contact-info ul li:last-child {
  margin-bottom: 0;
}

.contact-info ul li i {
  border: 1px solid #646464;
  border-radius: 50%;
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 38px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  transition: .3s;
}

.contact-info ul li i:hover {
  border-color: #EC4647;
  color: #EC4647;
}

.contact-info span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.contact {
  float: left;
  width: 50%;
}

.contact h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#contact-form input {
  border: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 6px 10px;
  text-transform: capitalize;
  width: 100%;
}

#contact-form button {
  background: #333333 ;
  border: 1px solid #464646;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

#contact-form button:hover {
  color: #EC4647;
  background: #fff;
  border-color: #EC4647;
}

/* 14. shop */
.shop-tab {
  margin-bottom: 30px;
}

.shop-tab .nav-link {
  color: #333333;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  text-align: center;
  width: 30px;
  border: 1px solid transparent;
  background: none;
  padding: 0;
}

.shop-tab .nav-link.active  {
  border: 1px solid #333333;
}

.shop-info>h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.shop-meta {
  overflow: hidden;
}

.shop-price span {
  color: #ec4647;
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}

.shop-rating {
  color: #ec4647;
  font-size: 15px;
}

.shop-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}

.shop-btn a {
  border: 1px solid #585858;
  border-radius: 0;
  color: #585858;
  display: inline-block;
  margin: 0 3px;
  padding: 9px 14px;
  transition: .3s;
}

.shop-btn a:hover {
  background: #EC4647;
  color: #fff;
  border-color: #EC4647;
}

.owl-carousel .owl-item .brand-img img {
  display: block;
  width: inherit;
}

/*=========================== 
15. cart page
============================= */
.cart-main-area {
  margin-bottom: 100px;
  margin-top: 100px;
}

.cart-title-area {
  padding-top: 30px;
}

.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}

.table-content table {
  background: #fff ;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}

.table-content table th {
  border-top: medium none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.table-content table td input {
  background: #e5e5e5 ;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}

.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}

.table-content table td.product-name a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  color: #6f6f6f;
}

.table-content table td.product-name {
  width: 270px;
}

.table-content table td.product-thumbnail {
  width: 130px;
}

.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}

.table-content table td.product-remove i:hover {
  color: #EC4445
}

.table-content table td.product-quantity {
  width: 180px;
}

.table-content table td.product-remove {
  width: 150px;
}

.table-content table td.product-price {
  width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
  color: #EC4445
}

.buttons-cart {
  margin-bottom: 30px;
  overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 ;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;

  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.buttons-cart input:hover,
.coupon input[type=submit]:hover,
.buttons-cart a:hover {
  background: #EC4445;
  color: #fff
}

.buttons-cart a {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 40px;
}

.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}

.coupon h3 {
  margin: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.coupon input[type=text] {
  border: 1px solid #e5e5e5;
  float: left;
  height: 40px;
  margin: 0 6px 20px 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 170px;
}

.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}

.cart_totals h2 {
  border-bottom: 2px solid #333;
  display: inline-block;
  font-size: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}

.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
}

.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}

.cart_totals table td .amount {
  color: #ec4445;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
}

.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}

a.shipping-calculator-button {
  font-weight: bold;
  color: #6f6f6f;
}

a.shipping-calculator-button:hover {
  color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.wc-proceed-to-checkout a {
  background: #ec4445 ;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: none;
}

.wc-proceed-to-checkout a:hover {
  background: #E61719;
}

/*=========================== 
16. checkout page
============================= */
.coupon-area {
  margin-top: 80px;
}

.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #1e85be;
  color: #515151;
  font-size: 14px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 0 2em;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  left: 1.5em;
  position: absolute;
  top: 1em;
}

.coupon-accordion span {
  cursor: pointer;
  color: #6f6f6f;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #EC4445;
}

.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px
}

.coupon-info p {
  margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #EC4445
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row>label {
  margin-top: 7px;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type=text] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

p.checkout-coupon input[type=submit] {
  background: #333 ;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}

.checkout-area {
  margin-bottom: 60px;
  margin-top: 40px;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: #333;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin: 0 0 5px;
  display: block
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
}

.country-select::before {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 31px;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #333;
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  background: #fff ;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.create-acc label {
  color: #333;
  display: inline-block;
}

.create-account {
  display: none
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
}

.order-notes textarea {
  height: 90px;
  padding: 15px;
  width: 100%
}

#ship-box-info {
  display: none
}

.your-order {
  background: #f2f2f2 ;
  padding: 30px 40px 45px;
}

.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.your-order-table table {
  background: rgba(0, 0, 0, 0) ;
  border: medium none;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.your-order-table table th {
  border-top: medium none;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #F9F9F9
}

.your-order-table table tr.order-total td span {
  color: #ec4445;
  font-size: 20px;
}

.payment-method {
  margin-top: 40px;
}

.payment-accordion h3 {
  border-bottom: 0 none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.payment-accordion h3 a {
  color: #6f6f6f;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -2px;
}

.payment-accordion h3.open a:after {
  content: "\f056";
}

.payment-content p {
  font-size: 13px;
}

.payment-accordion img {
  height: 60px;
  margin-left: 15px;
}

.order-button-payment input {
  background: #ec4445 ;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #E61719
}

/* 17. blog-details */
.blog-full-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-text p {
  color: hsl(0, 0%, 40%);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.blog-text blockquote {
  background-color: hsl(0, 0%, 96%);
  border-left: 2px solid hsl(0, 0%, 27%);
  color: hsl(0, 0%, 40%);
  font-size: 14px;
  line-height: 26px;
  margin: 23px 0;
  padding: 14px 50px;
}

.post-share h3 {
  color: hsl(233, 27%, 19%);
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.post-share li {
  float: left;
  margin-right: 10px;
  text-align: center;
}

.post-share a {
  border: 1px solid hsl(0, 0%, 87%);
  color: hsl(0, 0%, 21%);
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 28px;
  margin-bottom: 10px;
  width: 30px;
  transition: .3s;
}

.post-share a:hover {
  border-color: #EC4445;
  color: #EC4445;
}

.bottom-border {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

#contact-form input {
  border: 1px solid hsl(0, 0%, 93%);
  color: hsl(231, 6%, 56%);
  margin: 10px 0;
  padding: 8px 20px;
  width: 100%;
}

#contact-form textarea {
  border: 1px solid hsl(0, 0%, 93%);
  color: hsl(231, 6%, 56%);
  margin: 10px 0;
  padding: 8px 20px;
  width: 100%;
}

.btn {
  background-color: hsl(0, 0%, 27%);
  border: 1px solid hsl(0, 0%, 27%);
  color: hsl(0, 0%, 100%);
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.btn:hover {
  background: #fff;
  color: #EC4647;
  border-color: #EC4647;
}

.accordion-button:not(.collapsed){
  color: #fff;
  background: #EC4647;
}

.accordion-button:not(.collapsed)::after{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(317deg) brightness(102%) contrast(101%);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
/*Left Nav*/
ul {
	list-style-type: none;
}
.accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 13px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 13px;
}

.accordion li.open .link {
	color: #2c2c2c;
}

.accordion li.open i {
	color: #2c2c2c;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
* Submenu
-----------------------------*/
.submenu {
  display: none;
  background: #fff;
  font-size: 13px;
}

.submenu li {
  border-bottom: 1px solid #f0f0f0;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #2c2c2c;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #dedede;
  color: #2c2c2c;
}
/* css end here */