/*==============================
Main stylesheet for AlphaPharm
================================*/

/*import font css file */
@import url('font-awesome.css');
@import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  padding: 0;
  margin: 0;
  font-family: 'Saira Condensed';
  font-weight: 400;
  color: #2b2b2b;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  float: left;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666;
}

img {
  max-width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ce2c14;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  color: #000;
  text-decoration: none;
  transition: all 0.6s ease;
}

*:focus {
  outline: none !important;
}

section {
  float: left;
  width: 100%;
}
#promo-outer.bphpPromo.promoOpened {
    background: #ce2c14;
}
.avatar-quote {
    padding-bottom: 25px;
}
/*============= Back to top ============*/
#back-top-wrapper {
  position: absolute;
  right: 20px;
  bottom: 95px;
  overflow: hidden;
  z-index: 99;
}

#back-top {
  display: none;
  margin-bottom: 0;
}

#back-top-wrapper #back-top a {
  width: 95px;
  height: 51px;
  opacity: 1;
  transition: 200ms all;
  color: #fff;
  text-align: center;
  line-height: 58px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'FontAwesome';
  background: transparent;
  border-radius: 0;
  border: none;
  display: inline-block;
  position: relative;
}

#back-top-wrapper #back-top a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 48px 51px 48px;
  border-color: transparent transparent #ffffff;
  position: absolute;
  left: 0;
  z-index: -1;
}

/*============= Home Page ============*/
.homeWrapper:before {
  content: '';
  background: url(../images/before-img.png) no-repeat;
  width: 382px;
  height: 457px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

/***********Affix Header**************/
.main_header.affix {
  background: #fff;
  width: 100%;
  /*float: left;*/
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.40);
  padding: 10px 0px;
}

.main_header.affix .top-right {
  padding: 5px 0 0 0px;
}

.page-description p {
  font-size: 18px;
}

.menu_bar .top_logo {
  line-height: 0;
}

.main_header {
  padding: 20px 0px;
  z-index: 99;
  border-top: 3px solid #ce2c14;
  position: relative;
}

.menu_bar {
  padding: 0 15px 0 61px;
}

.menu_bar .col-sm-2.logo_parent {
  margin-left: 0px;
  width: 26%;
  padding-right: 0;
}

.top_logo img {
  max-width: 100%;
}

.menu_bar .col-sm-5 {
  width: 48.666667%;
}

.navbar-inverse {
  background: transparent;
  border: none;
  margin-bottom: 0;
  min-height: 0;
  float: none;
  margin-top: 22px;
  display: inline-block;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  float: left;
  padding: 0;
}

.col-sm-1.search_parent {
  width: 4%;
  margin-top: 9px;
}

.main_navigation {
  text-align: center;
}

.navbar-nav>li {
  margin-left: 20px;
}
.navbar-nav>li:nth-child(1) {
    margin-left: 0;
}
.navbar-inverse .navbar-nav>li>a {
  font-size: 18px !important;
  color: #353535;
  font-weight: 500;
  padding: 0 0 10px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}

.navbar-inverse .navbar-nav>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #353535;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.navigation>ul>li>a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navigation>ul>li:hover>a,
.navigation>ul>li.current-menu-item>a {
  position: relative;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(-75deg, rgba(254, 212, 3, .6) 30%, #fed403 50%, rgba(254, 212, 3, .6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li:hover>a {
  color: #000;
}

.search-form-top {
  position: relative;
  padding: 10px 0;
  text-align: right;
}

.searchForm {
  position: absolute;
  width: 0;
  top: 100%;
  right: 0;
  background: #f7f7f7;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  margin: 0px;
  padding: 0px !important;
}

#searchBoxOpener {
  position: absolute;
  visibility: hidden;
}

#searchBoxOpener:checked+label+.searchForm {
  padding: 5px 10px;
  width: 300px;
}

#searchBoxOpener:checked+label img {
  display: none;
}

#searchBoxOpener:checked+label {
  width: 23px;
  height: 23px;
  margin-bottom: 0;
  position: relative;
}

#searchBoxOpener:checked+label:before,
#searchBoxOpener:checked+label:after {
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: auto;
  background: #000;
  content: '';
  height: 2px;
  width: 23px;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

#searchBoxOpener:checked+label:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#searchBoxOpener:checked+label:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-form-top input {
  background: transparent;
  border: none;
  padding: 0px 10px;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
  width: 100%;
  padding-right: 33px;
  color: #353535;
}

.search-form-top input::-webkit-input-placeholder {
  color: #353535;
}

.search-form-top input::-moz-placeholder {
  color: #353535;
  opacity: 1;
}

.search-form-top input:-ms-input-placeholder {
  color: #353535;
  opacity: 1;
}

.search-form-top input:-moz-placeholder {
  color: #353535;
}

.btn-search {
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 19px;
}

.top-right {
  display: inline-block;
  width: 16%;
  padding-left: 17px;
  margin-top: 12px;
}

.cart-box {
  width: 30px;
  float: left;
  margin-right: 28px;
  margin-top: 0px;
  position: relative;
}

.nav-drawer {
  cursor: pointer;
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 4px;
}

.nav-drawer span.icon-bar {
  width: 36px;
  height: 3px;
  background: #353535;
  display: block;
  margin: 0 auto;
  transition: width 0.4s;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
}

.nav-drawer span.icon-bar+span.icon-bar {
  margin-top: 9px;
}

.cart-box small {
  background: #ce2c14;
  color: #fff;
  width: 21px;
  height: 21px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -14px;
  left: 21px;
}

.headRight {
  position: fixed;
  right: 0;
  top: 6px;
  z-index: 999;
}

.headRight img {
  width: auto;
}

.social-top ul {
  padding: 0;
  margin: 0;
}

.social-top ul li {
  list-style: none;
  display: inline-block;
  background: #353535;
  height: 33px;
  width: 33px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}

.social-top ul li+li {
  margin-left: 4px;
}

.social-top ul li:hover {
  background: #ce2c14;
}

.sliderBanner {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  max-width: 1330px;
  margin: 0 auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control {
  width: 70px;
  height: 65px;
  text-align: center;
  line-height: 66px;
  background: #ffffff !important;
  top: 70%;
  opacity: 1;
  text-shadow: none;
  color: #000;
  font-size: 38px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: none;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.27);
}

.carousel-control:focus {
  background: #fff !important;
  color: #000 !important;
}

.carousel-control:hover {
  background: #ce2c14 !important;
  color: #fff;
  opacity: 1;
}

.carousel-control.right {
  left: auto;
  right: -200px;
  top: 82%;
  bottom: inherit;
}

.carousel-control.right {
  top: 50%;
  bottom: inherit;
  transition: all 1s;
}

.carousel-control.left {
  top: 50%;
  bottom: inherit;
  left: -200px;
  transition: all 1s;
}

.sliderBanner:hover .carousel-control.left {
  left: 0px;
}

.sliderBanner:hover .carousel-control.right {
  right: 0px;
}

.sliderBanner .carousel-control.left {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: inherit;
}

.sliderBanner .glyphicon {
  top: -23px;
}

.sliderBanner .carousel-control {
  width: 70px;
  height: 53px;
  background: none !important;
  color: #fff;
  font-size: 74px;
  box-shadow: none;
}

.sliderBanner .carousel-control:hover {
  background: none !important;
  color: #cd2d13 !important;
}

