/* Newsletter popup css */
.popup_wrapper {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
.newsletter_popup_inner {
  align-items: center;
  border-radius: 0;
  bottom: 0;
  box-shadow: 0 0 7px 1px #222222;
  color: #ffffff;
  display: flex;
  height: 400px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  z-index: 9999999;
}
.subscribe_area {
  padding: 40px 150px;
  text-align: center;
  width: 100%;
}
.subscribe_area > h2 {
  color: #434343;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.subscribe_area > p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}
.subscribe-form-group{
  text-align:center;
}
.subscribe-form {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  height: 45px;
  margin: 0 auto;
  padding: 6px;
  width: 271px;
}
.subscribe-form:focus{
  box-shadow:none;
  border:1px solid #ebebeb;
}
.subscribe-btn {
  background: #ef6644 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.subscribe-btn:hover{
  background:#ef6644;
}
.popup_off {
  border-radius: 0;
  color: #ff4136;
  cursor: pointer;
  display: block;
  font-size: 30px;
  opacity: 1;
  padding: 5px 10px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
}
.newsletter-btn {
  background: #ff4136 none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  margin-top: 20px;
  padding: 5px 30px;
}
.subscribe-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.subscribe-form::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.subscribe-form:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.subscribe-form:placeholder { /* Firefox 18- */
  color: pink;
}
.newsletter_popup_inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    content: "";
    opacity: .6;
    height: 100%;
}
.subscribe_area {
    z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
	.newsletter_popup_inner {
      width: 720px;
    }
}
@media (max-width: 767px) {
	.newsletter_popup_inner {
      height: 300px;
      width: 300px;
    }
  	.subscribe_area {
      padding: 20px;
      width: 100%;
    }  	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .newsletter_popup_inner {
    height: 300px;
    width: 400px;
  }
}
/* End Newsletter popup css */
/* Top Notification Bar */
.top-notification-bar {
	background: #43cea2;
	background: -moz-linear-gradient(left, #43cea2 0%, #185b9d 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #43cea2), color-stop(100%, #185b9d));
	background: -webkit-linear-gradient(left, #43cea2 0%, #185b9d 100%);
	background: -o-linear-gradient(left, #43cea2 0%, #185b9d 100%);
	background: -ms-linear-gradient(left, #43cea2 0%, #185b9d 100%);
	background: linear-gradient(to right, #43cea2 0%, #185b9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43cea2', endColorstr='#185b9d', GradientType=1 );
	padding: 10px 0;
  	position: relative;
}
.top-notification-bar::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.notification-entry {}
.notification-entry p {
  color: #ffffff;
  display: inline-block;
  font-family: "Karla",sans-serif;
  font-weight: 400;
  margin: 0;
}
.notification-entry p a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #319da0;
  display: inline-block;
  font-family: "Karla",sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 35px;
  line-height: 24px;
  margin-left: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
}
.notification-entry p a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.notification-close-btn {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 18px;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 25px;
  z-index: 999;
}
.notification-close-btn:hover {
  background-color: #fff;
  color: #319da0;
}
.notification-entry p a {
  width: auto;
}
@media only screen and (max-width: 767px) {
.notification-entry p {
  padding: 0 30px;
}
.notification-entry p a {
  display: block;
  margin: 10px auto 0;
  width: 110px;
}
.notification-close-btn {
  position: absolute;
  right: 15px;
  top: 0;
}	

}

@media only screen and (max-width: 479px) {

}

/* End Top Notification Bar */
/* quick view */
.productModal .selector-wrapper > label {
  width: 15%;
}
.productModal .single-option-selector {
  border-radius: 0;
  height: 35px;
  padding: 7px;
  width: 50%;
}
.productModal .selector-wrapper {
  margin-bottom: 15px;
  margin-top: 15px;
}
.productModal .variants_selects {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productModal .wrapper.input-content > label {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 5px;
}
.productModal .wrapper.input-content {
  margin-top: 20px;
  padding: 0;
}
.productModal .cart-plus-minus {
  margin-right: 20px;
  margin-top: 5px;
}
.productModal .modal-product .product-images {
  width: 45%;
}
.productModal .modal-product .product-info {
  width: 55%;
}
.productModal .stock2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.productModal button.close {
  opacity: 1;
}
.productModal button.close > span {
  font-size: 14px;
}
.productModal button.close:hover span{
    background: #ff7f00 none repeat scroll 0 0;
    border-color: #ff7f00;
    color: #fff;
}
.productModal .s-price-box .amount {
  color: #a6a6a6;
  font-size: 15px;
  text-decoration: line-through;
  font-weight: normal;
}
.productModal .selector-wrapper > label{
	display: none;
}
.productModal .selector-wrapper > label[for=product-select-qv-option-0], .productModal .selector-wrapper > label[for=product-select-qv-option-1],
.productModal .selector-wrapper > label[for=product-select-qv-option-2], .productModal .selector-wrapper > label[for=product-select-qv-option-3]
{
	display: inline-block;
}
.disabled-add-to-cart {
  cursor: not-allowed;
}
/* end quick view */

/* Ajax Cart Icon */
.cart-item.add-item .fa-check{
	display: inline-block;
}
.cart-item.loading .zmdi-shopping-cart-plus, .cart-item.loading.add-item .fa-check, .cart-item.add-item .zmdi-shopping-cart-plus, .cart-item.loading.add-item .fa-times{
	display: none;
}
.cart-item .fa-circle-o-notch, .cart-item .fa-check, .cart-item .fa-times{
	display: none;
}
.cart-item.loading .fa-circle-o-notch {
	display: inline-block;
}
.modal-open .cart-item.add-item .fa-times{
 display: inline-block;
}

.cart-item.add-item .added{
  display: inline-block;
}
.cart-item.loading .addto, .cart-item.loading.add-item .added,.cart-item.loading .unavailable, .cart-item.add-item .addto{
  display: none;
}
.cart-item .wating, .cart-item .added,.cart-item .unavailable{
  display: none;
}
.cart-item.loading .wating{
  display: inline-block;
}
.modal-open .cart-item .unavailable{
  display: inline-block;
}
.modal-open .cart-item.add-item .added, .modal-open .cart-item.add-item .added{
  display: none;
}

/* End ajax Cart Icon */
/* Wishlist Button */
.action--wishlist .fa-circle-o-notch , .action--wishlist .zmdi-favorite{
	display: none;
}
.action--wishlist.loading-wishlist .fa-circle-o-notch {
	display: inline-block;
}
.action--wishlist.loading-wishlist .zmdi-favorite-outline, .action--wishlist.add-wishlist .zmdi-favorite-outline{
	display: none;
}
.action--wishlist.is-active .zmdi-favorite-outline{
	display: none;
}
.action--wishlist.is-active .zmdi-favorite {
  display: inline-block;
}
.action--wishlist.loading-wishlist .fa-circle-o-notch {
	display: inline-block;
}
.action--wishlist.loading-wishlist.add-wishlist .zmdi-favorite{
	display: none;
}
.action--wishlist.add-wishlist .zmdi-favorite{
	display: inline-block;
}
/* End Wishlist Button */

.product__desc {
    padding: 20px 30px;
}
.price_amount {
    margin-bottom: 0;
    margin-top: 10px;
}
.product_hover {
    bottom: 100px;
    left: 30px;
    position: absolute;
    right: 30px;
      transition: all 0.5s ease 0s;
}

.single__product:hover .product_action {
    margin-bottom: 0;
}

.product_action {
    margin-bottom: 0;
}
.single__product:hover .product_hover {
  bottom: 90px;
}
.newsletter_text > h2,.newsletter_text > p {
    color: #151320;
}
.newsletter_form input {
    color: #333!important;
    border: 1px solid #151320;
}
.newsletter_form input[type="email"]::placeholder {
     color: #151320;
    opacity: 1;
}
.single_banner {
    display: block;
    overflow: hidden;
}
.single_banner a img {
    width: 100%;
}
.single__product_sm .produc_thumb {
    min-width: 148px;
    max-width: 148px;
}
.menu ul {
    justify-content: left;
    margin-left: 0;
}
li {
    margin-bottom: 0;
}
.menu ul li a {
    padding: 30px 0;
}
.header_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header_right_info ul li a {
    padding: 27px 0;
    font-weight: 500;
}
.post_meta li, .post_meta li a {
    color: #4e4e4e;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 0;
}
.header_middle {
    padding-top: 30px;
    padding-bottom: 30px;
}
.price_amount > span {
    color: #151320;
    font-size: 16px;
    font-weight: 600;
}
.price_amount > span.old_price span {
    font-size: 14px!important;
    font-weight: 300;
    text-decoration: line-through;
}
li.cart-dropdown.cart-empty-title {
    display: none;
  padding: 20px;
}
li.cart-dropdown.cart-empty-title h2 {
    font-size: 20px;
  margin-bottom:0;
}
.mini_cart_box {
    border-radius: 0;
    padding: 0px;
}
.cart-dropdown.mini-cart {
    overflow-y: auto;
    max-height: 350px;
  padding: 20px;
}
.mini_cart_box li.cart_space {
    margin-top: 15px;
}
.cart_img a img {
    width: 100%;
}
.cart_img a {
    display: block;
    width: 87px;
}
li.common-currency-picker.currency {
    width: 24px;
}
.product-details p {
    color: #151515;
}
.menu ul li {
    position: relative;
}
.menu ul li ul.submenu {
  position: absolute;
  padding: 15px 20px;
  left: 0;
  top: 110%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
  width: 210px;
  display: block;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  opacity: 0;
}
.menu ul li ul.submenu li {
}
.menu ul li ul.submenu li a {
  color: #191919;
  display: block;
  font-weight: 400;
  padding: 5px 0;
  text-transform: capitalize;
  line-height: 20px;
}

.menu ul li ul.submenu li a:hover{
  color: #fa0f07;
}
.menu ul li:hover ul.submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.white__bg .header_middle, .white__bg .header_bottom {
    background: transparent;
}
.white__bg .mini_cart_box_wrapper > a span.cart_count {
    background: #fff;
}
.white__bg .header_bottom {
    border-color: #d3d2d4;
}
.header_right_info > ul > li {
    border-right: 1px solid #d3d2d4;
}

.category_search .submit button {
    font-size: 17px;
}

.white__bg  .header_right_info > ul > li > a {
    color: #151320;
}

.white__bg .header_right_info li:hover a {
    color: #fa0f07;
}

.white__bg .menu > ul > li:hover > a {
    color: #fa0f07;
}
.white__bg .menu ul > li > ul > li > a {
    color: #151320!important;
}

.white__bg .menu ul > li > ul > li > a:hover {
    color: #fa0f07!important;
}

.menu ul li ul.submenu li {
    margin: 0;
}
.header_bottom {
    position: relative;
}
.mobile-menu-area {
  left: 0;
  position: absolute;
  top: 76px;
  width: 100%;
  z-index: 99;
}
.mean-container .mean-nav {
  height: 200px;
  overflow-y: auto;
}

.mean-container .mean-nav ul li ul li a {
  font-size: 14px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.25);
    color: hsl(0, 0%, 27%);
    font-weight: normal;
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none;
    text-transform: capitalize;
    visibility: visible;
    width: 80%;
   display: block;
     line-height: 1;
}
.hot_details_product .col-lg-9 .row .col-lg-4, .shop_area .tab-pane .row .col-lg-3, .shop_area .grid_view .row .col-lg-4, .row.related_product_guttters .col-lg-3 {
  margin-bottom: 3px;
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.pagination a, .pagination .page.current {
    padding: 0;
}
.breadcrumb-list > li {
    display: inline-block;
}
.breadcrumb-list > li > a {
    position: relative;
    margin-right: 25px;
}
.breadcrumb-list > li > a:before {
    position: absolute;
    content: "/";
    font-size: 14px;
    top: -2px;
    right: -19px;
}
.shop-top-bar {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0;
}
.tab-content {
    overflow: hidden;
}
.product-view-mode.nav > a {
    opacity: 1;
}
.product-view-mode a {
    color: #6c6c6c;
}
.product-view-mode a.change-view--active,.product-view-mode a:hover {
    color: #151320;
}
.product-view-mode a + a {
    margin-left: 0;
}
.nice-select {
    border: none;
}
.product-view-mode.nav {
    float: left;
}
.product-view-mode.nav {
    float: left;
}
.toolbar-shorter.product-short{
    float: right;
}
.shop_top_left {
    width: 100%;
}
.pagination > ul li.active a {
    color: #fff;
}
.widget_categories li.active a,.widget_brand li.active a,.widget_colord li.active a {
    color: #f6563c;
}
#list_view .product__desc h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
#list_view .product__desc{
    bottom: inherit;
    left: inherit;
    position: inherit;
    right: inherit;
}
#list_view .product__desc {
    padding: 0;
}
.product_action-2{}
.product_action-2 a {
    background: #000;
    color: #fff;
    width: 40px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: 600;
    margin-right: 5px;
  transition: .3s;
}
.product_action-2 a:hover{
	background: #fa0f07 ;
}  
.single__product_2 .product__desc .descrition p {
    font-size: 16px;
    color: #151320;
    margin: 10px 0 0 0;
}
.product_hover-2 {
    margin-top: 30px;
}
.side_bar_search{
      position: relative;
}
.sidebar-search-form input{
	background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #8e8d8d;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 55px;
}
.sidebar-search-form button{
	background-color: #dedede;
    border: medium none;
    color: #050035;
    cursor: pointer;
    font-size: 17px;
    height: 45px;
    line-height: 50px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.sidebar-search-form button:hover{
    background: #252525 none repeat scroll 0 0;
    color: #ffffff;
}
.related_product_section .section_title a {
    margin-top: 10px;
    display: block;
    color: #151320;
}
.related_product_section .section_title a:hover {
    top: 0;
}
.search_form button:hover {
    background: #252525;
}
.search_form button {
      background: #dedede;
    color: #252525;
    top: 0;
}
.blog_links li {
    display: inline-block;
}
.blog_links li a {
    display: inline-block;
}
.single_post_content {
    border: none;
    border-top: none;
    border-radius: 0;
    padding-bottom: 0;
}
.single_post_top_contnt {
    padding: 30px 0;
}
.post_excerpt {
    padding: 40px 0;
}
.post_excerpt blockquote {
    margin: 0 0px 28px 0;
}
tbody tr td {
    text-align: center;
}
.js-qty, .ajaxcart__qty {
    position: unset;
    margin-bottom: unset;
    max-width: unset;
    min-width: unset;
    overflow: visible;
}
.cart-total table tbody tr th,.cart-total table tbody tr.order-total th {
    padding: 18px 10px;
    margin: 0;
    font-size: 17px;
}
.cart-total table tr td,.cart-total table tr.order-total td{
	padding: 18px 10px;
}
.cart-total table tr td {
    font-size: 17px;
}
.cart-buttons input, .cart-buttons a,.cart-total .proceed-to-checkout a {
    border-radius: 0;
}
.cart-total h3 {
    border-bottom: 0;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
}
/*-------------------------
     28. 404 Page CSS 
---------------------------*/
.error-text > h1 {
	font-size: 200px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 137px;
	margin-bottom: 30px;
  color:#fa0f07;
}
.error-text > h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fa0f07;
}
.error-text > p {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 30px;
	padding: 0 130px;
	color: #515151;
}
.error-button a {
	background: #434343 none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	text-transform: uppercase;
}
.error-button a:hover{
    background: #fa0f07;
}
.single-contact-form.d-flex .contact-box {
    min-width: 100%;
}
.single__product.wishlist-tile-container {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.single__product,.single__product_2 .product__desc {
    background: transparent;
}
.product__desc {
    background: #f6f7f8;
}
.crate-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.crate-page p {
    font-size: 16px;
}
.crate-page ul {
    margin-bottom: 20px;
}
.crate-page li {
    line-height: 35px;
    list-style: inside;
    font-size: 17px;
}
hr {
    margin: 0;
    padding: 0px;
    border-bottom: 0;
    border-top: 0px;
}
.search-item .product__desc {
    padding: 0;
}

#quickViewModal .modal-dialog {
    margin: 150px auto;
    min-width: 1000px;
}
.modal-content {
    padding: 30px 30px 30px;
}
.modal-body {
    padding: 15px 15px 50px!important;
    position: relative;
}
.modal button.close {
    background: transparent;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 35px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 0.4px;
    opacity: 1;
    padding: 5px;
    position: absolute;
    right: 320px;
    text-shadow: none;
    text-transform: uppercase;
    top: 80px;
    width: 70px;
}
img.full-width {
    width: 100%;
}
.footer-newsletter  .subscribe-form {
    border: none!important;
}
#quickViewModal .quickview-btn-cart button {
    position: relative;
    border: 0;
    line-height: 45px;
    height: 45px;
    width:  170px;
    background-color: #ebebeb;
    font-size: 12px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 25px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#quickViewModal .quickview-btn-cart button:hover {
    background: #fa0f07;
    color: #fff;
}
#quickViewModal .quickview-plus-minus .cart-plus-minus {
    margin-right: 20px;
}
#quickViewModal .qwick-view-content h3 {
    font-family: 'Raleway',sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    color: #252525;
    line-height: 1;
    margin-bottom: 15px;
}
#quickViewModal .price.price-part {
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Montserrat',sans-serif;
}
#quickViewModal .new.price-box__new.amount2.new-price,.old.main.new-price {
    font-size: 24px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    color: #252525;
    margin-right: 10px;
}
#quickViewModal .old.main.new-price.amount.price-box__old {
    color: #b2b2b2;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}
