body{
    font-family: 'Montserrat', sans-serif!important;
    color: #000!important;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6, button{ font-family: 'Montserrat', sans-serif!important; }
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
     max-width: 100%!important; padding-left: 0!important;    padding-right: 0!important;
}
.container { 
    max-width: 1300px; 
    margin:0 auto; 
    padding: 0 15px;
    border-radius: 0;
    background: transparent;
}

@media only screen and (max-width: 1366px) {
    .container {
        max-width: 1200px !important;
    }
}

/*.catalog-product-view .columns,
.catalog-category-view .columns,
.checkout-cart-index .columns{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}*/
.columns{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.cms-home .columns{
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Header csss */
.header-search-wrapper {
    position: static;
    text-align: right;
}
.header-links .header-wrapper-right {
    /*width: fit-content;
    margin:0 auto;*/
    position: relative;
}
.header-wrapper-content.sticky-menu {
    background: white;
    box-shadow: none!important;
}
.page-header .switcher .options .action.toggle:after {
    display: none;
}

.page-header .header.links li.custom-header-links > a:before{ 
    display: none; 
}
.page-header .header.links > li.custom-header-links:after {
    border-right: 1px solid #f1f1f1;
    content: "";
}
.header a:hover { color: #9e9e9e;}
.spot-soo-header{
    display: flex;
    padding: 10px 0 5px 0;
    justify-content: space-between;
}
.header-right {
    width: auto;
}
.page-header .header.links > li {
    margin: 0;   
}
.page-header .header-links .switcher {float: none;}
.page-header .header.panel{padding-top:0;padding-bottom:0;}
.header-links {
    margin-top: 10px;
    padding-top:10px;
}
.page-header .header.links {
    float: right;
}
.page-header .header.links li > a {
    padding: 0 15px;
    font-size: 13px;
}
.page-header .header.links li > a:hover{ color: #107b45; }
.custom-header-links {
    position: relative;
    top: -7px;
}
/* Header csss end*/


/*cart csss */
.page-header .minicart-wrapper .action.showcart {
    padding: 0;
    min-height: auto;
    border-radius: 0;
    border-color: transparent;
    background: transparent;    
    height: 34px;
    text-decoration: none!important;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
    right: -75px;
    left: auto;
    font-size: 13px;
    color: #000;
    top: 9px;
    font-weight: 500;
    background-color: transparent;
}
.minicart-wrapper .showcart .qty .counter-label {
    position: static;
    margin: 0;
}
.page-header .minicart-wrapper .action.showcart .text {
    font-size: 12px;
    font-weight: 600;
    color: black;
}
.page-header .minicart-wrapper .action.showcart .text:hover {
    color: #107b45;
}
.minicart-wrapper {
    margin: -10px 74px 0 10px;
}
/*cart csss end*/


/* logo csss */
.page-header .logo, .page-header .logo-center .logo{     max-width: 100%;      display: block;}
.logo-area .logo img{ height: auto;    max-width: 100%;    width: 100%;}
.logo-area {
    max-width: 230px;
}
.logo-area p {
    font-size: 11px;
    color: #000000;
    text-align: center;
    margin: 10px 0 0 0;
}
.logo-area a:hover{ text-decoration: none; }
/* logo csss end*/


/* Nav csss */
.header-wrapper-bottom {
    background-color: #107b45;
}
.page-header .header-wrapper-bottom {
    border-bottom: none;
}

@media (min-width: 768px){

.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif!important;
    color: #ffffff!important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 18px 15px 18px;
    position: relative;
}
.cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
    color: #fff;
    background-color: transparent;
    border-color: #fec400;
    font: 600 16px/1.35 'Montserrat', sans-serif!important;
}
.page-header .cdz-horizontal-menu .groupmenu li.item.level0 > .groupmenu-drop{ 
    border:none; 
}
.cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    vertical-align: top;
    color: #88bda2;
    font-size: 12px;
    position: absolute;
    top: 19px;
    right: 3px;
}
.cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link:after{
    color: #fff;
}

}

@media only screen and (max-width: 1366px) {
    .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link,.cdz-main-menu .cdz-horizontal-menu li.level0:hover > a.menu-link {
        font-size: 14px !important;
    }
}
/* Nav csss end*/


/* Header icons csss */
.page-header .switcher .options .action.toggle,
.page-header .header.links li > a.my-account,
.page-header .header.links li#authorization-top-link a,
.page-header .header.links li.spot-my-account a{
    font-size: 12px!important;
    text-transform: uppercase;
    padding: 2px 16px!important;
    font-weight: 600!important;
    color: black;
}

.page-header .switcher .options .action.toggle:hover,
.page-header .header.links li > a.my-account:hover,
.page-header .header.links li#authorization-top-link a:hover,
.page-header .header.links li.spot-my-account a:hover{
    color: #107b45;
}
.page-header .header.links li #authorization-trigger:before {
    position: absolute;
    top: -23px;
    font-size: 0!important;
    left: 28px;
    background: url(../images/signin.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
}
.page-header .header-wrapper-content .header.links li > a.register-link::before{
     position: absolute;
    top: -27px;
    font-size: 0!important;
    left: 30px;
    background: url(../images/signup.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 22px;   
}
.page-header .header-wrapper-content .minicart-wrapper .action.showcart:before {
    background-image: url(../images/cart.png);
    width: 27px;
    min-height: 26px;
    padding: 0;
    background-position: unset;
    top: -16px;
    left: 33px;
}
.page-header .header.links li>a.my-account:before {
    background-image: url(../images/account.png);
    width: 26px;
    min-height: 25px;
    padding: 0;
    background-position: unset;
    font-size: 0;
    top: -28px;
    left: 47px;
    position: absolute;
}
.page-header .header.links li.spot-my-account>a:before {
    background-image: url(../images/account.png);
    width: 26px;
    min-height: 25px;
    padding: 0;
    background-position: unset;
    font-size: 0;
    top: -28px;
    left: 47px;
    position: absolute;
}
.page-header .header.links li.log-out>a:before {
    position: absolute;
    top: -25px;
    font-size: 0!important;
    left: 35px;
    background: url(../images/signin.png);
    background-repeat: no-repeat;
    height: 22px;
    width: 22px;
}
/* Header icons csss end*/
.header-top-notifications {
        display: inline-block;
        width: 100%;
        text-align: center;
        border-bottom: 5px solid #333;
        background-color: #fff;
}
.header-top-notifications p {
    margin-bottom: 0;
}
.header-top-notifications p:first-child {
    margin-bottom: 5px;
}
.header-top-notifications a {
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
}
.header-top-notifications a:hover {
    color: #f50 !important;
}

/*Sticky header csss*/
.header-wrapper-content.sticky-menu.active ul.header.links,
.header-wrapper-content.sticky-menu.active .phone-area,
.header-wrapper-content.sticky-menu.active .logo-area{
    display: none;
}
.header-wrapper-content.sticky-menu.active .spot-soo-header,
.header-wrapper-content.sticky-menu.active .header-links{ 
    padding: 0; 
    margin: 0; 
}
.sticky-menu.active .header-right {
    width: 100%;
}

.page-header .sticky-menu.active .minicart-wrapper .action.showcart .counter.qty{
    color: #fff;
    right: -43px;
    font-size: 11px;
    top: 7px;     
}
.page-header .sticky-menu.active .minicart-wrapper .action.showcart .text {
    font-size: 10px;
    color: #fff;
    display: inline-table;
}
.page-header .header-wrapper-content.sticky-menu.active .minicart-wrapper .action.showcart:before{
    background-image: url('../images/cartSticky.png');

}
@media (min-width: 768px){
.header-wrapper-content.sticky-menu.active .minicart-wrapper {
    top: 18px;
}
.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link {
    padding: 12px 12px 12px!important;
}
.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu li.level0 > a.menu-link:after {
    top: 13px;
}
}

.sticky-menu.active .spot-phone-info .phone-infoSticky h6{   
    margin: 0;
    color: #fff;  
    text-align: left;
}
.sticky-menu.active .spot-phone-info .phone-infoSticky a{ 
    color: #fff;
    font-size: 16px;
 }
.header-wrapper-content.sticky-menu.active .spot-phone-info{ 
    display: inline-table!important; 
    margin-left: 10px; 
    padding-top: 2px;
}
.sticky-menu.active .header-wrapper-bottom .spot-phone-info:after {
    background: #fff;
    width: 1px;
    height: 36px;
    top: 3px;
    right: -25px;
    position: absolute;
    content: "";
}
/*Sticky header csss end*/


/* csss for Order By Phone start*/
.phone-area .header-wrapper-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.phone-area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 6px;
    padding-left: 50px;
    min-width: 770px;
}
.phone-area:before{
    content: "";
    background: rgb(204,204,204,1);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 43%);
    height: 1px;
    width: 100%;
    position: absolute;
    top:0;
    right: 0;
}
.phone-info {
    display: flex;
    align-items: center;
}
.phone-info-left {
    margin-right: 10px;
    width: auto;
}
.phone-info-right {
    text-align: left;
    color: #000000;
}
.phone-info-right h3 {
    margin: 0;
    font-size: 13px;
    color: #a7a7a7;
}
.phone-info-right h4 {
    font-size: 14px;
    margin: 0;
    line-height: 23px;
}
.phone-info-right h4 span {
    font-weight: 700;
    font-size: 20px;
}
.logo-link img {
    vertical-align: middle;
    max-height: 40px;
    width: auto;
}
.logo-link a:first-child{margin: 0px 10px 0 0;}
/* csss for Order By Phone end*/


