/* General */
body{
  overflow-x: hidden;
}
.main-content.fixed{
  overflow: hidden !important;
}
.standard-body .fixed .container{
  margin: 0 auto;
}
.homepage .main-content .container{
  padding-bottom: 0;
}
.desktop-banner{
  display: block;
}
.mobile-banner{
  display: none;
}
.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
a:hover, a:focus{
  text-decoration: none !important;
}
.home-subscribebox > .container, .banner-img > .container{
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* Fonts */
h1, h2, h3, h4{
  font-weight: 800 !important;
}
h1{
  font-size: 48px;
  line-height: 1.2;
}
h2{
  font-size: 32px;
  text-transform: uppercase;
}
h3{
  font-size: 23px !important;
  text-transform: uppercase;
}

/* Menu */
ul.megamenu > li > a strong{
  text-transform: uppercase !important;
  letter-spacing: 0.96px;
  font-size: 12px !important;
}
ul.megamenu > li:not(:last-child){
  margin: 0px 30px 0px 0px !important;
}
ul.megamenu{
  background: none !important;
}
ul.megamenu li .sub-menu .content{
  padding: 10px 20px;
  box-shadow: 1px 1px 10px 0 rgb(67 108 134 / 24%);
  border: 1px solid #B5B5B5;
  text-align: left;
}
ul.megamenu > li > a.active:before, ul.megamenu > li > a:before{
  bottom: 10px !important;
}
.megamenu .with-sub-menu>a strong:after {
  content: "\f0d7";
  font-family: "font awesome 5 free",FontAwesome;
  font-size: 10px;
  margin-left: 5px;
}
.megamenu li.with-sub-menu ul {
  padding-left: 0;
  list-style: none;
}
#top .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.is-sticky #top .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.is-sticky #top{
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}
#top #cart_block .cart-heading img{
  vertical-align: middle;
  padding-top: 8px;
}
#top #cart_block .cart-heading span {
  padding-left: 5px;
}
#top #header-right .megamenuToogle-wrapper{
  display: none;
}
#top-bar .col-sm-3{
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1.65px;
  font-size: 12px;
}
#top-bar #top-bar-right{
  display: none;
}

