div#primary {
    width: 100%;
    margin: 0 !important;
}

.dashicons, .dashicons-before:before {
    line-height: 1.3 !important;
}

div#secondary {
    display: none;
}

ul.scbp-row {
    list-style: none;
    margin-bottom: 0;
}

.scbp-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}

.scbp-col-3, .scbp-col-4, .scbp-col-5, .scbp-col-6 {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.scbp-col-3 {
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}

.scbp-col-4 {
    flex: 0 0 24%;
    max-width: 24%;
}

.scbp-col-5 {
    flex: 0 0 19%;
    max-width: 19%;
}

.scbp-col-6 {
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
}


.scbp_section .scbp-col-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.scbp_section .scbp-col-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

.scbp_section .scbp-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.scbp_section .scbp-col-6 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.scbp_product_title {
    text-transform: capitalize;
}

.scbp_all_steps {
    width: 100%;
    cursor: pointer;
}

.scbp_all_steps li .scbp-inner figure {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-transform: capitalize;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}


li.scbp_show_icon .scbp-inner figure {
    top: 0;
}

.full-width-row.box_bottom ul li .scbp-inner figure > div {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
}

.scbp_steps_data ul li.product {
    margin-right: 2.882353% !important;
}

.scbp_all_steps ul li .scbp-inner:before {
    content: '';
    display: block;
    height: 100%;
    padding-top: 100%;
}


.scbp-row p.product_title {
    margin: 1rem 0;
}

.scbp-row .scbp-inner {
    position: relative;
}

.load-more-scbp{
    text-align: center;
}

span.is-required {
    font-size: 10px;
    display: block;
    margin-top: 10px;
}

.scbp_all_steps ul li:hover .scbp_remove_prod {
    cursor: pointer;
    display: block;
}

.scbp_remove_prod {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

span.scbp_remove_prod:after {
    content: ' ';
    background-image: url(../images/icon-2.png);
    z-index: 9;
    background-position: center 45%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: block;
}

.box_product_thumbnail {
    position: absolute;
    top: 0;
}

.scbp_button_area h4 {
    float: left;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 45px;
}

.scbp_button_area {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    clear: both;
    padding: 7px 0;
}

.scbp_button_area button {
    margin: 0 5px;
}

.scbp_reset_box {
    float: right;
}

/*ajax loader*/
.scbp_ajax_loader {
    position: fixed;
    display: none;
    width: 64px;
    height: 64px;
    top: 260px;
    left: 50%;
    z-index: 28;
}

.scbp-container{
    position: relative;
}
.scbp-loader-wrapper{
    position: absolute;
    left: 48%;
    top: 45%;
}
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    top: 28%;
    color: #dddddd;
    border: 0;
    z-index: 1;
    width: 24px;
    background: black;
    cursor: pointer;
}

.slick-prev {
    left: 20px;
}

.slick-prev:after {
    content: "\f104";
    font: 40px/1 'FontAwesome';
    margin-left: 4px;
}

.slick-next {
    right: 20px;
    text-align: right;
}

.slick-next:after {
    content: "\f105";
    margin-right: 4px;
    font: 40px/1 'FontAwesome';
}

.slick-prev:hover:after,
.slick-next:hover:after {
    color: #7e7e7e;
}

.scbp_ajax_loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid #000;
    border-radius: 50%;
    animation: scbp_ajax_loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #dc8a8a transparent transparent transparent;
}

.scbp_ajax_loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.scbp_ajax_loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.scbp_ajax_loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes scbp_ajax_loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.scbp-box-col-3 {
    width: 32.3%;
    margin-right: 1.8%;
}

.scbp-box-col-4 {
    width: 24.05%;
    margin-right: 1.8%;
}

.scbp-box-col-5 {
    width: 19%;
    margin-right: 1.8%;
}

.scbp-box-col-6 {
    width: 15.7%;
    margin-right: 1%;
}

.scbp_pagination {
    clear: both;
}

.scbp-inner figure img {
    width: 100%;
}

.scbp_item_steps .scbp-inner {
    background-color: transparent !important;
}

.scbp_all_steps figure {
    margin: 0;
}

.scbp_all_steps img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*disable screen*/
.scbp_overlay {
    background-color: #EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .2;
}

.scbp_load_more {
    text-align: center;
}

.single-product div.product{
    overflow: inherit !important;
}

ul.scbp-row.scbp_section li{
    padding-right: 12px;
}

