/** Shopify CDN: Minification failed

Line 385:0 Expected identifier but found "<!--"
Line 385:25 Expected identifier but found "-->"
Line 790:0 Expected identifier but found "<!--"
Line 790:26 Expected identifier but found "-->"
Line 1002:0 Expected identifier but found "<!--"
Line 1002:36 Expected identifier but found "-->"
Line 1054:3 Expected identifier but found "<!--"
Line 1054:29 Expected identifier but found "-->"
Line 1059:3 Expected identifier but found "<!--"
Line 1059:31 Expected identifier but found "-->"
... and 4 more hidden warnings

**/
/* Newsletter popup css */
.popup_newsletter.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;
}
.popup_newsletter .newsletter_popup_inner {
  display: flex;
}
.popup_newsletter .subscribe_area {
  text-align: Left;
}
.popup_newsletter .subscribe_area > h2 {
  color: #434343;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.popup_newsletter .subscribe_area > p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
  line-height: 20px;
}
.popup_newsletter .subscribe-form-group{
  text-align:center;
}
.popup_newsletter .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;
}
.popup_newsletter .subscribe-form:focus{
  box-shadow:none;
}
.newsletter-btn {
  color: #fff;
}
.popup_newsletter .popup_off {
  border-radius: 0;
  color: #ff4136;
  cursor: pointer;
  display: block;
  font-size: 24px;
  opacity: 1;
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 10px;
  z-index: 99999;
}
.popup_newsletter .newsletter-btn {
  background: #ff4136 none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  height: 45px;
  margin-top: 20px;
  padding: 5px 30px;
}
.popup_newsletter .subscribe-form::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
.popup_newsletter .subscribe-form::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
.popup_newsletter .subscribe-form:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
.popup_newsletter .subscribe-form:placeholder { /* Firefox 18- */
  color: pink;
}
.popup_newsletter .newsletter_popup_inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    content: "";
    opacity: .6;
    height: 100%;
}
.popup_newsletter .subscribe_area {
    z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
	.popup_newsletter .newsletter_popup_inner {
      width: 720px;
    }
}
@media (max-width: 767px) {
	.popup_newsletter .newsletter_popup_inner {
      height: 300px;
      width: 300px;
    }
  	.popup_newsletter .subscribe_area {
      padding: 20px;
      width: 100%;
    }  	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .popup_newsletter .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: 12px;
  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 */
/* Ratting Icon Start */
i.spr-icon {
  opacity: 1 !important;
  padding: 0 3px 0 0;
}
i.spr-icon.spr-icon-star {
  color: #000000 !important;
}
.spr-badge-caption-none .spr-badge-caption {
  display: none;
}
/* Ratting Icon End */
/* Review App Start */
.cart-main-area textarea, .spr-form-input-text, .spr-form-input-textarea,
.spr-form-contact-email .spr-form-label+.spr-form-input {
  background: transparent;
  border: 1px solid #ddd;
}
.spr-form-input-text:focus, .spr-form-label+.spr-form-input:focus, .spr-form-input-textarea:focus,
.spr-form-contact-email .spr-form-label+.spr-form-input:focus {
  border: 1px solid #d9d9d9;
}
.spr-header-title, .spr-form-contact-name, .spr-form-contact-email, .spr-form-contact-location, .spr-form-review-rating, .spr-form-review-title, 
.spr-form-review-body, .spr-form-title {
  text-align: left;
}
span.spr-summary-caption {
  float: left;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star-hover,
.spr-form-input.spr-starrating .spr-icon.spr-icon-star {
  color: #d9d9d9;
}
.spr-form-input.spr-starrating .spr-icon.spr-icon-star.spr-icon-star-empty {
  color: #000000;
}
.spr-form-input.spr-starrating a.spr-icon {
  font-size: 100%;
  opacity: 1;
  margin-right: 6px;
}
.spr-button.spr-button-primary {
  background-color: #333;
  border: none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
}
.spr-button.spr-button-primary:hover, .spr-button.spr-button-primary:focus {
  background-color: #d9d9d9;
  border: none;
  color: #fff;
}
span.spr-starrating.spr-summary-starrating {
  float: left;
}
.spr-reviews {
  text-align: left;
}
.product-description-review i.spr-icon {
  font-size: 100%;
}
.product-description-review .spr-review-content-body {margin: 0 !important;}
/* Review App End */
/* Swatch Color Start */
.swatch-element > input, .wrapper_none .selector-wrapper {
  display: none;
}
.swatch .header {
  color: #868686;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
<!--  margin-top: 19px;  -->
}
.swatch-element label {
  color: #999;
  font-size: 15px;
  font-weight: bold;
/*  text-transform: uppercase; and color origin 828282*/
  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: #fe2b0d;
}
/* Swatch Color End */
/* List Style Inside Start */
.tab-content ul, .tab-content ol,
.tab-content ul li, .tab-content ol li,
.single_product ul, .single_product ol,
.single_product ul li, .single_product ol li,
#exampleModal ul, #exampleModal ul li, #exampleModal li,
#exampleModal ol {
  list-style: inside;
}

/* List Style Inside End */
/* Create Page and custom tab */
.create-page h1, .create-page h2, .create-page h3, .create-page h4, .create-page h5, .create-page h6, .create-page img, .pro__tab__content__inner h1, .pro__tab__content__inner h2, .pro__tab__content__inner h3, .pro__tab__content__inner h4, .pro__tab__content__inner h5, .pro__tab__content__inner h6, .pro__tab__content__inner img {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.create-page p{
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}
.create-page ul {
  padding-left: 15px;
  margin-bottom: 15px;
  list-style: inside;
}
.create-page ul li {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
  list-style: inside !important;
  padding-left: 15px;
}
.create-page p:last-child {
  margin-bottom: 0;
}
/* End Create Page */
.header-advance-search .input {
    border-right: 0;
}
li {
    margin-bottom: 0;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 0;
}
.mega-menu.three-column > li.menu-img {
    padding: 20px 25px 20px 0px;
}
.mega-menu.three-column > li.menu-img a {
    padding: 0;
}
li.cart-dropdown.cart-empty-title {
    display: none;
}
.cart-empty-title h2 {
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
}
.text-center-payment .footer-payments-image,.text-center-copy-right .footer-copyright {
    text-align: center;
}
.hero-content h1 span {
    font-size: 85px;
}
html {
    background-color: transparent;
}
.ratting span.spr-badge-caption {
    display: none!important;
}
.ee-product .content .price-ratting .ratting i {
    margin-right: 0px;
}
.ee-product .content .price-ratting .ratting {
    height: 22px;
}
/* Ajax Cart Icon */
.cart-item.add-item .ti-check{
	display: inline-block;
}
.cart-item.loading .ti-shopping-cart, .cart-item.loading.add-item .ti-check, .cart-item.add-item .ti-shopping-cart, .cart-item.loading.add-item .ti-close{
	display: none;
}
.cart-item .ti-settings, .cart-item .ti-check, .cart-item .ti-close{
	display: none;
}
.cart-item.loading .ti-settings {
	display: inline-block;
}

.modal-open .cart-item.add-item .ti-close{
 display: inline-block;
}
/* End ajax Cart Icon */
/* Wishlist Button */
.action--wishlist .ti-settings , .action--wishlist .ti-check{
	display: none;
}
.action--wishlist.loading-wishlist .ti-settings {
	display: inline-block;
}
.action--wishlist.loading-wishlist .ti-heart, .action--wishlist.add-wishlist .ti-heart{
	display: none;
}
.action--wishlist.is-active .ti-heart{
	display: none;
}
.action--wishlist.is-active .ti-check {
  display: inline-block;
}
.action--wishlist.loading-wishlist .ti-settings {
	display: inline-block;
}
.action--wishlist.loading-wishlist.add-wishlist .ti-check{
	display: none;
}
.action--wishlist.add-wishlist .ti-check{
	display: inline-block;
}
/* End Wishlist Button */
.ee-product .content .price-ratting .ratting i {
    font-size: 12px;
}
.header-call-us h4 span {
    font-weight: 400;
}
.hero-content-two a {
    line-height: 25px;
}
.category-mega-menu > li.image {
    width: auto;
    padding: 0;
    margin: 30px -45px 0;
}
.category-mega-menu > li.image a {
    margin-bottom: 0;
}
.category-mega-menu > li.image a img {
    width: 100%;
}
.header-lan-curr > li > ul > li.currency__item.active a {
    color: #f5d730;
}
.header-lan-curr > li > ul > li.currency__item a:hover {
    color: #f5d730;
}
.ee-product-three .content .price span {
    margin-right: 5px;
}
.hero-item-five::before {
  background-color: transparent;
}
.change-view--active {
    cursor: pointer;
}
.pagination li:last-child a {
    width: 80px;
}
.pagination li:first-child a {
    width: 80px;
}
.pagination a {
    padding: 0;
}
li.disabled.next {
    display: none;
}
.product-short div.nice-select {
    float: left;
    width: 60%;
}
.product-short {
    width: 50%;
}
.ee-product-list .content .head-content .price span.old span {
  text-decoration: line-through; 
}
ul.color li a {
    border: 2px solid #dadada;
    cursor: pointer;
    display: block;
    height: 20px;
    margin: 0 5px 5px;
    width: 30px;
    text-indent: -99999px;
}
ul.children.color li {
    display: inline-block;
    padding: 5px 3px;
}
.sidebar-category li ul li.active a{
	color: #202020;
}
.sidebar-tags a.active {
    color: #202020;
    background-color: #f5d730;
    border-color: #f5d730;
}
ul.color li.active a,ul.color li:hover a {
    border: 2px solid #202020;
}
.blog_links li > a::before{
	display:none;
}
.sidbar-sidebar {
    padding: 10px 35px;
}
.blog-sidebar ul.blog_links li {
    padding: 10px 0px;
    border-bottom: 1px solid #dddddd;
}
.blog-sidebar ul.blog_links li:last-child {
    border-bottom: 0px;
}
.ee-single-blog .content blockquote {
    padding: 15px 0;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    border: none;
}
.cart-summary .cart-summary-button a.checkout-btn {
  margin-top: 10px;
  width: 140px;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #999999;
  line-height: 24px;
  padding: 5px 20px;
  color: #444444;
  background-color: transparent;
  margin-left: 20px;
  float: right;
  text-align: center;
}
.cart-summary .cart-summary-button a.checkout-btn {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #f5d730;
  border-color: #f5d730;
}
.calculate-shipping .nice-select {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
}
.calculate-shipping  input {
    width: 100%;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    color: #444444;
    background-color: transparent;
}
.calculate-shipping  input[type="submit"] {
    font-weight: 700;
    text-transform: uppercase;
    color: #202020;
    background-color: #f5d730;
    border-color: #f5d730;
    width: 140px;
}
/*-------------------------
     28. 404 Page CSS 
---------------------------*/
.error-text > h1 {
	font-size: 200px;
	font-weight: bold;
	letter-spacing: 10px;
	line-height: 137px;
	margin-bottom: 30px;
	color: #202020;
}
.error-text > h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #202020;
}
.error-text > p {
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 30px;
	padding: 0 130px;
	color: #515151;
}
.error-button a {
	background: #f5d730;
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 53px;
	padding: 0 30px;
	text-transform: uppercase;
}
.ee-product.wishlist-tile-container {
    float: left;
    width: 23%;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.search-item .ee-product-list {
  margin-bottom: 40px;
}
.product-des {
  margin-top: 10px;
}
.single-product-content .single-product-description .ratting {
  height: 20px;
}
.single-product-content .single-product-description .availability {
    margin-bottom: 0px;
}
.single-product-content .single-product-description .quantity-colors .colors {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}
.single-product-content .single-product-description .quantity-colors .quantity {
    float: none;
    width: 100%;
    margin-bottom: 0;
    overflow: hidden;
}
.swatch-element.color input:checked + label::before {
   display:none;
}
.swatch-element.color > label {
    border: 1px solid transparent;
}
.swatch-element.color input:checked + label {
    box-shadow: 1px 1px 3px #000!important;
}
.single-product-description .selector-wrapper {
    display: none;
}
span.regular-price {
    font-size: 18px;
}
.single-product-content .head-content .price {
<!--    font-size: 22px;  -->
}
.spr-form-input.spr-starrating a.spr-icon {
    height: 20px;
}
.product-ratting-wrap h2 {
    margin-bottom: 15px;
}
.product-ratting-wrap ul {
    margin-bottom: 15px;
}
 .spr-form-label+.spr-form-input:focus, .spr-form-input-textarea:focus, .spr-form-contact-email .spr-form-label+.spr-form-input:focus {
    border: 1px solid #ddd;
}
#quickViewModal .modal-dialog {
    margin: 150px auto;
    min-width: 1000px;
}
.modal-content {
    padding: 30px 30px 30px;
}
.modal-body {
    padding: 15px 15px 0px!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;
}
#quickViewModal .quickview-btn-cart button {
    position: relative;
    border: 0;
    line-height: 45px;
    height: 45px;
    width:  170px;
    background-color: #f5d730;
    font-size: 12px;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
    padding: 0 25px;
    border-radius: 25px;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#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: 14px;
    color: #515151;
    margin: 0 0 20px 0;
    font-style: italic;
    letter-spacing: .025em;
}
#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;
}
#quickViewModal .cart-plus-minus {
    position: relative;
    width: 75px;
    float: left;
    padding-right: 0;
}
#quickViewModal .cart-plus-minus input {
    text-align: center;
}
#quickViewModal .cart-plus-minus-box {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #3c3c3c;
  height: 49px;
  text-align: center;
  width: 50px;
  padding: 5px 10px;
}
.login-form-section .login-text.login-title h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.login-form-section .login-text.login-title p {
  font-size: 14px;
  line-height: 23px;
  max-width: 500px;
}
.login-form-section .login-form input {
    width: 100%;
    border: 1px solid #999999;
    line-height: 28px;
    border-radius: 50px;
    padding: 10px 30px;
    color: #cccccc;
    font-size: 14px;
    background-color: transparent;
    margin-bottom: 30px;
}
.login-form-section .login-toggle-btn button {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    width: 150px;
    text-align: center;
    background-color: #f5d730;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
  border-radius: 50px;
}
.login-form-section .login-toggle-btn > a {
  margin-top: 13px;
  float: right;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #e50914;
  display: inline-block;
}
.login-form-section .login-toggle-btn {
    margin-bottom: 20px;
}
.login-form-section .login-text span {
    margin-bottom: 12px;
    display: inline-block;
}
.my-account-page input.section-button {
    width: 140px;
    cursor: pointer;
    background: #f5d730;
    height: 45px;
    line-height: 25px;
    box-shadow: none;
    font-size: 14px;
    color: #202020;
    box-shadow: none;
    border-radius: 50px;
    margin-bottom: 15px;
    display: inline-block;
}
.my-account-page input,.my-account-page .input-full {
    border-radius: 50px;
}
.crate-page h2 {
    margin-bottom: 30px;
}
.crate-page ul {
  margin-bottom: 20px;
}
.crate-page ul li {
  line-height: 30px;
<!--  list-style: inside none disc; -->
}
.theme-dark .error-text > h1,.theme-dark .error-text > h2,.theme-dark .error-text > p {
  color: #cccccc;
}
p.contact-info.phone {
    margin-bottom: 0px;
}
p.contact-info.web {
    margin-bottom: 0;
    margin-top: 13px;
}
.ee-product .content .category-title {
    margin-bottom: 0;
}
.offer-product-wrap .banner {
    margin-top: 10px;
}