/* Breadcrumb */
.breadcrumb .background {
  background: url(/templates/moonflower/image/data/theme/info_pages/breadcrumb-op1_150321174916.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}
.breadcrumb .container h2{
  color: #212121;
  text-align: left;
}
.breadcrumb .container ul{
  display: none;
}

/* button */
a {
	transition: .2s ease all;
}
a.btn-main, .product-grid .product .add-cart a,
.sub-right a.button.ne_submit,
.middle-home-banners a,
.product-category .add-cart button.button,
.product-product .product-info .cart .add-to-cart .button,
.btn-review button,
.checkout a.button,
.login-content .left .content .button,
.login-content .right .content .button,
.login-content .right .content a,
.account-register .buttons .right .button,
body[class*="checkout-"] .button,
body[class*="account-"] .button,
.button
{
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid #292929;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(41, 41, 41, 1);
  outline-offset: 0px;
  background: #292929;
}
a.btn-main:hover, .product-grid .product .add-cart a:hover,
.sub-right a.button.ne_submit:hover,
.middle-home-banners a:hover,
.product-category .add-cart button.button:hover,
.product-product .product-info .cart .add-to-cart .button:hover,
.btn-review button:hover,
.checkout a.button:hover,
.login-content .left .content .button:hover,
.login-content .right .content .button:hover,
.login-content .right .content a:hover,
.account-register .buttons .right .button:hover,
body[class*="checkout-"] .button:hover,
body[class*="account-"] .button:hover,
.button:hover{
  border: 1px solid #000;
  outline-offset: 7px;
  outline-color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 2px #427388;
  background: #000;
  color: #fff !important;
}
.btn{
  border-radius: 0;
}
.btn-outline a{
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid #fff;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
}
.btn-outline a:hover{
  border: 1px solid #000;
  outline-offset: 7px;
  outline-color: rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 2px #427388;
  background: #000;
  color: #fff !important;
}

/* Footer */
.footer h4{
  margin: 20px 0 0;
  background: none;
}
.footer .pattern a:hover{
  color: #858585;
}
p.text_copy {
  font-size: 12px !important;
}
.copyright p {
  margin: 0;
  padding: 6px 0 0;
  font-size: 11px !important;
}
.copyright .row{
  display: flex;
  align-items: center;
  position: relative;
}
.footer-icon a{
  font-size: 18px;
}
.footer-icon i {
  margin-left: 15px;
}
.footer-icon i:hover {
  color: #bf815c;
}
.footer .pattern{
  padding: 20px 0 45px;
}
.footer ul li a {
  font-size: 14px !important;
}
.footer .pattern p {
  font-size: 14px;
}
.copyright .pattern {
  padding: 15px 0 !important;
}
.footer .footer-panel:nth-of-type(2) {
   order: 4;
}

/* Subscribe */
.home-subscribebox {
  background: url(/templates/alpha/image/data/theme/banners/text_block/home/newsletter-bg_160321181832.jpg) no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-subscribebox h4 {
  display: inline-block;
  width: 46%;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 0.8px;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
   line-height: 1.5;
}
.home-subscribebox label {
  width: 47%;
  float: right;
  margin-top: 5px;
}
.home-subscribebox input {
  width: 73%!important;
  background: #fff!important;
  height: 45px;
  border: none;
  padding-left: 20px;
}
.home-subscribebox .ne_submit {
  display: inline-block;
  width: 27%;
  text-align: center;
  height: 45px;
  padding: 12px;
  background: #000;
  border: 1px solid #000;
  margin-left: -3%;
}
.home-subscribebox .ne_submit span{
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Slideshow */
.fullwidthbanner-container{
  margin: 0 !important;
}
.slider-1 .caption {
  top: 50% !important;
  margin: 0 auto !important;
  text-align: left;
  width: 100%;
  left: 7% !important;
}
.slider-1 h1{
  color: #fff;
  text-transform: uppercase;
}
.slider-1 p{
  color: #fff;
  margin-bottom: 30px;
}
a.btn-main{
  background-color: #fff !important;
  max-width: 165px;
  height: 45px;
  color: #212121;
  padding: 11px 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  /* border: 1px solid #212121; */
}
a.btn-main:hover {
  background-color :#f5f5f5 !important;
  color: #212121 !important;
  border: 1px solid #f5f5f5;
}

/* Homepage */
.home-cate .col-md-6 {
  padding: 0 10px;
}
.home-cate .col-md-6:last-child {
  padding-right: 0;
}
.home-cate .row {
  margin: 0;
}
.home-cate .col-md-6:first-child {
  padding-left: 0;
}
.home-cate {
  margin-top: 20px
}
p.top_bt{
  margin-bottom: 20px;
}

/* Filter product */
.filter-product .box-heading{
  background: none !important;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.whats_new .box-heading:after{
  content: "We’re dedicated in giving you the very best of our sportswear, with a focus on quality and latest design.";
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 15px;
  color: #424242;
  text-transform: capitalize !important;
}
.whats_new{
  margin-top: 55px
}
.box.filter-product .slider-center-arrow .next, .box.filter-product .slider-center-arrow .prev{
  background: none !important;
}
.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.box.filter-product .slider-center-arrow .next span:before, .box.filter-product .slider-center-arrow .prev span:before{
  color: #212121;
  font-size: 30px;
  -webkit-text-stroke: 2px white;
}
.box.filter-product .slider-center-arrow .next span:hover:before, .box.filter-product .slider-center-arrow .prev span:hover:before{
  color: #aaaaaa;
  -webkit-text-stroke: 2px white;
}
.box.filter-product .slider-center-arrow .next span:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.box.filter-product .slider-center-arrow .prev span:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.box.filter-product .product-grid .product .name a{
  font-weight: bold !important;
}
.product-grid .product .image .product-actions {
  display: flex;
  flex-direction: column;
  top: 0;
  left: -30px;
}
.product-grid .product:hover .product-actions {
  left: 0;
  transition: 0.5s;
}
.product-grid .right .name, .product-grid .right .price{
  opacity: 1;
  transition: 0.3s all ease;
}
.product-grid .right .name{
  font-weight: bold;
  color: #111c30;
}
.product-grid .right {
  position: relative;
  text-align: left;
}
.product-grid .product .right .product-link{
  background: #212121 none repeat scroll 0 0;
  bottom: 0;
  color: #fff !important;
  font-size: 13px;
  left: 0;
  right: 0;
  max-width: 230px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600 !important;
  letter-spacing: 0.45px;
  z-index: 10;
  margin: 0 auto;
  opacity: 0;
  align-items: center;
  justify-content: center;
}
.product-grid .product:hover .right .product-link{
  opacity: 1;
}
.product-grid .product:hover .right .price, .product-grid .product:hover .right .name {
  opacity: 0;
}
.product-grid .product:hover  .product-link {
  display: flex;
}
.product-grid .product-link:hover{
  background: #858585 !important;
  border: 1px solid #eaeaea !important;
  color: #000;
}

/* home_collection */
.collect_home{
  margin-top: 55px;
}
.collect_home .row{
  display: flex;
  align-items: center;
  position: relative;
}
.collect_home .col-md-5:last-child{
  padding-left: 10%;
}

/*Box Information*/
.box-information {
  text-align: center;
  padding: 5px 0;
  border-bottom: solid 1px #b5b2ad;
}
.box-information .box-heading{
  display: none;
}
.box-information ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: 0;
}
h3.term_title {
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.box-information li {
  padding: 0 30px;
  text-transform: uppercase;
  color: #58595a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  border-right-color: #b5b2ad
}
.box-information li:nth-child(1), .box-information li:nth-child(6), .box-information li:nth-child(7), .box-information li:nth-child(8){
  display: none;
}
.box-information .box-content li .active {
  color: #212121;
  border-bottom: 2px solid #212121;
  padding-bottom: 7px;
}

/* about page */
.about_page .col-md-6:last-child{
  padding-left: 5%
}
.about_page .col-md-6:last-child > div:last-child{
  margin-top: 30px;
}

/* Contact Us */
.contact_us p.title{
  margin: 18px 0 0 !important;
  font-weight: bold;
  color: #000;
}
.contact_us h3{
   color: #000;
   text-transform: capitalize !important;
   margin-bottom: 0;
}

/*form*/
.form-builder .form-field textarea:focus, .form-builder .form-field select:focus, .form-builder .form-field input:focus{
  box-shadow: none !important;
  border-bottom: 2px solid #1b1b1b;
}
.form-field h4 span{
  display: none;
}
.form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select{
  width: 100% !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  padding:6px 0 !important;
}
.form-builder textarea {
  height: 85px !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  box-shadow: none;
  padding:6px 0 !important;
}
.form-field.captcha6{
  margin-top: 26px;
}
.form-field.html1 p{
  font-size: 14px;
}
.form-field h4{
  font-weight: 500 !important;
  font-size: 14px !important;
}

/* Blog page */
body.blog-category-home .breadcrumb .background {
  background: url(/templates/alpha/image/data/theme/info_page/blog-bg_170321145341.jpg) right top no-repeat;
  background-size: cover;
}
.blogCol2 .articleCat {
  width: 50% !important;
  height: 520px !important;
  padding: 1% !important;
}
.articleContent h3{
  font-size: 20px !important;
  text-transform: capitalize;
  padding-bottom: 0;
  padding-top: 5px;
}
body.blog-category-home .article-category{
  display: none;
}
body.blog-category-home .main-content .col-sm-9{
  width: 100%;
  padding-top: 25px;
}
.livemarks{
  display: none;
}
span.date{
  text-transform: uppercase;
  color: #58595a;
  font-size: 12px;
}
.articleHeader {
  margin: 10px 0 15px !important;
}
#blogCatArticles p, #blogArticle p{
  letter-spacing: 0 !important;
  line-height: 1.5;
}
#blogCatArticles p{
  padding-right: 10px !important
}
span.more a{
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #212121;
  padding-bottom: 3px
}
span.more a:hover{
  border-bottom: 1px solid #616161;
  color: #616161;
}
body.blog-category-home div.pagination{
  display: none;
}
body.blog-category-home .main-content .container{
  padding-bottom: 25px;
}
body.blog-category-home .main-content .col-sm-3{
  display: none;
}

/* Article page */
body.blog-article .breadcrumb{
  display: none;
}
body.blog-article .main-content .col-sm-9{
  padding-top: 15px;
}
body.blog-article .main-content .col-sm-3{
  padding-top: 20px;
}
#blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a{
  letter-spacing: 1.28px !important;
  font-size: 28px !important;
}
.ludoBlog {
  background-color: transparent !important;
  padding: 0 !important;
  color: #58595a;
  border: none !important;
}
.bottom-article{
  margin-top: 15px;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
.bottom-article .addthis_inline_share_toolbox {
  display: flex;
  color: #212121;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5px;
}
.addthis_default_style{
  display: none;
}
.bottom-article>div:first-child a {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.bottom-article>div:first-child a:hover{
  color: #616161;
}
.box.article-latest {
  border: 1px solid #d8d8d8;
}
.article-latest{
  padding-top: 0;
}
.article-latest .box-heading{
  background: none !important;
  margin-bottom: 0 !important;
  padding: 0 15px;
}
.article-latest h2{
  font-size: 20px !important;
  margin-bottom: 5px;
}
.cluetip-default {
  display: none !important;
}
.blogModule ul{
  padding: 10px 15px !important;
}
.blogModule .image img {
  padding: 0 !important;
  border: none !important;
  background: #eee;
  margin-right: 0 !important;
}
.blogModule li{
  margin-bottom: 15px !important;
}
.blogModule .title{
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Category Header */
.product-category .main-content .category-info {
  display: none;
}
.product-category .breadcrumb{
  display: none;
}
.category-info{
  padding: 0 !important;
}
.category-info .image{
  padding: 0 !important;
  width: 50% !important;
}
.category-info img.bg_cat{
  width: 100% !important;
}
.title_details {
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
h2.title_page_cat{
  text-align: left;
  letter-spacing: 1.28px;
}

/* Category Page */
.center-column .product-grid{
  text-align: left !important;
}
.product-filter .options .product-compare{
  display: none;
}
.product-filter .list-options select{
  border: none !important;
  border-bottom: 1px solid #b5b2ad !important;
}
#column_left .box-category{
  border-color: transparent !important;
}
.box-category .box-heading{
  padding: 15px 0 10px !important;
  font-size: 15px !important;
  letter-spacing: 1.2px;
}
.box-category .box-content>ul {
  padding: 20px 0;
}
.box-category ul li a{
  color: #58595a !important;
  font-weight: bold;
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.box-category ul li a.active{
  color: #1b1b1b!important;
  font-weight: 800 !important;
}
.box-category ul li a:hover{
  padding-left: 7px;
}
.box-category ul ul:before{
  background: none;
}
label.mfilter-tb-as-td{
  font-weight: normal !important;
}
.mfilter-price-inputs input[type="text"]{
  border-radius: 3px;
}
.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
  border-color: #000 !important;
  background-color: #000!important;
}
.mfilter-box .box-heading{
  font-size: 15px !important;
  margin-bottom: 10px;
  padding-bottom: 15px;
  background: url(../img/bg-menu.png) bottom left repeat-x !important;
  letter-spacing: 1.2px;
}
.mfilter-button-bottom {
  font-size: 12px;
  color: #424242;
  border: 1px solid #424242 !important;
  padding: 3px 12px !important;
  top: 10px !important;
}
.mfilter-button-reset{
  margin-left: 0 !important;
  text-transform: capitalize !important;
}
.mfilter-button-reset:hover{
  color: #858585 !important;
}
.mfilter-button-bottom i{
  display: none;
}
.mfilter-heading-text > span{
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase !important;
  padding-left: 10px !important;
  color: #000;
}
.mfilter-tb-as-tr{
  border-top: none !important;
}
#column_left ul li a, .center-column+.col-sm-3 ul li a{
  transition: .3s all ease;
}
.mfilter-col-count {
    visibility: hidden;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before{
  content: "\f067";
}
.mfilter-search #mfilter-opts-search{
  color: #111c30;
  opacity: 0.5;
}
.mfilter-heading .mfilter-head-icon:before{
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-text-stroke: 2px white;
}
.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  transform: rotate(00deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg) !important;
}
.mfilter-heading-text.span:after{
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.mfilter-heading.mfilter-collapsed .mfilter-heading-text.span:after{
  content: "\f068";
}
.mfilter-price-slider #mfilter-price-slider .ui-slider-handle{
  border: 1px solid #1b1b1b!important;
  background: #1b1b1b !important;
}
.product-filter .list-options{
  font-weight: bold;
  text-transform: uppercase;
}
.mfilter-column_left{
  margin-top: 5px !important;
}
.mfilter-content-wrapper{
  padding-bottom: 25px;
  border-bottom: 1px solid #dbdbdb !important;
  padding-top: 0 !important;
  border-top: transparent !important;
  margin-bottom: 5px;
}
select{
  padding: 0 10px !important;
}
body.product-category div.pagination{
  display: block;
}
.count_holder_small{
  display: block;
}
.product-grid a.colorOption, .product-list a.colorOption, #product_buy_col a.colorOption{
  display: none !important;
}

/*Filter circle*/
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] {
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] .mfilter-col-input {
  border: 0;
  background:none;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] label {
  font-size: 0;
  height: 30px;
  width: 30px;
  top: 0;
  position: absolute;
  cursor: pointer;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] .color-circle {
  border-radius: 30px;
  width:30px;
  height: 30px;
  display: block;
  border: 1px solid #ccc;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] input[value="Black"] + .color-circle {
  background: #000;
}