#quickViewModal .product-info__description.product-des p {
    line-height: 27px;
    font-size: 15px;
    color: #515151;
    margin: 0 0 20px 0;
    font-style: italic;
    letter-spacing: .025em;
}
#quickViewModal .select-option-part label {
    font-size: 17px;
}
#quickViewModal .selector-wrapper {
    display: block;
    margin-bottom: 15px;
}
#quickViewModal .quickview-plus-minus {
    margin-top: 30px;
}
#quickViewModal select {
    width: 100%;
    background: transparent;
    border: 1px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
.qwick-view-right .variants {
    width: 100%;
}
#quickViewModal .quickview-plus-minus .cart-plus-minus {
    float: left;
}
#quickViewModal .quickview-btn-cart button {
    border-radius: 0;
}
.product-details h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.product-details ul {
    margin-bottom: 20px;
}
.product-details ul li {
    list-style: inside;
    line-height: 35px;
    font-size: 17px;
}
  .product-details p {
    font-size: 16px;
}
/* Swatch Color Start */
.swatch-element > input, .wrapper_none .selector-wrapper {
  display: none;
}
.swatch .header {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 19px;
}
.swatch-element label {
  color: #828282;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
}
.swatch-element.color > label {
  position: relative;
  border: 1px solid #fff;
  outline: 1px solid transparent;
  border-radius: 50%;
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.3s ease 0s;
}
.swatch-element.color input:checked + label::before {
  content: "\e64c";
  position: absolute;
  font-family: 'themify';
  color: #fff;
  font-size: 12px;
  left: -1px;
  right: 0;
  text-align: center;
  top: 1px;
  z-index: 99999;
}
.swatch-element input:checked + label {
  color: #050035;
}
/* Swatch Color End */
.product-details-content .selector-wrapper {
    display: none;
}
.swatch-element.color input:checked + label::before {
    display:none;
}
.product_variant_select {
    display: block;
}
.add_to_cart_btn > button,.login-form-container .button-box .login-toggle-btn button {
    background: #f6563c none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    margin: 0 12px;
    padding: 0 20px;
    text-transform: uppercase;
      width: 124px;
   transition: all 0.3s ease 0s;
}
.add_to_cart_btn > button:hover,.login-form-container .button-box .login-toggle-btn button:hover {
    background: #151320 none repeat scroll 0 0;
}
.product-info p {
    color: #151320;
    padding: 30px 0;
    margin: 0;
  font-size: 15px;
}
.product-details-content .product_variant_select {
    margin-top: 0;
}
a.spr-icon.spr-icon-star.spr-icon-star-empty {
    color: #151320;
}

