/* Newsletter popup css */
.popup_wrapper{
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.newsletter_popup_inner{	
  border-radius: 0px;
  bottom: 0;
  box-shadow: 0 0 7px 1px #222;
  color: #fff;
  height: 300px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  z-index: 9999999;				
}
.subscribe_area {
  padding: 40px 40px 25px;
}
.subscribe_area > h2 {
  color: #434343;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.subscribe_area > p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.subscribe-form-group{
  text-align:center;
}
.popup_wrapper .subscribe-form {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  margin: 0 auto;
  padding: 6px;
  width: 271px;
  height: 40px;
}
.popup_wrapper .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{
  background: #666 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 6px 1px #111;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 22px;
  opacity: 1;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 28px;
}
/* End Newsletter popup css */
.main-menu ul li ul {
    margin: 0;
}
.slider-button-for-video {
  left: 40px;
  position: absolute;
  top: 20px;
  z-index: 999;
}
.slider-button-for-video > button {
  color: #232323;
  padding: 5px;
}
.slider-button-for-video > button:hover, .slider-button-for-video > button:focus {
  color: #999;
}
.subscribe-form form input {
  border-radius: 0;
}
#instafeed{
  margin: -5px;
}
#instafeed > a {
  width: 33.33%;
  float: left;
  padding: 5px;
}
.login-form-section .button-box .default-btn {
  margin-top: 0;
}
.login-toggle-btn > a {
  margin-top: 7px;
}
.login-form-container input {
  border-radius: 0;
}
form#searchbox input {
  border-radius: 0;
}
.search-block-top .button-search {
  z-index: 999999;
}
.header-area .header-sticky .icon-search > a {
  padding: 18px 0 10px 30px;
}
.currency-select {
  padding: 17px 0;
}
.style-6 .currency-select {
  padding: 0;
}
.language-menu select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none rgba(0, 0, 0, 0);
  height: 56px;
  padding: 15px 0;
  width: 35px !important;
}
.header-area.stick .header-sticky .icon-search > a {
  padding: 17px 0 6px 30px;
}
.icon-search > a {
  padding: 34px 0 26px 30px;
  cursor: pointer;
}
.shop-style-all > .row > .grid{
	margin: 0;
}
.brand-border {
    border-bottom: 0px solid #f6f6f6;
}
/* Ajax cart Modal */
.ajax-popup .modal-content {
  border-radius: 0;
  background: #f5f5f5 ;
  border: none;
}
.ajax-popup button.close {
  border: 1px solid #dddddd;
  height: 30px;
  line-height: 30px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease 0s;
  width: 30px;
  z-index: 99999999;
}
.ajax-popup button.close:hover {
  border-color: #333333;
  color: #333333;
}
.ajax-popup .modal-header {
  border-bottom: medium none;
}
.ajax-popup .modal-footer{
	border-top: medium none;
}
.ajax-popup .modal-footer a {
  float: none;
  margin-bottom: 0;
  margin-right: 0;
}
.ajax-popup .modal-footer a:hover{
  
}
.ajax-popup span.success-message, .ajax-popup .error_message {
  color: #444444;
  margin-left: 5px;
  position: relative;
  top: -8px;
}
.ajax-popup .pe-7s-check {
  color: #333333;
  font-size: 30px;
  position: relative;
}
.ajax-popup .modal-body {
  padding: 50px 30px 10px;
}
.cart-buttons > a {
  background-color: #222222;
  border: 1px solid #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 10px 25px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.cart-buttons > a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #333333;
}
.cart-img {
  width: 32%;
}
.cart-content {
  width: 60%;
}
.cart-del {
  width: 8%;
}
.cart-content span {
  display: inline;
}
.cart-del > a {
  color: #f5f5f5;
}
span.cart-price {
  margin-top: 0;
}
.footer-style-2{
	border-top: 1px solid #f6f6f6;
}
.productModal .product-info__description.product-des {
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding: 20px 0 0;
  margin-bottom: 0;
}
.productModal .modal-pro-content > form {
  margin-top: 20px;
}
.productModal .selector-wrapper select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  height: 40px;
  margin-bottom: 15px;
  width: 50%;
}
.productModal .modal-pro-content input {
  border-radius: 0;
  border: 1px solid #ddd;
  background: transparent;
}
.quick-view-action-field{
	margin-top: 5px;
}
.price-box__old.amount{
	font-size: 14px;
    font-weight: 600;
    margin-left: 9px;
    text-decoration: line-through;
}
.productModal .modal-body .modal-img {
  float: left;
  width: 45%;
}
.productModal .modal-pro-content {
  float: right;
  padding-left: 25px;
  width: 55%;
}
.productModal .selector-wrapper label {
  float: left;
  width: 20%;
}
.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;
}
.productModal .modal-pro-content h3 {
  margin-bottom: 10px;
}
.pagination a {
  font-size: 14px;
  padding: 5px 15px;
  color: #333;
}
.pagination li {
  border: 1px solid #dddddd;
  float: left;
  margin: 1px;
  transition: all 0.3s ease 0s;
}
.pagination li:hover, .pagination li.active {
  border: 1px solid #333;
}