.mfilter-box .mfilter-attributes[data-seo-name="1-color"] input[value="Pink"] + .color-circle {
  background: #EB6B95;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] input[value="Light Green"] + .color-circle {
  background: #04453c;
}

.mfilter-box .mfilter-attributes[data-seo-name="1-color"] input[value="Grey"] + .color-circle {
  background: #b5b2ad;
}

.mfilter-box .mfilter-attributes[data-seo-name="1-color"] input[value="White"] + .color-circle {
  background: #fff;
}

.mfilter-box .mfilter-attributes[data-seo-name="1-color"] input[value="Blue"] + .color-circle {
  background: #0a2658;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before {
  display: none;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] .mfilter-input-active .color-circle {
  border: 3px solid #DBDBDB;
}
.mfilter-box .mfilter-attributes[data-seo-name="1-color"] .mfilter-option {
  width: 15%;
  display: inline-block;
  border-top: 0;
  position: relative;
}

/* Product Page */
body.product-product .breadcrumb .background{
  background: none;
}
body.product-product .breadcrumb .background{
  background: none;
  padding: 10px 0 0 0;
}
.product-info h2.product-title{
  font-size: 24px !important;
  line-height: 1.94;
  text-transform: capitalize !important;
}
.htabs a[href="#tab-attribute"] {
  display: none !important;
}
#tab-attribute .tab-content{
  display: none !important;
}
body.product-product .breadcrumb .container ul{
  display: block;
  float: left;
  margin-top: 10px;
  font-size: 12px !important;
  text-align: left !important;
  color: #212121 !important;
}
body.product-product .breadcrumb .container h2{
  display: none;
}
body.product-product .breadcrumb .container ul li a{
  color: #212121 !important;
}
body.product-product .breadcrumb .container>div{
  padding: 5px 0 0;
}
#tab-description h2{
  font-size: 16px !important;
  text-transform: capitalize !important;
  letter-spacing: normal;
}
#tab-description, #tab_2{
  padding: 0 14%;
}
.product-center .description{
  margin-bottom: 5px;
  font-size: 14px;
}
.product-center{
  padding: 0 0 0 3%;
}
.product-info .product-image{
  margin: 0 0 10px;
}
.product-info .cart .add-to-cart p{
  display: none;
}
.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
  background: none;
  padding: 0;
}
.product-info .thumbnails li img{
  display: block;
  border: 1px solid #707070;
}
.product-info .thumbnails ul{
  padding: 0 0 0 35px !important;
}
.thumbnails{
  width: 85%;
  margin: 0 auto;
}
.product-info .popup-gallery{
  margin-top: -15px;
}
/* .product-info .price .price-new{
  color: #637996 !important;
} */
.left .sale{
  right: 0 !important;
  left: unset;
  bottom: unset;
}
.filter-product .sale{
  right: 0 !important;
  left: unset;
  bottom: unset;
}
.product-info .cart .add-to-cart .quantity input {
  color: #58595a;
  text-align: center;
  padding: 10px 50px;
  min-width: 80px;
  height: 50px;
  margin: 0;
  border: 1px solid #eaeaea;
  width: 100%;
  font-size: 14px !important;
  background-color: #eaeaea;
}
.product-info .cart .add-to-cart .button {
  font-size: 13px;
  height: 50px;
  padding: 10px 55px;
  margin-left: 10px;
  text-transform: none !important;
  letter-spacing: 1.3px;
  font-weight: 500 !important;
}
.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
  border: 0;
  height: 46px;
  top: 0;
  padding-top: 18px;
  width: 30px;
  position: absolute;
  right: 11px;
  height: 17px;
  width: 25px;
  font-size: 8px;
  line-height: 17px;
  display: block;
  text-align: center;
}
.product-info .cart .add-to-cart .quantity #q_down {
  left: 11px;
  right: auto;
}
#product .options h2{
  display: none;
}
p.color_name span{
  letter-spacing: 1.12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
p.color_name{
  margin: 0;
}
.product-info .color_ser .price a.colorOption.currentColorOption{
  border: none !important;
}
.product-info .color_ser .price a.colorOption.currentColorOption:before {
  content: "";
  position: absolute;
  border: 1px solid #292929;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  top: -3px;
  left: -3px;
}
.product-info .color_ser .price a {
  margin: 10px 5px 0;
}
.product-info .color_ser .price a.colorOption{
  width: 24px;
  height: 24px;
}
#product .option b{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #000;
}
#product .option{
  margin-top: 15px;
}
.optionsList {
  width: 70%;
  border-top: solid 1px #dbdbdb !important;
  border-bottom: solid 1px #dbdbdb !important;
  border-right: none !important;
  border-left: none !important;
  padding:0 10px;
  height: 40px;
  background: transparent !important;
}
.option .required{
  display: none;
}
.product-info .review{
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
}
.product-info .review .share{
  display: inline-flex;
}
.product-info .share p{
  margin: 4px 10px 0 0;
}
.product-info .options .option {
  padding: 0 0 20px;
}
.product-info .cart .links a{
  padding-right: 40px;
}
a#button-review{
  border-color: #212121 !important;
  background-color: #212121 !important;
  color: #fff !important;
  padding: 10px 30px;
  text-transform: uppercase !important;
  letter-spacing: 1.3px;
  font-size: 13px;
  font-weight: bold !important;
}
a#button-review:hover{
  background-color: #858585 !important;
  border-color: #858585 !important;
  color: #212121 !important;
}
.review-list .text:before{
  display: none !important;
}
.tabs_sec{
  padding-bottom: 30px;
  padding-top: 10px !important;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.htabs {
  text-align: center;
  margin-top: 0;
}
.htabs a{
  padding: 0 0 7px;
  display: inline-block;
  float: none;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin: 0 20px !important;
}
.htabs a.selected{
  text-decoration: none !important;
}
.rating{
  margin-bottom: 10px;
}
.review .rating{
  display: none;
}
.you-may-like{
  margin-top: 35px;
}
.you-may-like .box-heading {
  margin: 30px 0 40px!important;
}
.you-may-like .product-grid .product {
  margin-top: 0;
}
.count_holder_small{
  display: none;
}
.count_holder {
  background-color: #fff !important;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.hasCountdown span{
  color: #212121 !important
}
.offer_title {
  color: #212121 !important;
}
.add-review-button{
  float: right;
}
.write-review-btn {
  background: transparent;
  border: 1px solid #212121;
  color: #212121!important;
  padding: 12px 30px;
  text-transform: uppercase;
}
.write-review-btn:hover{
  color: #fff !important;
  background: #212121;
}
.product-grid .product .image .image{
  transition:.6s all ease
}
.product-grid:hover .product .image .image{
  opacity:1
}
.product-grid:hover .product:hover .image .image{
  opacity:.5
}

/*Review*/
.review-list .rating{
  float: none !important;
}
.review-list{
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
p.review_date{
  color: #58595a;
  font-size: 14px;
}
.rating-review-detail .fa-star:before{
  color: #d5d5d5 !important;
}
.rating-review-detail .fa-star.active:before{
  color: #fdcc0d !important;
}
#review .review-list .text{
  margin: 5px 0 0;
  padding: 0;
  border: transparent !important;
  background: transparent !important;
}
#review .review-list .text:after{
  display: none;
}
/* .warning {
  background: url(../img/warning.png) 13px center no-repeat #FFD1D1;
  border: 1px solid #FFCDD2;
  color: #B71D1C !important;
}
#ne_subscribe1 .warning {
  background: url(../img/warning.png) 13px center no-repeat #FFD1D1;
  border: 1px solid #FFCDD2;
  color: #B71D1C !important;
} */
body.checkout-cart .center-column h2{
  font-size: 22px !important;
  letter-spacing: 1.5px !important;
}
p.add-review-button a:focus {
  color: #212121 !important;
  text-decoration: none !important;
}
#tab-review .rating-review-detail .rating-review {
  display: inline-flex;
}
#tab-review .rating-review-detail{
  margin-top: 50px;
}
div#review {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}
.star-review-rating:not(:checked)>label:before {
  content: "\f005";
  font-weight: 100 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label.active:before {
  content: "\f005";
  font-weight: 900 !important;
  font-family: "font awesome 5 free";
}
.star-review-rating:not(:checked)>label {
  width: 22px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #d5d5d5 !important;
  margin-right: 8px;
  transition: .3s;
}
.star-review-rating:not(:checked)>input {
  position: absolute;
  clip: rect(0,0,0,0);
}
.star-review-rating label.active{
  color: #fdcc0d !important;
}
#collapsereview input[type=text]{
  background: #f8f8f8 !important;
  border: solid 1px #dbdbdb !important;
}
#collapsereview{
  margin-top: 30px;
}
#collapsereview #review-title {
  display: none;
}
#collapsereview .recaptcha{
  float: right !important;
  margin-bottom: 15px;
  padding-left: 0 !important;
}
#collapsereview .buttons{
  float: right !important;
  padding-left: 0 !important;
}
#collapsereview .recaptcha
.review_form{
  margin-bottom: 15px !important;
}
.review_form label{
  color: #212121 !important;
  margin-top: 10px !important;
}
.entry_review textarea{
  width: 83.33% !important;
  border: solid 1px #dbdbdb !important;
  height: 160px !important;
  margin-bottom: 20px;
  background: #f8f8f8 !important;
}