.mega-menu > li ul li a {
    font-size: 13px;
}


.thumb-right .thumb-image-slider[data-vertical="true"] {
    bottom: auto;
    margin: -10px 0;
    position: absolute;
    top: 0;
    width: 175px;
}

.thumb-right .thumb-image-slider[data-vertical="true"] .thumb-image {
    margin: 10px 0;
    width: 100%;
}


.thumb-left .thumb-image-slider[data-vertical="true"] {
    bottom: auto;
    margin: -10px 0;
    position: absolute;
    top: 0;
    width: 175px;
}

.thumb-left .thumb-image-slider[data-vertical="true"] .thumb-image {
    margin: 10px 0;
    width: 100%;
}

.single-product-content .single-product-description .quantity-colors .colors {
   <!-- margin-bottom: 20px; -->
}

.swatch .header {
    margin-bottom: 0px;
   <!--   margin-bottom: 10px; -->
    margin-top: 12px;
}

.single-product-content .single-product-description .specification {
    margin-bottom: 20px;
}

.single-product-content .single-product-description .quantity-colors {
    margin-bottom: 30px;
}

.ee-product .content .price-ratting .price span {
    margin-right: 4px;
}

.ee-product .content .price-ratting .price span.old span {
    text-decoration: line-through;
}
.ee-product .content .price-ratting .price span.old span,.ee-product-three .content .price span.old span {
    text-decoration: line-through;
}
.pb-90 {
    padding-bottom: 90px;
}
.login-form-section {
    float: left;
    width: 100%;
}
.crate-page {
    overflow: hidden;
    float: left;
    width: 100%;
}
.crate-page2 {
    float: left;
    width: 100%;
}