a.spr-icon.spr-icon-star {
    color: #fa0f07;
}
.review-page-comment input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    color: #151515;
}
.review-page-comment input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover,.register-area input.button.section-button:hover {
    background: #fa0f07 none repeat scroll 0 0;
  border-color:#fa0f07;
    color: #fff;
}
.login-form-container .login-text h2 {
  font-size: 30px;
}
.login-form-container .login-text span {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
}
.login-form-container .login-form input {
  margin-bottom: 25px;
}
.login-form-container .button-box .login-toggle-btn button {
  margin: 0;
  float: left;
}
.login-form-container .button-box .login-toggle-btn a {
  color: #151515;
  float: right;
  font-size: 15px;
  margin-top: 9px;
   transition: all 0.3s ease 0s;
}
.login-toggle-btn {
    overflow: hidden;
}
.login-form-container .button-box .login-toggle-btn a:hover,.create-account-btn a:hover {
  color: #fa0f07;
}
.create-account-btn {
  margin-top: 15px;
}
.create-account-btn a{
	color: #151515;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}
header.section-header {
    background: transparent;
}
.register-area input.button.section-button {
    color: #151515;
    border: 1px solid #151515;
    transition: all 0.3s ease 0s;
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.single__product_sm .product__desc {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
}
.produc_thumb > a img {
  width: 100%;
}
.product-details-content {
  padding-left: 0;
}
.blog_links li {
    display: block;
}
.single_banner img {
    transform: scale(1);
  transition: all 0.5s ease 0s;
}
.single_banner:hover img {
    transform: scale(1.05);
}
.blog_post_desc > p {
    font-size: 15px;
}
.sidebar_widget .widget_tags > ul li a {
    margin: 0 6px 10px 0;
  padding: 5px 10px;
}
element.style {
  padding-bottom: 0;
}


/* Custom HTML */
.custom-html-content h1, .custom-html-content h2, .custom-html-content h3, .custom-html-content h4, .custom-html-content h5, .custom-html-content h6{
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.custom-html-content h1{
  font-size: 26px;
}
.custom-html-content h2{
  font-size: 24px;
}
.custom-html-content h3{
  font-size: 22px;
}
.custom-html-content h4{
  font-size: 20px;
}
.custom-html-content h5{
  font-size: 18px;
}
.custom-html-content h1{
  font-size: 16px;
}
.custom-html-content p{
  margin-bottom: 15px;
  color: #666666;
  font-size: 15px;
  line-height: 27px;
}
.custom-html-content ul{
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: inside;
}
.custom-html-content ul li {
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  padding-left: 15px;
  list-style: inherit;
}
.custom-html-content p, .custom-html-content ul {
  margin-bottom: 20px;
}
.custom-html .section-title h2 span {
    font-size: 36px;
  font-weight: 600;
}
.custom-html .section-title > span {
    font-size: 18px;
}
/* End Custom HTML */

.swatch-element.color > label {
    border: 1px solid #050035;
}

.single__product.wishlist-tile-container {
    width: 24%;
    margin-right: 5px;
    margin-bottom: 5px;
}


.cart-plus-minus {
    margin: 0 0 0 12px;
}

.add_to_cart_btn > button,.add_to_cart_btn > a {
    margin: 0 0 0 12px;
}