/* Responsive */
@media (min-width: 768px){
  .footer .row{
  display: flex;
  flex-direction: row;
  }
}

@media (max-width: 1000px){
  .footer-panel h4{
    margin: 0;
  }
  h1{
    font-size: 35px !important;
  }
  h2{
    font-size: 25px !important;
  }
  h3{
    font-size: 18px !important;
  }
  .filter-product.box .box-heading{
    font-size: 18px !important;
    padding-bottom: 15px !important;
  }
  #blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a{
    font-size: 25px !important;
  }
  .offcanvas .container, .offcanvas .col-sm-7 {
    width: 100%;
  }
  img.footer-logo{
    padding-top: 0 !important;
    padding-bottom: 10px;
  }
  .responsive ul.megamenu > li:not(:last-child){
    margin: 0 !important;
  }
  .footer-newsletter h3{
    margin: 0 !important;
    padding: 12px 14px 11px 0;
  }
  .icon_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px !important;
  }
  .icon_txt p {
    font-size: 10px;
    padding: 3px 0 0;
    margin: 0;
    color: #212121;
  }
  .copyright .pattern{
    padding: 15px 0 !important;
  }
  ul.megamenu > li > a.active:before, ul.megamenu > li > a:before {
    bottom: 0 !important;
  }
  .testi_section{
    margin-top: 20px;
    padding: 45px 0 30px;
  }
}

