.fotorama__caption
{
	display:none;
}
/*==========================Popup css===============================*/

.modal-content .prpl-popuplogin-wrapper {
    position: relative;
    padding-bottom: 0px;
}
.modal-backdrop {
    position: fixed !important;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
	z-index: 1040;
	overflow-y: scroll;
}
#prpl-popuplogin{
	overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	position: absolute;
}
#prpl-popuplogin .prpl-popuplogin-wrapper{
	position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.prpl-form {
    padding: 20px;
	background: none repeat scroll 0 0 #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    max-width: 500px !important;
    border-radius: 6px 6px 8px 8px;
    margin: auto;
	z-index: 1050;
	top: 10% !important;
    left: 0;
    right: 0;
}
.prpl-form .secondary.prpl-cr-account {
    background: #faa21c;
    color: #fff;
    position: absolute;
    width: auto;
    border-top: 0px solid #dcdcdc !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    font-size: 18px;
    text-align: center;
	margin-top: 0px;
    padding-top: 15px;
	padding-bottom: 20px;
}
.prpl-form .modal-header,
.prpl-form .modal-header {
    width: 100%;
    border-bottom: none;
    text-align: left;
    padding: 0;
}
.prpl-form .modal-title {
    font-weight: bold;
    color: #85858a;
    font-size: 35px;
    border-bottom: none;
    display: inline;
    text-transform: uppercase;
	top: inherit;
}
.prpl-form .form.form-login {
    max-width: 380px;
    margin: 0 auto;
    padding-top: 4px;
}
.prpl-form .fieldset {
    margin: 0 0 20px;
}
.prpl-form .actions-toolbar {
    margin-bottom: 10px;
}
.prpl-form .actions-toolbar .secondary a.action{
    color: #fff;
	cursor: pointer;
}
.prpl-form .actions-toolbar .secondary.prpl-f-password a.action {
    color: #faa21c;
	cursor: pointer;
	font-size: 12px;
}
.prpl-form .actions-toolbar .primary {
    margin: 0px 0 60px;
    display: inline-block;
    width: 100%;
}
.prpl-form .actions-toolbar button.action {
    background: #85858a;
    box-shadow: none;
    border-radius: 0;
    padding: 0px 28px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    text-shadow: none;
    border: none;
    width: auto;
    float: none;
	color: #fff;
	margin-top: 0;
}
.prpl-form .action-close {
    background: url(../images/btn-close.png) no-repeat center center #faa21c;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    font-weight: normal;
    opacity: 1;
    padding: 0;
    text-outline: 6px;
    right: 20px;
	line-height: normal;
    margin: 10px 0px 0 0;
	position: absolute;
}
.prpl-form .fieldset > .field:not(.choice) > .label{
	padding: 0;
	padding-bottom: 8px;
	color: #a0a0a0;
	text-align: left !important;
    font-size: 15px;
    font-weight: normal;
    width: inherit !important;
	margin-bottom: 10px;
	display: none;
}
.prpl-form .fieldset.login .field.email .control:before {
    background: url(../images/usermail-icon.png) no-repeat center center #85858a !important;
    width: 48px;
    height: 52px;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
	content: '';
	position: absolute;
}
.prpl-form .fieldset.login .field.password .control:before {
    background: url(../images/lock.png) no-repeat center center #85858a !important;
    width: 48px;
    height: 52px;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
	content: '';
	position: absolute;
}
.prpl-form .fieldset.login .field input[type="email"],
.prpl-form .fieldset.login .field input[type="password"] {
    padding: 0 9px 0 52px;
}
.prpl-form .form.form-forgotpassword{
	max-width: 460px;
}
.prpl-form .form-create-account {
	padding: 0;
	margin-bottom: 64px;
}
.prpl-form .control .input-text {
    height: 52px;
    border-radius: 4px;
    line-height: 50px;
    border: solid 1px #d6d6d6;
	width: 100%;
}
.prpl-form input[type="checkbox"]:checked + label,
.field input[type="checkbox"]:checked + label{
	 color: #faa21c;
	line-height: 1.5;
}
.prpl-form .select{
	height: 52px;
	border-radius: 4px;
	border: solid 1px #d6d6d6;
}
.prpl-form .action-close{
    background: url(../images/btn-close.png) no-repeat center center #faa21c;
	margin: 0;
	position: absolute;
    border-radius: 4px;
	line-height: normal;
    color: #fff;
    font-size: 16px;
    width: 32px;
    height: 32px;
    font-weight: normal;
    opacity: 1;
    padding: 0;
    text-outline: 6px;
    right: 20px;
	z-index: 15;
	top: 7px;
}
.prpl-form .action-close:before {
	background: #faa21c;
    border-radius: 5px;
    line-height: 32px;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
	font-size: 33px;
    color: #fff;
}
.prpl-form .action-close span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Login Popup Default */
#prpl-modal-inner-wrap{
	padding: 0px;
    background: none repeat scroll 0 0 #fff;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    max-width: 500px !important;
    border-radius: 6px 6px 8px 8px;
    margin: auto;
    z-index: 1050;
    top: 10% !important;
    left: 0;
    right: 0;
    height: 458px;
}
#prpl-modal-inner-wrap .messages {
    margin-bottom: 0px;
}
#prpl-modal-inner-wrap .modal-content{
	padding: 0px;
	z-index: 11;
	overflow: visible;
}
#prpl-modal-inner-wrap #prpl-login.prpl-form{
	box-shadow: none;
	max-width: 100% !important;
	background-color:transparent;
}
#prpl-modal-inner-wrap .action-close{
	z-index: 15;
}
#prpl-modal-inner-wrap .actions-toolbar .primary{
	margin: 20px 0 60px;
}
#prpl-modal-inner-wrap .modal-header{
	padding: 0;
}
#prpl-modal-inner-wrap .modal-title {
    display: inline-block;
    width: 100%;
}