ul.scbp-row.scbp_section li:hover figure,
ul.scbp-row.scbp_section li:hover figure img{
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

ul.scbp-row.scbp_section li:hover figure{
    background: white;
    box-shadow: 1px 5px 8px 0px #747474;
}
ul.scbp-row.scbp_section li:hover figure img{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*
=========================Single Page Style========================================
*/
.subs-s-btm-area .scbp_all_steps {
    margin-bottom: 15px;
}

.scbp_all_steps {
    background: #ededed;
    padding: 15px;
}

.subs-s-btm-area .scbp_item_steps {
    border-radius: 4px;
    padding: 0;
    margin: 5px;
}

.scbp_item_steps figure {
    top: 50%;
}

.subs-s-btm-area {
    position: unset;
}

.mb-30 {
    margin-bottom: 20px;
}

.scbp_button_area {
    border-top: none;
    border-bottom: none;
}

.single_add_to_cart_button, #submit {
    float: right !important;
}

.scbp_reset_box {
    float: right;
    background-color: #e1e1e1;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 7px 19px;
    line-height: 31px;
    font-size: inherit;
}
.woocommerce button.button.scbp_add_to_box{
    padding: 16px 9px;
    line-height: 0;
    font-size: inherit;
}

/* Custom Layout for Products */
.woocommerce button.button.scbp_add_to_box:disabled, .woocommerce button.button.scbp_add_to_box:disabled[disabled] {
    opacity: unset;
    padding: 16px 9px;
    line-height: 0;
    font-size: inherit;
}

.woocommerce .single_add_to_cart_button{
    padding: 22px 16px;
    line-height: 0;
    font-size: inherit;
}

.scbp_cart_button{
    padding: 22px 16px;
}

ul.scbp_section {
    margin: 30px 0 12px 0;
}

.woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs{
    margin-top: 65px;
}

.scbp_add_to_box.disabled{
    pointer-events: none;
}

.button.scbp_add_to_box{
    margin: 10px 0;
}

.scbp_section_title{
    font-size: 1.4em;
}
.step-wrapper .container{
    padding: 35px 15px;
}

.subs-s-btm-area .lgg-wrap .saving-wrap{
    float: left;
}

.saving-wrap .saving-icon img{
    width: 50px;
    max-width: 100px;
}

.subs-s-btm-area .lgg-wrap form{
    display: inline-block;
    margin-bottom: 0 !important;
    float: right;
}

.subs-s-btm-area .container{
    padding: 40px 0;
}
.subs-s-btm-area h5{
    margin: 0;
    padding: 0 15px;
}
.subs-s-btm-area .container .lff-text{
    padding: 15px 0;
}
.lgg-wrap .saving-icon{
    margin-top: -20px;
}

.subs-s-btm-area .container .lff-text h4{
    margin: 0;
    vertical-align: middle;
    padding: 15px 0;
}

.scbp-load-more-btn{
    position: absolute;
    bottom: -144px;
    left: 30%;
}
/*
=============================================================================
*/


@media only screen and (max-width: 1023px) {
    ul.products li.product {
        height: 100%;
    }

    .scbp_button_area h4 {
        font-size: 30px;
        margin: 0;
    }

    .scbp-box-col-3, .scbp-box-col-4, .scbp-box-col-5, .scbp-box-col-6 {
        width: 31%;
        margin-right: 1.8%;
    }

    .scbp_button_area button {
        width: 132px;
        margin-left: 0;
    }

    .scbp-col-4, .scbp-col-5, .scbp-col-6 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 992px) {
    .clearfix {
        padding-bottom: 0px;
    }
    .scbp-inner div {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .scbp_all_steps ul.scbp-row{
        display: block;
    }
    .subs-s-btm-area .scbp_item_steps{
        margin: 20px auto;
    }
    .subs-s-btm-area .scbp_item_steps:last-child{
        margin-bottom: 0;
    }
    .scbp_button_area .scbp-btns {
        display: flex;
        justify-content: center;
    }

    .subs-s-btm-area .container .lff-text {
         padding: 0;
    }


    .lgg-wrap .saving-wrap,
    .lgg-wrap .saving-icon {
        text-align: center;
        display: block;
    }

    .lgg-wrap .saving-icon img {
        margin: 0 auto;
    }

    .subs-s-btm-area .lgg-wrap .saving-wrap{
        float: none;
    }
    .subs-s-btm-area .lgg-wrap form{
        display: block;
        float: none;
    }
    .subs-s-btm-area .container .lff-text {
        text-align: center;
    }
    .subs-s-btm-area .scbp_all_steps{
        margin-bottom: 0;
    }


    ul.products li.product {
        height: 100%;
    }

    .scbp_button_area button {
        margin-left: 0;
    }

    .scbp_button_area h4 {
        float: none;
    }

    .scbp_reset_box {
        float: none;
        margin-right: -38px;
    }

    .scbp-col-4, .scbp-col-5, .scbp-col-6 {
        flex: 0 0 80.333333%;
        max-width: 80.333333%;
    }
}

@media only screen and (max-width: 667px) {
    ul.products li.product {
        height: 100%;
    }

    .scbp_button_area h4 {
        margin: 0;
        text-align: center;
    }

    span.scbp-btns {
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }

    .scbp_button_area button {
        width: 132px;
        margin-left: 0;
    }

    .subs-s-btm-area .container{
        padding: 40px 15px;
    }

    .scbp_section .scbp-col-3, .scbp_section .scbp-col-4, .scbp_section .scbp-col-5, .scbp_section .scbp-col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}