@media (max-width: 767px){
  .standard-body{
    overflow: auto;
  }
  .home-cate .col-md-6:last-child{
    padding: 0 !important;
    margin-top: 35px;
  }
  .home-cate .col-md-6:first-child {
    padding: 0 !important;
  }
  .collect_home .row, .copyright .row{
    display: block;
  }
  .whats_new, .collect_home {
    margin-top: 35px;
  }
  .collect_home .col-md-5:last-child {
    padding-left: 10px;
    margin-top: 35px;
  }
  .home-subscribebox h4{
    width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .home-subscribebox label{
    width: 100%;
  }
  .home-subscribebox > .container, .banner-img > .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .home-subscribebox input{
    width: 65% !important;
  }
  .home-subscribebox .ne_submit{
    width: 35%;
    padding: 11px 12px 8px;
  }
  .responsive .footer .pattern {
    padding: 35px 0 16px;
  }
  .responsive .banners>div, .responsive .center-column {
    padding-top: 40px;
  }
  .responsive .standard-body .fixed .container {
    padding: 0 30px;
  }
  .footer-icon{
    text-align: center;
    padding: 5px 0 0;
  }
  .footer-icon a:first-child i {
    margin-left: 0;
  }
  .breadcrumb .background{
    padding: 20px 0 40px;
  }
  .breadcrumb .container h2{
    padding: 0;
  }
  .about_page .col-md-6:last-child {
    padding-left: 10px;
    margin-top: 25px;
  }
  .category-info img.bg_cat{
    height: 127px !important;
    object-fit: cover;
  }

  /* Blog */
  .blogCol2 .articleCat {
    width: 100% !important;
    height: 410px !important;
  }
  .bottom-article .addthis_inline_share_toolbox {
    justify-content: end;
    margin-top: 15px;
  }
  .responsive .col-sm-3 .box, .responsive .col-sm-4 .box{
    display: block !important;
  }

  /* Box-Information */
  .offcanvas-right .box-information{
    display: block !important;
  }
  .offcanvas-right .box-information ul {
    display: block;
  }
  .offcanvas-right .box-information li a{
    padding: 10px !important;
  }
  .offcanvas-right .box-information{
    border-bottom: none;
  }
  .box-information li {
    padding: 0 12px;
  }
  .box-information .box-content ul > li > a {
    line-height: 1.4;
    display: block;
    padding: 0;
    font-size: 11px;
  }
  .box-information{
    margin-top: 10px;
    padding: 5px 0 0;
  }

  /* Category */
  .mfilter-column_left .visible-xs {
    display: inline-block !important;
    padding-left: 5px;
  }
  #column_left .box-category{
    margin-top: 10px;
  }

  /* Product Page */
  .responsive .product-info .product-center{
    margin-top: 15px;
  }
  .product-info h2.product-title{
    font-size: 22px !important;
    line-height: 1.54;
  }
  .responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price{
    padding: 0;
  }
  body.product-product .breadcrumb .container>div{
    padding: 10px 0 0 0;
  }
  .tabs_sec{
    margin-top: 0px !important;
  }
  .htabs a{
    margin: 10px 10px 0 !important;
    letter-spacing: 0.5px !important;
    padding: 0 0 12px;
  }
  .htabs{
    padding-bottom: 0;
  }
  .responsive .product-block, .responsive .product-info .product-center {
    margin-bottom: 0;
  }
  #tab-description, #tab_2 {
    padding: 0;
    margin: 30px 0 10px;
  }
  .product-info{
    padding-bottom: 20px;
  }
  .you-may-like .box-heading {
    margin: 15px 0 40px!important;
  }
  .you-may-like{
    margin-bottom: 35px;
  }
  body.product-product .main-content .pattern>.container{
    padding-bottom: 25px !important;
  }
  #collapsereview .buttons {
    float: none !important;
  }
  #collapsereview .recaptcha {
    float: none !important;
  }
  .entry_review textarea {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .review_form label {
    padding: 0 !important;
  }
  .write-review-btn{
    padding: 12px 20px;
  }
  #tab-review .rating-review-detail {
    margin-top: 40px;
  }
  #collapsereview input[type=text] {
    width: 100% !important;
  }
  .responsive .product-info .thumbnails li p{
    padding: 0 !important;
  }
  .product-info .cart .add-to-cart .button{
    padding: 10px 35px;
  }
  .product-info .options {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .product-info .cart .links a{
    padding-right: 20px;
  }
  #product .option{
    margin-top: 0;
  }
  .product-info .options .option {
    padding: 0;
  }
  .optionsList{
    width: 100%;
  }
}
