@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);/*-----------------
    @Typography
-----------------*/

/*---------------------------
** Global style
---------------------------*/

.mybtn1 {
  font-size: 16Px;
  font-weight: 400;
  padding: 12px 25px;
  display: inline-block;
  color: #fff;
  background: #c9030f;
  border: 0px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mybtn1:hover {
  color: #c9030f;
  background: #fff;
}

.remove-padding {
  padding: 0px;
}

.root.root--in-iframe {
  background: #4682b447 !important;
}

.link-banner {
  position: relative;
}

.link-banner img {
  width: 100%;
}

.link-banner:before,
.link-banner:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.link-banner:after {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.link-banner:hover:before,
.link-banner:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

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

.top-header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.top-header-area .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  display: inline-block;
  border-bottom: 3px solid #c9030f;
  position: relative;
  bottom: -2px;
  padding-bottom: 10px;
}

.section-heading .section-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.section-heading .text {
  padding: 16px;
}

.section-heading.color-white .section-title {
  color: #fff;
}

.section-heading.color-white .text {
  color: #fff;
}

.linked-banner-area {
  padding: 100px 0px 100px;
}

.linked-banner-area img {
  width: 100%;
}

.scrolldown a {
  position: absolute;
  width: 30px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 9;
}

.scrolldown a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
  margin-right: 30px;
}

.navbar-toggler:focus {
  outline: 0px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem;
}

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #c9030f;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 50px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.section-top {
  text-align: left;
}

.section-top .section-title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  color: #fa7c22;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.section-top .link {
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  font-weight: 600;
  color: #c9030f;
  text-decoration: underline;
}

@-webkit-keyframes scaleicon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleicon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 0px;
  border-radius: 0px;
  color: #050e33;
  margin-bottom: 15px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #050e33;
}

.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #050e33;
}

.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #050e33;
}

.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #050e33;
}

.input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #c9030f !important;
}

.input-field.textarea {
  min-height: 78px;
  padding: 15px 0px;
  resize: none;
}

.input-field.error {
  border: 0px;
  border-bottom: 1px solid red;
}

.video-play-btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  background-color: #c9030f;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: #c9030f;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn i {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: text-color;
  animation-name: text-color;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: inherit;
  z-index: 9;
  font-size: 10px;
  color: #fff;
}

.email-success {
  display: block;
  width: 100%;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }

  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.owl-carousel {
  z-index: 0 !important;
}

/*----------------------------------
Breadcrumb Area Start
------------------------------------*/

.breadcrumb-area {
  padding: 22px 0px;
}

.breadcrumb-area .pages li {
  display: inline-block;
}

.breadcrumb-area .pages li a {
  position: relative;
  margin-right: 17px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-area .pages li a::after {
  position: absolute;
  content: "\EAA0";
  font-family: IcoFont;
  top: 0;
  right: -18px;
}

.breadcrumb-area .pages li a:hover {
  color: #c9030f;
}

.breadcrumb-area .pages li:last-child a::after {
  display: none;
}

.breadcrumb-area .pages li.active a {
  color: #c9030f;
}

input[type=checkbox] + label {
  display: block;
  cursor: pointer;
  font-size: 14px !important;
  margin-top: 4px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 10px;
}

input[type=checkbox] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #ff5500;
  border-color: #ff5500;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type=checkbox]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

/*====================
** Normalize
====================*/

html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #050e33;
  background: #fff;
  padding-right: 0px !important;
}

body.modal-open {
  padding-right: 0px !important;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #050e33;
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 16px;
  color: #050e33;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #050e33;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
    padding: 0px;
  }

  .main-content {
    margin-bottom: 30px;
  }

  .main-content .mainCol1 {
    -webkit-box-flex: 16.666667%;
        -ms-flex: 16.666667%;
            flex: 16.666667%;
    max-width: 16.666667%;
  }

  .main-content .mainCol2 {
    -webkit-box-flex: 83.333333%;
        -ms-flex: 83.333333%;
            flex: 83.333333%;
    max-width: 83.333333%;
  }

  .product-tab .tab-content .mycol {
    -webkit-box-flex: 16.666667%;
        -ms-flex: 16.666667%;
            flex: 16.666667%;
    max-width: 16.666667%;
  }

  .product-row .mycol {
    -webkit-box-flex: 16.666667%;
        -ms-flex: 16.666667%;
            flex: 16.666667%;
    max-width: 16.666667%;
  }

  .product-landscape .mycol {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    max-width: 33.333%;
  }

  .mainmenu-area .mycol1 {
    -webkit-box-flex: 16.666667%;
        -ms-flex: 16.666667%;
            flex: 16.666667%;
    max-width: 16.666667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainmenu-area .mycol2 {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainmenu-area .mycol3 {
    -webkit-box-flex: 13.333%;
        -ms-flex: 13.333%;
            flex: 13.333%;
    max-width: 13.333%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .user-dashbord .mycol {
    max-width: 20%;
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
  }

  .user-dashbord .mycol2 {
    max-width: 80%;
    -webkit-box-flex: 80%;
        -ms-flex: 80%;
            flex: 80%;
  }
}

/*-----------------------------
** Footer Area Start
------------------------------*/

.footer {
  overflow: hidden;
  position: relative;
  padding: 70px 0px 0px;
  background: #232f3e;
}

.footer .footer-logo {
  margin-top: -10px;
  margin-bottom: 16px;
}

.footer .footer-widget .title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

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

.footer .footer-widget ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #fff;
}

.footer .footer-widget ul li a:hover {
  color: #c9030f;
}

.footer .footer-widget ul li i {
  font-size: 12px;
  padding-right: 4px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer .about-widget .text {
  margin-bottom: -2px;
}

.footer .about-widget .text p {
  font-size: 16px;
  color: #fff;
}

.footer .about-widget .about-info {
  margin-top: 30px;
}

.footer .about-widget .about-info li {
  margin-bottom: 15px;
}

.footer .about-widget .about-info li p {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0px;
  color: #fff;
}

.footer .about-widget .about-info li p i {
  position: absolute;
  left: 0;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  padding: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer .about-widget .about-info li:hover i {
  background: #c9030f;
  color: #fff;
}

.footer .about-widget .about-info li::last-child {
  margin-bottom: 0px;
}

.footer .about-widget .social-links {
  margin-top: 26px;
  margin-bottom: 23px;
}

.footer .about-widget .social-links .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: inherit;
}

.footer .fotter-social-links {
  margin-top: 30px;
}

.footer .fotter-social-links ul {
  padding-left: 0px;
  margin-left: 0px;
}

.footer .fotter-social-links ul li {
  display: inline-block;
}

.footer .fotter-social-links ul li a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin: 0px 3px;
  padding: 0px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.footer .fotter-social-links ul li a:hover {
  background: #c9030f;
  color: #fff;
}

.footer .fotter-social-links ul li:first-child {
  margin-left: 0px;
}

.footer .copy-bg {
  background: #232f3e;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
  padding: 20px 15px 20px;
}

.footer .copy-bg .content {
  text-align: center;
}

.footer .copy-bg .content .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
}

.footer .copy-bg .content .content p a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #c9030f;
}

.footer .recent-post-widget .post-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .recent-post-widget .post-list li:last-child {
  border-bottom: 0px;
}

.footer .recent-post-widget .post-list li .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .recent-post-widget .post-list li .post .post-img {
  margin-right: 15px;
}

.footer .recent-post-widget .post-list li .post .post-img img {
  width: 50px;
  height: 50px;
}

.footer .recent-post-widget .post-list li .post .post-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .recent-post-widget .post-list li .post .post-details .post-title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer .recent-post-widget .post-list li .post .post-details .post-title:hover {
  color: #c9030f;
}

.footer .recent-post-widget .post-list li .post .post-details .date {
  font-size: 12px;
  line-height: 20px;
  color: #8798b8;
  font-weight: 400;
  margin-bottom: 0px;
}

.footer .info-link-widget .title {
  margin-bottom: 11px;
}

.footer .info-link-widget .link-list li {
  padding: 4px 0;
  display: block;
}

.footer .info-link-widget .link-list li a {
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .info-link-widget .link-list li a:hover {
  color: #c9030f;
}

.footer .info-link-widget .link-list li a:hover i {
  color: #c9030f;
}

.footer .info-link-widget .link-list li i.fas {
  font-size: 14px;
}

.footer .info-link-widget .link-list li:last-child {
  border-bottom: 0px;
}

.footer .newsletter-widget .title {
  margin-bottom: 24px;
}

.footer .newsletter-widget .text {
  margin-bottom: 33px;
  margin-top: 21px;
  display: block;
}

.footer .newsletter-widget .newsletter-form-area {
  position: relative;
  margin-bottom: 20px;
}

.footer .newsletter-widget .newsletter-form-area .bgicon {
  position: absolute;
  font-size: 120px;
  color: #eee;
  z-index: -9;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer .newsletter-widget .newsletter-form-area input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0px 20px;
  color: #fff;
  background: none;
}

.footer .newsletter-widget .newsletter-form-area button {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 0px;
  margin-top: 20px;
  color: #fff;
  background: #c9030f;
  border: 1px solid #c9030f;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer .newsletter-widget .newsletter-form-area button:hover {
  background: none;
  border: 1px solid #fff;
}

.footer .recent-post-widget .title {
  margin-bottom: 26px;
  color: #fff;
}

/*-------------------------
    Top Header Area Start
--------------------------*/

.top-header {
  background: #232f3e;
  padding: 7px 0px 7px;
}

.top-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header .content .left-content .list ul li {
  display: inline-block;
  margin-right: 15px;
}

.top-header .content .left-content .list ul li .language-selector i {
  font-size: 11px;
  color: #fff;
}

.top-header .content .left-content .list ul li .language-selector .language {
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  background: none;
}

.top-header .content .left-content .list ul li .language-selector .language option {
  color: #333;
}

.top-header .content .left-content .list ul li .currency-selector span {
  color: #fff;
  font-size: 13px;
}

.top-header .content .left-content .list ul li .currency-selector .currency {
  font-size: 13px;
  border: none;
  color: #fff;
  background: none;
}

.top-header .content .left-content .list ul li .currency-selector .currency option {
  color: #333;
}

.top-header .content .right-content .list ul li {
  display: inline-block;
}

.top-header .content .right-content .list ul li a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  margin-right: 10px;
}

.top-header .content .right-content .list ul li a i {
  margin-right: 5px;
  font-size: 12px;
}

.top-header .content .right-content .list ul li a.sell-btn {
  background: #c9030f;
  padding: 1px 10px;
  color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.top-header .content .right-content .list ul li a.sell-btn:hover {
  background: #fff;
  color: #c9030f;
}

.top-header .content .right-content .list ul li a.sell-btn.last {
  margin-right: 0px;
}

.top-header .content .right-content .list ul li.my-dropdown {
  position: relative;
}

.top-header .content .right-content .list ul li.my-dropdown .my-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  left: auto;
  width: 180px;
  background: #232f3e;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  padding: 10px 10px;
}

.top-header .content .right-content .list ul li.my-dropdown .my-dropdown-menu ul {
  display: block;
}

.top-header .content .right-content .list ul li.my-dropdown .my-dropdown-menu ul li {
  display: block;
}

.top-header .content .right-content .list ul li.my-dropdown .my-dropdown-menu ul li a {
  display: block;
  line-height: 20px;
}

/*-------------------------
Logo Header Area Start
--------------------------*/

.logo-header {
  padding: 10px 0px 10px;
  background: #232f3e;
}

.logo-header.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.logo-header .helpful-links {
  padding-top: 7px;
  text-align: right;
  position: relative;
}