/* Single Product */
.product-details .price .old {
    font-size: 16px;
}
.price-ratting.section {
  overflow: hidden;
}
.short-desc.section {
  overflow: hidden;
}
.swatch .header {
  color: #5a5a5a;
  display: block;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 13px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.swatch .header::before {
  background-color: #9d9d9d;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.swatch-element > input {
  display: none;
}
.Size .swatch-element > label{
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #b6b6b6;
  border-radius: 50%;
  color: #8d8d8d;
  display: block;
  float: left;
  font-size: 12px;
  height: 31px;
  line-height: 29px;
  margin-right: 11px;
  margin-top: 5px;
  text-transform: uppercase;
  width: 31px;
  text-align: center;
}
.Size .swatch-element input:checked + label {
  background-color: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #ffffff;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
.Size .swatch-element > label {
  display: block;
}
.product-size {
  margin-bottom: 0px;
}
.product-size .swatch{
  margin-bottom: 40px;
}
.swatch-element.color > label {
  background: #c8a165 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  box-shadow: 1px 1px 1px #666666;
  display: block;
  float: left;
  height: 22px;
  margin-right: 12px;
  margin-top: 5px;
  padding: 0;
  position: relative;
  width: 22px;
}
.swatch-element.color input:checked + label::before {
  color: #ffffff;
  content: "";
  font-family: fontawesome;
  font-size: 10px;
  left: 6px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  top: 0;
}
.Material .swatch-element {
  color: #8d8d8d;
  float: left;
  padding-right: 10px;
}
.product-details {
  padding-top: 15px;
}
.product-review-form input, .product-review-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.product-review-form .spr-summary-actions a, .pro-info-tab a{
	border: 1px solid #414141;
}
.product-review-form .spr-form-actions input {
  background-color: #282828;
  border: 1px solid #414141;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  line-height: 19px;
}
.product-review-form .spr-form-actions input:hover, .spr-summary-actions a:hover, .pro-info-tab a:hover{
  background-color: rgba(0, 0, 0, 0);
  color: #3f3f3f;
}
.product-review-form .spr-form-input.spr-starrating {
  background: #282828 none repeat scroll 0 0;
}
.product-review-form .spr-form-input .spr-icon.spr-icon-star {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #ffc741;
  display: block;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  padding-left: 10px;
  padding-right: 25px;
}
.product-review-form .spr-form-input .spr-icon.spr-icon-star-empty {
  opacity: 1 !important;
}
.product-review-form .spr-starrating .spr-icon, .product-review-form .spr-starratings .spr-icon{
  color: #ffc741;
  opacity: 1;
  padding: 0 5px 0 0;
}
.product-details .ratting span {
  color: #b0b0b0;
  display: inline-block;
  margin-left: 4px;
}
.pro-info-tab-list li {
  bottom: 0px;
}
.ratting .spr-starrating.spr-badge-starrating i {
  color: #ffc741;
  font-size: 12px;
  opacity: 1;
}
.spr-review-header-byline {
    color: #999999;
    opacity: 1 !important;
}
.product-details .ratting i {
  margin-right: 3px;
}
.product-details .price span.old span{
  text-decoration: line-through;
}
.product-details .price-ratting .price span {
  margin: 0 5px 0 0;
}
.product-single__variants {
  display: none;
}
.product-size .selector-wrapper{
	display: none;
}
.Material .swatch-element input:checked + label {
  color: #3F3F3F;
}
.email-print {
  float: left;
  margin-left: -12px;
  margin-right: 20px;
  margin-top: -10px;
}
.wishlist-btn .fa.fa-heart {
    display: none;
}
.wishlist-btn.is-active .fa.fa-heart {
    display: inline-block;
}
.wishlist-btn.is-active .fa.fa-heart-o {
    display: none;
}
.product-slider .owl-item > div {
  width: 100%;
}
.product-details .usefull-link li a i {
  padding: 0 0 0 1px;
}
.leave-form input {
  border-radius: 0;
}
.text-leave textarea {
  border-radius: 0;
}
.customer-review .authom-image {
  float: left;
}
.customer-review .media-body > p {
  margin-bottom: 0;
}
.contact-from input, .contact-from textarea {
  border-radius: 0;
}
.about-counter {
  margin-top: 0;
}
.about-text-title {
  margin-bottom: 90px;
}
.table-content table td {
  border: medium none;
  text-align: center;
}
.table-content table th {
  border: medium none;
}
a.button, button.custom-btn {
  background-color: #333333;
  border: 0 none;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
}
a.button:hover, button.custom-btn:hover {
  background-color: #555555;
  color: #ffffff;
}
.table-content table td input {
  text-align: center;
}
.culculate-shipping select, .culculate-shipping input, .cart-note textarea{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
}
#wrapper-response > ul > li {
  padding: 0;
}
#wrapper-response > ul > li > span {
  float: unset;
}
.cart-note textarea {
  height: 154px;
}
.wishlist-grid > div {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.33%;
}
.wishlist-grid .wishlist-grid--empty-list {
  width: 100%;
}
.product-tile-container + .wishlist-grid--empty-list {
	display: none;
}
.product-details .usefull-link li a {
  display: inline-block;
}
.wishlist-btn {
  margin-right: 15px;
}
a.go-to-wishlist {
  text-decoration: underline;
}
.wishlist-btn+.go-to-wishlist{
	display: none !important;
}
.is-active+.go-to-wishlist{
	display: inline-block !important;
}
.search-page form#searchbox input {
  height: 45px;
  width: 100%;
  z-index: 99;
}
.search-page hr{
	margin: 30px 0;
}
.search-page .shop-single-img {
  float: left;
  padding-right: 30px;
  width: 40%;
}
.search-page .title-style-3 {
  float: left;
  width: 60%;
}
.search-page .product-description {
  margin-top: 20px;
}
.search-page .button-search {
  top: 11px;
}
.button-box-2 button.default-btn.floatright {
    float: right;
}