.with-sidebar .ee-product-list .content .right-content {
    margin-top: 10px;
}

.ee-product-list .content .left-content::before {
    top: 10px;
}

.ee-product-list .content .head-content .price span {
    margin-right: 4px;
}

.single-product-content .head-content .price span {
    margin-right: 4px;
}

.single-product-content .head-content .price span.regular-price span {
    text-decoration: line-through;
}

.swatch .header .breaker {
    margin-bottom: 10px;
    margin-top: 12px;
    float: left;
    margin-right: 15px;
}

.swatch-element label {
    margin-right: 25px;
    margin-bottom: 0;
    margin-top: 12px;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 18px;
}
.register-area {
    float: left;
    width: 100%;
}


.single-product-content .head-content .price {
<!--    margin-top: 24px;   -->
}

.create-account-btn a{
	color:#666666;
    font-weight: 600;
}


.search-page .ee-product-list .content .left-content {
    padding: 0 20px;
}


.wishlist-section{
    float: left;
    width: 100%;
}

.theme-dark .header-logo img {
    opacity: 1;
}


.mini-cart-wrap .mini-cart-products {
    overflow-y: auto;
    height: 100vh;
}
.theme-dark .footer-widget img {
    opacity: 1;
}


.error-404-area {
    float: left;
    width: 100%;
}