/* Footer section: START*/
.footer-container-wrapper .spot-contact-social-media-section {border-top: 1px solid #eee;border-bottom: 1px solid #eee;}
.footer-container-wrapper .spot-contact-social-media-section .row > div {
    display: inline-block;
    padding: 10px;
    border-left: 1px solid #eee;
    vertical-align: middle;
    min-height: 61px;
}
.footer .spot-contact-social-media-section .row > div:first-child{border-left:0;}
.footer-container-wrapper .spot-contact-social-media-section .row > div div {display: inline-block;vertical-align: middle;text-align: left;}
.footer-container-wrapper .spot-contact-social-media-section .row > div div h3 {font-size: 13px;margin-bottom: 0;}
.footer-container-wrapper .footer-box p.h5 {
    color: #000;
    font-size: 26px;
    margin-bottom: 16px;
    position: relative;
    text-transform: none;
    padding-bottom: 20px;
    font-weight: 700;
}
.page-footer .footer-link li a{font-size:17px; letter-spacing:0.2px;}
.spot-footer-2 h5 {
    background-color: #f8f8f8;
    padding: 10px 100px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.footer-container-wrapper .footer-box p {font-size: 17px;line-height: 26px;color: #595959;}
.page-footer .footer-container-wrapper{padding-bottom:0}
.block.newsletter .action.subscribe {
    min-height: 43px;
    background: #ff5500;
    border: 1px solid #ff5500;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #fff;
}
.block.newsletter .action.subscribe:hover{background: #107b45;
    border: 1px solid #107b45;  }
.block.newsletter .field .control{border: 1px solid #ff5500;padding: 0 10px;}
.footer-box img {
    margin-bottom: 20px;
}
.social {
    padding-top: 8px; margin: 0;
}
.block.newsletter .field .control::before{display: none;}
.footer-links-email-info{ padding-top: 20px!important; }
.footer-links-email-info h3{font-size: 13px;display: inline-block;margin: 0;}
.footer-links-phone-info-right h4{font-size: 18px;font-weight: bold;margin: 0;}
.footer .spot-contact-social-media-section .row > div i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.footer .spot-contact-social-media-section img{ 
    margin-right: 5px;
    vertical-align: middle; 
}
.footer-links-social a{font-size: 20px;padding: 0 5px;color: #6a6a6a;}
.page-footer a.footer-links-desc {
    color: #f50;
    font-size: 17px;
}
.spot-right.footer-copyright a {
    padding: 0 8px;
    border-left: 1px solid #ddd;
}
.spot-right.footer-copyright a:first-child {
    padding-left: 0;
    border-left: 0;
}

/* Newsletter Section Start */
.block.newsletter input{padding-left:0;border: none;}
.spot-newsletter {
    background: #1d88c0;
    padding: 30px 15px;
}
.spot-newsletter h2 {
    font-size: 38px;
    color: white;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 300;
}
.spot-newsletter h2 span {
    font-weight: 500;
}
.spot-newsletter .block.newsletter .field .control {
    border: 1px solid #ffffff;
    padding: 0 10px;
    background: white;
}
.spot-newsletter .col-md-8.col-sm-8.col-xs-24 {
    float: none;
    margin: 0 auto;
}
/* Newsletter Section End */

/* Contact Section Start */
.footer-top-contacts-us-section {
    background: #dbece4;
    text-align: center;
    padding: 60px 0;
}
.spot-contacts-us-btn {
    background: #FF5500;
    color: #fff!important;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none!important;
    border-radius: 2px;
    font-size: 22px;
    width: auto;
    height: auto;
    padding: 13px 48px;
}
.spot-contacts-us-btn:hover{ background: #107b45; }
.footer-top-contacts-us-section h2 {font-weight: 700;font-size: 38px;margin: 0 0 15px 0;}
.footer-top-contacts-us-section h3 {font-size: 18px;}
.footer-top-contacts-us-section p {
    font-size: 18px;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 1.7;
}
/* Contact Section End*/

/* Payment Accepted Csss */
.spot-footer-payment-section h3 {
    margin: 0 5px 0 0;
    font-size: 16px;
    display: inline-block;
}
.spot-footer-payment-section img {
    display: inline-block;
    margin-bottom: 5px;
}   
.spot-footer-payment-section .spot-footer-payment-logo-left img{ max-width: 200px; }
.spot-footer-payment-section .spot-footer-payment-logo-right img{ max-width: 300px; }
.spot-footer-payment-logo-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.spot-footer-payment-logo-left {
    display: flex;
    align-items: center;
}
.spot-footer-payment-section {
    margin-top: 8px;
}
/* Payment Accepted Csss end */

/* About Csss */
.footer-top-about-section {
    margin: 50px 0;
}
.footer-top-about-section-left a {
    color: #FF5500;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin: 10px 0 0 0;
    text-decoration: none!important;
}
.footer-top-about-section-right a {
    color: #FF5500;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
    text-decoration: none!important;
}
.footer-top-about-section-left a:hover,
.footer-top-about-section-right a:hover
{ color: #107b45; }
.footer-top-about-section-left h2 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 15px;
}
.footer-top-about-section-left p {
    font-size: 15px;
    line-height: 25px;
}
.footer-top-about-section-right iframe {
    width: 100%;
    height: 325px;
}
/* About Csss End*/

/* Helpful Tips and Advice Csss */
.footer-top-helpful-tips {
    margin: 50px 0 0 0;
}
.footer-top-helpful-tips h2 {
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-bottom: 10px;
}
.helpful-tipsWrapper {
    width: 100%;
}
.helpfultipsBlock {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.helpfultipsBlockTop {
    position: relative;
}
.helpfultipsBlockimg img {
    width: 100%;
    display: block;  
}
.helpfultipsBlockhover {
    background: rgb(49,173,110, .9);
    position: absolute;
    top: 0;
    color: white;
    height: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px;
    font-size: 16px;
    opacity: 0;
}
.helpfultipsBlockhover p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.helpfultipsBlockhover a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.helpfultipsBlockhover a:hover {
    color: #fff;
}
.helpfultipsBlockhover a i{ 
    font-size: 15px;
    vertical-align: unset;
    margin: 0 0 0 3px; 
}
.helpfultipsBlockTop:hover .helpfultipsBlockhover {
    opacity: 1;
}
.helpfultipsBlockBottom {
    background: white;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    padding: 10px 60px;
    margin-top: -30px;
    position: relative;
    box-shadow: 0 0 22px rgba(0,0,0,0.13);
    max-width: 80%;
    line-height: 25px;
}
.helpfultipsBlock:hover .helpfultipsBlockBottom {
    color: #30AC6C;
}
/* Helpful Tips and Advice Csss End */

.footer .spot-contact-social-media-section .footer-links-location .footer-links-phone-info-right h3, 
.footer .spot-contact-social-media-section .footer-links-location .footer-links-phone-info-right h4 
{font-size: 13px;font-weight: normal;margin: 0;}
.footer-top-client-testimonials h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.footer-top-client-testimonials a {
    border: 2px solid #f55906;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding: 12px;
    font-size: 20px;
    color: #f55906!important;
    font-weight: 600;
    max-width: 350px;
    text-align: center;
    text-decoration: none!important;
}
.footer-top-client-testimonials a:hover{
    border: 2px solid #107b45;
    color: #107b45!important;
}
.footer-top-client-testimonials {
    padding: 50px 0;
    background: url(../images/clientbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-top-client-testimonials .card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px 0 0;
    background-color: #fff;
}
.footer-top-client-testimonials .testimonial_para {
    font-size: 17px;
    text-align: left;
    padding-left: 50px;
    position: relative;
    padding-right: 20px;
    min-height: 180px;
    font-weight: 500;
    line-height: 28px;
}
.footer-top-client-testimonials .testimonial_para::before {position: absolute;content: "\f10d";left:15px;top: 0;font-family: FontAwesome;}
.footer-top-client-testimonials .author-details {
    background-color: #e5e5e5;
    padding: 25px;
    position: relative;
}
.footer-top-client-testimonials .author-details .testimonial-image{position: absolute;top: -30px;right: 0;text-align: right;}
.footer-top-client-testimonials .author-details .testimonial-image img{width: 70px;border-radius: 100%;text-align: right;display: inline-block;}
.footer-top-client-testimonials .author-details h4 {
    color: #236e46;
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 6px;
}
.footer-top-client-testimonials .testimonial_subtitle {
    font-size: 15px;
    color: #000000;
    opacity: .5;
}
.footer-top-client-testimonials .rating i {color: #fc9400;font-size: 15px;}
.googleImage {
    text-align: right;
}
.googleImage img{
    width: auto;
}
.footer-top-client-testimonials p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: center;   
}
/* Footer section: END*/



.page-header .header.links li > a.my-account, 
.page-header .header.links li#authorization-top-link a{
    font-weight:bold;
    text-transform:uppercase;
    position:relative;
}
.page-header .header.links li > a.register-link {
    font-weight: 600 !important;
    font-size: 13px;
    color: #000000;
}
.page-header .header.links li > a.register-link:hover{ color: #107b45;  }
/*.phone-area .header-wrapper-center{width:80%}*/
.search-icon-spot {
    padding: 0;
}
.spot-search {    
    border-left: none!important; 
}
.search-icon-spot img{ width: 21px; }
.search-icon-spot p{
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
/*.search-icon-spot span::before {
    top: 0;
    position: absolute;
    width: 100%;
    left: -6px;
    color: #3cbf7b !important;
    content: "\e86f";
    font-family: Linearicons-Free;
}*/
.page-header .search-spot-custom .search-wrapper .block-search input[type="text"] {border-radius: 0;border: 1px solid #eae9e9;font-style: normal;padding: 25px 20px 21px;font-size: 16px;}


/* special common csss hack */
button {
    background: #ff5500;
    border: 1px solid #ff5500;
    color: white;
    font-family: 'Montserrat', sans-serif!important;
}
button:hover {
    border: 1px solid #ff5500;
    color: #ff5500;
    background-color: #fff;
}
button:focus, button:active {
    background: #fff;
    border: 1px solid #ff5500;
    color: #ff5500;
}
.action.primary {
    background: #ff5500;
    border: 1px solid #ff5500;
    font-family: 'Montserrat', sans-serif!important;
}
.action.primary:hover {
    border: 1px solid #ff5500;
    color: #ff5500;
}
.action.primary:focus, .action.primary:active {
    border: 1px solid #ff5500;
    color: #ff5500;
}
.block-new-customer .block-content .actions-toolbar a.primary {
    color: #ff5500;
    border-color: #ff5500;
    font-family: 'Montserrat', sans-serif!important;
}
.block-new-customer .block-content .actions-toolbar a.primary:hover{
    background-color: #ff5500;
    border-color: #ff5500;
}
a:hover {
    color: #ff5500;
}
a:visited, .alink:visited {
    color: #000;
}
.page-header .switcher .options .action.toggle.active {
    color: #000;
}
.page-header .switcher .options .action.toggle.active:after{
    display: none;
}
/* special common csss hack end*/

/* csss for banner bottom block */
.spot-3-column-block .slotItem img {
    max-width: 83px;
}
.spot-3-column-block .slotItem h2 {
    color: #000;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 15px;
    font-size: 22px;
}
.spot-3-column-block .slotItem p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.spot-3-column-block .block-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100px;
    background: url("../images/seprator.png");
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 90%;
}
.spot-3-column-block .block-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    width: 50px;
    height: 100px;
    background: url("../images/seprator.png");
    background-repeat: no-repeat;
    background-size: 90%;
}
/* csss for banner bottom block end*/

/* csss for Ordering Process */
.orderProcess {    background: #F8F8F8;    padding: 50px 0px;}
.orderProcess .card{ border: none;    background-color: transparent; }
.orderProcesstitle{ 
    text-align: center; 
    font-weight: 700; 
    font-size: 38px; 
    color: black; 
    margin-bottom: 30px; 
}
.divider01{ background-color: black; height: 3px; width: 30px; margin: 7px 0 15px 0; }
.orderProcess .card-body p {
    color: black;
    margin-top: 10px;
    font-size: 17px;
    line-height: 26px;
}
.orderProcesstxt{ text-align: center; }
.orderProcesstxt p {
    font-weight: 500;
    font-size: 20px;
    color: black;
    margin-top: 30px;
}
.mb-3 {
    margin-bottom: 15px;
}
.orderProcess .card-body h2 {
    color: black;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.orderProcess .arrow-icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -310px;
    width: 100%;
    height: 115px;
    background: url(../images/easeArrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.orderProcess .arrow-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -85px;
    width: 100%;
    height: 115px;
    background: url(../images/easeArrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.shopBannerbtn {
    background: #FF5500;
    color: #fff!important;
    display: inline-block;
    width: 220px;
    height: 47px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none!important;
    border: none!important;
    border-radius: 2px;
}
/* csss for Ordering Process end */

.cdz-block-title .b-title.h2 {
    font-weight: 700!important;
    font-size: 38px!important;
    font-family: 'Montserrat', sans-serif!important;
}
.shopArrivalbtn{
    background: #FF5500;
    color: #fff!important;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 28px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none!important;
    border-radius: 2px;
}
.shopArrivalbtn:hover{background: #107b45;}
.spot-featured-products .title-button {float: left;width: 100%;text-align: center;}
.cdz-new-arrivals .title-button {float: left;width: 100%;text-align: center;}
.shopFeaturedebtn{
    color: #F50 !important;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 28px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none!important;
    border-radius: 2px;
    border: 2px solid #F50 !important;
    background-color: #fff;
}
.shopFeaturedebtn:hover{ 
    color: #107b45 !important;
    border: 2px solid #107b45 !important; }



.page-footer .top-footer-wrapper{border: none}
#back-top a{background: #107b45;border: 1px solid #107b45;}
#back-top a:hover {border: 1px solid #107b45;color: #107b45;}



/* csss for New Arrivals product hover button*/
.product-item-details .action.tocart img {
    margin-right: 10px;
    width: 25px!important;
    display: inline-block!important;
}
.view-details-btn img {
    margin-right: 10px;
    width: 20px!important;
    display: inline-block!important;
}
.product-item-details .action.tocart {
    height: 50px!important;
    width: 200px!important;
    background: #fff!important;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    border-radius: 3px!important;
    font-size: 15px!important;
    color: #000!important;
    border: none!important;
    font-weight: 600;
    margin: 0 0 20px 0!important;
    display: flex!important;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 15px!important;
}
.view-details-btn a {
    height: 40px;
    width: 160px;
    background: transparent;
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    font-weight: 600;
    border: 2px solid #fff;
    display: flex;
    margin: 0 auto;
    align-items: center;
    text-decoration: none!important;
}
.cdz-buttons-container button.tocart.primary:before{ display:none;}
/* csss for New Arrivals product hover button end*/


/* csss for slider*/
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #a5a5a5;
}
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot.active span, .cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.cdz-slideshow .owl-carousel.owl-theme .owl-dots .owl-dot span::before{ display: none; }
.cdz-slideshow .owl-carousel .owl-item img { min-height: 380px;}
.shopBannerbtn:hover {
    background: #107b45;}
/* csss for slider end*/

.page-footer .bottom-footer-wrapper {
    border-top: none;
    padding: 20px 0 10px 0;
}
.page-footer .copyright{font-size: 12px;color: #888888;padding-top: 7px;}
.spot-right.footer-copyright {
    padding-top: 4px;
}
.spot-right.footer-copyright a {font-size: 12px;color: #888;}
.page-footer .block-static-block.widget{ margin-bottom: 10px; }
.cdz-slideshow .owl-carousel.owl-theme .owl-nav {display: none;}
.products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover){
    transition: none;
}
.page-footer .bottom-footer-wrapper .footer-custom-block {
    float: left;
}
.page-footer a:hover{ color: #ff5500; }
.footer-design-copyright {
    display: flex;
    font-size: 12px;
    color: #888;
    align-items: center;
    justify-content: flex-end;
}
.footer-design-copyright img{ margin: 0 0 0 10px; width: auto; }
.cdz-new-arrivals .action.towishlist::before {
    font-family: FontAwesome;
    content: "\f004";
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    display: inline-block;
}
#cart-footer {
    display: none!important;
}

/* =================== csss Category Inner Page ====================*/
.catalog-category-view .page-main {
    padding-top: 0px;
}
.catalog-category-view .page-title-wrapper{ 
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%; 
}
.catalog-category-view .category-view {
    position: relative;
}
.catalog-category-view .page-title-wrapper h1{ 
    color: #ffffff;
    display: block;
    font-size: 42px;
    text-transform: none;
    font-weight: 700;
 }
 .catalog-category-view .category-view .category-image .image {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}
.search-page-title-breadcrumb-wrap {
    margin-bottom: 20px;
}

.catalogsearch-result-index .search-page-title-breadcrumb-wrap {
    text-align: center;
}


/*Breadcrums csss*/
.catalog-category-view .wrapper-breadcrums,
.catalog-product-view .wrapper-breadcrums {
    position: absolute;
    top: 75px;
    width: 100%;
    text-align: center;
}
.breadcrumbs strong {
    font-weight: 500;
}
.catalog-category-view .breadcrumbs .items > li,
.catalog-product-view .breadcrumbs .items > li {
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
}
.catalog-category-view .breadcrumbs a, 
.catalog-category-view .breadcrumbs a:visited,
.catalog-product-view .breadcrumbs a, 
.catalog-product-view .breadcrumbs a:visited {
    color: #fff; 
    text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after{ 
    display: none; 
}
.breadcrumbs .items li a span {
    margin: 0 20px;
}

/*Breadcrums csss end*/


/*product grid view csss*/
.products-grid .product-item-info .cdz-hover-section {
    border: 1px solid #ececec;
}
.products-grid .product-item-info .product-item-details {
    position: static;
}
.product-item-info .product-item-details .product-item-name {
    font-family: montserrat,sans-serif!important;
    font-weight: 600;
    text-align: left;
    min-height: 45px;
    max-height: 45px;
    overflow: hidden;
}
.product-item .minimal-price .price-container {
    display: inline-block;
}
.products-grid .product-item .price-box .price {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 16px;
}
.products-grid .product-item .price-box .old-price .price,
.products-grid .product-item .price-box .old-price {
    color: #333;
}
.products-grid .product-item-info .price-box .price-wrapper[data-price-type="finalPrice"]:before{
    display: none;
}
.product-item .price-box .price-label {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    margin-right: 5px;
}
.product-item .price-box {
    text-align: left;
}
.product-item .product-reviews-summary {
    display: block;
    margin: 0;
    text-align: left;
}
.rating-summary .rating-result:before{
        color: #107b45;
        font-family: FontAwesome;
        content: '\f006' '\f006' '\f006' '\f006' '\f006';
}
.rating-summary .rating-result > span:before {
    color: #107b45;
    font-family: FontAwesome;
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
}

.cdz-product-wishlist {
    position: static;
}
.cdz-product-addto-bottom {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 0;
}
.page-products .spot-featured-products .products-grid .product-item-info .product-item-details .product-item-description {
    color: #fff;
    font: 500 16px/1.35 'Montserrat', sans-serif!important;
    white-space: normal;
    text-align: center;
    max-height: 45px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
}
.cdz-product-wishlist a.action.towishlist span {
    position: relative;
    color: #ffa739;
    background: #fff;
    font-size: 13px;
    top: 0;
    left: 0;
    padding: 0;
    font-weight: 600;
    border-radius: 0;
    white-space: nowrap;
    display: inline-block;
}
.cdz-product-wishlist a.action.towishlist:before{     font-size: 14px!important; }
.cdz-product-addto-bottom a.tocompare:hover{
    text-decoration: none;
}
.cdz-product-addto-bottom .tocompare span {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}
.product-item .product-reviews-summary .reviews-actions{
    display: inline-block;
    margin-top: 0;
}
.product-item .product-reviews-summary .reviews-actions span{
    display: none;
}

@media (min-width: 768px){
.products-grid .product-item .product-item-info .cdz-product-bottom:not(.non-hover) {
            background: rgba(60,191,123,0.95);
            min-height: 241px;
            top: 0;
            padding: 20px;
    }
}
/*product grid view csss end*/


/*product List view csss */
.products-list .view-details-btn a{     
    height: 44px;
    width: 160px;
    background: #107b45;
    font-size: 15px;
    margin: 20px 0 0;
    justify-content: center;
}
.products-list .view-details-btn a img { display: none!important; }
.products-list .cdz-product-addto-bottom{
    padding: 0;
    border-top: none;
}
.products-list .product-item .product-item-description {
    margin: 20px 0;
    font-weight: 500;
    line-height: 23px;
    overflow: hidden;
    height: 69px;
}
.products-list .product-item .product-reviews-summary .reviews-actions span:first-child {
    display: block;
    position: relative;
    top: 6px;
}
.products-list .product-item .product-reviews-summary .reviews-actions .add{ display: none; }
.products-list .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
}
.products-list .item a.product-item-photo .main-image .product-image-container,
.products-list .item a.product-item-photo .hover-image .product-image-container{
    border: 1px solid #e1e1e1!important;
    padding: 15px;
    min-height: 240px;
}
.products-list .product-item{
    border-bottom: 1px solid #e1e1e1!important;
}
/*product List view csss end*/


/*Filter csss */
.toolbar-products .sorter{ float: left; }
.toolbar .sorter-options {
    margin: 0 5px 0 7px;
    width: 115px;
    border: 1px solid #e1e1e1;
    padding: 5px 25px 6px 10px;
    height: 38px;
}
.toolbar-products .sorter-action:before{ color: #fff!important; }
.toolbar-products .sorter-action {
    background: black;
    height: 38px;
    width: 38px;
    padding: 9px;
    margin: 0 10px 0 0;
}
.toolbar-products .toolbar-amount {
    font-weight: 600;
}
.toolbar-products .modes {
    float: none;
}
.page-products .toolbar .limiter {
    display: block;
}
.page-products .toolbar .limiter .limiter-options{
    margin: 0 5px 0 7px;
    width: auto;
    border: 1px solid #e1e1e1;
    padding: 5px 25px 6px 10px;
    height: 38px;  
}
.toolbar-products .modes-mode {
    border: 1px solid #e1e1e1;
    margin-right: 10px;
    padding: 4px 5px;
}
.toolbar-products .modes-mode.active{
    background-color: #fff;
    border: 1px solid #107b45;
}
.toolbar-products .modes-mode:before {
    color: #ccc;
    font-size: 22px;
}
.toolbar-products .modes-mode.active:before {
    color: #107b45;
}
.toolbar-products .modes-mode:hover {
        background-color: #107b45;
        border: 1px solid #107b45;
    }    

.toolbar-products .toolbar-sorter .sorter-label,
.toolbar-products .limiter .label,
.toolbar-products .limiter .limiter-text {
    font-size: 14px;
    font-weight: 600;
}
/*Filter csss end*/


/*Left Filter Bar csss */
.sub-category-page-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    margin: 40px 0 40px 5px;
}
.page-title-filter{
    background: #107b45;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    margin: 30px 0 0 0;
    position: relative;
}
.page-title-filter:after{
    content: '\e621';
    font-family: 'luma-icons';
    font-size: 13px;
    color: white;
    position: absolute;
    top:16px;
    right: 20px;
}
.page-title-filter.closed:after{
    content: '\e622';
}
.sidebar-main .block-title{  
    border-bottom: none!important; 
}
.sidebar-main .block-title strong {
    font: 600 20px/1.35 'Montserrat', sans-serif!important;
    border-left: 3px solid black!important;
    padding: 2px 0 0px 10px!important;
    letter-spacing: .2px;
}
.sidebar-main .filter-options {
    background: #FBFBFB;
}
.sidebar-main .filter-options-item{ 
    border-bottom: 1px solid #eaeaea;
    padding: 0 15px 15px 15px;
 }
.sidebar-main .filter-options-title{ 
        text-transform: none;
        font: 600 14px/1.35 'Montserrat', sans-serif!important;

  }
.sidebar-main .filter-options-content a{
        color: #000;
        font-weight: 500;
  }
.sidebar-main .filter-options-content a:hover{
        color: #107b45;
  }
.sidebar-main .filter-options-title:after{
    font-family: FontAwesome;
    content: '\f067';
    font-size: 14px;
} 
.sidebar-main .active > .filter-options-title:after{    
    content: '\f068';
} 
/*Left Filter Bar csss end*/

/* Sidebar Newsletter csss */
.sidebar-additional .spot-newsletter{
    background: url(../images/newsletterBack.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}
.sidebar-additional .spot-newsletter h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.sidebar-additional .spot-newsletter h2:after {
    position: absolute;
    content: "";
    background-color: white;
    width: 50px;
    height: 2px;
    top: 34px;
    left: 40%;
}
.sidebar-additional .spot-newsletter p{
    color: white;
    text-align: center;
    margin-bottom: 25px;
}
.sidebar-additional .spot-newsletter .col-md-8.col-sm-8.col-xs-24{
    width: 100%;
}
.page-main .sidebar.sidebar-additional .block.newsletter {
    margin-bottom: 0;
    background: transparent;
}
.sidebar-additional .block.newsletter .form.subscribe {
    display: block;
}
.sidebar-additional .block.newsletter .actions{ 
        text-align: center;
 }
.sidebar-additional .block.newsletter .field {
    margin: 0 0 20px;
}
/* Sidebar Newsletter csss end */


/* Compare box csss */
.page-main .sidebar.sidebar-additional .block-compare .block-title{
       background: #ececec;
       font: 600 14px/1.35 'Montserrat', sans-serif!important;
       border-bottom: none;
       color: #000;
       padding: 15px;
}
.page-main .sidebar.sidebar-additional .block-compare .block-title strong{
    font: 700 18px/1.35 'Montserrat',sans-serif!important;
    padding-bottom: 5px;
}
.sidebar-additional .block-compare .counter{
    display: block;
    text-transform: none;
    color: #000;
}
.page-main .sidebar.sidebar-additional .block-compare .block-content{
    padding: 15px;
    border: 1px solid #ececec;
}

.sidebar-additional .actions-toolbar .secondary a.action {
    text-decoration: underline;
    color: #107b45;
}
.sidebar-additional .block-compare .action.primary{
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: none;
}
.sidebar-additional .block-compare .action.primary:hover{
    background: #107b45;
}
.sidebar-additional .block-compare .actions-toolbar .secondary{
    float: right;
}
/* Compare box csss end */

/* Product banner csss */
.spot-product-banner-first {
    width: 100%;
    margin-bottom: 20px!important;
    float: left;
    padding: 0 10px;
}
.productBanner{
    background: url(../images/product-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    background-position: center;
    overflow: hidden;
    max-height: 250px;
}
.productBannertxt1 {
    text-align: right;
    color: white;
}
.productBannertxt1 h2{
    font-size: 30px;
    font-weight: 600;
}
.productBannertxt1 p{
    font-size: 13px;
    font-weight: 600;
}
.productBanner .shopBannerbtn {
    background: #FF5500;
    color: #fff!important;
    display: inline-block;
    width: 220px;
    height: 47px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none!important;
    border-radius: 2px;
}
.productBanner .shopBannerbtn:hover {
    background: #000;
}
.productBannertxt2 {
    background: #F9f9f9;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    padding: 18px 0 0 0;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -50px;
}
.productBannertxt2 h3{ 
    color: #FF5500;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
} 
.productBannertxt2 h4{
    color: #000;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
/* Product banner csss end */
/* ====================== csss Inner Category Page end ==============*/



/* =================== csss Single Product Inner Page ====================*/
.catalog-product-view.page-layout-1column .product-info-main {
    width: 65%;
}
.product-info-stock-review {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.catalog-product-view .product-info-stock-review .product-reviews-summary{
    border-bottom: none;
    margin-bottom: 0;    
}
.catalog-product-view .product-info-alert-addto .product-addto-links{
    border-top: none;
    border-bottom: none;
    width: 40%;
}
.product-info-alert-addto {
    justify-content: flex-start;
}
.catalog-product-view .product-info-alert-addto .product.alert.price {
    width: 30%;
}
.catalog-product-view .box-tocart .qty-input .bss-qty-dropdown{
    border: 1px solid #777;
    padding: 5px 30px 5px 15px;
    font-weight: 500;
    background: 0 0;
    height: 50px;
    z-index: 9;
    min-width: 200px;
    position: relative;  
}
.catalog-product-view .box-tocart .qty-input{  margin-right: 15px;  position: relative;  }
.catalog-product-view .box-tocart .qty-input:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #777;
    font-family: 'luma-icons';
    content: '\e622';
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
}
.catalog-product-view .box-tocart .fieldset .qty-minus {
    display: none;
}
.catalog-product-view .box-tocart .fieldset .qty-plus{
    display: none;
}
.catalog-product-view .box-tocart .fieldset{
    display: flex;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
.product-page-featured-products {
    margin-top: 70px;
}
.page-product-configurable.catalog-product-view .box-tocart .control .qty-input .input-text.qty{
    height: 50px;
    min-width: 200px
}
.page-product-configurable.catalog-product-view .product-add-form .product-options-wrapper .control .super-attribute-select{
    height: 50px;
    min-width: 200px;
    border: 1px solid #e1e1e1;
}
.page-product-configurable.catalog-product-view .product-info-price .price-box .price-final_price .price-label{
    font-weight: 600;
    margin-right: 10px;
    color: #000;
    display: inline-block!important;
}
.page-product-configurable.catalog-product-view .product-info-price .price-box .old-price{
    color: #000;
}
/* =================== csss Single Product Inner Page ====================*/


/* =================== csss Grouped Product Inner Page ====================*/
.catalog-product-view .product-main-content{
        padding: 0;
        box-shadow: none;
}
.catalog-product-view.page-layout-1column .product.media{
    width: 30%;
}
.page-product-grouped.catalog-product-view.page-layout-1column .product-info-main {
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.catalog-product-view.page-layout-1column .product-info-main .product-sub-main-content{
    width: 40%;
}
.catalog-product-view.page-layout-1column .product-info-main .product-add-form{
    width: 58%;
}
.catalog-product-view .product-info-main .stock.available, 
.catalog-product-view .product-info-main .stock.unavailable {
    color: #000;
    font: 700 16px/1.35 'Montserrat', sans-serif;
    text-transform: none;
    padding: 0;
    letter-spacing: .2px;
    width: auto;
    margin-bottom: 10px;
    background: transparent;
}
.catalog-product-view .product-info-main .stock.available span, 
.catalog-product-view .product-info-main .stock.unavailable span{
    color: #107b45;
} 
.catalog-product-view .product.media .fotorama__stage { 
    margin-left: 0px !important;
}
.catalog-product-view .product-reviews-summary {
    float: left;
   /* width: 100%;*/
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 20px;    
}
.catalog-product-view .product-info-main .product.overview .value p{
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 20px;
}
.catalog-product-view .table-wrapper.grouped .table > tbody > tr > td{
    border: 1px solid #e1e1e1;
}
.catalog-product-view .table-wrapper.grouped .table > thead > tr > th{
    border: 1px solid #e1e1e1;
    font-family: 'Montserrat', sans-serif!important;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    padding: 15px;
}
.catalog-product-view .table-wrapper.grouped .table > tbody > tr > td .price-box .old-price .price-label{
    display: none;
}
.catalog-product-view .table-wrapper.grouped .table > tbody > tr > td .price-box .old-price .price{
    color: #bbb;
    font-weight: 500;
}
.catalog-product-view .table-wrapper.grouped .table > tbody > tr > td .price-box .old-price {
    color: #bbb;
    display: block;
    margin: 0;
}
.catalog-product-view .table-wrapper.grouped .table > tbody > tr > td .price-box .price{
    color: #107b45;
}
.catalog-product-view  .product-info-main .product-add-form .table.grouped .col.item{
    width: 35%;
}
.catalog-product-view  .product-info-main .product-add-form .table.grouped .col.qty{
    width: 35%;
}
.catalog-product-view  .product-info-main .product-add-form .table.grouped .col.price{
    width: 30%;
}
.catalog-product-view .table.grouped .product-item-name {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500;
    font-size: 12px;
    margin: 0 0 5px 0;
}
.catalog-product-view .table.grouped .product-reviews-summary{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .col.item .spot-prod-ratting{
    float: right;
    width: 100px;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .col.item img{
    float: left;
    width: 40px;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .col.item .product-reviews-summary .reviews-actions .action.add {
    display: none;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .col.item .product-reviews-summary .reviews-actions .action.view span:last-child {
    display: none;
}
.catalog-product-view .table.grouped .product-reviews-summary .reviews-actions a{
    margin:0!important; 
}
.catalog-product-view .product-info-main .table.grouped .rating-summary {
    margin-right: 2px;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .col.qty .bss-qty-dropdown {
    width: 100%;
    border: 1px solid #777;
    padding: 5px 30px 5px 5px;
    height: 34px;
    font-size: 12px;
    font-weight: 500;
    background: none;
    min-width: 150px;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .control.qty{
    position: relative;    
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .control.qty:after {
    position: absolute;
    top:0;
    right: 0;
    content: '';
    height: 34px;
    width: 34px;
    background-color: #777;
    font-family: 'luma-icons';
    content: '\e622';    
    color:#fff;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
}
.catalog-product-view .box-tocart .action.tocart{
    font: 700 16px/1.35 'Montserrat';
    background: #ff5400;
    border: 1px solid #ff5400;
    max-width: 200px;
}
.catalog-product-view .box-tocart .action.tocart:hover {
    background: #ffffff;
    border: 1px solid #ff5400;
    color: #ff5400;
}

.spot-product-description {
    margin: 70px 0;
}
.spot-product-description .title .type{
    font-size: 30px;
}
.spot-product-description .short_description_content p{
    margin-top: 20px;
    font-weight: 500;
    line-height: 24px;
}
.catalog-product-view .product-info-main .product.attibute.overview .title{
    display: none;
}


/* csss for wishlist, compare, feedback */
.catalog-product-view .product-addto-links .action{
    font: 600 12px/1.35 Montserrat;
    width: 33%;
}
.catalog-product-view .product-addto-links .action span{
    width: auto;
    padding: 0;
    border: none;
    color: #000;
    text-transform: none;
}
.catalog-product-view .product-addto-links .action.tocompare span {
    float: none;
}
.catalog-product-view .product-addto-links .action input[type="checkbox"] {
    margin: 0 5px 0 0;
}
.catalog-product-view .product-addto-links .action.towishlist span{
    position: relative;
    padding: 0 0 0 18px;
}
.catalog-product-view .product-addto-links .action.towishlist span:before{
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f08a";
    left: 1px;
}
.catalog-product-view .product-addto-links .action.towishlist span:hover:before{
    content: "\f004";
}
.spot-product-feedback {
    font: 600 12px/1.35 Montserrat;
    float: right;
    display: flex;
}
.spot-product-feedback img{
    margin-right: 5px;
}
.spot-product-feedback a {color: black!important;}
.catalog-product-view .product-addto-links {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0;
}
.catalog-product-view .product.alert.price .action.alert {
    color: #ff5400;
    font-weight: 600;
    position: relative;
    top: -10px;
    left: 5px;
}
.catalog-product-view .product-info-alert-addto .product.alert.stock{
    margin-right: 30px;
}
.catalog-product-view .product-info-alert-addto .product.alert.stock .action.alert{
    color: #ff5400;
    font-weight: 600;
    position: relative;
    top: -10px;
    left: 5px;
}
/* csss for wishlist, compare, feedback end*/


/* csss for top banner */
.product-banner-section {
    position: relative;
    min-height: 250px;
    background: rgba(0,0,0,.8);
}
.product-banner-section .product-category-banner img{ display: block; }
.product-banner-section .page-title-wrapper h1 {
    color: #ffffff;
    display: block;
    font-size: 42px;
    text-transform: none;
    text-align: center;
    font-weight: 700;
    margin: 0;
}
.product-title-breadcrumb-section {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
/* csss for top banner end*/

/* csss for YOU MAY ALSO BE INTERESTED */
.block.upsell .owl-carousel .owl-nav{
    position: static;
}
.owl-carousel .owl-nav [class*='owl-'] {
    background-color: #107b45;
    color: #fff;
    border-color: #107b45;
    border-radius: 0;   
}
.owl-carousel .owl-nav [class*='owl-']:hover {
    color: #ffffff;
    background-color: #ff5400;
    border-color: #ff5400;
}
.catalog-product-view .block.upsell .block-title {
        color: #000;
        text-align: center;
        border-bottom: none;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif!important;
        margin-top: 100px;
}
.catalog-product-view .block.upsell .block-title strong {
    font-size: 34px;
    text-transform: none;
    font-weight: 700;
}
.catalog-product-view .block.upsell .block-title p{
    text-transform: none;
}
.catalog-product-view .block.upsell .products-grid .product-item-info .product-item-details {
    background: #eeeeee;
}
.catalog-product-view .block.upsell .product-item-info .product-item-details .product-item-name {
    text-align: center;
    font-size: 16px;
}
.catalog-product-view .block.upsell .products-grid .product-item-info .product-item-details .product-item-description {
    color: #fff;
    font: 500 18px/1.35 Montserrat;
    padding: 0 0 20px 0;
    white-space: normal;
}
.catalog-product-view .block.upsell .cdz-product-wishlist a.action.towishlist:before{
    content: "\f004";
    color: #ffffff;
    float: right;
}
.catalog-product-view .block.upsell .cdz-product-wishlist a.action.towishlist:hover:before{
    content: "\f004";
    color: #ffffff;
}
/* csss for YOU MAY ALSO BE INTERESTED End*/


/* csss for reviews*/
.catalog-product-view .product.info.detailed:not(.without_tab){
    padding: 0;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.content {
    border-top-width: 0;
    padding: 20px;
    background: #fff;
    margin-top: 50px;
}
.catalog-product-view .product.data.items {
    text-align: left;
    background: #e4e4e4;
}
.catalog-product-view .review-top-block {
    text-align: center;
    margin-top: 20px;
}
.catalog-product-view .review-ratings {
    max-width: 100%;
    float: left;
    margin-bottom: 0;
    display: block;
    width: 100%;
}
.catalog-product-view .product.data.items > .item.title > .switch:before{
    display: none;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title.active > .switch {
    background: #ff9000;
    color: white;
}
.catalog-product-view .data.switch .counter {
    color: #000;
}
.catalog-product-view .product.data.items > .item.title > .switch{
    font: 700 16px/1.35 Montserrat;
    color: #000;    
    height: 50px;
    padding: 15px;
}
.catalog-product-view .review-toolbar:first-child {
    display: block;
}
.catalog-product-view .review-toolbar .limiter {
    display: block;
}
.catalog-product-view .review-toolbar .limiter .limiter-label{
    font-weight: 700;
}
.catalog-product-view .review-toolbar .limiter .limiter-options {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.catalog-product-view .review-toolbar .limiter .limiter-options li {
    display: inline-block;
    list-style: none;
    margin: 0;
}
.catalog-product-view .review-toolbar .limiter .limiter-options li a{
    color: #000; 
    font-weight: 600;
        padding: 0 15px;
}
.catalog-product-view .review-toolbar .limiter .limiter-options li:last-child span{
    display: none;
}
.catalog-product-view .review-toolbar .limiter .limiter-options li a:hover,
.catalog-product-view .review-toolbar .limiter .limiter-options li a:active{
    color: #107b45; 
}
.catalog-product-view .review-ratings .rating-summary{
    display: inline-block;
    margin-right: 50px;
}
.catalog-product-view .review-ratings .rating-label{
    padding-right: 5px;
    display: inline-block;
    font-weight: 500;
}
.catalog-product-view .review-ratings ~ .review-content{
    margin-left: 0;
    margin-top: 15px;
    float: left;
    width: 100%;
    font-weight: 500;
}
.catalog-product-view .review-ratings ~ .review-detailst{
    margin-left: 0;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.review-ratings ~ .review-content, .review-ratings ~ .review-details {
    margin-left: 0px;
}
.catalog-product-view .detailed .content .description p{
    font-weight: 500;
    line-height: 24px;
}
.review-list .block-title strong {
    font-weight: 700;
    font-size: 38px;
}
.review-list .block-title span {
    font-weight: 600;
    font-size: 20px;
}
.review-rating-block {
    color: #ffba00;
    font-size: 24px;
}
.review-top-block h3 {
    font-size: 28px!important;
    font-weight: 700;
    margin: 10px 0 10px 0;
}
.review-top-block h4 {
    font-size: 24px!important;
    margin: 0 0 30px 0;
}   
.catalog-product-view .review-toolbar .limiter {
    float: left;
}
.catalog-product-view .review-toolbar .pages {
    padding: 0;
    text-align: right;
    padding-bottom: 30px;
}
.catalog-product-view .review-toolbar .pages a.page{
    padding: 4px 20px;
    border: 1px solid #e1e1e1;
    color: #000;    
}
.catalog-product-view .review-toolbar .pages .action{
    background: #107b45;
    border: 1px solid #107b45;
    padding: 4px 20px;
    position: relative;
}
.catalog-product-view .review-toolbar .pages strong.page{
    background: #107b45;
    border: 1px solid #107b45;
    padding: 4px 20px;
}
.catalog-product-view .review-toolbar .pages .action:visited {
    background: #107b45;
    border: 1px solid #107b45;
    padding: 4px 20px;
    color: #fff;
}
.catalog-product-view .review-toolbar .pages a.page:hover {
    background: #107b45;
    border: 1px solid #107b45;
    color: #ffffff;
    text-decoration: none;
}
.catalog-product-view .items.review-items .review-date {
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
.catalog-product-view .items.review-items .review-date .review-details-label{
    position: static;
}
.catalog-product-view .items.review-items .review-author {
    display: block;
    font-weight: 600!important;
    margin: 0 0 4px 0;
}
.catalog-product-view .items.review-items .review-author .review-details-value {
    font-weight: 600;
}
.catalog-product-view .items.review-items .rating-summary .rating-result:before{
    color: #000;
}
.catalog-product-view .items.review-items .rating-summary .rating-result > span:before {
    color: #000;
}
.catalog-product-view .review-toolbar .pages .action span{
    position: static;
    color: #fff;
    font-size: 14px;
}
.catalog-product-view .review-toolbar .pages .action span.label{  position: absolute; }
.catalog-product-view .review-toolbar .pages .action.next:before{
    color: #fff;
    position: absolute;
    right: 17px;
    font-size: 12px;
}
.catalog-product-view .review-toolbar .pages .action.previous:before{
    color: #fff;
    position: absolute;
    left: 10px;
    font-size: 12px
}
.catalog-product-view .review-toolbar .pages .action.previous{
    min-width: 100px;
    text-align: center;
    padding: 4px 5px 5px 16px;
}
.catalog-product-view .review-toolbar .pages .action.next{
    min-width: 100px;
    text-align: center;
    padding:5px;
}
/* csss for reviews End*/

/* ====================== csss Inner Grouped Product Page end ==============*/


/* ====================== csss Inner Cart Page ==============*/
/* header */
.checkout-cart-index .header-wrapper-content.sticky-menu{
    box-shadow: 0px 0px 1px #8c8686!important;
}
.checkout-cart-index .header-wrapper-content.sticky-menu.active{
    display: none;
}
.checkout-cart-index .spot-cart-phone-area:before {
    content: "";
    background: rgb(204,204,204,1);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 43%);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 2px;
    right: 0;
}
.checkout-cart-index .spot-cart-phone-area .header-wrapper-center {
    justify-content: flex-end;
    display: flex;
}
.checkout-cart-index .spot-cart-phone-area .cart-phone-info h4{
    font-weight: 600;
    margin: 0;
}
.checkout-cart-index .spot-cart-phone-area .cart-phone-info h4 span{
    font-size: 24px;
    font-weight: 700;
    padding: 0 2px 0 10px;
}
.checkout-cart-index .page-header .header.links li #authorization-trigger:before {
    position: absolute;
    top: -1px;
    font-size: 0!important;
    left: -3px;
    background: url(../images/user.png);
    background-repeat: no-repeat;
    height: 19px;
    width: 15px;
    background-size: 90%;
}
.checkout-cart-index .custom-header-links {
    position: relative;
    top: 0;
    text-transform: uppercase;
}
.checkout-cart-index .custom-header-links a{
    font-size: 12px;
    font-weight: 600;
    color: black;
}
.checkout-cart-index .header-links {
    /*margin-top: 0;
    padding: 5px 0 12px 0;*/
    text-align: right;
}
.checkout-cart-index .page-header .header.links > li.custom-header-links{
    position: relative;
    margin-left: 20px;
}
.checkout-cart-index .page-header .header.links > li.custom-header-links:after {
    border-right: none;
    position: absolute;
    top: 2px;
    left: -10px;
    background: url(../images/newsletter.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 20px;
}
/*.checkout-cart-index .logo-link, .checkout-cart-index .phone-info{
    display: none;
}*/
/* header end */

/* footer */
.checkout-cart-index .footerTop {
    padding: 30px 0 10px 0;
}
.checkout-cart-index .page-footer {
    background: #107b45;
    color: #fff;
}
.checkout-cart-index .page-footer .bottom-footer-wrapper {
    background: #0f7341;
    padding: 10px 0 10px 0;
    }
.checkout-cart-index .page-footer .copyright{
    color: #fff; padding: 7px 0 0 0;
}
.checkout-cart-index .spot-right.footer-copyright a{
   color: #fff; 
}  
.checkout-cart-index .footer-design-copyright{
    color: #fff;
}  
.checkout-cart-index .page-footer .spot-right {
    padding: 5px 0 0 0;
}
.checkout-cart-index .firstcol {
    display: flex;
    align-items: center;
}
.checkout-cart-index .weAccept {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.checkout-cart-index .secureBy {
    display: flex;
    align-items: center;
    margin: 15px 0;
    justify-content: flex-end;
}
.checkout-cart-index .secondcol {
    text-align: center;
}
.checkout-cart-index .firstcol h3{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.checkout-cart-index .firstcol h4{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.checkout-cart-index .firstcol  a {
        color: #fff;
}
.checkout-cart-index .firstcol  a:hover {
        color: #ff5400;
}
.checkout-cart-index .firstcol img{
    margin-right: 10px;
}
.checkout-cart-index .secondcol h3{
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.checkout-cart-index .secondcol h4 a{
    color: #fff;
        font-size: 24px;
        font-weight: 600;
}
.checkout-cart-index .secondcol h4 a:hover{
    color: #ff5400;   
}
.checkout-cart-index .thirdcol h3 {
    font-weight: 400;
    font-size: 14px;
    min-width: 110px;
}
/* footer end*/


/* cart*/
.checkout-cart-index .page-main .page-title-wrapper .page-title {
    display: block;
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 38px;
    margin: 30px 0 30px 0;
}
.checkout-cart-index .cart .action.continue,
.checkout-cart-index .cart  button {
    background-image: none;
    background: #ff5400;
    border: 1px solid #ff5400;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 1px;
    }
.checkout-cart-index .cart .action.continue:hover,
.checkout-cart-index .cart  button:hover {   
    background: #107b45;
    border: 1px solid #107b45;
}    
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout{
    background: #ff5400;
    border: 2px solid #ff5400;
    color: #fff;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout:hover{
    background: #107b45;
    border: 2px solid #107b45;
    color: #fff;
}
.checkout-cart-index .cartTop {
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: right;
}
 .checkout-cart-index .cart-container .form-cart {     padding-right: 0; }

.checkout-cart-index .cartTopRight ul li {
    display: flex;
    margin: 0 20px;
    align-items: center;
}
.checkout-cart-index .cartTopRight ul li img{  margin: 0 10px 0 0; }
.checkout-cart-index .cartTopRight ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.checkout-cart-index .alertBox {
    background: #f3c6c6;
    border: 1px solid #b3b3b3;
    padding: 10px;
    margin: 20px 0;
}
.checkout-cart-index .alertBox p{
    padding: 0px; margin: 0;
}
.checkout-cart-index .alertBox p a{ color: #107b45; }
.checkout-cart-index .secureBox {
    text-align: right;
}
.checkout-cart-index .cartTopLeft a {
    color: #107b45;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.checkout-cart-index .cartTopLeft a img{
    margin: 0 10px 0 0;
}
.checkout-cart-index .cart-summary{
    box-shadow: none;
}
.checkout-cart-index .cart-summary > .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper {
    box-shadow: none;
    padding: 0;
}
.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
    border: 1px solid #e1e1e1;
    padding: 15px!important;
    vertical-align: middle;
    font-weight: 700;
}
.checkout-cart-index .cart-container .form-cart .actions.main {
    text-align: left;
    box-shadow: none;
    padding: 0;
    margin-top: 20px;
}
.checkout-cart-index .cart.table-wrapper .cart > .item {
    border-bottom: none;
    padding: 0;
}
.checkout-cart-index .cart.table-wrapper .item td {
    padding: 10px!important;
    border: 1px solid #e1e1e1!important;
    font-weight: 500;
    min-width: 40px;
    vertical-align: middle;
}
.checkout-cart-index .cart.table-wrapper .input-group-text.qty {
    border: 1px solid #e1e1e1;
    width: 160px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before{
    display: none;
}
.checkout-index-index .page-header {
    box-shadow: 0px 0px 1px #8c8686!important;
}
.donationBlock {
    margin-bottom: 20px;
}
.selectDonation select {
    border: 0;
    border: 1px solid #e1e1e1;
}
.donationDescription {
    display: flex;
    margin: 15px 0;
}
.donationDescription img{
    width: 100px;
    margin-right: 10px;
}
.donationAdd {
    display: flex;
}
.actionDonation{
    display: flex;
    align-items: center;
}
.actionDonation {
    background-color: #107b45;
    color: #fff;
    border: none!important;
    width: 150px;
    height: 40px;
}
.actionDonation:hover {
    background-color: #ff5400;
}
.checkout-cart-index .inputDonation {
    height: 40px;
    color: #000;
    border: 1px solid #E1E1e1;
    font-family: 'Montserrat', sans-serif!important;
    padding: 10px;
    width: 200px;
}
.checkout-cart-index a.use-ajax.action.towishlist.action-towishlist {
    display: none;

}

.checkout-cart-index .spot-footer-2 h5{ background-color: #fff;  padding: 15px;}
.checkout-cart-index .spot-footer-2 .spot-warning {     padding: 0 0 30px 0;    background-color: #fff; }
/* cart end*/
/* ====================== csss Inner Cart Page end ==============*/



/* ====================== csss Site Map Page ==============*/
.cms-page-view .sitemapWrapper {
    margin-top: 30px;
}
.cms-page-view .mainTitle {
    font-weight: 700;
    font-size: 30px;
}
.cms-page-view .txtrow h3 {
    margin: 0 0 5px 0;
    font-weight: 600;
}
.cms-page-view .txtrow p {
    line-height: 1.7;
    margin: 0 0 20px 0;
}
.cms-page-view .cms-page-banner-section {
    position: relative;
    min-height: 250px;
    background: rgba(0,0,0,.8);
}
.cms-page-view .cms-title-breadcrumb-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.cms-page-view .cms-page-banner-section .page-title-wrapper h1 {
    color: #ffffff;
    display: block;
    font-size: 42px;
    text-transform: none;
    font-weight: 700;
    margin: 0;
}
.cms-page-view .cms-page-banner-section .breadcrumbs .items > li {
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
}
.cms-page-view .cms-page-banner-section .breadcrumbs a, 
.cms-page-view .cms-page-banner-section .breadcrumbs a:visited {
    color: #fff;
    text-decoration: none;
}
.cms-home.cms-index-index .cms-page-banner-section {
    display: none;
}
/* ====================== csss Site Map Page end ==============*/


/* ====================== csss Reward Page ==============*/
.cms-page-view .rewardWrapper {
    margin-top: 30px;
}
.cms-page-view .colorGreen{
    color: #107b45;
}
.cms-page-view .rewardWrapper .addReview p{     
    display: inline-block; 
}
.cms-page-view .rewardWrapper .addReview a{ 
    color: #000; 
}
.cms-page-view .borderTop {
    border-top: 1px solid #e1e1e1;
    margin: 15px 0;
}
.cms-page-view .rewardWrapper .col-md-12 img{
    margin-bottom: 20px;
}
.cms-page-view .rewardWrapper .col-md-24 img{
    margin: 20px auto;
    display: table;
}
.cms-page-view .rewardWrapper .col-md-24 .addReview img {
    margin: 0 0 0 5px;
    display: inline-table;
}
.cms-page-view .rewardWrapper .txtrow h3 {
    margin: 0 0 10px 0;
}
/* ====================== csss Reward Page end ==============*/


/* ====================== csss About Page ==============*/
.cms-page-view .aboutWrapper {
    margin-top: 30px;
}
.cms-page-view .aboutWrapper .aboutColumn{
    margin: 0 0 25px 0;
}
.cms-page-view .aboutWrapper .aboutColumn h3{ margin: 0 0 10px 0; }
.cms-page-view .aboutWrapper .aboutColumn p{    
    line-height: 1.7;
    margin: 0 0 20px 0;
    min-height: 170px;
}
.cms-about-us .wrapper-breadcrums {
    display: block;
}
/* ====================== csss About Page end ==============*/

/* ====================== csss Faq Page ==============*/
.cms-page-view .faqWrapper {
    margin-top: 30px;
}
.cms-page-view .cms-page-banner img{
    min-height: 250px;
    display: block;
}
.cms-page-view .faqWrapper .txtrow a{
    color: #107b45;
    text-decoration: underline;
}
.cms-page-view .faqWrapper .txtrow ul li{
    list-style: none;
}
.cms-page-view .faqForm {
    text-align: center;
    margin-top: 50px;
}
.cms-page-view .faqForm h3{
    font-size: 26px;
    font-weight: 600;
}
.cms-page-view .faqForm form {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 40px;
}
.cms-page-view .faqForm form .inputType {
    border: 1px solid #e1e1e1;
    font-family: 'Montserrat', sans-serif!important;
    padding: 10px;
    margin-bottom: 22px;
    height: 44px;
    color: #bdbdbd;
    font-size: 14px;
}
.cms-page-view .faqForm form textarea.inputType{
    height: 120px;
}
/* ====================== csss Faq Page end ==============*/

/* ====================== csss Shipping Return Policy Page ==============*/
.cms-page-view .shippingReturnWrapper {
    margin-top: 30px;
}
.cms-page-view .shippingReturnWrapper .mainTitle{
    text-align: center;
}
.cms-page-view .shippingReturnWrapper form {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 20px;
}
.cms-page-view .shippingReturnWrapper form .inputType {
    border: 1px solid #e1e1e1;
    font-family: 'Montserrat', sans-serif!important;
    padding: 15px;
    margin-bottom: 30px;
    height: 56px;
    color: #bdbdbd;
    font-size: 14px;
    border-radius: 3px;
}
.cms-page-view .shippingReturnWrapper .returnForm{
    text-align: center;
    margin-bottom: 50px;
}
/* ====================== csss Shipping Return Policy Page end ==============*/

/* ====================== csss Shipping Information Page ==============*/
.cms-page-view .shippinginfoWrapper {
    margin-top: 30px;
}
.cms-page-view .shippinginfoWrapper .txtrow p{
    margin: 0 0 10px 0;
}
.cms-page-view .shippinginfoWrapper .txtrow h3{
    margin: 0 0 15px 0;
}
.cms-page-view .shippinginfoWrapper .txtrow h4 {
    text-align: center;
    margin-top: 30px;
}
.cms-page-view .shippinginfoWrapper .txtrow h4 ~ p {
    text-align: center;
}
.cms-page-view .shippinginfoWrapper table {
    border: 1px solid #e1e1e1;
    max-width: 800px;
    margin: 20px auto;
}
.cms-page-view .shippinginfoWrapper table th{
    background: #e1e1e1;
}
.cms-page-view .shippinginfoWrapper table tr{
    border-bottom: 1px solid #e1e1e1;
}
/* ====================== csss Shipping Information Page end ==============*/

/* ====================== csss TermsConditions and Privacy Page ==============*/
.cms-page-view .termsWrapper,
.cms-page-view .privacyWrapper {
    margin-top: 30px;
}
.cms-page-view .termsWrapper h2,
.cms-page-view .privacyWrapper h2{
    font-weight: 600;
}
.cms-page-view .privacyWrapper h3{
    margin: 15px 0 5px 0;
}
.cms-page-view .privacyWrapper ul{
    list-style: none;
}
.cms-page-view .privacyWrapper ul li{
    margin: 0;
}
.cms-page-view .privacyWrapper ul li::before {
    content: "\2022";
    color: #107b45;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 20px;
}
/* ====================== csss TermsConditions and Privacy Page end ==============*/


/* ====================== csss Retail Stores Page ==============*/
.cms-page-view .retailStoresWrapper{
    margin-top: 30px;
}
.cms-page-view .retailStoresWrapper h4{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.cms-page-view .retailStoresWrapper .txtrow p:first-child{
    font-weight: 600;
}
.cms-page-view .retailStoresWrapper table td{
    border: 1px solid #e1e1e1;
}
.cms-page-view .retailStoresWrapper table {
    max-width: 800px;
    margin: 30px auto;
}
.cms-page-view .retailStoresWrapper table p{
    line-height: 1.7;
    margin: 0;
}
.cms-page-view .retailStoresWrapper table h3{
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 600;
}
/* ====================== csss Retail Stores Page end ==============*/

/* ====================== csss Holiday Shipping Schedule Page ==============*/
.cms-page-view .holidayshippingWrapper{
    margin-top: 30px;
}
.cms-page-view .holidayshippingWrapper table td{
    border: 1px solid #e1e1e1;
}
.cms-page-view .holidayshippingWrapper table th{
    border: 1px solid #e1e1e1;
    font-weight: 600;
}
.cms-page-view .holidayshippingWrapper table {
    max-width: 800px;
    margin: 30px auto;
}
/* ====================== csss Holiday Shipping Schedule Page end ==============*/

/* ====================== csss Customer Service Page ==============*/
.cms-page-view .customerServiceWrapper{
    margin-top: 30px;
}
/* ====================== csss Customer Service Page end ==============*/

/* ====================== csss Shipping Restrictions and Age Policy Page ==============*/
.cms-page-view .shippingRestrictionsWrapper,
.cms-page-view .agePolicyWrapper{
    margin-top: 30px;
}
.cms-page-view .shippingRestrictionsWrapper ul li{
    font-weight: 600;
    list-style: none;
}
.cms-page-view .agePolicyWrapper .imgrow {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}
/* ====================== csss Shipping Restrictions and Age Policy Page end ==============*/
/*E-Cigs Page csss*/
.shopBybrand {
    margin-bottom: 50px;
}
.shopBybrand .row{
    display: flex;
    align-items: center;
}
.shopBybrand h2{
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 15px 0;
}
.shopBybrand p{
    line-height: 1.7;
}
.viewAllBtn {
    border: 1px solid #000;
    color: #000;
    border-radius: 3px;
    padding: 10px 15px;
    display: inline-block;
    margin: 15px 0;
}
.viewAllBtn:hover {
    text-decoration: none;
    border: 1px solid #FF5500;
    color: #FF5500;
}
.productColumn{}
.productColumn .itemBlock {
    position: relative;
    margin-bottom: 20px;
}
.productColumn .itemBlock .itemBlockimg img{ display: block; }
.productColumn .itemBlock .itemBlocktitle{ text-align: center; }
.productColumn .itemBlock .itemBlocktitle h2 {
    background: white;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    padding: 14px 20px;
    margin-top: -30px;
    position: relative;
    box-shadow: 0 0 22px rgba(0,0,0,0.13);
    min-width: 200px;
    line-height: 25px;
    text-align: center;
    border-radius: 1px;
}
.saleBanner{ position: relative; }
.saleBanner .saleBannerimage img{ display: block; }
.saleBanner .saleBannertxt {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 50px 0;
}
.saleBanner .saleBannertxt .saleBannertxtBlock {
    max-width: 600px;
    margin-left: auto;
}
.saleBanner .saleBannertxt .saleBannertxtBlock h2{
    color: #ffc000;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.saleBanner .saleBannertxt .saleBannertxtBlock h3{
    color: white;
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.saleBanner .saleBannertxt .saleBannertxtBlock p{
    color: white;
    font-size: 16px;
}
/*E-Cigs Page csss end*/

/*Accessories Page csss*/
.category-wrapper .container{
    max-width: 1000px;
}
.saleBanner.txtCenter .saleBannertxt .saleBannertxtBlock {
    max-width: 100%;
    margin-left: auto;
    text-align: center;
}
.productWrap {
    margin-top: 50px;
}
.productWrap .itemWrap{
    margin-bottom: 30px;
}
.productWrap .itemWrap .itemWrapimg img{ display: block; }
.productWrap .itemWrap .itemWraptitle h2{
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.productWrap .itemWrap .itemWraptitle{
    margin-top: 15px;
}
.productWrap .itemWrap .itemWraptitle p{
    line-height: 1.7;
}
.productWrap .itemWrap .itemWraptitle a{
    color: #107b45;
    font-weight: 600;
    text-decoration: underline; 
}
.productWrap .itemWrap .itemWraptitle a:hover{
    color: #FF5500;
}
.shopBannerbtn.btnGreen {
    background: #107b45;
}
.shopBannerbtn.btnGreen:hover {
    background: #FF5500;
}
/*Accessories Page csss end*/
.customer-account-index .page.messages{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.product-item-details .action.tocart:hover {
    background: #f50!important;
    color: #fff!important;
}
.view-details-btn a:hover{
    border: 2px solid #107b45;
    background: #107b45;
}
.form-create-account .control.customer-dob {
    display: flex;
}
.form-create-account .control.customer-dob button{
    width: 200px;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .col.qty .bss-qty-dropdown {
    z-index: 9999;
    position: relative;
}
.product-reviews-summary.short.empty {
    min-height: 21px;
}
.category-view .category-title-section .category-image{
    margin-bottom: 0;
}
.category-view .category-title-section{
    background: rgba(0,0,0,.8);
}
#bss_ajaxcart_popup .btn-viewcart .viewcart:hover,
#bss_ajaxcart_popup .btn-continue .continue:hover {
    background: #ff5400!important;
}
.page-products .products-grid .product-item-info .product-item-details .product-item-description {
    color: rgb(255, 255, 255);
    white-space: normal;
    text-align: center;
    max-height: 87px;
    margin-bottom: 10px;
    font: 500 16px / 1.35 Montserrat, sans-serif !important;
}
.stock.unavailable {
    color: #fff;
    border-radius: 3px;
    background: red;
    padding: 10px;
    font-weight: 600;
    width: 160px;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 15px;
}
.product-item-info .stock.unavailable:hover {
    color: #fff;
    background: red;
}
.breadcrumbs{
    text-align: center;
    line-height: 1.7;
}
.catalog-product-view .product.info.detailed .product.data.items .item.title.active .switch .counter{
    color: #fff;
}
.product-item-details .action.tocart img.whiteIcon {
    display: none!important;
}
.product-item-details .action.tocart:hover img.whiteIcon{
    display: inline-block!important;
}
.product-item-details .action.tocart:hover img.blackIcon{
    display: none!important;
}


/*csss model checkout cart index */
.popup-authentication .modal-popup .modal-header {
    padding-bottom: 0;
}
.popup-authentication .block-authentication{
    display: block;
    border-top: none;
}
.block-authentication .actions-toolbar>.primary{
    float: left;
}
.block-authentication .actions-toolbar>.secondary{
    float: right;
}
.block-authentication .block[class]+.block:before{
    display: none;
}
.block-authentication .block[class]+.block{
    border-left: none;
}
.popup-authentication .new-customer-top-content {
    background: #FFF3CD;
    padding: 13px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    margin-bottom: 20px;
}
.popup-authentication .new-customer-top-content a{
    color: #107B45;
    padding: 0 0 0 3px;
}
.block-authentication .block-title strong, 
.block-authentication .block-title {
    font-weight: 600;
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-transform: none;
    font-family: montserrat,sans-serif!important;
}
.block-authentication .block-title strong:after {
    content: "";
    background: #e1e1e1;
    width: 100%;
    height: 1px;
    position: absolute;
    margin: 0 0 0 10px;
    bottom: 0;
}
.popup-authentication .block-authentication .form-login .field .input-text{
    border: 1px solid #e1e1e1;
    font-family: montserrat,sans-serif!important;
    padding: 10px;
}
.popup-authentication .block-authentication .form-login button,
.popup-authentication .block-new-customer .block-content .actions-toolbar a.primary {
    background: #107B45;
    border: none;
    padding: 8px 20px;
    width: 120px;
    font-size: 15px;
    color: white;
    margin: 0;
}
.popup-authentication .block-authentication .form-login button:hover,
.popup-authentication .block-new-customer .block-content .actions-toolbar a.primary:hover {
    background: #f50;
    border: none;
    color: white;
}
.popup-authentication .block-new-customer .block-title{
    text-align: left;
}
.popup-authentication .block-new-customer .block-content {
    text-align: left;
    line-height: 1.7;
}
.popup-authentication .block-new-customer .actions-toolbar{
    text-align: left;
}
.popup-authentication .actions-toolbar .secondary .action:hover{
    color: #f50;
}
.catalog-category-view .products-grid .desktop_3 .product-items:not(.owl-carousel)>.product-item:nth-child(3n+1) {
    clear: none;
}
.catalogsearch-result-index .products-grid .desktop_3 .product-items:not(.owl-carousel)>.product-item:nth-child(3n+1) {
    clear: none;
}
.product-item .price-box .minimal-price {
    margin: 0;
}
.page-layout-1column.cms-index-index .columns .column.main {
    padding: 0;
}
/*csss model checkout cart index end */
.pages strong.page {
    background: #107b45;
    border: 1px solid #107b45;
}
.pages a.page:hover {
    background: #107b45;
    border: 1px solid #107b45;
}
.pages a.page:active {
    background: #107b45;
    border: 1px solid #107b45;
}
.pages .action:active,
.pages .action:hover {
    background: #107b45;
    border: 1px solid #107b45;
}
.page-wrapper>.page-bottom{
    width: 100%;
}
.category-bottom-description-title {
    margin-top: 30px;
}
.category-bottom-description-title h4 {
    margin-top: 30px;
}
.product-reviews-summary .reviews-actions a,
.product-reviews-summary .reviews-actions a:visited {
    color: #333;
}
a {
    color: #000;
}
.catalog-product-view .page-main {
    padding-top: 40px;
}
.product-info-main .product.attibute.overview .value{
    line-height: 1.7;
}

.catalog-product-view .product-info-price .price-box .old-price .price-label{
    display: none;
}
.catalog-product-view .product-info-price .price-box .old-price .price,
.catalog-product-view .product-info-price .price-box .old-price .price-wrapper{
    color: #bbb;
}

/*Account Page Csss*/
.customer-account-index .page-main {
    padding-top: 40px;
}
.customer-account-index .block-collapsible-nav .item + .item{
   border-top: 1px dashed #000;
}
.customer-account-index  .block-collapsible-nav .item a,
.customer-account-index  .block-collapsible-nav .item a:visited {
    color: #000;
}
.abs-remove-button-for-blocks:before, .sidebar .product-items .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filter-current .action.remove:before{
    color: #000;
}
.customer-account-index .sidebar .block-reorder .product-items-names .product-item {
    display: flex;
}
.catalog-category-view .sidebar .block-reorder .product-items-names .product-item {
    display: flex;
}
/*Account Page Csss End*/
.catalog-category-view .products-list .qty.qty2.bss-qty-dropdown, .catalogsearch-result-index .products-list .qty.qty2.bss-qty-dropdown{
    display:none !important;
}
/*Product list view csss*/  
.catalog-category-view .child-category-bottom-featured{
    background-image: url(../images/featuredBack.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.catalog-category-view .products-list .product-item .product-reviews-summary .reviews-actions span{
    top: 8px;
}
.catalogsearch-result-index .products-list .product-item .product-reviews-summary .reviews-actions span{
    top: 8px;
}
.catalog-category-view .products-list .view-details-btn a{
    border: none
}
.catalog-category-view .products-list .view-details-btn a:hover{
    border: none;
    background: #FF5500;
}
.catalog-category-view .products-list .old-price .price-wrapper {
    color: #bbb;
}
.catalog-category-view .products-list .old-price .price-wrapper .price {
    font: 500 14px/1.35 'Montserrat', sans-serif!important;
    color: #bbb;
}
.catalogsearch-result-index .products-list .view-details-btn a {
    border: none;
}
.catalogsearch-result-index .products-list .view-details-btn a:hover {
    border: none;
    background: #FF5500;
}
/*Product list view csss end*/  

.fancybox-wrap #bss_ajaxcart_popup{
    width: 100%;
    max-width: 100%;
}
#bss_ajaxcart_popup .btn-viewcart,
#bss_ajaxcart_popup .btn-continue,
#bss_ajaxcart_popup .checkout-link{
    width: 33%;
    float: left;
    color: #ffffff;
    text-align: center;
}
#bss_ajaxcart_popup .btn-viewcart .viewcart,
#bss_ajaxcart_popup .btn-continue .continue,
#bss_ajaxcart_popup .checkout-link a{
    background: #185A35;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    font-weight: 600;
    padding: 10px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 160px; 
}
#bss_ajaxcart_popup .btn-viewcart .viewcart:hover,
#bss_ajaxcart_popup .btn-continue .continue:hover,
#bss_ajaxcart_popup .checkout-link a:hover{
    background: #FF5500;
}
#bss_ajaxcart_popup { text-align: left; }
#bss_ajaxcart_popup .spot-cart-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
#bss_ajaxcart_popup .product-image {
    max-width: 200px;
    margin-right: 20px;
}
#bss_ajaxcart_popup  .action a{
    text-decoration: none;
}
.catalog-product-view .fancybox-wrap .fancybox-skin {
    padding: 30px!important;
}

.catalog-product-view .box-tocart .action.tocart:focus,
.catalog-product-view .box-tocart .action.tocart:active{
    color: #fff;
}
.products-list .cdz-product-addto-bottom {
    padding: 0;
    border: none;
}
.products-list .product-item-info .product-item-details .product-item-name {
    min-height: auto;
}
.products-list .list-prod-name-ratting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/*new csss*/
.products-list .product-item .price-box.price-final_price {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.product-item .minimal-price-link {
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    color: #bbb;
}
.products-list .cdz-product-wishlist-comapre {
    display: flex;
}
.products-list .product-item-name .product-item-link {
    font-size: 16px;
}
.products-list .product-item .price-box .price {
    font-weight: 700;
    font-family: montserrat,sans-serif!important;
    font-size: 16px;
}
.catalog-product-view  .product-info-main .stock.unavailable span {
    color: red;
    background: #fff;
}
.cdz-product-silder{
    font-size: 16px;
    font-weight: 500;
}
.cdz-product-helpfull-headline {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.spot-footer-2 .spot-warning {
    background-color: #f8f8f8;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.colorGreen {
    color: #107b45!important;
}
.products-list .product-item .price-box.price-final_price .price-box {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin: 0;
}
.fancybox-inner {
    min-width: 550px;
}
.catalogsearch-result-index .page-footer .footer-content-top { padding-top: 0;}
.account .block-reorder .product-item .field.item {
    float: left;
}
.account .sidebar .block-reorder .product-item .product-item-name {
    padding: 0 0 0 5px;
    display: block;
}
.new-arrivals {
    margin-top: 30px;
}
.featured-products {
    margin: 50px 0;
}
/**********product categories *************/
.home-page-item.popular-categories {
    margin-top: 1rem;
}
.popular-categories .sections {
    width: 95%;
    margin: 1rem auto;
}
.popular-categories .sections .title {
    font-size: 20px;
    font-weight: 700;
    color: #34bd76;
    margin-top: 30px;
    min-height: 0;
    margin-bottom: 1.5rem;
}
.popular-categories .content p {
    font-size: 15px;
    font-weight: 500 !important;
    color: #000;
    text-align: left;
    min-height: 80px;
    margin-bottom: 10px;
}
.popular-categories a.shop-arrival.contact.shopArrivalbtn {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}
.popular-categories .pop-cat-title h1 {
    text-align: center;
    color: black;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.popular-categories a:hover {
    text-decoration: none;
}
.popular-categories .sections .img {
    height: 200px !important;
    text-align: center;
}
.popular-categories .sections img {
    width: 200px;
    margin-top: 10px;
    object-fit: contain;
    height: 100%;
}
/**********product categories ends*************/
/*******media query for home-slider-start********/
@media screen and (max-width: 1536px) and (min-width: 1440px){
    .cdz-slideshow-description .cdz-owlcarousel-des h2 {
        font-size: 48px !important;
        line-height: 60px !important;
    }
}
/*******media query for home-slider-ends********/

.header-wrapper-content.sticky-menu.active .logo-area{
    display: block;
}
@media (min-width: 768px){
.header-wrapper-content.sticky-menu.active .logo {
    top: 6px;
    width: 150px;
    display: block;
}
.header-wrapper-content.sticky-menu.active .logo .main-logo{ display: none; }
.header-wrapper-content .logo .white-logo{ display: none; }
.header-wrapper-content.sticky-menu.active .logo .white-logo {
    display: block;
    background: #fff;
    padding: 5px;
    width: 96px;
}
.header-wrapper-content.sticky-menu.active .logo-area p{ display: none; }
.page-products .products-grid .product-item .product-item-info.spot-hover:hover .cdz-product-bottom:not(.non-hover) {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
}
.page-products .products-grid .product-item .product-item-info.spot-hover .cdz-hover-section:hover .cdz-product-bottom:not(.non-hover){
-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
}
.sticky-menu.active .cdz-main-menu .cdz-horizontal-menu .groupmenu {
    text-align: center !important;
}
.spot-footer-2 {
    margin-top: 10px;
}   
#bss_ajaxcart_popup .checkout-link a{background: #FF5500;}
#bss_ajaxcart_popup .checkout-link a:hover{ background: #185A35; }
.cart.table-wrapper .actions-toolbar .action-delete {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.cart.table-wrapper .product-item-details {
    vertical-align: middle;
}
.cart.table-wrapper .actions-toolbar > .action-delete > span {
    position: relative;
    color: #333;
    font-size: 13px;
    margin: 0 0 0 1px;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover .fa{
    color: #07aa59;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover{ text-decoration: none; }
.cart.table-wrapper .actions-toolbar > .action-delete:hover span{
    color: #07aa59;
}
#shipping-zip-form select {
    border: 0;
    border-bottom: none;
    background: #f5f5f5;
}
#shipping-zip-form .input-text{
    border: 0;
    border-bottom: none;
    background: #f5f5f5;
}
.page-products .products-grid .product-item-info .product-item-description {
    color: rgb(255, 255, 255);
    white-space: normal;
    text-align: center;
    max-height: 87px;
    margin-bottom: 10px;
    font: 500 16px / 1.35 Montserrat, sans-serif !important;
    overflow: hidden;
}
/* FNF design: START*/
.navigation, .navigation li.level0 > .level-top { background: transparent!important; color: #fff!important;}
.navigation li.level0 > .level-top:hover {
    color: #fff!important;
    background: transparent!important;
}
.footer-top-about-section-right {
    max-height: 425px;
    overflow: hidden;
}
.navigation li.level0 > .level-top {
    padding: 16px 20px;
    font: 600 14px/1.35 Montserrat, sans-serif;
    letter-spacing: 1px;
}
.navigation .level0 .submenu a{text-align: left;}
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    color: #000;
    background-color: #f2f2f2;
}
.cms-home .fade-on-hover:hover {
    opacity: .7;
}

.checkout-index-index .white-logo{
    display: none;
}
.cms-about-us .about-title {
    font-weight: 600;
}
.cms-about-us .about-smoke {
    line-height: 1.7;
}
.cms-about-us .about-text {
    line-height: 1.7;
}
.form-orders-search .input-text, .form-orders-search .select {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}
.form-orders-search {
    max-width: 800px;
    margin: 0 auto;
}
.sales-guest-form .page-title-wrapper {
    margin-bottom: 10px;
}
.form-orders-search .control {
    display: inline-block;
    width: 70%;
}
.form-orders-search .label {
    width: 20%;
}
.catalogsearch-advanced-index .form.advanced .input-text {border: 1px solid #e1e1e1;border-radius: 3px;padding: 10px; } 
.catalogsearch-advanced-index .form.advanced {max-width: 800px;margin: 0 auto; }
.header-top-notifications p{ color: #008000; font-weight: 600; font-size: 18px; margin: 0!important; }
.checkout-index-index .header.content { padding: 0 15px!important;max-width: 1230px!important; margin: 0 auto;}
.navigation li.level0:hover > .level-top.ui-state-active{  font: 600 14px/1.35 Montserrat, sans-serif; }
.search-wrapper-mobile .search-wrapper{ display: none; }
.checkout-cart-index .page-header .header.links > li.custom-header-links {    top: 0; }
.checkout-cart-index .spot-cart-phone-area:before{  background: none; }
.checkout-cart-index .search-spot-custom.search-wrapper-mobile {    display: none; }
.soo-fnf-price-section {
    text-align: left;
    margin-bottom: 15px;
}
.catalog-product-view .product.alert.stock .action.alert {
    color: #ff5400;
    font-weight: 600;
    position: relative;
    top: -10px;
    left: 5px;
}
.catalog-product-view .product-info-main .product-info-price{margin-bottom: 15px;}
.page-product-grouped .block-shipping-estimation {
    width: calc(100% - 0px);
}

/* FNF design: END*/
.checkout-index-index .new-address-popup {
    display: none;
}
.block-minicart .items-total span{     font-size: 13px;    text-transform: none;    display: inline-block;     }
.block-minicart .subtotal{     text-transform: none; } 
.account .form-edit-account .customer-dob .ui-datepicker-trigger { min-width: 130px; }
.account .form-edit-account .control.customer-dob { display: flex; }
.catalog-product-view .product-info-main .product-info-price{ width: 100%; }
.catalog-product-view .product-addto-links .action{ text-align: left; }
.account .table-wrapper.orders-recent { overflow-x: auto;}
.advanced-search-page-banner-section{ 
    position: relative;
    min-height: 250px;
    background: rgba(0,0,0,.8); 
    padding-top: 50px;
}
.advanced-search-title-breadcrumb-section .page-title{ 
    color: #ffffff;
    display: block;
    font-size: 42px;
    text-transform: none;
    font-weight: 700;
    margin: 0;
    padding: 0 15px;
    text-align: center;
}
.advanced-search-title-breadcrumb-section .breadcrumbs .items li,
.advanced-search-title-breadcrumb-section .breadcrumbs .items li a{
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
}
@-moz-document url-prefix() {   
    .checkout-cart-index .table-wrapper .table{ border-collapse: separate!important; padding: 0!important; }
}

.ship-to button.action.action-edit {
    display: none;
}
.cart-summary div#block-shipping {
    display: none;
}
@keyframes blinkingButton {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5;
        background-color: #d9750a;
    }
    50% {
        opacity: 0.75;
        background-color: #185a35;
    }
    75% {
        opacity: 0.5;
        background-color: #d9750a;
    }
    100% {
        opacity: 1;
    }
}
.checkout-payment-method .payment-method-billing-address .primary .action-update:not(:hover) {
    animation: blinkingButton 1.02s infinite;
}
/*17apr21*/
.stock.available_ strong {
    color: #107B45;
    font-size: 14px;
}
.stock.unavailable_ strong {
    font-size: 14px;
    color: red;
}
#category-products-grid .soo-fnf-price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-item .price-box{
    margin: 0px;
}
.products-list .stock.available_ {
    margin-top: 10px;
}
.page.messages{padding: 0 15px 20px 0px !important;}
/*17apr21*/
/*18 apr21*/
#category-products-grid .soo-fnf-price-section.userlog {
    display: inline-block;
}
/* remove singin popup */
li#authorization-top-link div.actions.switcher-options {
    display: none !important;
}

.page-header .header.links li.authorization-link > a:before {
    background-image: url(../images/signin.png);
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    background-size: 100%;
    top: -24px;
    left: 28px;
}

/* remove singin popup */

/*18 apr21*/
/*19 apr21*/
body input[type="text"], body input[type="password"], body input[type="url"], body input[type="tel"], body input[type="search"], body input[type="number"], body input[type="datetime"], body input[type="email"] {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-style: normal;
}
body input[type="text"]::-webkit-input-placeholder, body input[type="password"]::-webkit-input-placeholder, body input[type="url"]::-webkit-input-placeholder, body input[type="tel"]::-webkit-input-placeholder, body input[type="search"]::-webkit-input-placeholder, body input[type="number"]::-webkit-input-placeholder, body input[type="datetime"]::-webkit-input-placeholder, body input[type="email"]::-webkit-input-placeholder { /* Edge */
    color: #000;
}
body input[type="text"]:-ms-input-placeholder, body input[type="password"]:-ms-input-placeholder, body input[type="url"]:-ms-input-placeholder, body input[type="tel"]:-ms-input-placeholder, body input[type="search"]:-ms-input-placeholder, body input[type="number"]:-ms-input-placeholder, body input[type="datetime"]:-ms-input-placeholder, body input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
body input[type="text"]::placeholder, body input[type="password"]::placeholder, body input[type="url"]::placeholder, body input[type="tel"]::placeholder, body input[type="search"]::placeholder, body input[type="number"]::placeholder, body input[type="datetime"]::placeholder, body input[type="email"]::placeholder {
    color: #000;
}
/*19 apr21*/

/*12Nov22*/
@media only screen and (min-width: 768px){
    .header-wrapper-content > .header.content {
        display: none;
    }
    .header-wrapper-content.sticky-menu.active .minicart-wrapper {
        display: none;
    }
}
body {
    padding: 0;
}
html {
    padding: 0;
}
.block.filter .block-subtitle {
    display: none;
}
.block.filter .filter-options .filter-options-content, .block.filter .filter-options dl.options-content, .block.filter .filter-options dd, .block.filter .filter-options dl.options dd {
    margin: 0;
    padding: 10px 0;
}
.filter-options-content-outer {
    padding-top: 0;
    border: 0;
}
.items.filter-checkbox li {
    margin-bottom: 10px;
}
.block.filter .filter-options .filter-options-item .filter-options-title {
    text-transform: none;
}
.catalog-product-view .product-info-main .product-add-form .table.grouped .control.qty:after{
    display: none;
}
select[bss-qty-dropdown="bss-qty-dropdown"] {
    background: #FFFFFF url(../images/select-icon.png) no-repeat right top/auto;
    min-width: 180px;
    border: 1px solid #000;
    padding: 5px 56px 5px 15px;
    font-weight: 500;
    z-index: 9;
    height: 42px;
    margin: 0;
    width: auto;
        background-size: auto 42px;
}
.catalog-product-view .box-tocart .action.tocart {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 42px;
}
.catalog-product-view .box-tocart .qty-input:after {

    display: none;
}
#bss_ajaxcart_popup {
    max-width: 620px;
}
.mfp-close:hover, .mfp-close:focus {
    border: 0;
}
.page-product-configurable.catalog-product-view .box-tocart .control .qty-input .input-text.qty {
    height: 42px;
    min-width: auto;
}
.table.grouped .col.qty .control.qty select[bss-qty-dropdown="bss-qty-dropdown"] {
    min-width: 150px;
    border: 1px solid #000;
    padding: 5px 42px 5px 10px;
    height: 34px;
    background-size: 34px 34px;
    font-size: 12px;
    text-align: left;
}
.minicart-wrapper #mini-cart .product .actions {
    margin: -28px 0 0;
}
.page-main .sidebar .block.block-collapsible-nav + .block.block-collapsible-nav {
    display: none;
}
.block.filter .filter-options .filter-options-item.active {
    border-bottom: 1px solid #eaeaea;
}
/*12Nov22*/
/*23Nov22*/
.minicart-items select[bss-qty-dropdown=bss-qty-dropdown] {
    height: 28px;
    font-size: 12px;
    min-width: 150px;
    max-width: 150px;
    padding: 0 35px 0 5px;
    background-size: 30px;
    line-height: 16px;
}
.minicart-items .update-cart-item {
    margin-top: 3px;
}
.minicart-items .item-qty {
    margin-right: 0;
    text-align: center;
    width: 40px;
    height: 28px;
    margin-left: 10px;
    border: 1px solid;
}
.cart.table-wrapper select[bss-qty-dropdown=bss-qty-dropdown] {
    min-width: 170px;
    padding: 5px 44px 5px 5px;
    font-weight: 500;
    height: 34px;
    max-width: 170px;
    background-size: auto 34px;
    font-size: 13px;
    border-collapse: separate;
}
.cart.table-wrapper .col.qty .input-text {
    height: 34px;
    width: 50px;
    margin-top: 5px;
    border: 1px solid;
    padding-left: 5px;
    padding-right: 5px;
}
.checkout-cart-index .cart.table-wrapper .item tr.item-actions {
    display: none;
}
.cart.table-wrapper .actions-toolbar .action-delete {
    margin-top: 15px;
    position: relative;
}
.cart.table-wrapper .actions-toolbar {
    min-height: auto;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.minicart-items .product-item-details {
    padding-left: 80px;
    text-align: left;
}
.minicart-items .update-cart-item {
    padding: 5px;
}
/*23Nov22*/
/*08Dec22*/
.details-qty-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minicart-items .update-cart-item {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 28px;
}
.minicart-items .item-qty {
    margin-left: 0;
}
.minicart-wrapper #mini-cart .product .actions {
    margin: 0;
}
/*08Dec22*/
/*20Dec23*/
body .buyagain-orders input[type="number"] {
    border: 1px solid #e1e1e1;
    max-width: 40px;
    text-align: center;
    height: 42px;
}
.buyagain-orders .action.primary {
    margin: 0;
}
.checkout-cart-index .cart.table-wrapper.buyagain-orders .cart thead tr th.col.image, .checkout-cart-index .cart.table-wrapper.buyagain-orders .cart tbody tr td.col.image {
    padding-right: 50px !important;
}
.checkout-cart-index .cart.table-wrapper.buyagain-orders .cart thead tr th.col.amount, .checkout-cart-index .cart.table-wrapper.buyagain-orders .cart tbody tr td.col.amount {
    padding-right: 20px !important;
}
.checkout-cart-index .cart.table-wrapper.buyagain-orders .cart thead tr th.col.add-to-cart, .checkout-cart-index .cart.table-wrapper.buyagain-orders .cart tbody tr td.col.add-to-cart {
    min-width: 210px;
}
body.checkout-cart-index  .buyagain-orders input[type="number"] {
    height: 40px;
}
.checkout-cart-index .buyagain-orders .action.primary {
    font-size: 13px;
}
@media only screen and (max-width: 767px){
    .buyagain-customer-index .toolbar-amount {
        position: relative;
        text-align: center;
    }
    .buyagain-customer-index.account .order-products-toolbar .pager .pages {
        text-align: center;
    }
}
@media only screen and (min-width: 768px){
    .checkout-cart-index .cart-discount,.checkout-cart-index .cart-container .form-cart {
        padding-right: 3%;
    }
}
.checkout-cart-index .buyagain-orders .action.primary:hover {
    background: #fff;
    border-color: #ff5500;
}
/*20Dec23*/
/*21Dec23*/
.buyagain-orders .price-box .price-container .price {
    font-weight: 600;
}
.buyagain-orders .price-box .old-price .price-container .price {
    font-weight: 500;
    color: #bbb;
}
.buyagain-orders .price-box .old-price .price-label{
    display: none;    
}
.buyagain-orders .price-box .old-price {
    color: #bbb;
    margin-left: 5px;
}
/*21Dec23*/
/*17Jan24*/
.shipping-tracking-popup .page-title-wrapper {
    text-transform: uppercase;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 25px;
}
/*17Jan24*/
/*22Feb24*/
option[data-discount="1"],.prices-tier li.item, .prices-tier .item strong, .prices-tier .item span, .prices-tier .item strong .price {
    color: #107B45;
    font-weight: bold;
}
/*22Feb24*/