/* Date:20180821 */
.customer-account-create .fieldset,
.customer-account-create .buttons-set{ margin-left: 0px; float: left;	width: 100%;}
.customer-account-create .page-title{ margin-top: 20px;}
.customer-account-create .fieldset>.legend{	margin-left: 0;	line-height: 1.8;}
.form-create-account { padding: 0;}
.form.create.account { min-width: 100%; width: 100%;	}
.customer-account-create .label{ color: #a0a0a0; font-family: "Arial", sans-serif; font-size: 15px;font-weight: normal !important;}
.customer-account-create input[type=email],
.customer-account-create input[type=search],
.customer-account-create input[type=number],
.customer-account-create input[type=password],
.customer-account-create input[type=tel],
.customer-account-create input[type=text] {
    width: 100%;
    max-width: 100%;
}
.customer-account-create .actions-toolbar {
    text-align: center;
}
.customer-account-create select{
	    height: 52px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
}


@media (min-width: 768px){
.prpl-form .fieldset>.field:not(.choice)>.control,
.prpl-form .fieldset>.field:not(.choice)>.control {
    width: 100%;
	position: relative;
}
.prpl-form .fieldset>.field {
    margin: 0 0 8px;
}
.customer-account-create .fieldset>.field:not(.choice)>.label {
    width: 19%;
}
.customer-account-create .field.choice.newsletter{
	margin-left: 15.8%;
	float: left;
}
}


.prices-tier{background:#fff !important;}
input.txt-qty {
    padding: 0;
    text-align: center;
}


.checkout-cart-index .cart-totals .shipping {
    border: 1px solid;
    display: none;
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through;
    font-size: 20px;
	display:none;
}


/* Atmosol custom css */
.product.data.items .data.item.content:not(#product\.info\.description) {
    display: none;
}

.post-list .post-list-item .blogimg {
    width: 26%;
    float: left;
    margin-right: 20px;
}

.post-list .post-list-item .blogimg .blogfeatured-image {
    text-align: center;
}

.post-list .post-list-item .blogimg .blogfeatured-image img {
    padding: 10px;
    border: solid 1px #dcdcdc;
}

.post-list .post-list-item .blog-dtls h2 {
    margin: 0 0 20px 0;
    color: #85858a;
    font-family: "Arial", sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
}

.post-list .post-list-item .blog-dtls h2 a {
    color: #231f20;
}

.post-list .post-list-item .blog-dtls .post-entry {
    margin-bottom: 2em;
}

.post-list .post-list-item .blog-dtls .post-entry p {
    margin-bottom: 10px;
}

.post-meta {
    font-style: normal;
}

.post-list .post-list-item .blog-dtls > .post-meta {
    margin: 0;
    padding: 0;
}

.post-list .post-list-item .blog-dtls {
    float: left;
    width: 70%;
}

.post-list li .post-list-item > .blogsocial-links {
    display: inline-block;
    position: absolute;
    left: 240px;
    bottom: -18px;
}

.post-list li {
    border-bottom: solid 1px #d6d6d6;
    padding: 40px 0;
    margin: 0;
    position: relative;
}

.post-list li:first-child {
    padding-top: 0px;
}

.post-date {
    margin: 0;
}

.post-list li .post-list-item > .blogsocial-links li {
    list-style: none;
    display: inline-block;
    border: none;
    padding: 0;
}

.readmorebtn, .readmorebtn:visited {
    background: #99999d;
    padding: 8px 16px;
    color: #fff;
    display: inline-block;
}

.block-blog-categories ul li .catecount {
    float: right;
    background: #faa21c;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

.post-list-wrapper > .pager > .pages ul li.current {
    background: #faa21c;
    border: solid 2px #faa21c;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0;
    line-height: 30px;
    margin-top: 0;
}

.post-list-wrapper > .pager > .pages ul li.current span {
    color: #fff;
}

.post-list-wrapper > .pager > .pages ul li {
    list-style: none;
    display: inline-block;
    border: none;
    padding: 0;
    margin-right: 4px;
    float: none;
}

.is-blog .page-title.post-title {
    padding-bottom: 20px;
    margin-bottom: 4px;
}

.is-blog .page-title.post-title h1 {
    display: block;
}

.post-view img {
    border: solid 1px #dcdcdc;
    margin: 0px 20px 20px 0px;
    padding: 10px;
    max-width: 100%;
}

.wp-sidebar .block-content .blog-search .button {
    padding: 0;
}

.filter-clear {
    padding: 0;
}

.filter-actions {
    float: right;
}

.product-item-actions .actions-secondary {
    vertical-align: initial;
    width: 38px;
}

#storelocator-map {
    width: 100%;
}

#storelocator_submit {
    background-color: #faa21c;
    border: none;
}

.storelocator-filter {
    padding-top: 10px;
}

.storelocator-wrapper h3.header {
    display: none;
}

@media screen and (min-width: 768px) {
    .storelocator-item:last-child {
        border-right: none;
    }

    .storelocator-wrapper {
        padding-top: 30px;
    }

    .storelocator-wrapper {
        width: 100%;
    }
}

.storelocator-index-index .page-title {
    display: none;
}

.aw-acp-popup__result-view-cart {
    display: none;
}

.wp-sidebar .block-content a.youtube {
    display: none;
}

.post-list.grid li.item {
    width: 100%;
}

.post-list.grid .blogsocial-links li {
    width: 38px;
}

.post-list.grid .blogsocial-links {
    width: 100%;
}

.carousel {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.whycrsBlock {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.aboveFooter {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.carousel-control {
    display: none;
}