.logo-header .helpful-links ul li {
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.logo-header .helpful-links ul li:last-child {
  margin-right: 0px;
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon {
  position: relative;
  display: inline-block;
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon i {
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.logo-header .helpful-links ul li.my-dropdown .cart .icon span {
  width: 20px;
  height: 20px;
  background: #c9030f;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.logo-header .helpful-links ul li.my-dropdown .cart p {
  font-size: 12px;
  line-height: 22px;
  color: #050e33;
  margin-top: 4px;
  margin-bottom: 0px;
  color: #43464a;
}

.logo-header .helpful-links ul li.my-dropdown .cart .balence {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  margin-right: 7px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu {
  width: 300px;
  position: absolute;
  top: 100%;
  right: 0%;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 88;
  display: none;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu.show {
  display: block;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper {
  padding: 20px 25px 20px;
  max-height: 446px;
  overflow-y: auto;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .item-no {
  font-size: 13px;
  font-weight: 600;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart {
  font-size: 12px;
  font-weight: 600;
  color: #c9030f;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart:hover {
  text-decoration: underline;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products {
  padding-left: 0px;
  margin-bottom: 0px;
  display: block;
  width: 100%;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 15px 0px 15px;
  margin-right: 0px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content {
  -ms-flex-item-align: center;
      align-self: center;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title {
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-weight: 600;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .cart-product-info {
  font-size: 12px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container {
  margin-bottom: 0px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 2;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove:hover {
  background: #c9030f;
  color: #fff;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total span {
  font-size: 14px;
  font-weight: 600;
}

.logo-header .helpful-links ul li.my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-action .mybtn1 {
  width: 100%;
  border-radius: 0px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.logo-header .helpful-links ul li .wish .icon {
  position: relative;
}

.logo-header .helpful-links ul li .wish .icon i {
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}

.logo-header .helpful-links ul li .wish .icon span {
  width: 20px;
  height: 20px;
  background: #c9030f;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

.logo-header .helpful-links ul li:hover .my-dropdown-menu {
  display: block;
}

.logo-header .mainmenu-wrapper .navbar {
  padding: 0px;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item {
  padding: 0px;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0px;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding: 6px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  margin-right: 5px;
  font-size: 12px;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #fff;
  background: #c9030f;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0px;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-link {
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  line-height: 26px;
  position: relative;
  font-weight: 400;
  padding: 0px 10px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
  position: relative;
}

.logo-header .mainmenu-wrapper .navbar #main_menu .navbar-nav .nav-link.track-order {
  font-weight: 600;
  color: #c9030f;
  margin-left: 30px;
}

/*-------------------------
   Main Menu Area Start
--------------------------*/

.mainmenu-area {
  background: #232f3e;
  padding-bottom: 10px;
}

.mainmenu-area .search-box {
  height: 50px;
  width: 100%;
  border-radius: 0px;
  position: relative;
  background: #fff;
}

.mainmenu-area .search-box .categori-container {
  position: absolute;
  height: 50px;
  width: 250px;
  z-index: 2;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.mainmenu-area .search-box .categori-container .categoris {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 10px;
  border-radius: 0px;
  cursor: pointer;
  border: none;
  font-size: 14px;
  background: none;
}

.mainmenu-area .search-box .search-form {
  padding-left: 250px;
  position: relative;
}

.mainmenu-area .search-box .search-form input {
  height: 50px;
  width: 100%;
  border-radius: 0px 50px 50px 0px;
  border: 0px;
  background: none;
  padding: 0px 60px 0px 22px;
  font-size: 14px;
  color: #a1adb9;
}

.mainmenu-area .search-box .search-form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1adb9;
}

.mainmenu-area .search-box .search-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1adb9;
}

.mainmenu-area .search-box .search-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1adb9;
}

.mainmenu-area .search-box .search-form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a1adb9;
}

.mainmenu-area .search-box .search-form button {
  position: absolute;
  background: none;
  border: none;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  background: #c9030f;
  text-align: center;
  height: 50px;
  width: 50px;
  right: 0px;
}

.mainmenu-area .track-order-area a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mainmenu-area .track-order-area a:hover {
  background: #c9030f;
}

div#main_menu {
  position: absolute;
  background: #232f3e;
  top: 100%;
  min-width: 200px;
  z-index: 8;
  left: auto;
  right: 0px;
}

div#main_menu ul {
  padding: 10px 15px;
}

div#main_menu ul li a {
  text-align: left;
}

.mainmenu-area .categories_menu {
  position: relative;
}

.mainmenu-area .categories_menu .categories_menu_inner {
  position: absolute;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.mainmenu-area .categories_menu .categories_title h2 {
  padding: 14px 14px 14px;
}

.mainmenu-area .categories_menu .categories_title h2 i.arrow-down {
  float: right;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}

/* 04. categories area css here */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu {
    margin-bottom: 45px;
    position: relative;
  }
}

.categories_title {
  background: #c9030f;
  cursor: pointer;
  height: 50px;
}

.categories_title h2 {
  font-size: 15px;
  font-weight: 600;
  /* line-height: 26px; */
  color: #ffffff;
  cursor: pointer;
  /* padding: 12px 0 12px 22px; */
  margin-bottom: 0px;
  /* display: block; */
}

.categories_title h2 i {
  font-size: 14px;
  margin-right: 10px;
}

.categories_menu_inner {
  padding: 15px 0 7px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fff;
  width: 100%;
  top: 100%;
  z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
}

.categories_menu_inner > ul > li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}

.categories_menu_inner > ul > li > ul.categories_mega_menu ul li a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #333;
  padding-left: 0px;
}

.categories_menu_inner > ul > li > ul.categories_mega_menu > li > a {
  padding-left: 0px;
}

.categories_menu_inner > ul > li {
  line-height: 24px;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.categories_menu_inner > ul > li:hover {
  background: #c9030f;
}

.categories_menu_inner > ul > li:hover .img img {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}

.categories_menu_inner > ul > li:hover a {
  color: #fff;
}

.categories_menu_inner > ul > li:hover a img {
  -webkit-filter: brightness(0) invert(1) !important;
          filter: brightness(0) invert(1) !important;
}

.categories_menu_inner > ul > li > ul.categories_mega_menu ul li a:hover {
  padding-left: 10px;
}

.categories_menu_inner > ul > li a {
  color: #333;
  padding-left: 20px;
  position: relative;
  display: block;
}

.categories_menu_inner > ul > li a img {
  position: absolute;
  left: 0;
  top: 3px;
}

.categories_menu_inner > ul > li .img img {
  width: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.categories_menu_inner > ul > li img {
  width: 15px;
  margin-right: 5px;
}

.categories_menu_inner > ul > li.dropdown_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories_menu_inner > ul > li.dropdown_list .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categories_menu_inner > ul > li.dropdown_list .link-area > a {
  width: 30px;
  height: auto;
  line-height: normal;
  text-align: center;
}

.categories_menu_inner > ul > li > a i {
  padding-right: 10px;
}

.categories_menu_inner > ul > li > ul.categories_mega_menu {
  position: absolute;
  left: 110%;
  width: 480px;
  padding: 16px 15px 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner > ul > li > ul.categories_mega_menu {
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 250px;
    overflow: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner > ul > li > ul.categories_mega_menu {
    left: 0;
    top: 100%;
    max-height: 250px;
    overflow: auto;
  }
}

.categories_menu_inner > ul > li > ul.categories_mega_menu > li {
  width: 50%;
  float: left;
  padding: 0px 5px 20px 5px;
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner > ul > li > ul.categories_mega_menu > li {
    width: 100%;
  }
}

.categories_menu_inner > ul > li > ul.categories_mega_menu > li > a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  margin-bottom: 6px;
  line-height: 30px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.categories_menu_inner > ul > li > ul.categories_mega_menu > li > a:hover {
  color: #7ecc13;
}

.categories_menu_inner > ul > li ul.categories_mega_menu.column_1 {
  width: 200px;
  padding: 10px 15px 0;
}

.categories_menu_inner > ul > li ul.categories_mega_menu.column_1 li {
  width: 100%;
  padding: 0;
}

.categories_menu_inner > ul > li ul.categories_mega_menu.column_1 li:last-child a {
  border-bottom: 0;
}

.categories_menu_inner ul li ul.categories_mega_menu.open {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .categories_menu_inner ul li ul.categories_mega_menu.open {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_menu_inner ul li ul.categories_mega_menu.open {
    left: 0;
  }
}

.categorie_sub_menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  text-transform: capitalize;
  line-height: 28px;
  display: block;
}

.categorie_sub_menu ul li a:hover {
  color: #ff5500;
}

/*home two categorie css here*/

@media only screen and (max-width: 767px) {
  .mainmenu-area .categories_menu {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-area .categories_menu_inner {
    z-index: 99;
  }
}

@media only screen and (max-width: 767px) {
  .mainmenu-area .categories_menu_inner {
    z-index: 99;
  }
}

.main-content {
  margin-bottom: 30px;
}

.main-content .first-aside {
  margin-top: 590px;
}

/*-----------------------------
** Hero Area Start
------------------------------*/

.hero-area {
  margin-top: 30px;
}

.hero-area .mycol1 {
  width: 70%;
  max-width: 70%;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
}

.hero-area .mycol2 {
  width: 30%;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 30%;
}

.hero-slider-wrapper {
  position: relative;
}

.hero-slider-wrapper .slide-progress {
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}

.hero-slider-wrapper .intro-carousel {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.hero-slider-wrapper .intro-carousel .intro-content {
  height: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-slider-wrapper .intro-carousel .intro-content.left .slider-content {
  text-align: left;
}

.hero-slider-wrapper .intro-carousel .intro-content.center .slider-content {
  text-align: center;
}

.hero-slider-wrapper .intro-carousel .intro-content.right .slider-content {
  text-align: right;
}

.hero-slider-wrapper .intro-carousel .intro-content .slider-content {
  padding: 0px 30px 0px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}

.hero-slider-wrapper .intro-carousel .intro-content .slider-content .title {
  font-size: 40px;
  font-weight: 700;
}

.hero-slider-wrapper .intro-carousel .intro-content .slider-content .text {
  font-size: 18px;
  line-height: 24px;
}

.hero-slider-wrapper .intro-carousel .intro-content .slider-content .mybtn1 {
  margin-top: 20px;
}

.hero-slider-wrapper .intro-carousel .intro-content.slide-one {
  text-align: left;
}

.hero-slider-wrapper .intro-carousel .intro-content.slide-two {
  text-align: center;
}

.hero-slider-wrapper .intro-carousel .intro-content.slide-three {
  text-align: right;
}

.slider_right_banner .single-banner {
  margin-bottom: 30px;
  display: block;
}

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

.slider_right_banner .single-banner:last-child {
  margin-bottom: 0px;
}

.owl-controls .owl-dots {
  display: block;
  position: absolute;
  text-align: center;
  margin-top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  z-index: 99;
}

.owl-controls .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #333;
  display: inline-block;
  border-radius: 0px;
  border-radius: 50px;
  margin: 0px 3px 0px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.owl-controls .owl-dots .owl-dot.active {
  background: #c9030f;
  width: 40px;
}

/*-----------------------------
** Hero Area End
------------------------------*/

/*-----------------------------
** Deal Of The Day Start
------------------------------*/

.deal-of-the-day {
  margin-top: 20px;
}

.deal-of-the-day .flas-deal-slider {
  position: relative;
  margin-top: 20px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas {
  text-align: center;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .img {
  margin-right: 30px;
  position: relative;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .img img {
  width: 280px;
  height: 280px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .img .sell-area {
  position: absolute;
  top: 20px;
  right: 0px;
  height: 100%;
  display: block;
  z-index: 9;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .img .sell-area .sale {
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  padding: 0px 8px 0px 15px;
  border-radius: 50px 0px 0px 50px;
  display: block;
  margin-top: 5px;
  background: #000;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .stars {
  margin: 0px;
  display: block;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .stars ul li i {
  color: #ffc107;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .price {
  margin: 5px 0px 10px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .price .old-price {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  color: #777;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .price .new-price {
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta {
  margin-bottom: 14px;
  margin-top: 24px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li {
  display: inline-block;
  margin-right: 4px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li:last-child {
  margin-right: 0px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li .wish {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li .wish:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li .cart-btn {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #232f3e;
  background: #232f3e;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li .cart-btn:hover {
  background: #c9030f;
  color: #fff;
  border-color: #c9030f;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li .compear {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .action-meta li .compear:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .deal-counter {
  margin-top: 15px;
  border-radius: 3px;
  padding-top: 15px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .deal-counter span {
  display: inline-block;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .deal-counter span span {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #f2f3f7;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .deal-counter span:last-child {
  margin-right: 0px;
}

.deal-of-the-day .flas-deal-slider .single-product-flas .content .deal-counter span small {
  display: block;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-prev,
.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 16px;
  position: absolute;
  text-align: center;
  line-height: 80px;
  width: 20px;
  height: 80px;
  background: #232f3e;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  color: #fff;
  border-radius: 0px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #c9030f;
}

.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-prev {
  right: 0px;
  border-radius: 10px 0px 0px 10px;
}

.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-prev i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-next {
  left: 0px;
  border-radius: 0px 10px 10px 0px;
}

.deal-of-the-day .owl-carousel .owl-controls .owl-nav .owl-next i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*-----------------------------
** Deal Of The Day End
------------------------------*/

/*-----------------------------
** Product Tab Area Start
------------------------------*/

.product-tab {
  margin-top: 20px;
}

.product-tab .top-header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-tab .top-header-area .nav li a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 35px;
  color: #050e33;
}

.product-tab .top-header-area .nav li a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #c9030f;
  opacity: 0;
}

.product-tab .top-header-area .nav li a.active {
  color: #c9030f;
}

.product-tab .top-header-area .nav li a.active::before {
  opacity: 1;
}

.product-tab .tab-content {
  margin-top: 25px;
}

.product-tab .tab-content .single-product {
  margin-bottom: 30px;
}

.single-product {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  overflow: hidden;
  background: #fff;
}

.single-product .img {
  position: relative;
}

.single-product .img img {
  width: 100%;
}

.single-product .img .sell-area {
  position: absolute;
  top: 20px;
  right: 0px;
  height: 100%;
  display: block;
  z-index: 9;
}

.single-product .img .sell-area .sale {
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  padding: 0px 8px 0px 15px;
  border-radius: 50px 0px 0px 50px;
  display: block;
  margin-top: 5px;
  background: #000;
}

.single-product .content {
  position: relative;
  padding: 10px 10px 10px;
  background: #fff;
  top: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .content .price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.single-product .content .price del {
  color: #777;
}

.single-product .content .stars {
  margin-bottom: 5px;
}

.single-product .content .stars li {
  display: inline-block;
  font-size: 12px;
  color: #fac451;
}

.single-product .content .stars li span {
  color: #050e33;
}

.single-product .content .box {
  height: 40px;
  position: relative;
}

.single-product .content .box .name {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .content .box .action-meta {
  margin-top: 40px;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .content .box .action-meta li {
  display: inline-block;
}

.single-product .content .box .action-meta li .wish {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .content .box .action-meta li .wish:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.single-product .content .box .action-meta li .cart-btn {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #232f3e;
  display: inline-block;
  background: #232f3e;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .content .box .action-meta li .cart-btn:hover {
  background: #c9030f;
  border-color: #c9030f;
}

.single-product .content .box .action-meta li .compear {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product .content .box .action-meta li .compear:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.single-product:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.single-product:hover .content {
  top: -35px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product:hover .content .box .action-meta {
  opacity: 1;
}

/*-----------------------------
** Product Tab Area End
------------------------------*/

/*-----------------------------
** Product-row Area Start
------------------------------*/

.product-row {
  padding: 0px 0px 10px;
}

.product-row .top-header-area {
  margin-bottom: 20px;
}

.product-row .single-product {
  margin-bottom: 30px;
}

/*-----------------------------
** Product-row Area Start
------------------------------*/

/*-----------------------------
** Banner Area Start
------------------------------*/

.banner img {
  width: 100%;
}

/*-----------------------------
** Banner Area Start
------------------------------*/

/*-----------------------------
** Product landscape Start
------------------------------*/

.product-landscape {
  margin-bottom: 30px;
}

.product-landscape .product-landscape-list {
  margin-top: 30px;
}

.product-landscape .product-landscape-list li {
  margin-bottom: 30px;
}

.product-landscape .product-landscape-list li:last-child {
  margin-bottom: 0px;
}

.product-landscape .product-landscape-list li .single-product-landscape {
  background: #f2f3f7;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-landscape .product-landscape-list li .single-product-landscape::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 0%;
  background: #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-landscape .product-landscape-list li .single-product-landscape:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.product-landscape .product-landscape-list li .single-product-landscape:hover::after {
  width: 100%;
}

.single-product-landscape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.single-product-landscape .img {
  margin-right: 15px;
}

.single-product-landscape .img img {
  width: 150px;
}

.single-product-landscape .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      align-self: center;
}

.single-product-landscape .content .price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.single-product-landscape .content .price del {
  color: #777;
}

.single-product-landscape .content .stars {
  margin-bottom: 5px;
}

.single-product-landscape .content .stars li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 0px;
  color: #fac451;
}

.single-product-landscape .content .stars li span {
  color: #050e33;
}

.single-product-landscape .content .box {
  height: 40px;
  position: relative;
}

.single-product-landscape .content .box .name {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product-landscape .content .box .action-meta {
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product-landscape .content .box .action-meta li {
  display: inline-block;
  margin-bottom: 0px;
}

.single-product-landscape .content .box .action-meta li .wish {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product-landscape .content .box .action-meta li .wish:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.single-product-landscape .content .box .action-meta li .cart-btn {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #232f3e;
  background: #232f3e;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product-landscape .content .box .action-meta li .cart-btn:hover {
  background: #c9030f;
  border-color: #c9030f;
}

.single-product-landscape .content .box .action-meta li .compear {
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #777;
  border: 1px solid #ddd;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-product-landscape .content .box .action-meta li .compear:hover {
  background: #232f3e;
  color: #fff;
  border-color: #232f3e;
}

.single-product-landscape:hover .content .box .action-meta {
  opacity: 1;
}

.single-product-landscape:hover .content .box .name {
  opacity: 0;
}

/*-----------------------------
** Product landscape End
------------------------------*/

/*-----------------------------
** Service Area Start
------------------------------*/

.our-service {
  margin-top: 30px;
}

.our-service .service-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.our-service .service-box .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.our-service .service-box .header .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.our-service .service-box .service-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.our-service .service-box .service-list li {
  display: block;
  padding: 0px 20px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.our-service .service-box .service-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.our-service .service-box .service-list li .single-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-service .service-box .service-list li .single-service .icon {
  width: 30px;
  margin-right: 10px;
  -ms-flex-item-align: center;
      align-self: center;
}

.our-service .service-box .service-list li .content .title {
  font-size: 16px;
  font-weight: 600;
}

.our-service .service-box .service-list li .content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

/*-----------------------------
** Service Area Start
------------------------------*/

/*-----------------------------
** Aside Banner Area Start
------------------------------*/

.aside-banner {
  margin-top: 50px;
}

.aside-banner img {
  width: 100%;
}

/*-----------------------------
** Aside Banner Area End
------------------------------*/

/*-----------------------------
** Product Widget Start
------------------------------*/

.product-widget .product-widget-box {
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-widget .product-widget-box .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.product-widget .product-widget-box .header .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-widget .product-widget-box .product-widget-content {
  padding: 10px 7px;
}

.product-widget .product-widget-box .single-product-landscape {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-widget .product-widget-box .single-product-landscape:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.product-widget .product-widget-box .single-product-landscape .img {
  -ms-flex-item-align: center;
      align-self: center;
}

.product-widget .product-widget-box .single-product-landscape .img img {
  width: 80px;
}

.product-widget .product-widget-box .single-product-landscape:hover .content .box .name {
  opacity: 1;
}

/*-----------------------------
** Product Widget Start
------------------------------*/

/*-----------------------------
**  Categori Area Start
------------------------------*/

.sliderText {
  margin-bottom: 30px;
  border-bottom: 2px solid #c9030f;
  padding: 10px 0 10px 0px;
  font-weight: bold;
}

.ui-slider-horizontal {
  height: 5px;
}

.ui-slider-horizontal {
  margin-bottom: 15px;
}

.ui-widget-header {
  background: #c9030f;
}

.price-range-search {
  width: 70px;
  background-color: #f9f9f9;
  border: 1px solid #6e6666;
  display: inline-block;
  height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: 100px;
  background-color: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
  height: 30px;
  text-align: center;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: #c9030f;
  border-radius: 50%;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}

.ui-slider .ui-slider-handle:focus {
  outline: 0px;
}

.ui-widget.ui-widget-content {
  border: none;
  border-radius: 0px;
  background: #d2d2d2;
}

.sub-categori {
  padding: 0px 0px 70px;
}

.sub-categori .left-area .filter-result-area {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-categori .left-area .filter-result-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .filter-result-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .filter-result-area .body-area {
  padding: 25px 30px 30px;
  display: block;
}

.sub-categori .left-area .filter-result-area .body-area .filter-list li {
  margin-bottom: 6px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block {
  text-align: center;
  margin-top: 34px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block #slider-range {
  margin-bottom: 21px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount {
  margin-bottom: 30px;
}

.sub-categori .left-area .filter-result-area .body-area .price-range-block .livecount span {
  font-size: 14px;
  margin: 0px 8px;
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn {
  padding: 0px 20px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #c9030f;
  border: 1px solid #c9030f;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn:hover {
  background: none;
  color: #c9030f;
}

.sub-categori .left-area .filter-result-area .body-area .filter-btn:focus {
  outline: 0px;
}

.sub-categori .left-area .tags-area {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.sub-categori .left-area .tags-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px 7px;
}

.sub-categori .left-area .tags-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .left-area .tags-area .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.sub-categori .left-area .tags-area .body-area .taglist li {
  display: inline-block;
}

.sub-categori .left-area .tags-area .body-area .taglist li a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 7px 17px;
  margin: 5px 3px;
  font-size: 13px;
  border-radius: 3px;
  color: #143250;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .left-area .tags-area .body-area .taglist li a:hover {
  background: #c9030f;
  color: #fff;
}

.sub-categori .all-categories-area {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
}

.sub-categori .all-categories-area .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0px 7px;
}

.sub-categori .all-categories-area .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.sub-categori .all-categories-area .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.sub-categori .all-categories-area .body-area .accordion .card {
  padding: 2px 0px 0px;
  border-radius: 0px;
  border: 0px;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-header {
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 0px;
  background: #fff;
  cursor: pointer;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-header .button {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-header .button i {
  font-weight: 600;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-body {
  background: #fff;
  padding: 0px;
  padding-left: 15px;
  padding-bottom: 10px;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-body ul li a {
  font-size: 14px;
  font-weight: 600;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-body ul li a i {
  font-weight: 600;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-body ul li ul {
  padding-left: 15px;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-body ul li ul li a {
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .all-categories-area .body-area .accordion .card .card-body ul li ul li a:hover {
  color: #c9030f;
}

.sub-categori .all-categories-area .body-area .cat-list li a {
  font-size: 14px;
  color: #143250;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .all-categories-area .body-area .cat-list li a i {
  font-weight: 600;
}

.sub-categori .modal {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 999999;
}

.sub-categori .modal .modal-dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 600px;
  margin: 0px;
}

.sub-categori .modal .modal-dialog .modal-header {
  background: #c9030f;
}

.sub-categori .modal .modal-dialog .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.sub-categori .modal .modal-dialog .modal-header .close span {
  color: #fff;
}

.sub-categori .modal .contact-form {
  margin-top: 12px;
  padding: 10px 10px 10px;
}

.sub-categori .modal .contact-form ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.sub-categori .modal .contact-form ul li {
  list-style: none;
}

.sub-categori .modal .contact-form ul li .input-field {
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-categori .modal .contact-form ul li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #c9030f !important;
}

.sub-categori .modal .contact-form ul li .input-field.textarea {
  margin-bottom: 35px;
}

.sub-categori .modal .contact-form .submit-btn {
  width: 100%;
  height: 50px;
  background: #c9030f;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sub-categori .modal .contact-form .submit-btn:hover {
  background: #050e33;
}

.sub-categori .modal-backdrop {
  background: none !important;
}

.sub-categori .right-area .cat-banner {
  display: block;
  margin-bottom: 30px;
}

.sub-categori .right-area .cat-banner img {
  width: 100%;
}

.sub-categori .right-area .item-filter {
  text-align: right;
  margin-bottom: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px;
  margin-bottom: 30px;
}

.sub-categori .right-area .item-filter .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-categori .right-area .item-filter .filter-list li {
  display: inline-block;
}

.sub-categori .right-area .item-filter .filter-list li p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.sub-categori .right-area .item-filter .filter-list li select {
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 15px;
}

.sub-categori .right-area .item-filter .filter-list li.item-short-area {
  margin-right: 30px;
}

.sub-categori .right-area .categori-item-area .single-product {
  margin-bottom: 30px;
}

.short-by {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

.short-by .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.short-by .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.short-by .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.short-by .body-area .short-by-filter {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  padding: 0px 10px;
}

.service-center {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-top: 30px;
}

.service-center .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.service-center .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.service-center .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.service-center .body-area .list li {
  font-size: 15px;
  line-height: 30px;
}

.service-center .body-area .list li a {
  color: #333333;
}

.service-center .body-area .list li i {
  font-size: 25px;
  color: #c9030f;
  margin-right: 7px;
}

.service-center .footer-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 28px 21px;
}

.service-center .footer-area .title {
  font-size: 14px;
  margin-bottom: 5px;
}

.service-center .footer-area .list li {
  display: inline-block;
  font-size: 14px;
  margin: 0px 4px;
}

.service-center .footer-area .list li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-center .footer-area .list li a:hover {
  color: #c9030f;
}

.seller-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.seller-info .content {
  padding: 24px 30px 27px;
  text-align: center;
}

.seller-info .content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
}

.seller-info .content .stor-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: #00aeff;
}

.seller-info .content .cuntry {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.seller-info .content .total-product {
  width: 100%;
  padding: 15px 0px 12px;
}

.seller-info .content .total-product p {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #fc9715;
}

.seller-info .content .total-product span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #00aeff;
}

.seller-info .content .time {
  margin-top: 5px;
  margin-bottom: 0px;
}

.seller-info .content .time span {
  color: #00aeff;
}

.seller-info .view-stor {
  width: 100%;
  background: #c9030f;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

.check-box .form-check {
  position: relative;
}

.check-box .form-check label {
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Open Sans", sans-serif;
  margin-left: 30px;
  cursor: pointer;
}

.check-box .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.check-box .form-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.check-box .form-check input:checked ~ .checkmark {
  background-color: transparent;
}

.check-box .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box .form-check input:checked ~ .checkmark:after {
  display: block;
}

.check-box .form-check .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #242424;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----------------------------
** Cart Page CSS Start
------------------------------*/

.cartpage {
  padding: 0px 0px 70px;
}

.cartpage .left-area
.totla-price-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.cartpage .left-area
.totla-price-area .left-area p {
  font-size: 20px;
  font-weight: 600;
}

.cartpage .left-area
.totla-price-area .right-area p {
  font-size: 20px;
  font-weight: 600;
}

.cartpage .left-area
.totla-price-area .right-area p span {
  color: #c9030f;
}

.cartpage .cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cartpage .cart-table .table thead {
  border-top: 0px;
}

.cartpage .cart-table .table thead tr th {
  border-top: 0px;
  border-bottom: 0px;
}

.cartpage .cart-table .table tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cartpage .cart-table .table tbody tr td {
  border-top: 0px;
}

.cartpage .cart-table .table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.cartpage .cart-table .table tr:last-child {
  border-bottom: 0px;
}

.cartpage .cart-table .table tr td {
  vertical-align: middle;
}

.cartpage .cart-table .table tr td.product-img {
  width: 200px;
}

.cartpage .cart-table .table tr td.product-img img {
  width: 100%;
}

.cartpage .cart-table .table tr td.product-img .name {
  margin-bottom: 0px;
}

.cartpage .cart-table .table tr td.product-img .name a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #050e33;
}

.cartpage .cart-table .table tr td .product-unit-price {
  font-weight: 600;
}

.cartpage .cart-table .table tr td.total-price {
  font-weight: 600;
}

.cartpage .cart-table .table tr td span#color-bar {
  border-radius: 50%;
  width: 16px !important;
  height: 16px !important;
  border: 0px;
  margin-left: 10px;
  margin-top: 2px;
}

.right-area .order-box {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 25px 40px;
}

.right-area .order-box .title {
  font-size: 16px;
  font-weight: 700;
  color: #143250;
  line-height: 28px;
  margin-bottom: 15px;
}

.right-area .order-box .order-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.right-area .order-box .order-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-area .order-box .order-list li p {
  font-size: 14px;
  font-weight: 600;
}

.right-area .order-box .order-list li p b {
  font-weight: 700;
}

.right-area .order-box .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  padding-top: 5px;
}

.right-area .order-box .cupon-box {
  text-align: center;
  margin-bottom: 30px;
}

.right-area .order-box .cupon-box #coupon-link {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
  text-decoration: underline;
  cursor: pointer;
}

.right-area .order-box .cupon-box #coupon-form {
  display: none;
}

.right-area .order-box .cupon-box #coupon-form.show {
  display: block !important;
}

.right-area .order-box .cupon-box #coupon-form input {
  width: 190px;
  height: 35px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  font-size: 14px;
}

.right-area .order-box .cupon-box #coupon-form button {
  width: 80px;
  height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.right-area .order-box .cupon-box #coupon-form button:hover {
  background: #c9030f;
  color: #fff;
  border-color: #c9030f;
}

.right-area .order-box .order-btn {
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #c9030f;
  border: 1px solid #c9030f;
  display: block;
  margin-bottom: 0px;
  text-align: center;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.right-area .order-box .order-btn:hover {
  background: none;
  color: #c9030f;
}

/*-----------------------------
** Blog Area Start
------------------------------*/

.blog {
  padding: 0px 0px 70px;
}

.blog .section-heading {
  margin-bottom: 37px;
}

.blog .owl-carousel .owl-stage-outer {
  padding: 10px 10px 15px;
}

.blog .owl-controls {
  position: relative;
}

.blog .owl-controls .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.blog .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #ddd;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 3px 0px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.blog .owl-controls .owl-dots .owl-dot.active {
  background: #c9030f;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-blog {
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.single-blog .img {
  position: relative;
  overflow: hidden;
}

.single-blog .img img {
  width: 530px;
  height: 292px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c9030f;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
}

.single-blog .content {
  padding: 23px 20px 25px;
}

.single-blog .content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .content .title:hover {
  color: #c9030f;
}

.single-blog .content .top-meta {
  margin-bottom: 9px;
}

.single-blog .content .top-meta li {
  display: inline-block;
  margin-right: 10px;
}

.single-blog .content .top-meta li a {
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .content .top-meta li a i {
  font-size: 12px;
}

.single-blog .content .top-meta li a:hover {
  color: #c9030f;
}

.single-blog .content .link {
  margin-top: 5px;
  background: #c9030f;
  display: inline-block;
  color: #fff;
  padding: 7px 18px;
  font-size: 14px;
  border-radius: 50px;
}

.single-blog .content .link i {
  padding-left: 5px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .content .link:hover i {
  padding-left: 10px;
}

.single-blog:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog.blog-details-box .blog-details-box .details .content .blog-text {
  margin-bottom: 10px;
}

.blog .blog-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
}

.blog .blog-box .blog-images {
  width: 100%;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.blog .blog-box .blog-images .img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-box .blog-images .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.blog .blog-box .blog-images .date {
  position: absolute;
  background: #c9030f;
  z-index: 2;
  top: 0;
  left: 30px;
  height: 100px;
  width: 60px;
  text-align: center;
  border-radius: 0px 0px 50px 50px;
}

.blog .blog-box .blog-images .date p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
}

.blog .blog-box .details {
  padding: 22px 30px 25px;
}

.blog .blog-box .details .blog-title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.blog .blog-box .details .post-meta {
  padding-left: 0px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.blog .blog-box .details .post-meta li {
  list-style: none;
  display: inline-block;
}

.blog .blog-box .details .post-meta li a {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #010c2f;
}

.blog .blog-box .details .post-meta li a:hover {
  color: #c9030f;
}

.blog .blog-box .details .content .blog-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.blog .blog-box .details .content blockquote {
  background: #c9030f;
  padding: 30px 30px 30px;
  margin-top: 10px;
}

.blog .blog-box .details .content blockquote p {
  margin-bottom: 0px;
  color: #fff;
}

.blog .blog-box:hover .blog-images .img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.blog.blog-details-box .blog-box:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.blog .page-link-btn {
  font-size: 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  font-weight: 300;
  color: #050e33;
  text-decoration: underline;
}

.blog-details-box .social-link {
  background: #f3f6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 20px;
}

.blog-details-box .social-link .tag .title {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  line-height: inherit;
}

.blog-details-box .social-link .tag a {
  color: #545558;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0px;
}

.blog-details-box .social-link .social-links {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-details-box .social-link .social-links li {
  display: inline-block;
}

.blog-details-box .social-link .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-left: 2px;
  background: #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details-box .social-link .social-links li a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

.comment-area {
  margin-top: 43px;
}

.comment-area .top-header-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.comment-area .all-comment {
  margin-top: 18px;
  width: 100%;
}

.comment-area .all-comment li {
  margin-bottom: 30px;
  width: 100%;
}

.comment-area .all-comment li .single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.comment-area .all-comment li .single-comment .left-area {
  text-align: center;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

.comment-area .all-comment li .single-comment .left-area::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.comment-area .all-comment li .single-comment .left-area img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c9030f;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.comment-area .all-comment li .single-comment .left-area .name {
  margin-top: 15px;
  font-size: 14px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 0px;
}

.comment-area .all-comment li .single-comment .left-area .date {
  font-size: 12px;
  color: #143250;
  margin-bottom: 0px;
}

.comment-area .all-comment li .single-comment .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.comment-area .all-comment li .single-comment .right-area .header-area {
  margin-bottom: 10px;
}

.comment-area .all-comment li .single-comment .right-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  margin-top: 0px;
  border: 0px;
  padding: 0px;
  margin-bottom: 0px;
}

.comment-area .all-comment li .single-comment .right-area .comment-body p {
  font-size: 16px;
  line-height: 26px;
}

.comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.comment-area .all-comment li .single-comment .right-area .comment-footer .links a:hover {
  color: #c9030f;
}

.comment-area .all-comment li .replay-review {
  margin-left: 100px;
}

.comment-area .all-comment li .replay-area {
  position: relative;
  padding-left: 127px;
  margin-bottom: 20px;
}

.comment-area .all-comment li .replay-area textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-area .all-comment li .replay-area button {
  width: 120px;
  height: 35px;
  line-height: 34px;
  border: 0px;
  background: #c9030f;
  border: 1px solid #c9030f;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.comment-area .all-comment li .replay-area button:hover {
  background: none;
  color: #c9030f;
}

.comment-area .all-comment li .replay-area .remove {
  width: 120px;
  height: 35px;
  border: 0px;
  background: #c9030f;
  border: 1px solid #c9030f;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.comment-area .all-comment li .replay-area .remove:hover {
  background: none;
  color: #c9030f;
}

.comment-area .review-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.comment-area .write-comment-area {
  padding-top: 20px;
}

.comment-area .write-comment-area input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.comment-area .write-comment-area input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}

.comment-area .write-comment-area input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}

.comment-area .write-comment-area input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}

.comment-area .write-comment-area input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}

.comment-area .write-comment-area textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
}

.comment-area .write-comment-area textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

.comment-area .write-comment-area textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

.comment-area .write-comment-area textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

.comment-area .write-comment-area textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

.aside.serch-widget {
  padding: 30px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.aside.serch-widget .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.aside.serch-widget input {
  width: 100%;
  height: 40px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #c9030f;
}

.aside.serch-widget input:focus {
  border: 0px;
  border-bottom: 1px solid #c9030f;
}

.aside.serch-widget .submit {
  margin-top: 20px;
  background: #c9030f;
  border: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  padding: 7px 25px;
  border: 1px solid #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aside.serch-widget .submit:hover {
  background: #fff;
  color: #c9030f;
}

.aside.serch-widget .submit:focus {
  outline: 0;
}

.aside.categori {
  padding: 22px 30px 22px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.aside.categori .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.aside.categori .categori-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.aside.categori .categori-list li {
  list-style: none;
  line-height: 36px;
}

.aside.categori .categori-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aside.categori .categori-list li a:hover,
.aside.categori .categori-list li a.active {
  color: #c9030f;
  padding-left: 5px;
}

.aside.recent-post-widget {
  padding: 20px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.aside.recent-post-widget .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #050e33;
}

.aside.recent-post-widget .post-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.aside.recent-post-widget .post-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.aside.recent-post-widget .post-list li .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside.recent-post-widget .post-list li .post .post-img {
  margin-right: 20px;
}

.aside.recent-post-widget .post-list li .post .post-img img {
  width: 80px;
  height: 50px;
}

.aside.recent-post-widget .post-list li .post .post-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aside.recent-post-widget .post-list li .post .post-details .post-title {
  font-size: 14px;
  color: #2f3744;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aside.recent-post-widget .post-list li .post .post-details .post-title:hover {
  color: #c9030f;
}

.aside.recent-post-widget .post-list li .post .post-details .date {
  color: #7b8698;
  font-size: 12px;
  margin-bottom: 0px;
}

.aside.recent-post-widget .post-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.aside.newsletter-widget {
  padding: 30px 30px 30px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.aside.newsletter-widget .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.aside.newsletter-widget input {
  width: 100%;
  height: 40px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #c9030f;
}

.aside.newsletter-widget input:focus {
  border: 0px;
  border-bottom: 1px solid #c9030f;
}

.aside.newsletter-widget .submit {
  margin-top: 20px;
  background: #c9030f;
  border: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  padding: 7px 25px;
  border: 1px solid #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.aside.newsletter-widget .submit:hover {
  background: #fff;
  color: #c9030f;
}

.aside.newsletter-widget .submit:focus {
  outline: 0;
}

.aside.tags {
  padding: 22px 30px 15px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.aside.tags .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.aside.tags .tags-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 29px;
}

.aside.tags .tags-list li {
  list-style: none;
  display: inline-block;
}

.aside.tags .tags-list li a {
  font-size: 14px;
  padding: 6px 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
  margin-right: 9px;
}

.aside.tags .tags-list li a:hover {
  background: #c9030f;
  border-color: #c9030f;
  color: #fff;
}

.aside.tags .tags-list li a.active {
  background: #c9030f;
  border-color: #c9030f;
  color: #fff;
}

.blog-aside .categori,
.blog-aside .recent-post-widget,
.blog-aside .newsletter-widget,
.blog-aside .tags {
  margin-top: 30px;
}

#comment-area {
  margin-top: 43px;
}

#comment-area .top-header-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

#comment-area .all-comment {
  margin-top: 18px;
  width: 100%;
}

#comment-area .all-comment li {
  margin-bottom: 30px;
  width: 100%;
}

#comment-area .all-comment li .single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

#comment-area .all-comment li .single-comment .left-area {
  text-align: center;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

#comment-area .all-comment li .single-comment .left-area::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#comment-area .all-comment li .single-comment .left-area img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c9030f;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

#comment-area .all-comment li .single-comment .left-area .name {
  margin-top: 15px;
  font-size: 14px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 0px;
}

#comment-area .all-comment li .single-comment .left-area .date {
  font-size: 12px;
  color: #143250;
  margin-bottom: 0px;
}

#comment-area .all-comment li .single-comment .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#comment-area .all-comment li .single-comment .right-area .header-area .stars-area {
  margin-left: 0px;
}

#comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars {
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

#comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars li {
  display: inline-block;
  width: auto;
  font-size: 12px;
  margin-right: -2px;
  color: #fc9715;
  margin-bottom: 0px;
}

#comment-area .all-comment li .single-comment .right-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  margin-top: 0px;
}

#comment-area .all-comment li .single-comment .right-area .comment-body p {
  font-size: 16px;
  line-height: 26px;
}

#comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#comment-area .all-comment li .single-comment .right-area .comment-footer .links a:hover {
  color: #c9030f;
}

#comment-area .all-comment li .replay-review {
  margin-left: 100px;
}

#comment-area .all-comment li .replay-area {
  position: relative;
  padding-left: 127px;
  margin-bottom: 30px;
}

#comment-area .all-comment li .replay-area textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#comment-area .all-comment li .replay-area button {
  width: 120px;
  height: 35px;
  line-height: 34px;
  border: 0px;
  background: #c9030f;
  border: 1px solid #c9030f;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#comment-area .all-comment li .replay-area button:hover {
  background: none;
  color: #c9030f;
}

#comment-area .all-comment li .replay-area .remove {
  width: 120px;
  height: 35px;
  border: 0px;
  background: #c9030f;
  border: 1px solid #c9030f;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#comment-area .all-comment li .replay-area .remove:hover {
  background: none;
  color: #c9030f;
}

#comment-area .review-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

#comment-area .write-comment-area {
  padding-top: 20px;
}

#comment-area .write-comment-area input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

#comment-area .write-comment-area input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}

#comment-area .write-comment-area input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}

#comment-area .write-comment-area input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}

#comment-area .write-comment-area input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}

#comment-area .write-comment-area textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
}

#comment-area .write-comment-area textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

#comment-area .write-comment-area textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

#comment-area .write-comment-area textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

#comment-area .write-comment-area textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

#comment-area .write-comment-area .submit-btn {
  background: #c9030f;
  border: 0px;
  color: #fff;
  padding: 15px 30px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#comment-area .write-comment-area .submit-btn:hover {
  background: #fa7c22;
}

#comment-area .write-comment-area .submit-btn:focus {
  outline: 0px;
}

/*-----------------------------
  ** Blog Area End
  ------------------------------*/

/*-----------------------------
** Product Details Area Start
------------------------------*/

.product-details-area {
  padding-bottom: 70px;
}

.product-details-area .left-area-top-info .all-slider {
  position: relative;
}

.product-details-area .left-area-top-info .all-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.product-details-area .left-area-top-info .all-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 24px;
  opacity: 1;
  background: #c9030f;
  color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.product-details-area .left-area-top-info .all-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.product-details-area .left-area-top-info .all-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.product-details-area .product-info .item-name {
  font-size: 20px;
  font-weight: 600;
}

.product-details-area .product-info .top-meta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 16px;
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-details-area .product-info .top-meta .isStock {
  font-size: 14px;
  font-weight: 600;
  color: green;
  margin-right: 25px;
}

.product-details-area .product-info .top-meta .outStock {
  font-size: 14px;
  font-weight: 600;
  color: red;
  margin-right: 25px;
}

.product-details-area .product-info .top-meta .stars {
  font-size: 12px;
  color: #ffc107;
  margin-right: 25px;
}

.product-details-area .product-info .top-meta .review {
  font-size: 14px;
  font-weight: 600;
  margin-right: 25px;
}

.product-details-area .product-info .top-meta .condition {
  display: inline-block;
  background: green;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 1px 10px;
  border-radius: 50px;
  position: relative;
  font-weight: 600;
  margin-right: 25px;
  -ms-flex-item-align: center;
      align-self: center;
}

.product-details-area .product-info .top-meta .no-condition {
  display: inline-block;
  background: red;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 1px 10px;
  border-radius: 50px;
  position: relative;
  font-weight: 600;
  margin-right: 25px;
  -ms-flex-item-align: center;
      align-self: center;
}

.product-details-area .product-info .top-meta .wish {
  position: relative;
  top: -3px;
  font-weight: 600;
  margin-right: 10px;
}

.product-details-area .product-info .top-meta .wish a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.product-details-area .product-info .top-meta .compear {
  position: relative;
  top: -3px;
  font-weight: 600;
  margin-right: 10px;
}

.product-details-area .product-info .top-meta .compear a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.product-details-area .product-info .top-meta .play-video {
  position: relative;
  top: -3px;
  display: inline-block;
  font-weight: 600;
}

.product-details-area .product-info .top-meta .play-video a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.product-details-area .product-info .price-and-discount {
  margin-top: 11px;
}

.product-details-area .product-info .price-and-discount .price {
  font-size: 28px;
  line-height: 38px;
  color: #143250;
  font-weight: 700;
  display: inline-block;
}

.product-details-area .product-info .price-and-discount .price .current-price {
  display: inline-block;
}

.product-details-area .product-info .price-and-discount .price small {
  font-size: 18px;
}

.product-details-area .product-info .product-color {
  margin-top: 3px;
  margin-bottom: 5px;
  position: relative;
}

.product-details-area .product-info .product-color .title {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .product-info .product-color .color-list {
  display: inline-block;
  padding-left: 70px;
}

.product-details-area .product-info .product-color .color-list li {
  display: none;
  margin-right: 10px;
}

.product-details-area .product-info .product-color .color-list li .box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.product-details-area .product-info .product-color .color-list li .box::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-info .product-color .color-list li.active .box::after,
.product-details-area .product-info .product-color .color-list li:hover .box::after {
  opacity: 1;
}

.product-details-area .product-info .product-color .color-list li:last-child {
  margin-right: 0px;
}

.product-details-area .product-info .mproduct-color {
  margin-top: 13px;
  margin-bottom: 5px;
  position: relative;
}

.product-details-area .product-info .mproduct-color .title {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .product-info .mproduct-color .color-list {
  display: inline-block;
  padding-left: 70px;
}

.product-details-area .product-info .mproduct-color .color-list li {
  display: none;
  margin-right: 10px;
}

.product-details-area .product-info .mproduct-color .color-list li .box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.product-details-area .product-info .mproduct-color .color-list li .box::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -5px;
  left: -5px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-info .mproduct-color .color-list li.active .box::after,
.product-details-area .product-info .mproduct-color .color-list li:hover .box::after {
  opacity: 1;
}

.product-details-area .product-info .mproduct-color .color-list li:last-child {
  margin-right: 0px;
}

.product-details-area .product-info .product-size {
  padding: 9px 0px 0px;
}

.product-details-area .product-info .product-size .title {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .product-info .product-size .siz-list {
  display: inline-block;
}

.product-details-area .product-info .product-size .siz-list li {
  display: inline-block;
  margin-right: 5px;
}

.product-details-area .product-info .product-size .siz-list li:last-child {
  margin-right: 0px;
}

.product-details-area .product-info .product-size .siz-list li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  padding: 1px 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-info .product-size .siz-list li.active .box,
.product-details-area .product-info .product-size .siz-list li:hover .box {
  border: 1px solid #c9030f;
  background: #c9030f;
  color: #fff;
}

.product-details-area .product-info .mproduct-size {
  padding: 9px 0px 0px;
}

.product-details-area .product-info .mproduct-size .title {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
}

.product-details-area .product-info .mproduct-size .siz-list {
  display: inline-block;
}

.product-details-area .product-info .mproduct-size .siz-list li {
  display: inline-block;
  margin-right: 5px;
}

.product-details-area .product-info .mproduct-size .siz-list li:last-child {
  margin-right: 0px;
}

.product-details-area .product-info .mproduct-size .siz-list li .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  padding: 1px 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-info .mproduct-size .siz-list li.active .box,
.product-details-area .product-info .mproduct-size .siz-list li:hover .box {
  border: 1px solid #c9030f;
  background: #c9030f;
  color: #fff;
}

.product-details-area .product-info .inner-box {
  margin-top: 18px;
}

.product-details-area .product-info .inner-box .cart-btn {
  display: block;
  margin-top: 10px;
}

.product-details-area .product-info .inner-box .cart-btn .btn-list {
  display: block;
}

.product-details-area .product-info .inner-box .cart-btn .btn-list li {
  display: inline-block;
  margin-right: 5px;
}

.product-details-area .product-info .inner-box .cart-btn .btn-list li a {
  background: #c9030f;
  color: #fff;
  padding: 15px 18px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-info .inner-box .cart-btn .btn-list li a:hover {
  background: none;
  color: #c9030f;
}

.product-details-area .product-info .inner-box .cart-btn .btn-list li::last-child {
  margin-right: 0px;
}

.product-details-area .product-info .shipping-time {
  font-size: 16px;
  margin-top: 25px;
}

.product-details-area .product-info .shipping-time span {
  color: #c9030f;
  font-weight: 600;
  margin-left: 5px;
}

.product-details-area .product-info .product-id {
  font-size: 16px;
  margin-top: 9px;
}

.product-details-area .product-info .product-id span {
  color: #c9030f;
  font-weight: 600;
  margin-left: 5px;
}

.product-details-area .product-info .license-id {
  font-size: 16px;
  margin-top: 25px;
}

.product-details-area .product-info .license-id span {
  color: #c9030f;
  font-weight: 600;
  margin-left: 5px;
}

.product-details-area .product-info .share-product {
  margin-top: 25px;
}

.product-details-area .product-info .share-product li {
  display: inline-block;
  margin-right: 7px;
}

.product-details-area .product-info .share-product li:last-child {
  margin-right: 0px;
}

.product-details-area .product-info .share-product li a {
  display: block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #c9030f;
  background: #fdfbfb;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-info .share-product li a:hover {
  background: #c9030f;
  color: #fff;
}

.product-details-area .review-and-rating-area {
  padding-top: 18px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 30px 16px;
}

.product-details-area .review-and-rating-area .left {
  text-align: center;
}

.product-details-area .review-and-rating-area .left .rate {
  font-size: 60px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-details-area .review-and-rating-area .left .stars {
  padding-left: 0px;
  margin: 0px 0px 0px;
}

.product-details-area .review-and-rating-area .left .stars li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.1);
  font-size: 30px;
  margin-right: -2px;
}

.product-details-area .review-and-rating-area .left .total-review {
  font-size: 16px;
}

.product-details-area .review-and-rating-area .right {
  margin-top: 20px;
}

.product-details-area .review-and-rating-area .right .reating-poll li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.product-details-area .review-and-rating-area .right .reating-poll li .star-list {
  width: 76px;
  position: relative;
  top: -5px;
}

.product-details-area .review-and-rating-area .right .reating-poll li .star-list li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.1);
}

.product-details-area .review-and-rating-area .right .reating-poll li .star-list li.fill {
  color: #ffc107;
}

.product-details-area .review-and-rating-area .right .reating-poll li .star-list li.fill i {
  margin-right: 0px;
}

.product-details-area .review-and-rating-area .right .reating-poll li .progress {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 12px;
  position: relative;
  top: 0px;
}

.product-details-area .review-and-rating-area .right .reating-poll li .count {
  position: relative;
  top: -3px;
  font-weight: 600;
  margin-left: 8px;
  font-size: 14px;
}

.product-details-area .wholesell-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-details-area .wholesell-table .title {
  text-align: center;
  margin-bottom: 0px;
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 600;
}

.product-details-area .wholesell-table .table {
  margin-bottom: 0px;
}

.product-details-area .wholesell-table .table thead tr th {
  padding: 8px 15px;
  border-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
}

.product-details-area .wholesell-table .table tbody tr td {
  padding: 6px 15px;
}

.product-details-area .seller-info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 30px;
}

.product-details-area .seller-info .content {
  padding: 23px 30px 6px;
  text-align: center;
}

.product-details-area .seller-info .content .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
  color: #c9030f;
}

.product-details-area .seller-info .content .stor-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.product-details-area .seller-info .content .stor-name .verify-link {
  color: green;
  position: absolute;
  right: -25px;
  top: 0px;
}

.product-details-area .seller-info .content .cuntry {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.product-details-area .seller-info .content .total-product {
  width: 100%;
  padding: 18px 0px 18px;
}

.product-details-area .seller-info .content .total-product p {
  margin-bottom: 0px;
  font-size: 29px;
  line-height: 24px;
  font-weight: 700;
  color: #c9030f;
}

.product-details-area .seller-info .content .total-product span {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
}

.product-details-area .seller-info .content .time {
  margin-top: 5px;
  margin-bottom: 0px;
}

.product-details-area .seller-info .contact-seller .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-details-area .seller-info .contact-seller .list li {
  width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding: 0px 5px;
}

.product-details-area .seller-info .contact-seller .list li:last-child {
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.product-details-area .seller-info .contact-seller .list li .view-stor {
  background: #c9030f;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 7px 12px;
  width: 100%;
  border-radius: 3px;
  margin: 5px 0px;
  border: 1px solid #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 600;
}

.product-details-area .seller-info .contact-seller .list li .view-stor:hover {
  background: #fff;
  color: #c9030f;
}

.product-details-area .more-product {
  margin-top: 30px;
}

.product-details-area .more-product .product-landscape-list {
  margin-top: 20px;
}

.product-details-area .more-product .product-landscape-list li {
  margin-bottom: 20px;
}

.product-details-area .more-product .product-landscape-list li .single-product-landscape {
  padding: 0px;
}

.product-details-area .more-product .product-landscape-list li .single-product-landscape .img img {
  width: 100px;
}

.product-details-area .more-product .product-landscape-list li .single-product-landscape:hover .content .name {
  opacity: 1;
}

.product-details-area .more-product .product-landscape-list li .stars li {
  margin-bottom: 0px;
}

.product-details-area .product-details-tab {
  margin-top: 30px;
}

.product-details-area .product-details-tab .pdt-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
}

.product-details-area .product-details-tab .pdt-menu .nav {
  display: inline-block;
}

.product-details-area .product-details-tab .pdt-menu .nav li {
  display: inline-block;
}

.product-details-area .product-details-tab .pdt-menu .nav li a {
  background: #f2f3f7;
  margin: 10px 5px;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-details-area .product-details-tab .pdt-menu .nav li a.active,
.product-details-area .product-details-tab .pdt-menu .nav li a:hover {
  background: #c9030f;
  color: #fff;
}

.product-details-area .product-details-tab .pdt-content .tab-content {
  padding-top: 25px;
}

.product-details-area .product-details-tab .pdt-content .title {
  font-weight: 600;
  font-size: 20px;
}

.product-details-area #coment-area .all-comments {
  margin-top: 18px;
}

.product-details-area #coment-area .all-comments li {
  margin-bottom: 30px;
}

.product-details-area #coment-area .all-comments li .single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px;
}

.product-details-area #coment-area .all-comments li .single-comment .left-area {
  text-align: center;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

.product-details-area #coment-area .all-comments li .single-comment .left-area::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-details-area #coment-area .all-comments li .single-comment .left-area img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #c9030f;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.product-details-area #coment-area .all-comments li .single-comment .left-area .name {
  margin-top: 15px;
  font-size: 14px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 0px;
}

.product-details-area #coment-area .all-comments li .single-comment .left-area .date {
  font-size: 12px;
  color: #143250;
  margin-bottom: 0px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .header-area .stars-area .stars {
  padding-bottom: 0px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .header-area .stars-area .stars li {
  display: inline-block;
  font-size: 12px;
  margin-right: -2px;
  color: #fc9715;
  margin-bottom: 0px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  margin-top: 0px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .comment-body p {
  font-size: 16px;
  line-height: 26px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .comment-footer .links a {
  display: inline-block;
  font-size: 14px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .comment-footer .links .helpfull {
  background: #c9030f;
  color: #fff;
  padding: 5px 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-right: 10px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .comment-footer .links .helpfull i {
  margin-right: 7px;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .comment-footer .links .helpfull:hover {
  background: #fa7c22;
}

.product-details-area #coment-area .all-comments li .single-comment .right-area .comment-footer .links .separator {
  padding: 0px 5px;
}

.product-details-area #coment-area .review-area .star-area .star-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
}

.product-details-area #coment-area .review-area .star-area .star-list li i {
  margin-right: -3px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.product-details-area #coment-area .review-area .star-area .star-list li::after {
  position: absolute;
  content: "||";
  top: 0px;
  right: -18px;
}

.product-details-area #coment-area .review-area .star-area .star-list li:last-child::after {
  display: none;
}

.product-details-area #coment-area .review-area .star-area .star-list li:hover i {
  color: #fac451;
}

.product-details-area #coment-area .review-area .star-area .star-list li.active i {
  color: #fac451;
}

.product-details-area #coment-area .write-comment-area {
  padding-top: 30px;
}

.product-details-area #coment-area .write-comment-area input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.product-details-area #coment-area .write-comment-area input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}

.product-details-area #coment-area .write-comment-area input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}

.product-details-area #coment-area .write-comment-area input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}

.product-details-area #coment-area .write-comment-area input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}

.product-details-area #coment-area .write-comment-area textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
}

.product-details-area #coment-area .write-comment-area textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

.product-details-area #coment-area .write-comment-area textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

.product-details-area #coment-area .write-comment-area textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

.product-details-area #coment-area .write-comment-area textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

.multiple-item-price {
  display: block;
}

.multiple-item-price .qty {
  display: inline-block;
  display: inline-block;
  position: relative;
  width: 120px;
}

.multiple-item-price .qty .qttotal {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(144, 144, 144, 0.4);
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 30px;
  text-align: center;
  cursor: pointer;
}

.multiple-item-price .qty .qttotal:focus {
  outline: 0px;
}

.multiple-item-price .qty .qttotal1 {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(144, 144, 144, 0.4);
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 30px;
  text-align: center;
  cursor: pointer;
}

.multiple-item-price .qty .qttotal1:focus {
  outline: 0px;
}

.multiple-item-price .qty .modal-total {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(144, 144, 144, 0.4);
  text-align: left;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 30px;
  text-align: center;
  cursor: pointer;
}

.multiple-item-price .qty .modal-total:focus {
  outline: 0px;
}

.multiple-item-price .qty .qtminus {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 600;
  position: absolute;
  left: 7px;
  bottom: 0px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  color: #000;
}

.multiple-item-price .qty .qtminus:focus {
  outline: 0px;
}

.multiple-item-price .qty .qtminus:hover {
  background: #c9030f;
  color: #fff;
}

.multiple-item-price .qty .qtminus1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 600;
  position: absolute;
  left: 7px;
  bottom: 0px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  color: #000;
}

.multiple-item-price .qty .qtminus1:focus {
  outline: 0px;
}

.multiple-item-price .qty .qtminus1:hover {
  background: #c9030f;
  color: #fff;
}

.multiple-item-price .qty .modal-minus {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 600;
  position: absolute;
  left: 7px;
  bottom: 0px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  color: #000;
}

.multiple-item-price .qty .modal-minus:focus {
  outline: 0px;
}

.multiple-item-price .qty .modal-minus:hover {
  background: #c9030f;
  color: #fff;
}

.multiple-item-price .qty .qtplus {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.multiple-item-price .qty .qtplus:focus {
  outline: 0px;
}

.multiple-item-price .qty .qtplus:hover {
  background: #c9030f;
  color: #fff;
}

.multiple-item-price .qty .qtplus1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.multiple-item-price .qty .qtplus1:focus {
  outline: 0px;
}

.multiple-item-price .qty .qtplus1:hover {
  background: #c9030f;
  color: #fff;
}

.multiple-item-price .qty .modal-plus {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  color: #000;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.multiple-item-price .qty .modal-plus:focus {
  outline: 0px;
}

.multiple-item-price .qty .modal-plus:hover {
  background: #c9030f;
  color: #fff;
}

/*-----------------------------
** WishList  Page CSS Start
-------------------------------*/

.single-product {
  position: relative;
}

.single-product .remove {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #5f5f5f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 9;
}

.single-product .remove:hover {
  background: #c9030f;
  color: #fff;
}

/*-----------------------------
** WishList  Page CSS End
-------------------------------*/

/*-----------------------------
** Compare Area Start
------------------------------*/

.compare-page {
  padding: 00px 0px 70px;
}

.compare-page .com-heading .title {
  font-size: 24px;
  font-weight: 600;
  color: #143250;
  margin-bottom: 30px;
}

.compare-page-content-wrap {
  max-width: 1650px;
}

.compare-page-content-wrap table.table {
  width: 1650px;
}

.compare-page-content-wrap table.table tr td {
  min-width: 260px;
}

.compare-page-content-wrap .first-column {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  vertical-align: middle;
}

.compare-page-content-wrap .first-column.top {
  vertical-align: bottom;
}

.compare-page-content-wrap .product-image-title {
  text-align: center;
}

.compare-page-content-wrap .title {
  text-align: left;
  display: block;
  font-size: 14px;
  margin: 17px 0px 8px;
}

.compare-page-content-wrap .pro-price,
.compare-page-content-wrap .pro-ratting i,
.compare-page-content-wrap .pro-stock,
.compare-page-content-wrap .pro-desc p {
  font-size: 14px;
}

.compare-page-content-wrap .pro-price {
  font-weight: 600;
}

.compare-page-content-wrap .pro-ratting i {
  color: #ffc107;
}

.compare-page-content-wrap .table-bordered td,
.compare-page-content-wrap .table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.compare-page-content-wrap .btn__bg {
  background: #c9030f;
  border: 1px solid #c9030f;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  padding: 5px 15px;
  margin: 2px 0px 2px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.compare-page-content-wrap .btn__bg:hover {
  background: #fff;
  color: #c9030f;
}

/*-----------------------------
** Compare Area Start
-------------------------------*/

/*-----------------------------
** Faq Area Start
------------------------------*/

.faq-area {
  padding: 0px 0px 50px;
}

.faq-area .single-accordion {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.faq-area .single-accordion .title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  padding: 15px 20px 15px;
  background: #f8f7fc;
  color: #333;
}

.faq-area .single-accordion .title img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.faq-area .single-accordion .accordion-body {
  font-size: 14px;
  line-height: 24px;
  padding: 17px 25px 11px;
}

/*-----------------------------
** Faq Area End
------------------------------*/

/*-----------------------------
** About Area Start
------------------------------*/

.about-page {
  padding-bottom: 50px;
}

.about-page .our-service {
  margin-top: 0px;
}

/*-----------------------------
** About Area End
------------------------------*/

/*---------------------------
** Contact Us  Area Start
---------------------------*/

.contact-us {
  padding: 00px 0px 70px;
}

.contact-us .left-area .contact-info {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us .left-area .contact-info .left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-us .left-area .contact-info .left .icon {
  width: 100px;
  padding-top: 10px;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  margin-right: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: inherit;
  z-index: 9;
  text-align: center;
}

.contact-us .left-area .contact-info .left .icon i {
  color: #c9030f;
  font-size: 30px;
}

.contact-us .left-area .contact-info .left .icon .lable {
  display: block;
  width: 100%;
  font-weight: 600;
}

.contact-us .left-area .contact-info .content {
  padding: 20px 20px 20px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-us .left-area .contact-info .content a {
  display: block;
  margin-bottom: 0px;
}

.contact-us .left-area .contact-info .content p {
  margin-bottom: 0px;
}

.contact-us .left-area .contact-info:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-us .left-area .social-links {
  padding-top: 20px;
}

.contact-us .left-area .social-links .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #050e33;
  margin-top: -5px;
  margin-bottom: 18px;
}

.contact-us .left-area .social-links ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact-us .left-area .social-links ul li {
  display: inline-block;
}

.contact-us .left-area .social-links ul li a {
  font-size: 16px;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin: 0px 3px;
  background: #f1f4fb;
  color: #c9030f;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.contact-us .left-area .social-links ul li a:hover {
  background: #c9030f;
  color: #fff;
}

.contact-us .right-area {
  background: #fff;
}

.contact-us .right-area .contact-form {
  padding: 20px 30px 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(14, 35, 107, 0.15);
  border-radius: 3px;
}

.contact-us .right-area .contact-form ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.contact-us .right-area .contact-form ul li {
  list-style: none;
}

.contact-us .right-area .contact-form ul li .input-field {
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
  border: 0px;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us .right-area .contact-form ul li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #c9030f !important;
}

.contact-us .right-area .contact-form ul li .input-field.textarea {
  margin-bottom: 15px;
}

.contact-us .right-area .contact-form .captcha-area li p {
  margin-bottom: 0px;
}

.contact-us .right-area .contact-form .captcha-area li img {
  max-width: 180px;
  display: inline-block;
}

.contact-us .right-area .contact-form .captcha-area li i {
  display: inline-block;
  margin-left: 15px;
  font-size: 22px;
  color: #777;
}

.contact-us .right-area .contact-form .captcha-area li .input-field {
  margin-bottom: 15px;
  background: none;
  max-width: 225px;
  border-radius: 0px;
  font-size: 14px;
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-us .right-area .contact-form .captcha-area li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #c9030f !important;
}

.contact-us .right-area .contact-form .submit-btn {
  width: 180px;
  height: 50px;
  padding: 0px;
  background: #c9030f;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.contact-us .right-area .contact-form .submit-btn:hover {
  border: 1px solid #c9030f;
  background: #fff;
  color: #c9030f;
}

/*---------------------------
** Contact Us  Area End
---------------------------*/

/*---------------------------
** Vendor  Area Start
---------------------------*/

.vendor-banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 110px 0px 100px !important;
  position: relative !important;
  z-index: -1 !important;
}

.vendor-banner .title {
  font-size: 46px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}

.vendor-banner .sub-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.vendor-top-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.vendor-top-header .content {
  padding: 25px 0px 11px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.vendor-top-header .content .single-box.mymedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-top-header .content .single-box.mymedia .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.vendor-top-header .content .single-box .icon {
  font-size: 38px;
  color: #c9030f;
  margin-right: 10px;
}

.vendor-top-header .content .single-box .info .title {
  font-size: 18px;
  font-weight: 600;
}

.vendor-top-header .content .single-box .info .text {
  font-size: 14px;
  margin-top: 7px;
}

.service-center {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.service-center .header-area {
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0px 7px;
}

.service-center .header-area .title {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.service-center .body-area {
  padding: 25px 28px 21px;
  display: block;
}

.service-center .body-area .list li {
  font-size: 15px;
  line-height: 30px;
}

.service-center .body-area .list li a {
  color: #333333;
}

.service-center .body-area .list li i {
  font-size: 25px;
  color: #c9030f;
  margin-right: 7px;
}

.service-center .footer-area {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 28px 21px;
}

.service-center .footer-area .title {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}

.service-center .footer-area .list {
  display: block;
  text-align: center;
}

.service-center .footer-area .list li {
  display: inline-block;
  font-size: 14px;
  margin: 0px 4px;
}

.service-center .footer-area .list li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.service-center .footer-area .list li a:hover {
  color: #c9030f;
}

/*---------------------------
** Info  Area Start
---------------------------*/

.info-area {
  background: #c9030f;
  margin-bottom: 30px;
}

.info-area .info-big-box .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(201, 3, 15, 0.1);
  padding: 25px 30px 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.info-area .info-big-box .info-box .icon {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 65px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 30px;
}

.info-area .info-big-box .info-box .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info-area .info-big-box .info-box .info .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
}

.info-area .info-big-box .info-box .info .text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #fff;
}

/*---------------------------
** Info  Area End
---------------------------*/

/*---------------------------
** LOgin Signup  Area Start
---------------------------*/

.login-signup {
  padding: 60px 0px 60px;
}

.login-area {
  padding: 30px 30px 39px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.login-area .header-area {
  text-align: center;
  margin-bottom: 40px;
}

.login-area .header-area .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
  color: #c9030f;
}

.login-area .header-area .text {
  font-size: 18px;
  color: #919191;
}

.login-area .form-input {
  position: relative;
  margin-bottom: 15px;
}

.login-area .form-input input {
  width: 100%;
  height: 50px;
  background: #f3f8fc;
  padding: 0px 30px 0px 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.login-area .form-input i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #c9030f;
}

.login-area .form-forgot-pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.login-area .to-login-page {
  text-align: right;
}

.login-area .submit-btn {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #c9030f;
  border: 0px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.login-area .submit-btn:hover {
  background: #143250;
}

.login-area .social-area {
  text-align: center;
  padding-top: 26px;
}

.login-area .social-area .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #c9030f;
  position: relative;
}

.login-area .social-area .title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 7px;
}

.login-area .social-area .title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 7px;
}

.login-area .social-area .text {
  font-size: 20px;
  font-weight: 300;
  color: #143250;
}

.login-area .social-area .social-links {
  padding-left: 0px;
}

.login-area .social-area .social-links li {
  display: inline-block;
}

.login-area .social-area .social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.login-area .social-area .social-links li a i.fa-facebook-f {
  background: #0069f7;
}

.login-area .social-area .social-links li a i.fa-twitter {
  background: #00c6f7;
}

.login-area .social-area .social-links li a i.fa-google-plus-g {
  background: #d1062c;
}

.comment-log-reg-tabmenu .full-container {
  padding: 0px !important;
}

.comment-log-reg-tabmenu .nav-tabs {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
  border: 0px;
  margin: 0px;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  background: #c9030f;
  border-radius: 0px;
  color: #fff;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
  background: #143250;
}

/*---------------------------
** LOgin Signup  Area End
---------------------------*/

/* Category Area Start */

.category-page {
  padding: 0px 0px 70px;
}

.category-page .bg-white {
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px;
}

.category-page .bg-white .sub-category-menu .category-name a {
  font-size: 20px;
  font-weight: 700;
  color: #c9030f;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  display: block;
}

.category-page .bg-white .sub-category-menu .parent-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-page .bg-white .sub-category-menu .parent-category > li {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
}

.category-page .bg-white .sub-category-menu .parent-category li ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.category-page .bg-white .sub-category-menu .parent-category .p-c-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}

.category-page .bg-white .sub-category-menu .parent-category li ul li a i {
  font-size: 13px;
  color: #888;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-page .bg-white .sub-category-menu ul li ul li a {
  font-size: 14px;
  line-height: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-page .bg-white .sub-category-menu ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.category-page .bg-white .sub-category-menu ul li a:hover {
  color: #c9030f;
}

.category-page .bg-white .sub-category-menu ul li ul li a:hover i,
.category-page .bg-white .sub-category-menu ul li ul li a:hover {
  color: #c9030f;
}

.category-page .bg-white .sub-category-menu ul li ul li a:hover {
  padding-left: 7px;
}

.category-page .bg-white .sub-category-menu {
  margin-bottom: 47px;
}

.category-page .bg-white .sub-category-menu:last-child {
  margin-bottom: 0px;
}

.category-page .bg-white .sub-category-menu .category-name {
  margin-bottom: 5px;
}

/* Category Area End */

/* Modal Area Start */

.modal .modal-content {
  position: relative;
}

.modal .modal-content .modal-header {
  border: 0px;
  padding: 0px;
}

.modal .modal-content .modal-header .close {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  top: -7px;
  right: -7px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.modal .modal-content .modal-header .close span {
  line-height: inherit;
  padding: 0px;
  margin: 0px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
}

.modal .modal-content .modal-header .close:hover {
  background: #c9030f;
}

.modal .modal-content .modal-header .close:hover span {
  color: #fff;
}

/* Modal Area End */

/* User Pannel Area Start */

.user-dashbord {
  padding: 0px 0px 70px;
}

.user-dashbord .user-profile-info-area {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.user-dashbord .user-profile-info-area .img {
  text-align: center;
  padding: 40px 30px 10px;
}

.user-dashbord .user-profile-info-area .mail {
  font-size: 14px;
  color: #29293a;
}

.user-dashbord .user-profile-info-area .name {
  color: #29293a;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0px;
}

.user-dashbord .user-profile-info-area .links {
  padding: 12px 30px 25px;
}

.user-dashbord .user-profile-info-area .links li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.342);
}

.user-dashbord .user-profile-info-area .links li:last-child {
  border: 0px;
}

.user-dashbord .user-profile-info-area .links li.active a,
.user-dashbord .user-profile-info-area .links li:hover a {
  color: #c9030f;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.user-dashbord .user-profile-info-area .links li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.user-dashbord .user-profile-details .mycard {
  border-radius: 3px;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  padding: 25px 40px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background: #c9030f;
  background-image: -webkit-gradient(linear, left top, right top, from(#c9030f), to(#fac0a2));
  background-image: linear-gradient(to right, #c9030f, #fac0a2);
}

.user-dashbord .user-profile-details .mycard .left {
  position: inherit;
  z-index: 9;
}

.user-dashbord .user-profile-details .mycard .left .title {
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 2px;
}

.user-dashbord .user-profile-details .mycard .left .number {
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  display: block;
  color: #fff;
  margin-bottom: 20px;
}

.user-dashbord .user-profile-details .mycard .left .link {
  width: 80px;
  height: 30px;
  background: #fff;
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-dashbord .user-profile-details .mycard .left .link:hover {
  background: #000;
  color: #fff;
}

.user-dashbord .user-profile-details .mycard .right .icon {
  font-size: 80px;
  color: #fff;
  position: inherit;
  z-index: 9;
}

.user-dashbord .user-profile-details .mycard::after {
  position: absolute;
  content: " ";
  width: 268px;
  height: 500px;
  top: -100px;
  right: -100px;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  background: #143250;
}

.user-dashbord .user-profile-details .account-info {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
}

.user-dashbord .user-profile-details .account-info .header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}

.user-dashbord .user-profile-details .account-info .header-area .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #143250;
}

.user-dashbord .user-profile-details .account-info .edit-info-area {
  margin-top: 15px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header .title {
  font-size: 16px;
  font-weight: 600;
  color: #29293a;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .header .edit-link {
  font-size: 14px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field {
  margin-bottom: 20px;
  background: none;
  border-radius: 0px;
  border: 0px !important;
  padding: 0px 0px !important;
  font-size: 14px;
  height: 130px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #c9030f !important;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field.textarea {
  margin-bottom: 35px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .form-links {
  margin-top: 20px;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back {
  width: 120px;
  height: 50px;
  background: #143250;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  display: inline-block;
  margin-right: 20px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back:hover {
  background: #c9030f;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn {
  width: 120px;
  height: 50px;
  background: #c9030f;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn:hover {
  background: #143250;
}

.user-dashbord .user-profile-details .account-info .main-info {
  margin-top: 15px;
}

.user-dashbord .user-profile-details .account-info .main-info .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.user-dashbord .user-profile-details .account-info .main-info .list li p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.user-profile-details .header-area .mybtn1 {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  margin-left: 10px;
}

.user-dashbord .user-profile-details .order-history {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
}

.user-dashbord .user-profile-details .order-history .header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.user-dashbord .user-profile-details .order-history .header-area .title {
  font-size: 20px;
  font-weight: 600;
  color: #143250;
}

.user-dashbord .user-profile-details .order-history .table th {
  border-top: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #29293a;
}

.user-dashbord .user-profile-details .order-history .table td {
  border-top: 0px;
  font-size: 14px;
  font-weight: 4600;
}

.user-dashbord .user-profile-details .order-history .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.user-dashbord .user-profile-details .order-details {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
}

.user-dashbord .user-profile-details .order-details .header-area {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.user-dashbord .user-profile-details .order-details .header-area .title {
  font-size: 20px;
  font-weight: 600;
  color: #143250;
}

.user-dashbord .user-profile-details .order-details .view-order-page .order-code {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.user-dashbord .user-profile-details .order-details .view-order-page .print-order a {
  background: #c9030f;
  color: #fff;
  padding: 10px 20px;
}

.user-dashbord .user-profile-details .order-details .view-order-page .shipping-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .table-responsive h5 {
  font-size: 18px;
  font-weight: 600;
}

.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area {
  margin-bottom: 10px;
}

.user-dashbord .user-profile-details .order-details .view-order-page address,
.user-dashbord .user-profile-details .order-details .view-order-page p {
  font-size: 14px;
}

.user-dashbord .user-profile-details .order-details .view-order-page .veiw-details-table td {
  font-size: 14px;
}

.user-dashbord .user-profile-details .order-details .back-btn {
  background: #143250;
  color: #fff;
  padding: 8px 25px;
  margin-top: 15px;
  display: inline-block;
}

.upload-img {
  padding: 18px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-img .img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  margin-right: 30px;
  overflow: hidden;
}

.upload-img .file-upload-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.upload-img .file-upload-area .upload-file {
  width: 150px !important;
  height: 40px;
  cursor: pointer;
  position: relative;
}

.upload-img .file-upload-area .upload-file .upload {
  width: 150px !important;
  height: 40px;
  display: inline-block;
  opacity: 0;
  cursor: pointer;
}

.upload-img .file-upload-area .upload-file span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px !important;
  height: 40px;
  background: #c9030f;
  z-index: -1;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  margin: 0px;
  border: 0px;
  background: none;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none;
  border: 0px;
  outline: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* User Pannel Area End */

/* Pricing Plan Area End */

.elegant-pricing-tables h3 .price-sticker,
.elegant-pricing-tables:hover,
.elegant-pricing-tables.active,
.elegant-pricing-tables:hover .price,
.elegant-pricing-tables.active .price,
.elegant-pricing-tables.style-2 .price,
.elegant-pricing-tables .btn {
  background: #143250;
}

.elegant-pricing-tables .price {
  color: #143250;
  border-color: #143250;
}

.user-profile-details .elegant-pricing-tables {
  margin-bottom: 30px;
}

.elegant-pricing-tables:hover h3 .price-sticker,
.elegant-pricing-tables.active h3 .price-sticker,
.elegant-pricing-tables:hover .btn,
.elegant-pricing-tables.active .btn,
.elegant-pricing-tables.style-2:hover .price,
.elegant-pricing-tables.style-2.active .price {
  color: #143250;
}

.elegant-pricing-tables:hover li:nth-child(odd),
.elegant-pricing-tables.active li:nth-child(odd) {
  background: #0c96c3;
}

.elegant-pricing-tables.style-2:hover,
.elegant-pricing-tables.style-2.active {
  border-color: #0c96c3;
}

.elegant-pricing-tables {
  background: #fff;
  color: #333;
  border-radius: 3px;
  overflow: hidden;
}

.elegant-pricing-tables * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.elegant-pricing-tables .pricing-head {
  position: relative;
  padding: 25px 0 0px;
}

.elegant-pricing-tables h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  margin: 8px 0 17px;
  letter-spacing: -0.05em;
  /* text-transform: uppercase; */
}

.elegant-pricing-tables h3 .price-sticker {
  display: inline-block;
  padding: 4px 6px;
  margin: -5px 0 0 3px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0;
  vertical-align: middle;
}

.elegant-pricing-tables .price {
  display: inline-block;
  line-height: 17px;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 50%;
  width: 122px;
  height: 122px;
  padding-top: 43px;
}

.elegant-pricing-tables .price sup {
  top: -18px;
  font-size: 20px;
}

.elegant-pricing-tables .price-digit {
  font-size: 40px;
  font-weight: bold;
}

.elegant-pricing-tables .btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 25px 0;
  color: #fff;
  border: 0;
  border-radius: 3px;
  font-weight: bold;
  /* text-transform: uppercase */
}

.elegant-pricing-tables:hover h3,
.elegant-pricing-tables.active h3 {
  color: #fff;
}

.elegant-pricing-tables:hover h3 .price-sticker,
.elegant-pricing-tables.active h3 .price-sticker {
  background: #fff;
}

.elegant-pricing-tables:hover .price,
.elegant-pricing-tables.active .price {
  color: #fff;
  border-color: #fff;
  -webkit-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
}

.elegant-pricing-tables:hover .btn,
.elegant-pricing-tables.active .btn {
  background-color: #fff;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }

  51% {
    opacity: 1;
  }
}

.elegant-pricing-tables.style-2 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.elegant-pricing-tables.style-2 .price {
  color: #fff;
  border: 0;
}

.elegant-pricing-tables.style-2 .btn {
  border-radius: 20px;
}

.elegant-pricing-tables.style-2:hover .price,
.elegant-pricing-tables.style-2.active .price,
.elegant-pricing-tables.style-2.active .pricing-detail span {
  background: #fff !important;
}

.elegant-pricing-tables.style-2:hover li:nth-child(odd),
.elegant-pricing-tables.style-2.active li:nth-child(odd) {
  background: inherit;
}

.elegant-pricing-tables.style-2 .price .price-month {
  padding-top: 5px;
  display: inline-block;
}

.elegant-pricing-tables .pricing-detail {
  padding-top: 25px;
}

.elegant-pricing-tables .pricing-detail li {
  /* display: block; */
  padding: 10px 0;
  margin: 0 20px;
}

.elegant-pricing-tables:hover .pricing-detail li,
.elegant-pricing-tables.active .pricing-detail li,
.elegant-pricing-tables.style-2.active .pricing-detail span,
.elegant-pricing-tables:hover small,
.elegant-pricing-tables:hover a.hover-white {
  color: #fff !important;
}

.elegant-pricing-tables .pricing-detail li:nth-child(odd) {
  background: #f9f9f9;
}

.elegant-pricing-tables,
.elegant-pricing-tables .btn,
.elegant-pricing-tables .pricing-detail li,
.elegant-pricing-tables .price {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.elegant-pricing-tables.style-2 .pricing-detail li {
  padding: 6px 0;
  margin: 0px 35px;
}

.elegant-pricing-tables.style-2 .pricing-detail li:nth-child(odd) {
  background: inherit;
}

.elegant-pricing-tables.style-2 .pricing-detail li:last-child {
  padding-bottom: 0;
}

.elegant-pricing-tables.style-2 .pricing-detail li > i {
  color: #aaa;
  margin-right: 5px;
}

.elegant-pricing-tables.style-2:hover .pricing-detail li > i,
.elegant-pricing-tables.style-2.active .pricing-detail li > i,
.elegant-pricing-tables.style-2:hover .pricing-detail span {
  color: #fff !important;
}

/* Pricing Plan Area End */

/*-----------------------------
** User Panel Area start
------------------------------*/

.user-profile-details .allproduct .order-status {
  color: #fff;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  padding: 1px 15px;
}

.user-profile-details .allproduct .order-status.pending {
  background: orange;
}

.user-profile-details .allproduct .order-status.decline {
  background: red;
}

.user-profile-details .allproduct .order-status.completed {
  background: green;
}

.user-profile-details .allproduct .order-status.processing {
  background: #02abff;
}

.user-profile-details .allproduct .order-status.on.delivery {
  background: #9b14dc;
}

.user-profile-details .allproduct .view-order {
  background: #2d3274;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
}

.process-steps-area {
  margin-bottom: 50px;
  display: block;
}

.process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.user-dashbord .user-profile-details .order-details .header-area {
  display: block;
  margin-top: 80px;
}

.process-steps li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

.process-steps li .title {
  font-weight: 600;
  font-size: 13px;
  color: #777;
  margin-top: 8px;
}

.process-steps li .icon {
  height: 30px;
  width: 30px;
  margin: auto;
  background: #efefef;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
}

.process-steps li:after {
  position: absolute;
  content: "";
  height: 3px;
  width: calc(100% - 30px);
  background: #efefef;
  top: 14px;
  z-index: 0;
  right: calc(50% + 15px);
}

.process-steps li:first-child::after {
  display: none;
}

.process-steps li.done .icon {
  color: transparent;
}

.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
  color: #fff;
  background: #c9030f;
}

.process-steps li.done .icon:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 7px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.order-tracking-content .tracking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 70px;
}

.order-tracking-content .tracking-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
}

.order-tracking-content .tracking-form .mybtn1 {
  border: 1px solid #c9030f;
  margin-left: 30px;
}

.order-tracking-content .track-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.order-tracking-content .track-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 0px 20px;
  font-size: 14px;
}

.order-tracking-content .track-form .mybtn1 {
  border: 1px solid #c9030f;
  margin-left: 30px;
}



#track-order-modal #track-form {
  margin-top: 10px;
  margin-bottom: 20px;
}

#track-order-modal .modal-body {
  padding-top: 0px;
}

.tracking-steps-area {
  margin-bottom: 100px;
  display: block;
}

.tracking-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: left;
}

.tracking-steps li {
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.tracking-steps li .icon {
  margin-right: 20px;
}

.tracking-steps li .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tracking-steps li .icon {
  height: 30px;
  width: 30px;
  text-align: center;
  background: #efefef;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
}

.tracking-steps li:after {
  position: absolute;
  content: "";
  left: 15px;
  top: 30px;
  height: calc(100% - 30px);
  width: 3px;
  background: #efefef;
  z-index: 0;
}

.tracking-steps li.done .icon {
  color: transparent;
}

.tracking-steps li.done:after,
.tracking-steps li.active:after,
.tracking-steps li.active .icon {
  color: #fff;
  background: #c9030f;
}

.tracking-steps li:last-child {
  padding-bottom: 0px;
}

.tracking-steps li:last-child::after {
  display: none;
}

.tracking-steps li.done .icon:before {
  position: absolute;
  content: "";
  left: 11px;
  top: 7px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tracking-steps li .content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
}

.tracking-steps li .content .date {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.tracking-steps li .content .date b {
  font-weight: 600;
}

.tracking-steps li .content .details {
  font-size: 16px;
}

/*-----------------------------
  ** User Panel Area End
  ------------------------------*/

/*-----------------------------
** Check Out Area Start
------------------------------*/

.checkout {
  overflow: hidden;
}

.checkout-area .checkout-process {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.checkout-area .checkout-process ul {
  display: inline-block;
}

.checkout-area .checkout-process li {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
}

.checkout-area .checkout-process li a {
  background: #e9ecef;
  padding: 0px;
  margin: 0px;
  line-height: 70px;
  padding-left: 35px;
  font-weight: 600;
  width: 200px;
  height: 70px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  border-top: 35px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 35px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 0px;
  border-top: 35px solid transparent;
  border-left: 20px solid #e9ecef;
  border-bottom: 35px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a:hover {
  background: #c9030f;
  color: #fff;
}

.checkout-area .checkout-process li a:hover::before {
  border-left: 20px solid #c9030f;
}

.checkout-area .checkout-process li a.active {
  background: #c9030f;
  color: #fff;
}

.checkout-area .checkout-process li a.active::before {
  border-left: 20px solid #c9030f;
}

.checkout-area .checkout-process li a span {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #666;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 45px;
  opacity: 0.1;
  right: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
  opacity: 0.7;
  right: 0px;
  font-size: 34px;
}

.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
  background: #333;
}

.checkout-area .tab-content {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-area .content-box .heading-area {
  background: #e9ecef;
  padding: 21px 20px 12px;
}

.checkout-area .content-box .heading-area .title {
  font-size: 20px;
  font-weight: 600;
}

.checkout-area .content-box .content {
  padding: 20px 20px 20px;
}

.checkout-area .content-box .content .title {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.checkout-area .content-box .content label {
  font-size: 16px;
  font-weight: 600;
}

.checkout-area .content-box .content label sup {
  color: red;
}

.checkout-area .content-box .content .form-control {
  height: 45px;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}

.form-control:focus {
  border-color: unset !important;
  outline: 0 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

.cupon-box {
  text-align: center;
  margin-bottom: 30px;
}

.cupon-box #coupon-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  text-decoration: underline;
  cursor: pointer;
}

.cupon-box #coupon-form {
  display: none;
}

.cupon-box #coupon-form.show {
  display: block !important;
}

.cupon-box #coupon-form input {
  width: 190px;
  height: 35px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  font-size: 14px;
}

.cupon-box #coupon-form button {
  width: 80px;
  height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.cupon-box #coupon-form button:hover {
  background: #c9030f;
  color: #fff;
  border-color: #c9030f;
}

.cupon-box #check-coupon-form {
  display: none;
}

.cupon-box #check-coupon-form.show {
  display: block;
}

.cupon-box #check-coupon-form input {
  width: 190px;
  height: 35px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  font-size: 14px;
}

.cupon-box #check-coupon-form button {
  width: 80px;
  height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.cupon-box #check-coupon-form button:hover {
  background: #c9030f;
  color: #fff;
  border-color: #c9030f;
}

.nice-select.open .list {
  max-height: 240px;
  overflow-y: auto;
  width: auto;
}

.checkout-area .content-box .content.form-control {
  font-size: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkout-area .content-box .content .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(24, 42, 17, 0.5);
}

.checkout-area .content-box .content .set-account-pass {
  margin-top: 10px;
}

.checkout-area .content-box .content .billing-address {
  margin-top: 25px;
}

.checkout-area .content-box .content .ship-diff-addres-area {
  margin-top: 20px;
}

.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
  margin-bottom: 10px;
}

.checkout-area .content-box .content .order-area .order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* .checkout-area  .content-box .content .order-area .order-item:last-child{
  border-bottom: 0px;
} */

.checkout-area .content-box .content .order-area .order-item .product-img img {
  width: 135px;
  height: auto;
  margin-right: 20px;
}

.checkout-area .content-box .content .order-area .order-item .product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.checkout-area .content-box .content .order-area .order-item .product-content .name {
  margin-bottom: 5px;
}

.checkout-area .content-box .content .order-area .order-item .product-content .name a {
  font-size: 17px;
  line-height: 24px !important;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.checkout-area .content-box .content .order-area .order-item .product-content .unit-price,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-area .content-box .content .order-area .order-item .product-content .unit-price .label,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity .label,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price .label {
  font-weight: 700;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 0px;
  color: #666;
}

.checkout-area .content-box .content .order-area .order-item .product-content .unit-price p,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity .qttotal,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
  color: #777;
}

.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color,
.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color span {
  width: 30px;
  height: 20px;
  display: block;
  margin-bottom: 0px;
}

.checkout-area .content-box .content .billing-info-area .info-list li p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.checkout-area .content-box .content .billing-info-area .info-list li p i {
  position: absolute;
  left: 0px;
  top: -1px;
  color: #c9030f;
  line-height: 30px;
  font-size: 14px;
}

.checkout-area .content-box .content .payment-information {
  margin-top: 15px;
}

.checkout-area .content-box .content .payment-information .nav a img {
  width: 80px;
  height: 40px;
}

.checkout-area .content-box .content .payment-information .nav a {
  padding: 6px 0px 0px 30px;
  position: relative;
}

.checkout-area .content-box .content .payment-information .nav a .icon {
  position: absolute;
  left: 0px;
  margin-top: 1px;
}

.checkout-area .content-box .content .payment-information .nav a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.checkout-area .content-box .content .payment-information .nav a p small {
  display: block;
}

.checkout-area .content-box .content .payment-information .nav a span::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkout-area .content-box .content .payment-information .nav a.active span:after {
  width: 80%;
  height: 80%;
}

.checkout-area .content-box .content .payment-information .nav a p {
  display: inline-block;
  margin-bottom: 0px;
  position: relative;
  top: -5px;
  left: 5px;
  font-weight: 600;
}

.checkout-area .content-box .content .payment-information .tab-content {
  margin-top: 20px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 20px 20px 20px 20px;
}

.checkout-area .content-box .content .payment-information .tab-content input {
  margin-bottom: 15px;
}

.order-box .final-price {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  padding-top: 5px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

span#color-bar {
  border-radius: 50% !important;
}

input[type="checkbox"] + label {
  display: block;
  cursor: pointer;
  font-size: 14px !important;
  margin-top: 4px;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label:before {
  content: "\2714";
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: bottom;
  color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 10px;
}

input[type="checkbox"] + label:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type="checkbox"]:checked + label:before {
  background-color: #c9030f;
  border-color: #c9030f;
  color: #fff;
}

input[type="checkbox"]:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

input[type="checkbox"]:checked:disabled + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.checkout {
  padding: 70px 0px 70px;
}

.radio-design {
  display: block;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 7px;
}

.radio-design label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  top: -4px;
  left: 35px;
}

.radio-design label small {
  display: block;
}

/* Hide the browser's default radio button */

.radio-design input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.cupon-box #coupon-link img {
  width: 25px;
  margin-right: 5px;
}

/* Create a custom radio button */

.radio-design .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.2);
  top: -2px;
}

.radio-design .checkmark::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* On mouse-over, add a grey background color */

/* When the radio button is checked, add a blue background */

.radio-design input:checked ~ .checkmark::after {
  width: 80%;
  height: 80%;
}

.tempcart {
  background: #e9ecef;
  padding: 70px 0px 70px;
}

.tempcart .content-box {
  background: #fff;
  padding: 50px 50px 50px;
  -webkit-box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, 0.1);
}

#tempview {
  margin-left: 0px !important;
}

.tempcart .view-order-page h5 {
  font-weight: 600;
  font-size: 16px;
}

.tempcart .view-order-page h4 {
  font-weight: 600;
  font-size: 20x;
}

/*-----------------------------
** Check Out Area Start
------------------------------*/

/*-----------------------------
** Brand Area Start
------------------------------*/

.brand-section {
  padding: 0px 0px 30px;
}

.brand-section .brand-slider {
  border: 1px solid #ddd;
}

.brand-section .brand-slider .slide-item {
  display: inline-block;
  border-right: 1px solid #ddd;
  width: 100%;
}

.brand-section .brand-slider .slide-item .brand {
  display: block;
  text-align: center;
  position: relative;
}

.brand-section .brand-slider .slide-item .brand img {
  width: auto;
  display: inline-block;
}

.brand-section .brand-slider .slide-item .brand:first-child {
  border-bottom: 1px solid #ddd;
}

.brand-section .brand-slider .slide-item .brand .content {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

.brand-section .brand-slider .slide-item .brand .content span {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c9030f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.brand-section .brand-slider .slide-item .brand:hover img {
  opacity: 0.7;
}

.brand-section .brand-slider .slide-item .brand:hover .content span {
  bottom: 0px;
}

.brand-section .owl-carousel .owl-controls .owl-nav .owl-prev,
.brand-section .owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  background: #c9030f;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.brand-section .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.brand-section .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.brand-section:hover .owl-carousel .owl-controls .owl-prev,
.brand-section:hover .owl-carousel .owl-controls .owl-next {
  opacity: 1;
}

/*-----------------------------
** Brand Area End
------------------------------*/

/*-----------------------------
** message modal Area Start
------------------------------*/

.message-modal .modal .modal-dialog {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 600px;
  margin: 0px;
  z-index: 999;
}

.message-modal .modal .modal-dialog .modal-header {
  background: #c9030f;
  padding: 12px 30px !important;
  text-align: right;
}

.message-modal .modal .modal-dialog .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.message-modal .modal .contact-form {
  margin-top: 12px;
  padding: 10px 10px 10px;
}

.message-modal .modal .contact-form ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.message-modal .modal .contact-form ul li {
  list-style: none;
}

.message-modal .modal .contact-form ul li .input-field {
  margin-bottom: 20px !important;
  background: none !important;
  border-radius: 0px !important;
  border: 0px !important;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.message-modal .modal .contact-form ul li .input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #c9030f !important;
}

.message-modal .modal .contact-form ul li .input-field.textarea {
  margin-bottom: 35px !important;
}

.message-modal .modal .contact-form .submit-btn {
  width: 100%;
  height: 50px;
  background: #c9030f;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  border: 0px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.message-modal .modal .contact-form .submit-btn:hover {
  background: #333333;
}

.message-modal .modal-backdrop {
  background: none !important;
}

.message-modal .modal-header .close {
  right: 15px !important;
  top: 15px !important;
  color: #000;
  border: 1px solid #fff;
  display: inline-block;
  float: none !important;
}

.message-modal .modal-header .close span {
  color: #333;
  line-height: 19px !important;
  padding-right: 2px !important;
}

.message-modal .modal-header .close:hover {
  background: none !important;
}

.message-modal .modal-header .close:hover span {
  color: #fff;
  background: none;
}

/*-----------------------------
** message modal Area Start
------------------------------*/

/*----------------------------------------
  off-canvas-menu-toggle Start
------------------------------------------ */

.off-canvas-menu-toggle {
  color: #fff;
  position: relative;
  top: -0px;
  font-size: 20px;
}

.off-canvas-menu-toggle:hover {
  cursor: pointer;
}

.off-canvas-menu {
  background-color: #fff;
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 320px;
  width: 100%;
  padding: 60px 30px 60px 30px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.remove-off-nav {
  position: absolute;
  color: #333;
  top: 20px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.remove-off-nav:hover {
  color: #c9030f;
}

.off-canvas-menu.show {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.off-menu {
  margin-bottom: 30px;
}

.off-menu .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c9030f;
}

.off-menu .navbar-nav li {
  margin-bottom: 0px;
}

.off-menu .navbar-nav li a {
  color: #333;
  margin: 0px;
  padding: 4px 0px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.off-menu .navbar-nav li a:hover,
.off-menu .navbar-nav li a.active {
  background: none;
  color: #c9030f;
}

.off-menu .navbar-nav li.dropdown .dropdown-menu {
  background: none;
  position: relative !important;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 100%;
  padding: 0px;
  border: 0px;
  -webkit-transform: unset !important;
          transform: unset !important;
}

.off-menu .navbar-nav li.dropdown .dropdown-menu a {
  color: #333;
  padding: 4px 0px 4px 20px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.off-menu .navbar-nav li.dropdown .dropdown-menu a:hover,
.off-menu .navbar-nav li.dropdown .dropdown-menu a.active {
  background: none;
  color: #c9030f;
}

.book-a-table-area {
  margin-bottom: 35px;
  margin-top: 15px;
}

.book-a-table-area .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c9030f;
}

.book-a-table-area ul.captcha-area img {
  width: 120px;
  margin-right: 5px;
}

.book-a-table-area .input-field {
  height: 40px;
  font-size: 14px;
}

.book-a-table-area .input-field.textarea {
  min-height: 100px;
}

.book-a-table-area .book-table-btn {
  background: #c9030f;
  border: 0px;
  font-size: 14px;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid #c9030f;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.book-a-table-area .book-table-btn:hover {
  color: #c9030f;
  background: none;
}

.off-nav-social {
  border-bottom: 2px solid #c9030f;
  padding-bottom: 7px;
  margin-bottom: 12px;
}

.off-nav-social a {
  display: inline-block;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #555;
}

.off-nav-social a:hover {
  color: #c9030f;
}

.off-nav-sub a {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.off-nav-sub a:hover {
  color: #c9030f;
}

.off-canvas-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.off-canvas-menu-overlay.show {
  opacity: 0.8;
  visibility: visible;
}

/*-----------------------------------------
  off-canvas-menu-toggle End
-------------------------------------------- */

/*-----------------------------------------
  PAGINATION DESIGN
-------------------------------------------- */

.page-center ul.pagination li {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #c9030f1a;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  margin: 0px 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  color: #000;
  cursor: pointer;
}

.page-center ul.pagination li a:hover {
  color: #000 !important;
}

.page-center ul.pagination {
  display: inline-block;
  margin: 0 auto;
}

.page-center ul.pagination li.active {
  background: #c9030f;
  color: #fff;
  cursor: no-drop;
}

.page-center {
  text-align: center;
}

/*-----------------------------------------
  PAGINATION DESIGN ENDS
-------------------------------------------- */

/*-----------------------------------------
  PRELOADER DESIGN
-------------------------------------------- */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center !important;
  background-color: #fff !important;
}

/*-----------------------------------------
  PRELOADER DESIGN ENDS
-------------------------------------------- */

/*-----------------------------------------
  AJAX LOADER DESIGN
-------------------------------------------- */

.categori-item-area {
  position: relative;
}

.ajax-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center !important;
  background-color: #fff !important;
}

/*-----------------------------------------
  AJAX LOADER DESIGN ENDS
-------------------------------------------- */

/*-----------------------------------------
  SUPPORT AREA DESIGN STARTS
-------------------------------------------- */

.support-ticket-wrapper .panel-body img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.support-ticket-wrapper .panel-heading {
  font-size: 16px;
}

.support-ticket-wrapper button {
  border: 0px;
}

.support-ticket-wrapper .panel-footer {
  background-color: #ffffff;
  padding: 20px 0px 0px;
}

.support-ticket-wrapper table tr > td {
  width: 100%;
  border-top: none;
}

.support-ticket-wrapper .panel {
  border-color: #dddddd;
}

.support-ticket-wrapper .panel,
.support-ticket-wrapper .panel-heading,
.support-ticket-wrapper textarea,
.support-ticket-wrapper button {
  border-radius: 0;
}

.support-ticket-wrapper .ticket-date {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0px;
}

.single-reply-area.user {
  background-color: #ddd;
  padding: 10px;
}

.support-ticket-wrapper .panel-body img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.support-ticket-wrapper .single-reply-area.user {
  padding: 20px 30px;
}

.support-ticket-wrapper .single-reply-area.user .reply-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-ticket-wrapper .single-reply-area.user .reply-area .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.support-ticket-wrapper .single-reply-area.user .reply-area .right {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.support-ticket-wrapper .single-reply-area.admin {
  padding: 20px 30px;
  background: #f1f1f1;
}

.support-ticket-wrapper .single-reply-area.admin .reply-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-ticket-wrapper .single-reply-area.admin .reply-area .left {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.support-ticket-wrapper .single-reply-area.admin .reply-area .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

/*-----------------------------------------
  SUPPORT AREA DESIGN ENDS
-------------------------------------------- */

/*-----------------------------------------
  FORM LOADER DESIGN
-------------------------------------------- */

.gocover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center !important;
  background-color: #fff !important;
}

/*-----------------------------------------
  PRELOADER DESIGN ENDS
-------------------------------------------- */

/*-----------------------------------------
  STAR RATING DESIGN
-------------------------------------------- */

.starrr {
  display: inline-block;
}

.starrr a {
  font-size: 16px;
  padding: 0 1px;
  cursor: pointer;
  color: #fac451;
  text-decoration: none;
}

.review-star {
  padding: 20px 0;
}

.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}

.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fac451;
}

.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 16px;
}

.empty-stars:before {
  -webkit-text-stroke: 1px #ddd;
  color: #ddd;
}

.full-stars:before {
  -webkit-text-stroke: 1px #fac451;
}

/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */

@-moz-document url-prefix()  {
  .full-stars {
    color: #fac451;
  }
}

.full-stars {
  color: #fac451;
}

.edit-info-area .upload-img .img img {
  /* border-radius: 50%; */
  width: 100%;
  height: 100%;
}

.login-btn {
  color: #fff !important;
  cursor: pointer;
  background-color: #c9030f;
  border-color: #c9030f;
  padding: 8px 12px;
}

/*-----------------------------------------
  STAR RATING DESIGN ENDS
-------------------------------------------- */

.disabled {
  cursor: no-drop;
}

.pointer {
  cursor: pointer;
}

.submit-loader {
  background: rgba(251, 251, 251, 0.52);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: absolute;
}

.submit-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.review-and-rating-area ul.stars {
  margin: -10px 0px 0px !important;
}

.reating-poll ul.stars {
  margin: 0px 0px 0px !important;
}

.empty-stars.big:before,
.full-stars.big:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 35px;
}

.owl-carousel .owl-item .owl-lazy.loaded {
  opacity: 1;
}

.cookie-bar-wrap.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}

.cookie-bar-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -200px;
  background: #3b4045;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 50;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.cookie-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
}

.cookie-bar .cookie-bar-text {
  font-size: 14px;
  margin-right: 100px;
  color: #f9f9f9;
}

.cookie-bar .cookie-bar-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

/*-------------- Start of subscribe-pre-loader CSS------------------*/

.subscribe-preloader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000080;
  z-index: 999;
}

.subscribePreloader__thumb {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subscribePreloader__text {
  background: #0163d2c7;
  width: 60%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  padding: 30px;
}

.subscribePreloader__text form {
  margin-top: 30px;
}

.subscribePreloader__text h1,
.subscribePreloader__text p {
  color: #ffffff;
}

.subscribePreloader__text input,
.subscribePreloader__text button {
  border: none;
  height: 40px;
}

.subscribePreloader__text input {
  width: 70%;
  margin-right: 5px;
  padding-left: 10px;
}

.subscribePreloader__text button {
  font-weight: 600;
  width: 25%;
  background: #333333;
  color: #ffffff;
  -webkit-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.subscribePreloader__text button:hover {
  background: #ffffff;
  color: #333333;
}

.subscribePreloader__thumb span {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  border-radius: 100%;
  cursor: pointer;
}

/*-------------- End of subscribe-pre-loader CSS------------------*/

.mfp-container,
.mfp-content,
img.mfp-img,
.mfp-wrap,
.mfp-container,
.mfp-bg,
button.mfp-arrow,
button.mfp-close {
  z-index: 9999999 !important;
}

.filter-list a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.filter-list .sub-content {
  padding-left: 10px !important;
  display: block;
}

.filter-list .child-content {
  padding-left: 10px !important;
  display: block;
}

.sub-categori .left-area .filter-list label {
  padding-left: 23px !important;
}

.filter-list a.active {
  color: #c9030f;
}

figure.product-image-container a img {
  max-width: 100px;
}

/*SUCCESS PAGE*/

.top-area {
  text-align: center;
}

.top-area .content .heading {
  font-size: 30px;
  font-weight: 700;
}

.top-area .content .text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.top-area .content .link {
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}

.top-area .content {
  margin-bottom: 30px;
}

.product-header-title h2 {
  font-size: 18px;
  font-weight: 600;
}

#color-bar {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

#errCard,
#errCVC {
  color: red;
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}

input.form-control.card-elements {
  margin-bottom: 5px !important;
}

/*SUCCESS PAGE ENDS*/

/*====================
 404 Area Start
 =====================*/

.fourzerofour {
  padding: 100px 0px 100px;
  text-align: center;
}

.fourzerofour .content {
  text-align: center;
}

.fourzerofour .content .heading {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #28384f;
  margin: 40px 0px 25px;
}

.fourzerofour .content .text {
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.fourzerofour .content .mybtn1 {
  margin-top: 28px;
  height: 50px;
  width: 180px;
  font-size: 16px;
  line-height: 25px;
}

.autocomplete {
  position: relative;
  display: block;
}

.autocomplete-items {
  position: absolute;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0px;
  right: 0;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.109804);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.109804);
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  width: 95%;
  font-size: 15px;
  text-align: left;
  background: #ffffff;
  border: 0.5px solid #ffffff;
}

.docname {
  width: 100% !important;
  border-bottom: 1px solid rgba(84, 82, 82, 0.09) !important;
}

.docname a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.docname a img {
  width: 50px;
  height: 50px;
}

.docname a .search-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.docname a .search-content p {
  margin-bottom: 0px;
  font-size: 14px;
}

.docname a .search-content span {
  color: #000 !important;
}

.autocomplete-items {
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.109804);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.109804);
}

.docname {
  width: 100% !important;
  border-bottom: 1px solid rgba(84, 82, 82, 0.09) !important;
}

.docname a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.docname a img {
  width: 50px;
  height: 50px;
}

.docname a .search-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.docname a .search-content p {
  margin-bottom: 0px;
  font-size: 14px;
}

.docname a .search-content span {
  color: #000 !important;
}

.wallet-box input#wallet-amount {
  width: 190px;
  height: 35px;
  background: #f3f8fc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  font-size: 14px;
}

.wallet-box button[type=submit] {
  width: 80px;
  height: 35px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wallet-price {
  margin-top: 10px;
  padding-top: 5px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

label#dc-label {
  font-size: 14px;
  font-weight: 500;
  -ms-flex-item-align: center;
      align-self: center;
}

/* Package Details Area Start */

.pack-details {
  padding-top: 30px;
}

.pack-details .title {
  text-align: right;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.pack-details .title .value {
  font-size: 14px;
}

.pack-details .notic {
  font-size: 12px;
}

.pack-details .mybtn1 {
  margin-top: 20px;
}

.pack-details .option {
  width: 100%;
  display: block;
  height: 40px;
  padding: 0px 15px;
}

.pack-details textarea.option {
  height: auto;
}

p.value {
  line-height: 1.325;
}

#tabs-1::after {
  content: "";
  clear: both;
  display: block;
}

.mybtn2.sm {
  font-size: 13px;
  line-height: 12px;
}

/* Circle Info Area Start */

.c-info-box-area {
  padding: 40px 30px 38px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.c-info-box-area .c-info-box {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-width: 20px;
  border-style: solid;
  text-align: center;
  border-radius: 50%;
}

.c-info-box-area .c-info-box p {
  font-size: 30px;
  font-weight: 600;
  line-height: 160px;
}

.c-info-box-area .c-info-box.box1 {
  border-color: #FFBF36;
}

.c-info-box-area .c-info-box.box2 {
  border-color: #00BCD1;
}

.c-info-box-area .c-info-box.box3 {
  border-color: #521FB7;
}

.c-info-box-area .c-info-box.box4 {
  border-color: #129021;
}

.c-info-box-area .c-info-box-content {
  text-align: center;
  margin-top: 20px;
}

.c-info-box-area .c-info-box-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.c-info-box-area .c-info-box-content .text {
  font-size: 14px;
  margin-bottom: 0px;
}

.c-info-box-area:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.admin-fix-height-card {
  height: 400px;
}

/* Circle Info Area End */

.user-dashbord .user-profile-details .account-info .main-info .title.w-title {
  font-size: 18px;
  text-transform: unset;
  font-weight: 600;
}

.user-dashbord .user-profile-details .account-info .main-info .title.w-price {
  font-size: 18px;
  text-transform: unset;
  font-weight: 700;
}

.user-dashbord .user-profile-details .account-info.wallet {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px 17px 30px;
}

.h100 {
  height: 100%;
}

/* Package Details Area End */

#pills-t3 .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pills-t3 .heading-area .reating-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -1px;
  margin-left: 30px;
}

#pills-t3 .heading-area .reating-area .stars {
  font-size: 12px;
  background: #c9030f;
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
}

#pills-t3 .heading-area .reating-area .stars i {
  font-size: 10px;
}

span.vendor-font {
  font-size: 12px;
}

li.show-colors {
  display: inline-block !important;
}

.removecart {
  cursor: pointer;
}

.contact_seller {
  width: 100% !important;
  max-width: 100% !important;
}
.theme-bg {
  background: #c9030f !important;
  color: #fff !important;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-rounded-padding {
  padding: 3px 15px;
}