/* My Account Page */
.my-account-page table th, .my-account-page table td {
  padding: 5px;
}
a.button.another-button {
  width: auto;
}
#AddAddress {
  margin-top: 20px;
}
#AddAddress > h2 {
  margin-bottom: 20px;
}
#AddAddress > input, .my-address .grid__item .grid__item input, .my-address textarea, .my-address select, .my-address .form-vertical > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.my-account-checkbox input {
  float: left;
  margin-right: 10px;
}
.my-account-checkbox label {
  margin: 14px 0;
}
/* Mega Menu */
.main-menu .mega-menu {
  padding: 20px;
  width: 860px;
  left: -282px;
}
.main-menu .mega-menu-li {
  border-top: medium none;
  float: left;
  margin-right: 20px;
  width: 190px;
}
.main-menu .mega-menu-li > ul {
  display: block;
  opacity: 1;
  position: unset;
  box-shadow: none;
}
.main-menu .mega-menu-li > a {
  font-weight: bold;
  font-size: 14px;
}
.main-menu .mega-menu-li:last-child {
    margin-right: 0px;
}
.main-menu .mega-menu-li.image-menu > a {
  padding: 0;
}
.main-menu .mega-menu-li > a:hover {
  color: #999999;
}
.main-menu ul li:hover .mega-menu ul{
	opacity: 1;
    visibility: visible;
}
/* End Mega Menu */
.large-search-bar .button-search {
  z-index: 999;
}
.slider-style-5 iframe {
  max-width: unset;
  width: 100%;
}
.disabled.prev {
  display: none;
}
.disabled.next {
  display: none;
}
.search-page .title-style-3.blog-search-view {
    width: 100%;
}
/* 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;
}
.notification-entry {}
.notification-entry p {
  color: #ffffff;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-weight: 400;
  margin: 0;
}
.notification-entry p a {
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #319da0;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  height: 23px;
  line-height: 21px;
  margin-left: 15px;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.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-family: "Raleway",sans-serif;
  font-size: 14px;
  height: 23px;
  line-height: 21px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 23px;
  z-index: 999;
}
.notification-close-btn:hover {
  background-color: #fff;
  color: #319da0;
}


.template-product .pb-70 h3 a, .template-product .pb-70 h3 a:hover, .template-product .pb-70 span {
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

.template-product .pb70 .shop-title {
	background: rgba(0, 0, 0, 0.5) !important;
}

.template-collection .new-price {
	font-style: normal;
	color: #333333;
}

.template-product .base-price {
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}

.template-collection .base-price, .template-index .base-price {
	font-size: 12px !important;
	font-weight: 400 !important;
	width: 100%;
	text-transform: none;
}

.template-product .price-disclaimer {
	font-size: 12px;
	font-weight: 400;
	width: 100%;
}

.template-collection .price-disclaimer {
	font-size: 12px;
	font-weight: 400;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.notification-entry p {
	  padding: 0 30px;
	}
	.notification-entry p a {
	  display: block;
	  margin: 10px auto 0;
	  width: 105px;
	}
	.notification-close-btn {
	  position: absolute;
	  right: 15px;
	  top: 0;
	}
	
	body.template-page {
		padding: 0 15px;
	}

}

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

	

}

/* End Top Notification Bar */