.ee-product:hover .image .add-to-cart-2 {
    opacity: 6;
    visibility: visible;
    bottom: 65px;
    width: 60%;
}

.ee-product .image .add-to-cart-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f5d730;
    color: #e50914;
    display: block;
    letter-spacing: 3px;
    width: 170px;
    padding: 19px 35px 19px 35px;
    opacity: 0;
    visibility: hidden;
}
  <!-- section above  border-radius: 50px; 

bottom -
    -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;


-->

.ee-product .image .add-to-cart-2 i {
    width: 41px;
    height: 41px;
    background-color: #171717;
    border: solid 3px #171717;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}
.ee-product .image .add-to-cart-2 span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.with-sidebar .ee-product-list .content .left-content .actions .add-to-cart-2 {
    margin-right: 10px;
}

.ee-product-list .content .left-content .actions .add-to-cart-2 {
    position: relative;
    color: #e50914;
    border-radius: 50px;
    display: block;
    width: 170px;
    padding: 10px 25px 10px 56px;
    -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    float: left;
    margin-right: 15px;
}

.ee-product-list .content .left-content .actions .add-to-cart-2 i {
    width: 41px;
    height: 41px;
    background-color: #171717;
    border: solid 3px #171717;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}

.ee-product-list .content .left-content .actions .add-to-cart-2 span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
}


.single-product-content .single-product-description .actions .add-to-cart-2 {
    position: relative;
    color: #e50914;
    border-radius: 50px;
    display: block;
    width: 170px;
    padding: 10px 25px 10px 56px;
    -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
    float: left;
    margin-right: 15px;
}
.single-product-content .single-product-description .actions .add-to-cart-2 i {
    width: 41px;
    height: 41px;
    background-color: #171717;
    border: solid 3px #171717;
    border-radius: 50px;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
}
.single-product-content .single-product-description .actions .add-to-cart-2 span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 21px;
    overflow: hidden;
    display: block;
    text-align: center;
}


.breadcrumb a, .breadcrumb span {
    line-height: 15px;
}

.header-lan-curr li a i.fa.fa-angle-down {
    padding-left: 5px;
}


.header-shop-links a .number {
    display: inline-block;
}
.header-account-links a {
    display: inline-block;
}

/* 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 */
.single-product-content .single-product-description .quantity-colors {
    margin-bottom: 0;
}
.single-product-content .single-product-description .quantity-colors .quantity {
    margin-bottom: 30px;
}