button {
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase;
}
a {
  color: #333333;
}
a:hover {
  color: #e74c3a;
  text-decoration: none;
}
mark,
.mark {
  background-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 1.3rem;
  font-weight: 300;
}
body.boxed {
  padding: 0;
}
body.boxed .page-wrapper {
  background-color: #ffffff;
  margin: 0 auto 20px;
  overflow: hidden;
  max-width: 1170px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
}
/*For Effec Custom*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.page-header .header-top .switcher {
  float: none;
  text-transform: uppercase;
  font-size: 12px;
}
.page-header .header-top .switcher .switcher-label {
  margin: 0 5px 0 0;
  position: static;
  width: auto;
}
.page-header .header-top .switcher.language {
  padding-right: 10px;
}
.page-header .header-top-left {
  float: left;
}
.page-header .header-top-right {
  text-align: right;
  padding: 10px 128px 10px 0;
}
.page-header .header-top-middle {
  text-align: center;
  padding: 10px 0px 0 0;
}
.page-header .header-top-middle p{text-transform: uppercase;}
div#links-header {
  position: absolute;
  top: -37px;
  right: 0;
}
.header-container-fixed #links-header {
  position: absolute;
  top: 10px;
  right: -19px;
}
.top-links-header {
  float: right;
}
.header-logo .logo {
  margin: 10px 0;
  max-width: 100%;
}
.header-container-fixed {
  background: #ffffff none repeat scroll 0 0;
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
  left: 0;
  animation-duration: 450ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 0 3px #666666;
  -moz-box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  -o-box-shadow: 0 0 3px #666666;
  -ms-box-shadow: 0 0 3px #666666;
}
.header-container-fixed .header-logo .logo {
  margin: 12px 0;
}
.header-container-fixed .header-logo img {
  height: auto;
  max-width: 165px;
}
.header-container-fixed .header-content-right {
  margin-top: 5px;
}
.header-container-fixed .header-content-bottom {
  margin: 0;
}
.header-container-fixed .header-content input {
  height: 26px;
}
.header-content {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #f3f3f3;
}
.page-wrapper .page-header .panel.wrapper {
  background-color: #000;
  border-bottom: 0 none;
}
.header-menu {
  display: inline-block;
  vertical-align: middle;
}
.header-menu .nav-sections {
  background: none;
  display: inline-block;
  margin: 0;
}
.header-right {
  float: none;
}
.header-search {
  display: inline-block;
  vertical-align: middle;
}
.header-search .icon-search {
  color: #333333;
  font-size: 22px;
}
.header-search .search-switcher {
  position: relative;
}
.header-search .search-switcher .dropdown-switcher {
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 37px;
  right: 0;
  transform: scale(0) rotate(0deg);
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  z-index: 35;
}
.header-search .search-switcher:hover .dropdown-switcher {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  visibility: visible;
}
.header-content-right {
  text-align: right;
  margin-top: 20px;
  position: relative;
}
.header-content-right .header-top-right {
  display: inline-block;
}
.header-content-right .header-setting {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 18px;
}
.header-content-right .header-setting .icon-setting {
  color: #333333;
  font-size: 15px;
}
.header-content-right .header-setting .setting-switcher {
  position: relative;
}
.header-content-right .header-setting .setting-switcher .dropdown-switcher {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dddddd;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 38px;
  right: 0;
  transform: scale(0) rotate(0deg);
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
  z-index: 35;
  width: 170px;
}
.header-content-right .header-setting .setting-switcher .dropdown-switcher .switcher {
  float: none;
  margin: 10px 0 0;
}
.header-content-right .header-setting .setting-switcher .dropdown-switcher .links {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header-content-right .header-setting .setting-switcher .dropdown-switcher .links li {
  margin-bottom: 10px;
}
.header-content-right .header-setting .setting-switcher .dropdown-switcher .links a {
  color: #333333;
}
.header-content-right .header-setting .setting-switcher:hover .dropdown-switcher {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  visibility: visible;
}
.minicart-wrapper {
  float: none;
  margin: 0!important;
  padding: 0 20px 0 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 15;
}
.minicart-wrapper .icons {
  color: #333333;
  font-size: 22px;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.minicart-wrapper .icons .cart-icon .text {
  display: inline-block;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.header-type3 .header-content-left {
  text-align: center;
  width: 100%;
}
.header-type3 .header-content-left .header-logo .logo {
  display: inline-block;
  float: none;
  margin: 10px 0 0px 0%;
}
.header-type3 .header-right {
  width: 100%;
  clear: both;
}
.header-type3 .header-right .header-content-right {
  margin-top: 0;
  text-align: center;
}
.header-type3 .header-right .header-content-right .header-top-right {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 11;
}
.header-type3 .header-container-fixed .header-right {
  clear: inherit;
  width: 100%;
}
.header-type3 .header-container-fixed .header-right .header-content-right {
  text-align: right;
  margin-top: 5px;
}
.header-type3 .header-container-fixed .header-right .header-content-right .header-top-right {
  position: static;
}
.header-type3 .header-container-fixed .header-content-left {
  width: 16.6667%;
  text-align: left;
}
.header-type3 .header-container-fixed .header-content-left .header-logo .logo {
  margin: 12px 0;
}
.header-type4 .header-logo .logo {
  margin: 27px 0;
}
.header-type4 .header-center {
  margin-top: 24px;
  padding: 0;
}
.header-type4 .header-center .block-search {
  width: 100%;
}
.header-type4 .header-content .header-right {
  float: left;
}
.header-type4 .header-content-menu {
  border-top: 1px solid #ffffff;
}
.header-type4 .header-content-menu .header-menu {
  display: block;
  position: relative;
}
#tag_blue h4{font-weight:500px;}	
#tag_blue p{color:#000;}
.header-type4 .header-content-right {
  margin-top: 34px;
}
.slide-show {
  overflow: hidden;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
.shipping-content {
  border-bottom: 1px solid #cccccc;
  padding: 60px 0;
  margin-bottom: 60px;
  text-align: center;
}
.shipping-content .shipping-icon {
  margin-bottom: 20px;
}
.shipping-content .shipping-icon a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #666666;
  display: inline-block;
  font-size: 26px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  width: 80px;
  transition: all 0.4s ease 0s;
}
.shipping-content .shipping-icon a:hover {
  background: #e74c3a none repeat scroll 0 0;
  border-color: #e74c3a;
  color: #ffffff;
}
.shipping-content .shipping-text h3 {
  color: #333333;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.shipping-content .shipping-text p {
  color: #929292;
  font-size: 13px;
  margin: 0;
  font-weight: 300;
}
.content-banner {
  margin-bottom: 60px;
}
.content-banner img {
  width: 100%;
}
.content-banner .banner-margin-bottom {
  margin-bottom: 0px;
}
.content-banner .column-left {
  width: 33.3%;
  padding: 5px;
}
.content-banner .column-center {
  width: 38.46%;
}
.content-banner .column-right {
  width: 30.77%;
}
.content-banner .banner-inner {
  position: relative;
}
.content-banner .banner-inner .text-content {
  text-align: center;
}
.content-banner .banner-inner .text-content.boder-banner {
  border: 2px solid #ffffff;
  padding: 30px 0;
  background: #ffffff;
}
.content-banner .banner-inner .text-content .p-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
.content-banner .banner-inner .text-content .p-name {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
.content-banner .banner-inner .text-content .p-name::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: -30px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.content-banner .banner-inner a::after {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
}
.content-banner .banner-inner:hover a:after {
  opacity: 0.3;
  visibility: visible;
  margin: 15px;
}
.title-page {
  display: block;
  margin: 50px 0;
  text-align: center;
}
.title-page .subtitle {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}
.title-page .subtitle::before {
  background: #358bcb none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  width: 70px;
}
.products-custom .products {
  margin-bottom: 0;
}
.product-home .products-custom.products-grid .product-item {
  margin-bottom: 30px;
  padding-top: 0;
}
.product-home .products-custom.products-grid .product-item .product-item-info {
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 0 8px;
  transition: box-shadow linear 0.3s;
  -moz-transition: box-shadow linear 0.3s;
  -webkit-transition: box-shadow linear 0.3s;
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.products-custom.products-grid {
  margin: 0 -15px;
}
.products-custom.products-grid .product-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  margin-top: 15px;
}
.price-container {padding-right: 5px;}
.content-products {
  position: relative;
}
.ajax_loading {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  margin-left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 40px;
}
.ajax_loading .fa {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  margin-left: -25px;
}
.cms-index-index .page-wrapper .page-bottom {
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.testimonial-wrapper {
  background: rgba(0, 0, 0, 0) url("../images/testimonial-bg.jpg") no-repeat scroll center 0;
  background-size: cover;
  padding: 70px 0 40px;
  text-align: center;
}
.testimonial-wrapper .slick-dots {
  margin-top: 25px;
  position: static;
}
.block-category-home {
  overflow: hidden;
}
.block-category-home .nopadding {
  padding: 0;
}
.block-category-home .item-category-content {
  position: relative;
}
.block-category-home .item-category-content .category-link::before {
  background: #333333 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 100;
}
.block-category-home .item-category-content .item-category-text {
  background: #ffffff;
  text-align: center;
  padding: 30px 10px;
}
.block-category-home .item-category-content .item-category-text h3 {
  font-size: 18px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.block-category-home .item-category-content .item-category-text h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.block-category-home .item-category-content .item-category-text a {
  color: #ffffff;
}
.faq-wrapper .panel-group .panel {
  border-radius: 0;
}
.faq-wrapper .panel .panel-title a {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  color: #333333;
}
.faq-wrapper .panel .panel-title a .count-number {
  color: #e74c3a;
  margin-right: 10px;
}
.faq-wrapper .panel .panel-title a .count {
  background: #e74c3a none repeat scroll 0 0;
  border-left: 1px solid #e74c3a;
  color: #ffffff;
  display: inline-block;
  float: right;
  padding: 0 16px;
}
.faq-wrapper .panel .panel-title a.collapsed .count {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left-color: #d2d1d0;
  color: #333333;
}
.faq-wrapper .panel .panel-title a.collapsed .count .fa::before {
  content: "\f106";
}
.faq-wrapper .panel-group .panel {
  border: 1px solid #dddddd;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}
.faq-wrapper .panel-default > .panel-heading {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 0 0 0 20px;
  position: relative;
}
.faq-wrapper .panel-body {
  font-size: 14px;
  line-height: 25px;
  padding: 30px 40px;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.we-are .faq-wrapper .panel-group .panel {
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 1px solid #ddd;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.we-are .faq-wrapper .panel-default > .panel-heading {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0;
  border-right: 1px solid #dddddd;
}
.we-are .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 none;
  padding: 20px 0 15px;
  font-size: 13px;
}
.we-are .block .block-title {
  margin-bottom: 40px;
}
.we-are-left.block {
  margin-bottom: 0;
}
.cms-content-top p {
  margin-bottom: 30px;
}
.skill-gruop {
  margin-top: 30px;
  position: relative;
}
.skill-gruop h3 {
  font-size: 14px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.skill-gruop .progress {
  background: #dddddd;
  border-radius: 0;
  height: 3px;
}
.skill-gruop .progress .progress-active {
  background: #e74c3a none repeat scroll 0 0;
  display: block;
  height: 100%;
}
.our-team {
  text-align: center;
}
.our-team .team-item .team-name {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.our-team .team-item .team-name a {
  color: #333;
}
.our-team .team-item h3 {
  color: #e74c3a;
  font-size: 14px;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.faq-contact-link {
  margin: 40px 0 20px;
  text-align: center;
}
.faq-contact-link h1 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.faq-contact-link .btn-contact {
  background: #e74c3a none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 8px 20px;
  text-transform: uppercase;
}
.contact-map iframe {
  width: 100%;
}
.page-not-found {
  text-align: center;
}
.page-not-found .page-title h1 {
  color: #333333;
  font-size: 180px;
  font-weight: 600;
  letter-spacing: 30px;
  line-height: 1;
  margin: 40px 0 0;
}
.page-not-found h2 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 3px;
}
.page-not-found p {
  color: #666666;
  font-size: 16px;
}
.page-not-found .previus-page {
  border: 1px solid #dddddd;
  color: #333333;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 8px 20px;
  text-transform: uppercase;
}
.page-not-found .previus-page:hover {
  background: #e74c3a;
  border-color: #e74c3a;
}
.brands-wrapper {
  padding: 40px 0;
}
.banner-sidebar {
  margin-bottom: 30px;
}
.block .block-title {
  font-weight: 500;
  line-height: normal;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: left;
}
.block .block-title::before {
  background-color: #dddddd;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 68px;
}
.block .block-title h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-item .price-box .old-price .price {
  color: #999;
  font-weight: bold;
  text-decoration: line-through;
  font-size: 15px !important;
}
.products-grid .product-item-info .product-item-inner {
  opacity: 0;
  visibility: hidden;
}
.products-grid .product-item-info:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
}
.product-item-details .swatch-attribute-options {
  display: inline-block;
}
.product-add-form {
  margin-top: 0px;
}
.product-options-wrapper {
  border-bottom: 0px solid #d1d1d1;
  padding-bottom: 10px;
  padding-top: 0px;
  float: left;
}
.product-options-wrapper .swatch-opt {
  margin: 0;
}
.product-options-wrapper .swatch-attribute-label {
  color: #444444;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.product-options-wrapper .swatch-attribute-options {
  margin-bottom: 10px;
  margin-top: 0px;
  float: left;
  width: 78%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
}
.product-addit {
  border-top: 0px solid #e8e8e8;
  clear: both;
  padding: 15px 10px 10px 30px;
}
.product-addit .so-social-share {
  float: left;
  margin-right: 10px;
}
.related .block-actions {
  text-align: center;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}

.block-compare .block-title strong,
.widget .block-title strong,
.block-title strong {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
/* sourabh css start 10-10-2019 */
.product-item .price-box .price {
  color: #e74c3a;
  font-weight: bold;
}
/* sourabh css end 10-10-2019 */
.product-view .sidebar .compare-sidebar {
  margin-bottom: 30px;
}
.product-view.columns-right .sidebar {
  float: right;
}
.product-img-box .fotorama__stage__frame .fotorama__img {
  position: static;
  transform: inherit;
}
.page-title-wrapper h1 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0 30px;
  text-transform: uppercase;
}
.table-wrapper .cart-price {
  color: #e74c3a;
}
.cart.table-wrapper .cart > .item {
  border-top: 0 none;
}
.cart-container .cart.actions .continue {
  border: 1px solid #cccccc;
  color: #333333;
  float: left;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.cart-container .cart.actions .continue:hover {
  background: #e74c3a none repeat scroll 0 0;
  border: 1px solid #e74c3a;
  color: #ffffff;
}
.cart.table-wrapper .action-gift {
  color: #333333;
}
.column.main .cart-summary .block .title strong {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.cart .gift-message .field:not(.choice) > .label {
  width: 25.8%;
}
.cart.table-wrapper .gift-options .action {
  margin-right: 0;
}
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  font-weight: 400;
}
.checkout-container .action-auth-toggle {
  color: #333333;
  font-weight: 600;
}
.checkout-success {
  padding-top: 30px;
}
.comparison .product-item-actions .actions-primary .tocart {
  border: 1px solid #dddddd;
}
.comparison .product-item-actions .actions-secondary .towishlist {
  border: 1px solid #dddddd;
  text-align: center;
}
.form-login .fieldset .actions-toolbar {
  margin-left: 0 !important;
}
.form-login .fieldset .actions-toolbar .secondary {
  float: right;
}
.actions-toolbar .secondary a.action {
  color: #e74c3a;
}
.login-container .form-login .fieldset::after {
  margin-left: 0;
  font-size: 1.3rem;
}
.account .page-title-wrapper h1 {
  margin-top: 30px;
}
.block.account-nav {
  margin: 0;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span {
  font-weight: 400;
}
.account .main .block .block-title::before {
  display: none;
}
.box .box-title {
  font-weight: 400;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  text-transform: uppercase;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  height: 40px;
  border-color: #dddddd;
}
.payment-option-inner div.control input {
    width: 60%;
}

.gift-card-apply div.control input {
    width: 60%;
}

.content div.control input {
    width: 203px;
}
a.action.primary {
  text-transform: uppercase;
}
.form .fieldset > .field {
  margin: 0 0 20px;
}
.fieldset > .legend {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 16px;
}
.product-label {
  background: #aaaaaa none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  height: 45px;
  left: 18px;
  line-height: 45px;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
  width: 45px;
  z-index: 100;
}
.product-label.new-label {
  background: #e74c3a none repeat scroll 0 0;
  left: 18px;
}
.product-label.sale-label {
  left: inherit;
  right: 18px;
}
.privacy-policy-content {
  box-sizing: border-box;
  float: right;
  padding-left: 2%;
  width: 77.7%;
}
.privacy-policy .block-collapsible-nav {
  box-sizing: border-box;
  float: left;
  width: 22.3%;
}
.cms-content table {
  border: medium none;
  margin: 40px 0 0;
}
.cms-content table th {
  font-weight: 400;
}
.cms-content table td {
  font-weight: 600;
}
.cms-content table > thead > tr > th,
.cms-content table > tbody > tr > th,
.cms-content table > tfoot > tr > th,
.cms-content table > thead > tr > td,
.cms-content table > tbody > tr > td,
.cms-content table > tfoot > tr > td {
  border: medium none;
}
.cms-content table > tbody > tr:nth-child(2n) > td,
.cms-content table > tbody > tr:nth-child(2n) > th {
  background: #f7f7f7 none repeat scroll 0 0;
}
.cms-content table > thead > tr > th,
.cms-content table > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.bg-parallax {
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.page-footer {
  background: none;
  padding: 0;
}
.footer-newletter-bg {
  background-image: url("../images/bg-newletter.jpg");
}
.footer-newletter-content {
  margin: 0 auto;
  max-width: 570px;
  text-align: center;
  padding: 45px 0;
}
.footer-newletter-content .block-title {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.footer-newletter-content .text-newletter {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 20px;
}
.footer-newletter-content .input-newleter {
  position: relative;
}
.footer-newletter-content .input-newleter input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #ffffff;
  border-radius: 0;
  color: #ffffff;
  height: 45px;
  font-size: 13px;
}
.footer-newletter-content .input-newleter input::-moz-placeholder {
  color: #ffffff;
}
.footer-newletter-content .input-newleter .actions {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.footer-newletter-content .input-newleter .actions button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  height: 45px;
  color: #ffffff;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border-left: 1px solid #ffffff;
  font-weight: 400;
}
.footer-newletter-content .input-newleter .actions button:hover {
  background: #e74c3a none repeat scroll 0 0;
  border: 1px solid #e74c3a;
}
.social-list .list-inline {
  margin: 30px 0 0;
}
.social-list .list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.social-list .list-inline li .social-link {
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  float: left;
  font-size: 16px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  width: 35px;
}
.social-list .list-inline li .social-link:hover {
  background: #e74c3a none repeat scroll 0 0;
  border-color: #e74c3a;
}
.footer-middle {
  background: #1d1d1d none repeat scroll 0 0;
  padding: 60px 0;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 300;
}
.footer-middle li {
  list-style: outside none none;
}
.footer-middle .logo-footer {
  margin-bottom: 20px;
}
.footer-middle .heading {
  color: #fffbfb;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 8px 0 25px;
  position: relative;
  text-transform: uppercase;
}
.footer-middle .heading::before {
  background: #343434 none repeat scroll 0 0;
  bottom: 2px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.footer-middle .heading .block-title {
  background: #1d1d1d none repeat scroll 0 0;
  padding-right: 5px;
  position: relative;
  z-index: 10;
}
.footer-middle .block-content-statick ul {
  padding: 0;
  margin: 0;
}
.footer-middle .block-content-statick ul li {
  list-style: outside none none;
  margin: 0;
}
.footer-middle .block-content-statick ul li a {
  color: #aaaaaa;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  padding: 4px 0 4px 15px;
  position: relative;
  transition: margin 0.5s ease 0s;
}
.footer-middle .block-content-statick ul li a::before {
  border: 3px solid;
  color: #6d6d6d;
  content: "";
  font-size: 13px;
  left: 0;
  position: absolute;
  text-align: left;
  top: 12px;
  transform: rotate(135deg);
  vertical-align: top;
}
.footer-middle .block-content-statick ul li a:hover {
  margin-left: 5px;
  color: #ffffff;
}
.footer-middle .block-content-statick .instagram-list {
  padding-top: 15px;
}
.footer-middle .block-content-statick .instagram-list li {
  float: left;
  margin-right: 7px;
}
.footer-middle .block-content-statick .instagram-list li:nth-child(4n) {
  margin-right: 0;
}
.footer-middle .block-content-statick .instagram-list li a {
  margin: 0 0 7px;
  padding: 0;
}
.footer-middle .block-content-statick .instagram-list li a::before {
  display: none;
}
.footer-middle .block-content-statick .instagram-list li a:hover {
  margin-left: 0;
}
.footer-middle .feature-icon .tit-name {
  color: #e74c3a;
  display: inline-block;
  width: 20px;
}
.footer-bottom {
  background: #161616 none repeat scroll 0 0;
  padding: 10px 0;
}
.footer-bottom .copyright {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #aaaaaa;
  font-size: 13px;
  padding: 5px 0;
  text-align: left;
}
.footer-bottom .footer-payment {
  text-align: right;
}
#backtotop {
  background-color: #333;
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: fixed;
  right: 5px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 50;
}
#backtotop:hover {
  background: #e74c3a none repeat scroll 0 0;
}
.footer-type2 .footer-middle {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #444444;
}
.footer-type2 .footer-middle .heading {
  color: #444444;
}
.footer-type2 .footer-middle .heading::before {
  background: #e1e1e1 none repeat scroll 0 0;
}
.footer-type2 .footer-middle .heading .block-title {
  background: #f8f8f8 none repeat scroll 0 0;
}
.footer-type2 .footer-middle .block-content-statick ul li a {
  color: #444444;
}
.footer-type2 .footer-middle .block-content-statick ul li a:hover {
  color: #e74c3a;
}
.footer-type2 .footer-middle .block-content-statick ul li a:hover::before {
  color: #e74c3a;
}
.footer-type2 .footer-bottom {
  background: #f8f8f8 none repeat scroll 0 0;
  text-align: center;
}
.footer-type2 .footer-bottom .footer-bottom-border {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 20px;
}
.footer-type2 .footer-bottom .copyright {
  color: #444444;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-type2 .footer-bottom .footer-link-bottom {
  margin: 0;
  padding: 0;
}
.footer-type2 .footer-bottom .footer-link-bottom li {
  display: inline-block;
  margin: 0 17px;
}
.footer-type2 .footer-bottom .footer-link-bottom li a {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-type2 .footer-bottom .social-list .list-inline {
  margin: 5px 0 0;
}
.footer-type2 .footer-bottom .social-list .list-inline li .social-link {
  border: 1px solid #e1e1e1;
  color: #444444;
}
.footer-type2 .footer-bottom .social-list .list-inline li .social-link:hover {
  background: #e74c3a none repeat scroll 0 0;
  border-color: #e74c3a;
  color: #fff;
}
.footer-link-bottom {
  margin: 0;
  padding: 0;
}
.footer-link-bottom li {
  display: inline-block;
  margin: 0 17px;
}
.footer-link-bottom li a {
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-type3 .footer-middle .newsletter input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #343434;
  border-radius: 0;
}
.footer-type3 .footer-middle .newsletter .action {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #343434;
  color: #aaaaaa;
}
.footer-type3 .footer-middle .newsletter .action:hover {
  background: #e74c3a none repeat scroll 0 0;
  border-color: #e74c3a;
  color: #ffffff;
}
.footer-type3 .footer-bottom {
  background: #1d1d1d none repeat scroll 0 0;
  text-align: center;
}
.footer-type3 .footer-bottom .footer-bottom-border {
  border-top: 1px solid #343434;
  padding: 30px 0 20px;
}
.footer-type3 .footer-bottom .copyright {
  color: #aaaaaa;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-type3 .footer-bottom .social-list .list-inline {
  margin: 5px 0 0;
}
.footer-type3 .footer-bottom .social-list .list-inline li .social-link {
  border: 1px solid #e1e1e1;
  color: #aaaaaa;
}
.footer-type3 .footer-bottom .social-list .list-inline li .social-link:hover {
  background: #e74c3a none repeat scroll 0 0;
  border-color: #e74c3a;
  color: #fff;
}
.footer-middle-2 {
  background: #1d1d1d none repeat scroll 0 0;
  color: #aaaaaa;
  font-size: 13px;
}
.footer-middle-2 .footer-middle-newletter {
  border-top: 1px solid #343434;
}
.footer-middle-2 .footer-newletter-content .text-newletter {
  color: #aaaaaa;
}
.footer-middle-2 .footer-newletter-content .input-newleter input {
  border-color: #aaaaaa;
}
.footer-middle-2 .footer-newletter-content .input-newleter .actions button {
  border-left: 1px solid #aaaaaa;
  color: #aaaaaa;
}
.footer-middle-2 .footer-newletter-content .input-newleter .actions button:hover {
  border: 1px solid #e74c3a;
  color: #fff;
}
.shipping-content-home2 {
  background-image: url("../images/vicomage/bg-shipping-home2.jpg");
  border-bottom: 0 none;
  margin: 0;
  padding: 100px 0;
  background-size: cover;
}
.shipping-content-home2 .shipping-icon a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #e74c3a;
}
.shipping-content-home2 .shipping-text h3,
.shipping-content-home2 .shipping-text p {
  color: #ffffff;
}
.content-banner-home2 {
  margin-top: 30px;
}
.content-banner-home2 .banner-inner .text-content.text-content-right {
  left: inherit;
  right: 40px;
  transform: translateY(-50%);
}
.content-banner-home2 .banner-inner .text-content.text-content-left {
  left: 40px;
  transform: translateY(-50%);
}
.content-banner-home2 .banner-inner .text-content .p-name {
  font-weight: 600;
}
.content-banner-home2 .banner-inner .text-content .p-name::before {
  display: none;
}
.content-banner-home2 .banner-inner .text-content .p-sale {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.cms-home-5 .vicomage-slider.slick-slider {
  margin-bottom: 0;
}
.cms-home-5 .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-home-5 .columns .column.main {
  padding-bottom: 0;
}
.cms-home-5 .header-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 0 none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.cms-home-5 .navigation .level0 > .level-top {
  color: #ffffff;
}
.cms-home-5 .header-search .icon-search,
.cms-home-5 .header-content-right .header-setting .icon-setting,
.cms-home-5 .minicart-wrapper .icons {
  color: #ffffff;
}
.cms-home-5 .header-container-fixed {
  position: fixed;
  background-color: #1d1d1d;
}
.home-bg .bg-parallax {
  padding: 280px 0;
}
.box-text.box-text-left {
  text-align: left;
}
.box-text.box-text-center {
  text-align: center;
}
.box-text.box-text-right {
  text-align: right;
}
.box-text .box-text-content {
  display: inline-block;
  text-align: center;
  position: relative;
}
.box-text.box-text-vg .box-text-content {
  top: -100px;
}
.box-text.box-text-vg .caption2 {
  font-family: montserrat;
  font-size: 70px;
  letter-spacing: 2px;
}
.box-text .caption1 {
  color: #ffffff;
  display: inline-block;
  font-size: 300px;
  font-weight: 400;
  left: 0;
  line-height: 230px;
  margin: 0;
  opacity: 0.5;
  position: relative;
  top: 135px;
  z-index: 5;
}
.box-text .caption2 {
  color: #ffffff;
  display: block;
  font-family: Monotype Corsiva;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  z-index: 10;
}
.box-text .caption3 {
  color: #ffffff;
  display: block;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 12px;
  line-height: 1;
  margin: 10px 0;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
.box-text .caption4 {
  color: #ffffff;
  display: block;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 7px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
.menu-row2 {
  float: left;
}
.menu-row2 > .logo {
  display: :none;
}
.cart-row2 {
  float: right;
}
.menu-row2 {
  float: left;
}
.level-top11 {
  font-size: 14px !important;
  padding: 0 12px !important;
}
.custom-class-logo11 {
  width: auto !important;
}
.custom-class-search11 {
  margin: 14px 0 15px !important;
}
.custom-class-minicart11 {
  margin: 14px 0 15px !important;
}
.footer-middle .heading::before {
  background: none !important;
}
.footer-middle .heading .block-title {
  color: #000 !important;
  background: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 600;
  font-size: 16px;
}
.footer-middle .block-content-statick ul li a::before {
  display: none !important;
  color: #666 !important;
}
.footer-middle .block-content-statick ul li a {
  color: #666!important;
  font-weight: 400;
}
.myaccount-new {
  padding: 8px 10px;
  /*background: linear-gradient(to right, #097ac8 0%, #75b9e8 100%) !important;*/
  background-color: #0879c7;
  margin-left: 10px;
}
.switcher-currency {
  margin: 10px 0;
}
.deals-inner {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 35px;
  display:none;
}
.gift-box1 {
	display:none;
  padding: 30px 0PX;
  padding-bottom: 0;
}
.slick-dots {
  bottom: -37px !important;
}
.breadcrumbs {
  margin-bottom: 0px !important;
}
.breadcrumbs .items {
  margin-bottom: 15px!important;
  margin-top: 15px!important;
  border-bottom: 0px !important;
  padding-bottom: 5px !important;
}
.category-image {
  margin-bottom: 10px !important;
}
.pricerange {
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 0px 18px;
}
.tocart {
  height: 35px !important;
  line-height: 35px !important;
  padding: 0px 17px !important;
  margin-bottom: 10px;
  background: linear-gradient(to right, #2091ed 0%, #44cbfe 100%) !important;
  font-weight: 500 !important;
  color: #fff !important;
  border: none !important;
}
/* sourabh css start 10-10-2019, 12-10-2019 */
.blue-offer {
  color: #097ac7;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  padding: 0px;
  float: none;
  border-left: 1px solid #ddd;
  padding-left: 4px;

}
.product-info-price .blue-offer {
  color: #097ac7;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px;
  padding: 0px;
  float: left;
}
/* sourabh css end 10-10-2019 */
.blue-box {
  width: 75px!important;
  height: 75px!important;
  background: #690000;
  float: left;
  border-radius: 4px;
  margin-right: 10px;
}
.color-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.shadesss {
  float: left;
  width: 100%;
}
.box-tocart {
  width: 100%;
}
.wishlist-icon-top {
  padding-right: 0px !important;
  float: left;
}
.sku {
  display: none !important;
}
.refera-friend {
  position: fixed;
  transition: all 300ms ease-in-out 0s;
  z-index: 9999;
  left: 40px;
  bottom: -136px;
}
.refera-friend :hover {
  bottom: 0;
}
.notifications {
  position: fixed;
  transition: all 300ms ease-in-out 0s;
  z-index: 9999;
  left: 0;
  bottom: -180px;
}
.notifications :hover {
  bottom: 0;
}

.fotorama__wrap--no-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}