.sliderBanner .carousel-control:focus {
  background: none !important;
  color: #d10c0c !important;
}

.service-section {
  background: url(../images/service-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 40px 0 20px;
  position: relative;
  border-bottom: 1px solid #d5d5d5;
}

.service-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.service-section .row {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}

.service-section [class*="col-"] {
  padding: 0 10px;
  display: inline-block;
  float: none;
  width: 24.5%
}

.serviceImage img {
  width: 100%;
}

.service-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 10px;
  transition: all 1s ease;
  -webkit-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
}

.service-item:hover .service-cont {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.service-cont-hover {
  position: absolute;
  top: 100%;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 9;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.service-cont-hover>div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.service-item:hover .service-cont-hover {
  top: 0;
}

.service-item:hover .serviceImage img {
  filter: grayscale(100%);
}

.serviceImage:before {
  background: rgba(206, 44, 20, 0.60);
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.service-item:hover .serviceImage:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}

.service-cont h1,
.service-cont-hover h1 {
  margin: 0;
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: bold;
}

.service-cont h1 a {
  color: #fff;
}

.service-cont-hover h1 {
  margin: 0;
  font-size: 33px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.service-cont-hover h1 a {
  color: #fff;
}

.welcome-section {
  padding: 55px 0;
  text-align: center;
}

.heading {
  text-align: center;
  margin-bottom: 35px;
}

.heading h2 {
  margin: 0;
  font-size: 45px;
  color: #353535;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
}

.heading h2 span {
  color: #ce2c14;
}

.heading span {
  color: #353535;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 45px;
  line-height: 48px;
}

.heading h2:before {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 71px;
  height: 4px;
  left: 0;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.heading h2:after {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 71px;
  height: 4px;
  display: inline-block;
  right: 0;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.blog-left-sidebar .heading h2:before {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 25px;
  height: 4px;
  left: 0;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.blog-left-sidebar .heading h2:after {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 25px;
  height: 4px;
  display: inline-block;
  right: 0;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.heading.text-uppercase h2 {
  text-transform: uppercase;
}

.heading.text-uppercase span {
  text-transform: uppercase;
}

.content-sec {
  text-align: left;
}

.content-sec p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 20px;
}

.welcome-left {
  border-right: 3px solid #ce2c14;
  float: left;
  padding: 0 25px 0 0;
}

.welcome-section .col-sm-7 {
  padding-left: 0;
}

.welcome-right {
  padding: 0;
}

.welcome-section .heading h2:before,
.welcome-section .heading h2:after {
  margin-top: 18px;
}

.btn-read {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #ce2c14;
  padding: 10px 25px;
  display: inline-block;
  letter-spacing: 4px;
  border-radius: 20px 0;
  margin-top: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.btn-read:hover {
  background: #353535;
  color: #fff;
  border-radius: 0px 20px;
}

.how-play-section {
  background: #f3f3f3;
  background-size: 50%;
  background-position: left;
  background-repeat: no-repeat;
}

.how-to-playLeft {
  width: 50%;
  float: left;
}

.howImg img {
  max-width: 100%;
  display: none;
}

.how-toRigh {
  width: 50%;
  float: right;
  padding: 55px 40px;
}

.heading.left {
  text-align: center;
  margin-bottom: 20px;
}

.addImg>img {
  margin-right: 25px;
  transition: all 0.6s ease;
  width: 44%;
}

.addImg>img:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.featureProduct {
  float: left;
  width: 100%;
  padding: 0 26px;
}

.product-section {
  padding: 55px 0 30px;
}

.addImg {
  text-align: center;
}

.product-item {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 14px;
  display: inline-block;
  margin-bottom: 25px;
}

.product-img {
  border: 1px solid #acacac;
  margin-bottom: 20px;
  overflow: hidden;
}

.product-img:hover {
  border-color: #ce2c14;
}

.product-img img {
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.product-img:hover img {
  transform: scale(1.1);
}

.product-detail h3 {
  margin: 0 0 10px;
  font-size: 28px;
  color: #353535;
  text-transform: uppercase;
  font-weight: bold;
}

.product-detail,
.product-detail p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  margin-bottom: 9px;
}

.product-detail {
  text-align: center;
  padding: 0 30px;
}

.product-detail h3 a {
  color: #353535;
}

.product-detail h3:hover a {
  color: #ce2c14;
}

.rating i {
  font-size: 21px;
  color: #f1c40f;
  text-stroke: 1px #f39f12;
  -webkit-text-stroke: 1px #f39f12;
}

.rating i.empty {
  color: #2b2b2b;
  text-stroke: unset;
  -webkit-text-stroke: unset;
}

.product-item:hover .product-detail h3 a {
  color: #ce2c14;
}

.product-detail span {
  font-size: 24px;
  color: #808080;
  margin: 0 0 10px;
}

.add-btn {
  border: 1px solid #000;
  padding: 1px 17px;
  color: #000;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.add-btn i {
  font-size: 24px;
  margin-right: 9px;
}

.add-btn:hover {
  color: #ce2c14;
  border-color: #ce2c14;
}

.product-item:hover .add-btn {
  color: #ce2c14;
  border-color: #ce2c14;
}

.offer-section {
  background: #ce2c14;
  padding: 20px 15px;
  position: relative;
}

.offer-section:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  border-top: solid 44px #ce2c14;
  border-left: solid 72px transparent;
  border-right: solid 72px transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.offer-detail h4 {
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 18px;
  position: relative;
  display: inline-block;
}

.offer-detail h4::before,
.offer-detail h4::after {
  content: "";
  position: absolute;
  width: 79px;
  height: 4px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.offer-detail h4::before {
  left: -91px;
}

.offer-detail h4::after {
  right: -91px;
}

.offer-section .col-sm-6 {
  width: 100%;
}

.offer-section .col-sm-6+.col-sm-6 {
  display: none;
}

.offer-detail p {
  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 30px;
  font-weight: bold;
  text-shadow: 3px 4px 0 #901d0c;
  letter-spacing: 2px;
  word-spacing: 4px;
}

.offer-detail p span {
  color: #000;
}

.offer-detail big {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 10px;
  display: inline-block;
  background: #b7210b;
  padding: 6px 34px;
  border-radius: 20px 0;
  margin-top: 27px;
  box-shadow: 4px 3px 0 #ad2713;
}

.whyChoose-section {
  background: #fffcf0;
  border-bottom: 1px solid #d5d5d5;
  padding: 80px 0 30px;
}

.whyUs-itemDiv {
  width: 33%;
  float: left;
  padding: 0 7px;
  margin: 15px 0;
}

.whyUs-itemDiv .icon {
  float: left;
  margin-right: 13px;
  vertical-align: middle;
  margin-bottom: 11px;
}

.whyUs-itemDiv .icon img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.whyUs-itemDiv:hover .icon img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.whyUs-itemDiv p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
  width: 100%;
  float: left;
}

.whyUs-itemDiv .titleDiv {
  font-size: 30px;
  color: #353535;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  line-height: 60px;
}

.whyUs-itemDiv .titleDiv a {
  color: #353535;
}

.whyUs-itemDiv:hover .titleDiv a {
  color: #ce2c14;
}

.blog-section {
  padding: 55px 0;
}

.blog-detail h3 {
  font-size: 30px;
  color: #ce2c14;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 10px;
  line-height: 40px;
}

.blog-section .col-sm-pull-6 {
  padding: 0;
}

.blog-detail h3::before {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 22px;
  height: 4px;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.blog-detail h3:after {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 22px;
  height: 4px;
  display: inline-block;
  right: 0;
  margin-left: 12px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.blog-detail h3 a {
  color: #353535;
}

.blog-detail:hover h3 a {
  color: #ce2d15;
}

.blog-detail .btn-read {
  margin-top: 15px;
}

.blog-detail p {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
}

.blogImage {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}

.blogImage img {
  width: 100%;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
}

.blogImage:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: '';
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  z-index: 9;
}

.blogImage:hover img {
  transform: scale(1.1) rotate(2deg);
  opacity: 0.8;
}

.blogImage:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

.commentDiv {
  background: #050505;
  padding: 10px;
  position: absolute;
  bottom: 20px;
}

.commentDiv ul {
  padding: 0;
  margin: 0;
}

.commentDiv ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

.commentDiv ul li+li {
  border-left: solid 1px #fff;
}

.commentDiv ul li a {
  color: #fff;
}

.commentDiv ul li:hover a {
  color: #ce2c14;
}

.commentDiv ul li i {
  color: #ce2c14;
  padding-right: 10px;
}

.blogImage.invert .commentDiv {
  right: 0;
}

.testimonial-section {
  padding: 55px 0 40px;
  position: relative;
  background: url(../images/testimonial-bg.jpg) no-repeat top center;
  background-size: cover;
}

.testimonial-section:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .94);
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-box {
  text-align: center;
  margin: 15px 0;
}

.testimonialImage {
  background: #fff;
  width: 265px;
  height: 265px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 15px;
  position: relative;
}

.testimonialImage img {
  width: 100%;
  transition: opacity 0.35s;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
}

.testimonialImage:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.testimonialImage:hover img {
  opacity: 1;
}

.testimonialImage:hover::before {
  -webkit-animation: circle 1s;
  animation: circle 1s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.testimDetail h4 {
  font-size: 35px;
  color: #ce2c14;
  margin: 0 0 0;
  text-transform: uppercase;
  font-weight: 400;
}

.testimDetail span {
  color: #353535;
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
}

.testimDetail p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
}

.testimonial-box .testimDetail p {
  min-height: 140px;
}

.testimDetail .rating {
  margin-bottom: 10px;
}

.testimDetail .rating i {
  font-size: 41px;
  text-stroke: 2px #f39f12;
  -webkit-text-stroke: 2px #f39f12;
}

.testimDetail .rating i.empty {
  text-stroke: unset;
  -webkit-text-stroke: unset;
  color: #000;
}

.testimDetail .btn-read {
  margin-top: 15px;
}

.contact-section {
  background: #f5f5f5;
  padding: 55px 0;
}

.contact-form {
  padding: 0 50px;
}

.contact-form .form-control {
  background: #fff;
  border: 1px solid #d3d3d3;
  height: 42px;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 18px;
  color: #000;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 500;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ce2c14;
}

.contact-form textarea.form-control {
  height: 114px;
}

.form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-control::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #000000;
}

.btn.btn-submit {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #ce2c14;
  padding: 10px 35px;
  display: inline-block;
  letter-spacing: 4px;
  border-radius: 20px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  float: right;
}

.btn.btn-submit:hover {
  background: #353535;
  color: #fff;
  border-radius: 0px 20px;
}

.main-footer {
  padding: 134px 0 0;
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat top center;
  background-size: cover;
  float: left;
  width: 100%;
  z-index: 1;
  border-top: 3px solid #ce2c14;
}

.main-footer:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(47, 45, 45, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.footer-item h5 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 0 0 10px;
}

.footer-item h5::before {
  content: '';
  background: url(../images/Wline.png) no-repeat;
  width: 22px;
  height: 4px;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.footer-item h5:after {
  content: '';
  background: url(../images/Wline.png) no-repeat;
  width: 22px;
  height: 4px;
  display: inline-block;
  right: 0;
  margin-left: 12px;
  vertical-align: middle;
  margin-top: 0px !important;
}

.footer-item p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.footer-item p a {
  color: #ce2c14;
}

.footer-item ul {
  padding: 0;
  margin: 0;
}

.footer-item ul li {
  list-style: none;
  border-bottom: 1px solid #919090;
  width: 41%;
  float: left;
  margin-right: 18px;
}

.footer-item ul li a {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.footer-item ul li:hover a {
  color: #ce2c14;
}

.footer-item.sec ul li {
  width: 100%;
}

.copyright {
  background: rgba(47, 45, 45, .3);
  padding: 10px 0;
  float: left;
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #fff;
}

.copyright p {
  font-size: 15px;
  margin: 0;
  float: left;
  color: #fff;
  padding: 7px 0 0;
}

.foot-logo {
  float: right;
}

.searchMob {
  display: none;
}

.half:after {
  content: "\e006";
  color: #000;
}

.half:before {
  content: "\e006";
  width: 47%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.half {
  position: relative;
  text-stroke: unset;
  -webkit-text-stroke: unset !important;
}

.modal-dialog.menuOpenDivTp {
  pointer-events: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
  margin: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.menu_close {
  position: absolute;
  top: 20px;
  left: auto;
  right: 15px;
  bottom: auto;
  background: rgba(228, 228, 228, 0.8);
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.menu_close b {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}

.menu_close b:before,
.menu_close b:after {
  position: absolute;
  top: 12px;
  left: 0;
  right: auto;
  bottom: auto;
  background: #000;
  content: '';
  height: 2px;
  width: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.menu_close b:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_close b:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.innerWrapper {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 400px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.innerWrapper .menu_logo {
  margin: 0 auto 40px;
  max-width: 220px;
  text-align: center;
}

.slideMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-top: solid 0.5px #b9b9b9;
}

.slideMenu ul li {
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 0.5px #b9b9b9;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.slideMenu ul li:hover {
  letter-spacing: 1px;
}

.slideMenu ul li:hover>a {
  position: relative;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(-75deg, rgba(254, 212, 3, .6) 30%, #fed403 50%, rgba(254, 212, 3, .6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  color: #ce2c14;
}

.socialData {
  padding: 40px 0 0 0;
  text-align: center;
  float: left;
  width: 100%;
}

.socialData img {
  margin: 0 10px;
}

.socialData img:hover {
  filter: invert(50%) brightness(100%);
}

.firstMenu {
  display: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.menu-item-has-children ul {
  position: absolute;
  width: 250px;
  background: #fff;
  list-style: none;
  text-align: left;
  padding: 20px 0;
  color: #333;
  top: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.menu-item-has-children ul li {
  padding: 0 20px;
}

.menu-item-has-children ul li a {
  margin-left: 0;
  font-size: 16px;
  color: #353535;
  white-space: normal;
  width: 100%;
  float: left;
  line-height: 30px;
}

.menu-item-has-children ul li a:before {
  content: "-";
  margin-right: 4px;
  font-size: 14px;
}

.menu-item-has-children ul li a:hover {
  color: #ce2c14;
}

.menu-item-has-children ul li:hover>a {
  position: relative;
  text-decoration: none;
  -webkit-mask-image: linear-gradient(-75deg, rgba(254, 212, 3, .6) 30%, #fed403 50%, rgba(254, 212, 3, .6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
  color: #ce2c14;
}

.menu-item-has-children ul li.menu-item-has-children>a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  float: right;
}

.menu-item-has-children ul li.menu-item-has-children {
  float: left;
  width: 100%;
  position: relative;
}

.menu-item-has-children ul li ul {
  left: 100%;
  top: 0;
}

.slideMenu .iphonNav.navigation {
  display: none !important;
}

@media (min-width: 1200px) {
  .menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
}

/*********** Inner Pages**************/
.inner-banner {
  position: relative;
  padding: 0 60px;
}

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

.breadcrumb {
  margin: 0;
  width: 100%;
  background: rgba(206, 44, 20, 1);
  padding: 10px 0px;
  text-align: center;
  border-radius: 0;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  list-style: none;
  font-size: 24px;
  display: inline-block;
  color: #fff;
}

.breadcrumb ul li a {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
}

.breadcrumb ul li.active a {
  color: #fff;
}

.breadcrumb ul li+li::before {
  content: "\f105";
  font-size: 28px;
  color: #fff;
  font-family: Fontawesome;
  padding: 0 10px;
}

.inner-about-page {
  padding: 50px 0 40px;
}

.content-sec.inner {
  padding: 0 50px;
}

.content-sec.inner ul {
  padding: 0px 0px 0px 20px;
}

.content-sec.inner ul li {
  font-size: 18px;
  color: #666666;
}

.content-sec.inner ul {
  padding-left: 18px;
  list-style-image: url(../images/arrow-icon.png);
  display: inline-block;
}

.content-sec.inner p {
  margin-bottom: 10px;
}

.content-sec.inner a {
  color: #ce2c14;
}

.heading h1 {
  margin: 0;
  font-size: 45px;
  color: #353535;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
}

.heading h1::before {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 71px;
  height: 4px;
  left: 0;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.heading h1::after {
  content: '';
  background: url(../images/line.png) no-repeat;
  width: 71px;
  height: 4px;
  display: inline-block;
  right: 0;
  margin-left: 20px;
  vertical-align: middle;
}

.inner-contact-page {
  padding: 50px 0 50px;
}

.main-footer.inner {
  margin-top: 50px;
}

.contact-form.formInnr .form-control {
  background: #f2f2f2;
}

.inner-faq-page {
  padding: 50px 0 50px;
}

.panel-default .panel-heading {
  text-transform: uppercase;
}

.panel-default .panel-heading .accordion-toggle {
  padding: 16px 55px 16px 28px;
  display: block;
  background: #ce2c14;
  color: #fff;
  font-size: 18px;
  border-radius: 0px;
  position: relative;
  font-weight: 600;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  background: transparent;
  border: 1px solid #666;
  font-size: 18px;
  line-height: 26px;
  color: #666;
  box-shadow: none;
  padding: 18px 15px 35px;
  border-radius: 0px 0 0px 0px;
  border-top: none;
}

.panel-default .panel-heading .accordion-toggle.collapsed {
  background: transparent;
  color: #666;
  border: 1px solid #666666;
}

.panel-default>.panel-heading {
  background: none;
  color: #666;
  font-size: 18px;
  padding: 0;
  font-weight: 600;
}

.panel-heading .accordion-toggle::after {
  background: #353535;
  content: "\f106";
  float: right;
  font-size: 33px;
  color: #fff;
  position: absolute;
  top: 0%;
  right: 0px;
  font-family: 'FontAwesome';
  height: 100%;
  padding: 0 10px;
  line-height: 50px;
}

.panel-heading .accordion-toggle.collapsed::after {
  content: "\f107";
  font-family: 'FontAwesome';
  background: #ce2c14;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  border: none;
}

.panel-group .panel+.panel {
  margin-top: 22px;
}

.inner-addBannr {
  padding-bottom: 50px;
  position: relative;
}

.inner-addBannr .col-sm-6 {
  padding-left: 0;
}

.inner-addBannr .col-sm-6:last-child {
  padding-right: 0;
  padding-left: 15px;
}

.inner-addBannr .faq-add-bnnr img {
  width: 100%;
}

.faq-add-bnnr {
  position: relative;
  overflow: hidden;
}

.faq-add-bnnr:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.inner-testim-page {
  padding: 50px 0 25px;
}

.inner-testim-page .testimonial-box {
  margin: 25px 0;
}

.inner-blog-page {
  padding: 50px 0 20px;
}

.blogItem {
  margin-bottom: 35px;
  margin-right: 20px;
}

.blogItem h3 {
  font-size: 30px;
  color: #353535;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 13px;
  padding: 0 0 13px;
  line-height: 36px;
  margin-top: 0;
}

.blogItem h3 a {
  color: #353535;
}

.blogItem:hover h3 a {
  color: #ce2c14;
}

.blogItem .blogImage {
  margin-bottom: 30px;
  border-bottom: 3px solid #ce2c14;
}

.blogsidebar {
  margin-left: 20px;
}

.sidebar-item {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.search-box {
  position: relative;
}

.search-box .form-control {
  background: #fff;
  border-left: 5px solid #ce2c14 !important;
  border: 1px solid #e0e0e0;
  box-shadow: none;
  color: #353535;
  height: 55px;
  padding: 6px 25px;
  border-radius: 0;
  font-size: 18px;
  box-shadow: none !important;
}

.search-box .btn-search {
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #ce2c14;
  font-size: 18px;
  padding: 0;
  width: 60px;
  height: 55px;
}

.sidebar-item .heading {
  margin-bottom: 20px;
}

.sidebar-item ul {
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar-item ul li {
  list-style: none;
  line-height: 35px;
}

.sidebar-item ul li+li {
  border-top: 1px solid #e2e2e2;
}

.sidebar-item ul li a {
  font-size: 18px;
  color: #666;
  position: relative;
  padding: 6px 0 6px 34px;
  vertical-align: middle;
  text-transform: uppercase;
}

.sidebar-item ul li a:hover {
  color: #ce2c14;
}

.sidebar-item ul li a:before {
  content: " ";
  background: url(../images/list-icon.png) no-repeat;
  position: absolute;
  width: 23px;
  height: 25px;
  left: 0;
  top: 7px;
}

.sidebar-item ul li a span {
  font-size: 18px;
  color: #666;
  float: right;
}

.recent-item {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.recentImage {
  margin-right: 10px;
  float: left;
}

.recent-cont {
  float: right;
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}

.blogImage .commentDiv ul li a {
  text-transform: capitalize
}

.recent-cont a {
  font-size: 20px;
  color: #353535;
  line-height: 26px;
  font-weight: bold;
  text-transform: uppercase;
}

.recent-cont a:hover {
  color: #ce2c14;
}

.recent-cont span {
  font-size: 18px;
  color: #ce2c14;
  display: block;
}

.social-bolg ul {
  padding: 0;
  margin: 0;
}

.social-bolg ul li {
  display: inline-block;
  list-style: none;
  background: #353535;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  padding: 0;
  margin: 0 5px;
}

.social-bolg {
  margin-top: 26px;
}

.social-bolg ul li a {
  padding: 0px !important;
}

.social-bolg ul li a:before {
  display: none;
}

.social-bolg ul li:hover {
  background: #ce2c14;
}

.blog-video iframe {
  width: 100%;
  height: 314px;
  float: left;
  border: 3px solid #e2e2e2;
}

.inner-sale-page {
  padding: 50px 30px;
}

.filter-btn {
  background: #ce2c14;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 2px 24px;
}

.filter-btn:hover {
  background: #353535;
  color: #fff;
}

.sidebar-item p {
  color: #ce2c14;
  font-size: 18px;
  margin-top: 13px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 24px;
  margin-bottom: 0;
}

.post-item {
  border-bottom: 1px solid #a3a3a3;
  float: left;
  width: 100%;
  padding: 18px 0;
}

.postImage {
  float: left;
  margin-right: 15px;
}

.postCont h3 {
  font-size: 18px;
  color: #666;
}

.postCont h3 a {
  color: #666;
}

.postCont h3 a:hover {
  color: #ce2c14;
}

.inner-sale-product .product-item {
  width: 33.33%;
  margin-bottom: 0px;
  min-height: 530px;
  float: none;
  vertical-align: top;
}

.inner-sale-product .product-item li {
  margin-bottom: 20px !important;
}

.blog-left-sidebar .heading h2 {
  font-size: 24px;
}

.shop-product {
  float: left;
  width: 100%;
  padding: 0 26px;
}

.flashSaleTimer {
  padding-top: 10px;
}

span.countdown_amount {
  border-radius: 100px !important;
  width: 60px !important;
  height: 60px !important;
  line-height: 49px !important;
  background: #212121 !important;
}

.faq-cnt {
  padding-bottom: 20px
}

.faq-cnt p {
  font-size: 18px
}

.faq-cnt-bottom p {
  font-size: 18px
}

.faq-cnt-bottom {
  padding-top: 10px;
}

.contact-section {
  background: #f5f5f5;
  padding: 55px 0;
}

.contact-form {
  padding: 0 50px;
}

.faq-form .form-control {
  background: #fff;
  border: 1px solid #d3d3d3;
  height: 42px;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 18px;
  color: #000;
  box-shadow: none !important;
  font-weight: 500;
}

.faq-form .form-group {
  margin-bottom: 30px;
}

.faq-form textarea.form-control {
  height: 114px;
}

.faq-form {
  margin-top: 30px;
}

.inner-process-page p {
  font-size: 18px
}

.inner-process-page {
  padding: 50px 0 25px;
}

.process-repeat {
  padding: 12px 0px;
}

.process-list {
  padding-bottom: 40px;
}

.process-list p {
  font-size: 18px
}

.process-list h2,
.process-list h1,
.process-list h3 {
  margin-top: 0px
}

.process-list ul {
  padding-left: 18px;
  list-style-image: url(../images/arrow-icon.png);
  display: inline-block;
}

.process-list ul li {
  font-size: 18px
}

.process-list a {
  color: #ce2c14;
}

/*=========star-rating========*/
.product-detail .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.product-detail .star-rating {
  font-size: 20px;
  width: 100%;
}

.product-detail .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
  margin: auto;
}

.product-detail .star-rating span::before {
  left: auto;
  width: 100%;
}

.product-detail .star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #000;
}

.product-detail .star-rating:hover span::before {
  color: #ce2c14;
  text-decoration: none;
  cursor: pointer;
}

.rating {
  min-height: 20px;
}

.woocommerce-product-details__short-description table {
  background: #f7f7f7 !important;
  text-align: left;
  margin: 20px 0px 20px 0px !important;
}

.woocommerce-product-details__short-description table tr {
  text-align: left;
}

.woocommerce-product-details__short-description table tr td {
  padding: 4px 10px;
  font-size: 18px;
  border: 1px solid #ccc;
  color: #000;
}

.ujic-classic .countdown_section {
  float: left;
  display: block;
  text-align: center;
  margin: 0 24px 0 0 !important;
  position: relative;
  padding: 35px 0 0 0;
}

span.countdown_txt {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  font-family: 'Saira Condensed' !important;
  font-size: 22px !important;
  text-transform: uppercase;
}

.ujic-classic .countdown_section:after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 59px;
  line-height: 41px;
  background: url(../images/box-two.png) no-repeat top center;
  width: 10px;
  height: 31px;
  bottom: 18px;
  right: -15px;
}

.uji_sec .countdown_section:after {
  display: none;
}

/******** New css 20-aug-18 *********/
.carousel-caption {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  bottom: auto;
  ba
}

.carousel-caption .btn-read {
  margin-top: 25px;
}

.banner-content {
  text-transform: capitalize;
}

.banner-content small {
  font-size: 80px;
  color: #ce2c15;
  margin-bottom: 20px;
  display: block;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-content h1 {
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-shadow: none;
  line-height: 50px;
  text-transform: uppercase;
}

.banner-content span {
  font-size: 53px;
  color: #fff;
  margin: 0;
  text-shadow: none;
  float: left;
  width: 100%;
  text-transform: uppercase;
}

.banner-content .btn-read {}

.banner-content .btn-read:hover {
  background: #fff;
  color: #ce2c15;
  text-shadow: none;
}

.banner-content-1 {
  text-align: left;
}

.banner-content-1 span {
  color: #ce2c15;
}

.banner-content-1 h1 {
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
  padding: 15px;
  line-height: 74px;
  text-shadow: none;
  position: relative;
}

.banner-content-1 h1:before {
  content: '';
  position: absolute;
  background: url(../images/b-before.png) no-repeat;
  height: 74px;
  width: 74px;
  left: 0;
  top: 0;
}

.banner-content-1 h1:after {
  content: '';
  position: absolute;
  background: url(../images/b-before.png) no-repeat;
  height: 74px;
  width: 74px;
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}

.banner-content.slideTwo h1 {
  font-size: 80px;
  color: #ce2c14;
  font-weight: bold;
  line-height: 50px;
  padding-bottom: 24px;
}

.slideTwo p {
  padding: 0px;
  margin: 0px;
  font-size: 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 766px;
  line-height: 43px;
}

.carousel-inner>.item:first-child .carousel-caption a.btn-read {
  margin-top: 53px;
}

.banner-content a.btn-read {
  padding: 12px 32px;
}

.banner-content.slideTwo small {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
  text-transform: uppercase;
}

.banner-content.slideTwo span {
  letter-spacing: 12px;
}

.banner-content.slideThree small {
  font-size: 30px;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  text-transform: uppercase;
}

.banner-content.slideThree h1 {
  font-size: 80px;
  color: #ce2c15;
  font-weight: bold;
  margin: 0 0 0 0px;
  text-shadow: none;
  line-height: 50px;
}

.banner-content.slideThree h1 span {
  display: initial;
  float: none;
  font-size: 80px;
  position: relative;
  z-index: 2222;
}

.banner-content.slideThree span {
  font-size: 80px;
  color: #fff;
  margin: 0 0 0 20px;
  text-shadow: none;
  float: left;
  width: 100%;
  font-weight: bold;
  position: relative;
}

.slideThree .btn-read {
  color: #fff;
  background: #ce2c15;
}

.slideThree .btn-read:hover {
  background: #fff;
  color: #ce2c15;
  text-shadow: none;
}

.banner-content.slideThree h1 span:after {
  content: "";
  width: 146px;
  height: 90px;
  background: #ab2a17;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(18deg);
  left: -16px;
  top: 24px;
  z-index: -1;
}

.banner-content.slideFour {
  text-align: left;
  width: 646px;
  float: right;
}

.banner-content.slideFour p {
  margin: 0px;
}

.banner-content.slideFour .btn-read {
  margin-top: 32px;
}

.banner-content.slideFour small {
  font-size: 66px;
  color: #fff;
  margin-bottom: 0px;
  display: block;
  text-shadow: none;
  position: relative;
}

.banner-content.slideFour h1 {
  font-size: 67px;
  color: #ce2c14;
  font-weight: bold;
  margin: 0;
  text-shadow: none;
  line-height: 60px;
}

.banner-content.slideFour span {
  font-size: 67px;
  color: #fff;
  margin: 0;
  text-shadow: none;
  float: left;
  width: 100%;
  font-weight: bold;
  position: relative;
}

.banner-content.slideFour small:before {
  content: '';
  position: absolute;
  background: url(../images/b-before.png) no-repeat;
  height: 95px;
  width: 95px;
  left: -58px;
  top: -34px;
}

.banner-content.slideFour span:after {
  content: '';
  position: absolute;
  background: url(../images/b-before.png) no-repeat;
  height: 95px;
  width: 95px;
  right: 0;
  bottom: -32px;
  transform: rotate(-180deg);
}

.banner-content.slidefive {
  text-align: center;
}

.banner-content.slidefive small {
  font-size: 29px;
  color: #fff;
  margin-bottom: 0px;
  display: inline-block;
  text-shadow: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  letter-spacing: 3px;
}

.banner-content.slidefive h1 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-shadow: none;
  line-height: 75px;
  position: relative;
  letter-spacing: 4px;
}

.banner-content.slidefive h1 span {
  display: initial;
  float: none;
  font-size: 80px;
  position: relative;
  z-index: 2222;
}

.banner-content.slidefive h1 span:after {
  content: "";
  width: 146px;
  height: 90px;
  background: #ab2a17;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  transform: rotate(10deg);
  left: -35px;
  top: 16px;
  z-index: -1;
}

.banner-content.slidefive .btn-read {
  color: #fff;
  background: #ce2c14;
}

.banner-content.slidefive .btn-read:hover {
  background: #fff;
  color: #ce2c15;
  text-shadow: none;
}

.banner-content.slideSix {}

.banner-content.slideSix small span {
  display: initial;
  float: none;
}

.banner-content.slideSix small {
  display: none !important;
  font-size: 64px;
  color: #ce2c15;
  margin-bottom: 12px;
  display: block;
  text-shadow: none;
  font-weight: bold;
  position: relative;
}

.banner-content.slideSix small:after {
  content: "";
  width: 231px;
  height: 227px;
  background: url(../images/bg-line.png) no-repeat top center;
  position: absolute;
  left: -78px;
  top: -58px;
  z-index: -1;
}

.banner-content.slideSix small span {
  display: initial;
  float: none;
  font-size: 64px;
}

.banner-content.slideSix h1 {
  font-size: 60px;
  color: #fff;
  margin: 0 0 0 0px;
  text-shadow: none;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 3px;
}

.banner-content.slideTwo, .banner-content.slideThree, .banner-content.slideFour, .banner-content.slidefive, .banner-content.slideSix, .slideOne{
	display: none;
}

.carousel-inner>.item:last-child .carousel-caption {
  top: 32%;
}

.iconCol {
  clear: both;
}

.leftcol {
  float: left;
}

.content_sec_tb p {
  font-size: 20px;
}

.welcome-section.home-product .product-item {
  width: 24%;
  float: none;
  vertical-align: top;
}

.owl-carousel.product-carousel .product-item {
  width: 100%;
}

.owl-carousel.product-carousel.owl-loaded {
  text-align: center;
  padding: 0 26px;
}

.product-carousel .owl-nav {
  position: relative;
  margin-top: 0;
  text-align: center;
}

.product-carousel .owl-prev,
.product-carousel .owl-next {
  background: #353535;
  height: 36px;
  width: 36px;
  border-radius: 0px;
  color: #fff;
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 35px;
  font-size: 27px;
  display: inline-block;
  margin: 0px 8px 0;
}

.product-carousel .owl-prev:hover,
.product-carousel .owl-next:hover {
  background: #ce2c14;
}

.product-carousel .owl-next.disabled {
  cursor: not-allowed;
}

/*===== add banner css =====*/
h4.add-title {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Saira Condensed';
  font-weight: bold;
  margin: 0 0 0;
  line-height: 45px;
}

.add-figcaption {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.add-figcaption .btn-read:hover {
  background: #fff;
  color: #ce2c14;
}

.add-figcaption small {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Saira Condensed';
  font-weight: normal;
  display: block;
}

.add-figcaption p {
  font-size: 46px;
  color: #fff;
  font-family: 'Saira Condensed';
  font-weight: 300;
  line-height: 38px;
  margin: 0;
}

.offerdiv.clearfix {
  position: relative;
}

.offerdiv big {
  font-size: 135px;
  color: #fed403;
  font-family: 'Saira Condensed';
  font-weight: bold;
  line-height: 150px;
  float: left;
}

.percentDiv {
  position: absolute;
  right: 74px;
  top: 29px;
}

.offerdiv span {
  font-size: 52px;
  color: #fff;
  font-family: 'Saira Condensed';
  font-weight: normal;
  display: block;
  line-height: 49px;
}

.add-figcaption-2 h4.add-1-title {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Saira Condensed';
  font-weight: bold;
  margin: 0 0 6px;
  line-height: 40px;
}

.add-figcaption-2 p {
  font-size: 37px;
  color: #fff;
  font-family: 'Saira Condensed';
  font-weight: normal;
  line-height: 50px;
  margin: 0;
}

.add-figcaption-2 p span {
  color: #fed403;
  font-size: 59px;
  display: block;
}

.add-figcaption-2 {
  position: absolute;
  top: inherit;
  left: 60px;
  bottom: 56px;
}

.add-figcaption-2 .btn-read:hover {
  background: #fff;
  color: #ce2c14;
}

.text-left h1 small {
  margin-bottom: 0px;
}

/*=============================*/
.section-muscle-gurus {
  clear: both;
  background: #ce2c14;
  text-align: center;
  padding: 36px 0;
}

.section-muscle-gurus h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 6px;
  font-size: 54px;
}

.section-muscle-gurus h4 a {
  color: #fff;
  text-decoration: none;
}

.section-muscle-gurus h4 a:hover {
  color: #fff;
  text-decoration: none;
}

.section-muscle-gurus p {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  width: 100%;
  text-transform: uppercase;
}

/****************/
.product-detail p {
  min-height: 63px;
}


.copyright .leftcol {
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.main-footer .row {
    display: flex;
    flex-wrap: wrap;
}
.main-footer .row .col-sm-5 {
    order: 4;
}
.bottom_logo {
    padding: 14px 10px 0 0;
}


/*===========reachout section css start=================*/
.reachout-section {
    float: left;
    width: 100%;
    margin-bottom: -98px;
    position: relative;
    z-index: 11;
    padding-top: 50px;
}
.reachout-wrap{ background: url(../images/bg-col.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; padding: 50px 28px 32px 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.reachout-left{ width: 710px; }
.reachout-left p{ margin-bottom: 0px; font-size: 26px; text-transform: uppercase; color: #fff; }
.reachout-left h3 {
    margin-bottom: 0px;
    font-size: 64px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Saira Condensed';
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
}
.reachout-right .btn {
    background: #fff;
    min-width: 138px;
    height: 48px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    font-size: 24px;
    border-radius: 0px;
    font-family: 'Saira Condensed';
    font-weight: 400;
}
/*===========reachout section css end=================*/
/*===========welcome modalpopup css start=================*/
.welcome-modalpopup{}
.welcome-popup-banner{ position: relative; }
.welcome-popup-banner::before{ content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); }
.logo-popup { width: 200px; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; transform: translate(0px, -50%); }
.welcome-content{ padding: 20px 20px 0px; text-align: center; }
.welcome-content h3 { font-size: 46px; font-weight: bold; margin-top: 0px; }
.welcome-content p{ font-size: 22px }
.welcome-content p strong{ color: #ff0000; }
.welcome-modalpopup .modal-footer { display: flex; justify-content: center; }
.welcome-modalpopup .modal-footer .btn.btn-submit { outline: none; margin: 0 9px; padding: 5px 30px; }
.modal-backdrop.show { opacity: .8 !important; }
.modal-backdrop.in { opacity: .8 !important; }
/*===========welcome modalpopup css end=================*/
.modal .modal-dialog {
    height: 90%;
    display: flex;
    align-items: center;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    flex-direction: inherit !important;
}
.yith-wcwl-wishlistaddedbrowse {
    flex-direction: inherit !important;
    margin-bottom: 10px;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
    margin-right: 7px !important;
}
.stockie-text-sc {
    margin-bottom: 28px!important;
}
.stockie-text-sc ol {
    padding-left: 18px!important;
}
.stockie-text-sc ol li {
    font-size: 18px!important;
    margin-bottom: 5px!important;
}
.stockie-heading-sc h3.title span.heading-highlight {
    font-size: 24px !important;
}
.sliderBanner.mobile-slider .owl-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    width: 85px;
    justify-content: space-between;
}
.sliderBanner.mobile-slider .owl-nav .owl-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.43) url(../images/prev-mobile.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px;
      font-size: 0;
}
.sliderBanner.mobile-slider .owl-nav .owl-next {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255, 255, 255, 0.43) url(../images/next-mobile.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
        font-size: 0;
}

/* MARQUEE css start */
 .marquee {
     position: relative;
     overflow: hidden;
     width: 100%;
     background-color: #fff;
     color: #ce2c14 !important;
     font-size: 14px !important;
     line-height: 14px !important;
     font-weight: 600 !important;
     text-transform: uppercase !important;
     border: none;
     padding: 7px 0 5px 0;
	 font-family: "Montserrat", serif;
}

 .marquee-content {
     display: flex;
     animation: scroll 30s linear infinite;
}

 .marquee-content > div {
     flex-shrink: 0;
    /* Prevent items from shrinking */
     margin-right: 20px;
    /* Space between messages */
	 font-family: "Montserrat", serif;
}

.marquee-highlight {
    color: #000 !important;
	font-family: "Montserrat", serif;
}

 @keyframes scroll {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(-100%);
    }
}

/* Duplicate content for seamless scrolling */
 .marquee-content-wrapper {
     display: flex;
     width: max-content;
    /* Adjust width based on content */
}

 .marquee:hover .marquee-content {
     animation-play-state: paused;
}
/* MARQUEE css end */


@media(min-width: 1200px) and (max-width: 1499px) {
  .product-detail h3 {
    font-size: 23px;
  }
}

/********************/
@media(max-width: 1199px) {
  h4.add-title {
    font-size: 30px;
    line-height: 35px;
  }

  .add-figcaption small {
    font-size: 20px;
  }

  .offerdiv big {
    font-size: 75px;
    line-height: 80px;
  }

  .add-figcaption p {
    font-size: 30px;
    line-height: 30px;
  }

  .offerdiv span {
    font-size: 30px;
    line-height: 31px;
  }

  .percentDiv {
    right: 70px;
    top: 9px;
  }

  .add-figcaption {
    right: 30px;
  }

  .add-figcaption-2 h4.add-1-title {
    font-size: 28px;
    margin: 0 0 0px;
    line-height: 32px;
  }

  .add-figcaption-2 p {
    font-size: 26px;
    line-height: 38px;
  }

  .add-figcaption-2 p span {
    font-size: 40px;
  }

  .add-figcaption-2 {
    left: 28px;
    bottom: 35px;
  }

  .slideTwo p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
.reachout-left { width: 100%; text-align: center; }
.reachout-right { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; padding-top: 15px; }
.reachout-wrap { padding: 30px 20px; }
.reachout-left p {
    font-size: 22px;
    line-height: normal;
}
.reachout-left h3 {
    font-size: 46px;
}
}
@media(max-width: 991px) {
  h4.add-title {
    font-size: 22px;
    line-height: 26px;
  }

  .add-figcaption small {
    font-size: 16px;
  }

  .offerdiv big {
    font-size: 55px;
    line-height: 60px;
  }

  .offerdiv span {
    font-size: 18px;
    line-height: 21px;
  }

  .add-figcaption p {
    font-size: 20px;
    line-height: 18px;
  }

  .add-figcaption-2 p {
    font-size: 18px;
    line-height: 28px;
  }

  .add-figcaption-2 p span {
    font-size: 26px;
  }

  .add-figcaption-2 h4.add-1-title {
    font-size: 18px;
    margin: 0 0 0px;
    line-height: 19px;
  }

  .percentDiv {
    right: 56px;
    top: 9px;
  }
}

@media(min-width: 768px) {
  .owl-prev {
    position: absolute;
    left: 0;
    top: 20%;
  }

  .owl-next {
    position: absolute;
    right: 0;
    top: 20%;
  }

  .product-carousel .owl-nav {
    position: static;
  }

  .product-carousel .owl-prev,
  .product-carousel .owl-next {
    background: none;
    width: 18px;
    color: #000;
    font-size: 60px;
  }

  .product-carousel .owl-prev:hover,
  .product-carousel .owl-next:hover {
    background: none;
    color: #d10c0c;
  }
}

@media(max-width: 767px) {
  .inner-addBannr .col-sm-6 {
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .inner-addBannr .col-sm-6:last-child {
    padding-right: 15px;
  }

  .sliderBanner .carousel-control {
    height: 0;
    font-size: 38px;
  }
  .menu_bar .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top-right {
    order: -1;
}
.reachout-left h3 { font-size: 32px; }
.reachout-section {
    padding-top: 15px;
}
.logo-popup { width: 148px; }
.welcome-modalpopup .modal-footer .btn.btn-submit { outline: none; margin: 0 6px; padding: 5px 30px; font-size: 16px; border-radius: 13px 0; }
.welcome-content h3 { font-size: 35px; }
.welcome-content p {
    font-size: 20px;
}
.vc_column-inner.vc_custom_1604359727257 {
    padding: 20px !important;
}
.inner-banner img {
    height: 140px !important;
    object-fit: cover;
}	
}

@media(max-width: 600px) {
  .slideTwo p {
    display: none;
  }

  .banner-content.slideSeven p:nth-child(2) {
    display: none;
  }
}

@media (min-width: 576px) {
 .sliderBanner.mobile-slider{
   display: none;
 }
}

@media (max-width: 575px) {
.reachout-left h3 { font-size: 32px; }
.sliderBanner.desktop-slider{
  display: none !important;
}
.sliderBanner.mobile-slider{
  display: block !important;
}
.bphpPromo .countdown .days, .bphpPromo .countdown .hours, .bphpPromo .countdown .minutes, .bphpPromo .countdown .seconds {
    line-height: 36px !important;
    min-width: 36px !important;
}	
.days, .hours, .minutes, .seconds {
    font-size: 24px !important;
}	
}
@media(max-width: 480px) {
  h4.add-title {
    font-size: 20px;
    line-height: 26px;
  }

  .add-figcaption small {
    font-size: 14px;
  }

  .offerdiv big {
    font-size: 37px;
    line-height: 37px;
  }

  .percentDiv {
    right: 68px;
    top: 3px;
  }

  .add-figcaption p {
    font-size: 16px;
    line-height: 12px;
  }

  .offerdiv span {
    font-size: 15px;
    line-height: 15px;
  }

  .add-figcaption-2 p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media(max-width: 375px) {
  .add-figcaption-2 {
    top: 30px;
  }
}

@media(max-width: 320px) {
  .add-figcaption-2 {
    top: 18px;
  }
}

.copyright .container {
  /* width: 100%; */
}

/****************/
ul.woocommerce-error {
  padding-top: 11px !important;
}

.woocommerce-error li {
  padding-left: 28px !important;
}

ul.woocommerce-error {
  display: block !important;
}

ul.woocommerce-error li {
  padding-left: 25px !important;
  padding-bottom: 4px;
}

.page-template-template-deals ul.products.columns-4 .product-item {
  float: none;
  vertical-align: top;
}

.page-template-template-deals ul.products.columns-4 .product-item li {
  width: 100% !important;
}

.page-template-template-deals ul.products.columns-4 {
  text-align: center;
}

.page-template-template-deals .woocommerce ul.products li.product,
.page-template-template-deals .woocommerce-page ul.products li.product {
  margin: 0 0 8px !important;
}

.blog-detail ol {
  padding: 0px 0 0 11px;
}

.product-cat-list .product-item {
  min-height: inherit !important;
  float: none !important;
  vertical-align: top;
}

.grecaptcha-badge {
  z-index: 2;
}

/*========================*/
.banner-content.slideSeven {
  max-width: 830px;
  float: right;
}

.banner-content.slideSeven small {
  font-size: 29px;
  color: #fff;
  margin-bottom: 0px;
  display: inline-block;
  text-shadow: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  letter-spacing: 3px;
}

.banner-content.slideSeven h1 {
  font-size: 79px;
  color: #ce2c14;
  font-weight: bold;
  margin: 0 0 40px;
  text-shadow: none;
  position: relative;
  letter-spacing: 4px;
}

.banner-content.slideSeven .btn-read {
  color: #fff;
  background: #ce2c14;
  padding: 0px 32px;
}

.banner-content.slideSeven .btn-read:hover {
  background: #fff;
  color: #ce2c15;
  text-shadow: none;
}

.banner-content.slideSeven p {
  padding: 0px 0 13px;
  margin: 0px auto;
  font-size: 54px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 55px;
}

.banner-content.slideSeven p span {
  display: inline-block;
  background: #ce2c14;
  float: none;
  width: auto;
  padding: 1px 7px;
}


.page-template-template-product .inner-sale-product .product-item {
  margin-bottom: 30px;
}

.page-template-template-product .inner-sale-page.shopyprdcts .woocommerce-page ul.products li.product {
  padding: 0 0 50px !important;
  height: calc(100%-100px);
  height: -moz-calc(100%-100px);
  height: -webkit-calc(100%-100px);
}


.offer-detail {
  text-align: center;
  margin-bottom: 15px;
}

h1.product_title.entry-title {
  color: #000 !important;
  font-size: 60px !important;
  font-weight: bold !important;
  /* font-family: 'Montserrat', sans-serif; */
}

bdi {
  color: #ce2c14 !important;
  font-size: 25px !important;
  font-weight: bold !important;
}

.tag {
  border-radius: 4px !important;
  padding: 0px 15px !important;
  height: 24px !important;
  line-height: 24px !important;
  display: inline-block !important;
  vertical-align: top !important;
  /* font-weight: 600 !important; */
  font-size: 14px !important;
  color: #000000 !important;
  background-color: rgba(36, 38, 43, 0.05) !important;
  text-transform: uppercase !important;
  margin: 0 0 0 66px;
}

.summary .price:after {
  content: 'Buy More & Save!' !important;
  margin-left: 10px !important;
  text-transform: uppercase !important;
  color: #bdbdbd !important;
  font-size: 22px !important;
  FONT-WEGIHT: BOLD !important;
}

.woocommerce div.product p.price {

  FONT-WEIGHT: bold !important;
}
/*===========New products css start=================*/
.bisskin-products-section { padding: 65px 0px; float: left; width: 100%; }
.bisskin-products{ border: 2px solid #ce2c14; padding: 63px 65px; }
.bisskin-products-row{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 80px; }
.bisskin-products-row:nth-child(even) { flex-direction: row-reverse; }
.bisskin-products-row:last-child{ margin-bottom: 0px; }
.bisskin-products-left{ width: 48%; }
.bisskin-products-left img{ max-width: 100%; height: auto; }
.bisskin-products-right{ width: 48%; }
.bisskin-products-right h3 { margin-top: 0; font-size: 40px; line-height: 45px; font-weight: 800; color: #3b3b3b; padding-bottom: 25px; margin-bottom: 25px; position: relative; }
.bisskin-products-right h3::before { content: ""; position: absolute; bottom: 0; left: 0; width: 80px; height: 7px; background-color: #e0e0e0; }
.bisskin-products-right h3 strong{ color: #ce2c14; font-weight: 800; display: block; }
.bisskin-products-right p{ font-size: 18px; line-height: 1.55; font-weight: 400; color: #666666; }
/*===========New products css end=================*/


/*===========Product Specifications CSS Start===========*/

.product-common-block{
  border: 2px solid #ce2c14;
  padding:60px 60px 50px;
  margin-bottom: 60px;
  box-shadow: 1px 10px 50px -14px rgba(153,153,153,0.5);
}
.product-common-block h3 {
	margin-top: 0;
	font-size: 40px;
	line-height: 45px;
	font-weight: 800;
	color: #3b3b3b;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.product-common-block h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 7px;
	background-color: #e0e0e0;
}
.desc-box{
  margin: 20px 0;
  text-align: center;
}
.desc-box .desc-icon {
	background-color: #CE2C14;
	width: 5em;
	height: 5em;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.desc-box .desc-icon i{
	color: #fff;
	font-size: 36px;
}
.desc-box h4{
  color: #3b3b3b;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.desc-box p{
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 300;
}

@media(max-width: 480px) {
  .product-common-block{
    padding: 25px 25px 20px;
    margin-bottom: 30px;
  }
  .product-common-block .col-12{
    width: 100%;
  }
}


/*===========Product Specifications CSS End===========*/
.service-section .row:nth-child(odd) {
    display: flex;
    flex-wrap: wrap;
}
.service-section .row:nth-child(odd) .col-sm-3:nth-child(2) {
    order: -1;
    width: 50%;
}
.service-section .serviceImage img {
    width: 100%;
    height: 324px;
    object-fit: cover;
}
.service-section .row:nth-child(even) .col-sm-3:nth-child(3) {
    width: 50%;
}
.service-section .row:last-child {
    display: none;
}


.address-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 50px;
}
.address-col-1 {
    width: 32.5%;
    border: 1px solid #acacac;
    padding: 18px;
}
.address-col-1 h4 {
    color: #353535;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
    margin-top: 0;
}
.address-col-1 p {
    font-size: 18px;
    color: #666;
    line-height: 25px;
    margin-bottom: 8px;
}