﻿body, h1, h2, h3, h4, h5, p, a, header, nav, menu, footer, input, textarea, button, .alert, .label, li, div {
    font-family: "proxima-soft","Varela Round",sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    word-spacing: normal;
}


.container-fluid {
    padding: 0;
}

header .logo {
    padding: 0;
}

.MA-0 {
    margin: 0 !important;
}

a:hover {
    text-decoration: none;
}

.mandatory {
    color: #d0011b !important;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: none;
}
.btn-link:hover{
    border: 1px solid #44a512;
}
.breadcrumb-layer {
    background-color: #f5f6f7;
    padding: 5px 0;
    border-bottom: 1px solid #d5d5d5;
}

.breadcrumb-text {
    padding: 8px 15px;
    color: #000;
    font-size: 12px;
}

    .breadcrumb-text a {
        color: #44a512;
        font-size: 12px;
    }

        .breadcrumb-text a:last-child {
            color: #333;
            pointer-events: none;
        }
.to-top{
    background:#27572e;
}
.to-top:hover{
    background:#27572e !important;
}
.widget-photo {
    height: 180px;
    box-shadow: 0 1px 0 0 #cacaca;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}

    .widget-photo > .container {
        position: relative;
    }

.widget-main-content {
    padding-bottom: 25px;
    background-color: #fff;
}

.widget-detail-holder {
    color: #fff;
    min-height: 100px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:15px;
    height:100%;
}

    .widget-detail-holder .divider-line{
        width:100px;
        height:1px;
        background:#fff;
    }

.widget-title-text {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.widget-detail-text {
    font-size: 18px;
    line-height: 1.47;
    color: #fff;
}

.widget-box-holder {
    margin: 25px -15px;
}

.widget-wrapper {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    text-align: center;
}

.widget-image-holder {
    height: 200px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /*background-image: linear-gradient(118deg, rgba(66, 45, 217, 0.05), rgba(2, 218, 250, 0.05));*/
    position: relative;
}

    .widget-image-holder img {
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.widget-content {
    padding: 0 12px 25px 12px;
    color: #333333;
}

.widget-content-title {
    padding-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
}

.widget-content-details {
    /*min-height: 80px;*/
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.47;
}
.widget-content .btn-link {
    color: #fff;
    border: 1px solid #27582e;
    background: #27582e;
    width:60%;
    font-weight:700;
}

a.widget-btn {
    padding: 11px 30px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #89bd34, #44a512);
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #fff !important;
}

    a.widget-btn:active {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

/*new changes*/
.interaction-sec{
    /*padding:20px;*/
    display:flex;
    justify-content:space-between;
}
/*====== WIDGET MODAL ======*/
.widget-modal .modal-subtitle {
    font-size: 14px;
    line-height: 1.57;
    color: #fff;
}

.widget-modal .modal-header {
    padding: 12px 20px 12px 20px;
    background: #27582e;
}

@media (min-width: 768px) {
    .widget-modal .modal-dialog {
        width: 840px;
    }
}

.widget-modal .close-btn {
    position: absolute;
    padding: 8px;
    top: 4px;
    right: 4px;
    cursor: pointer;
    color:#fff;
}

.widget-modal .close-btn-rar {
    position: absolute;
    padding: 8px;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.widget-modal .close-btn-rar span {
        font-size: 16px;
    }


    .widget-modal .close-btn span {
        font-size: 16px;
    }

.widget-modal .modal-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
}

.widget-modal .modal-body {
    padding: 0;
}

.add-widget-container {
    margin: 0;
    table-layout: fixed;
}

.right-widget-content {
    padding: 25px;
    width: 40%;
}

.left-widget-content {
    padding: 0px;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    background: #fff;
    height: 100%;
}

.widget-logo-holder {
    display: table-cell;
    vertical-align: middle;
}

    .widget-logo-holder img {
        width: 78px;
        height: 19px;
    }

.rating-widget {
    width: auto;
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
}

    .rating-widget .widget-rating-holder .widget-review-holder {
        padding-left: 8px;
    }

    .rating-widget .rating-text-holder {
        min-width: 35px;
        text-align: center;
    }

.app-widget-small .rating-text-holder {
    font-size: 15px;
}

.app-widget-small .widget-star-holder span {
    font-size: 16px;
}

.app-widget-small .widget-review-holder {
    font-size: 10px;
}

.app-widget {
    width: auto;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    display: none;
}

    .app-widget .widget-rating-holder {
        padding: 1px 5px;
    }

    .app-widget .widget-review-holder {
        text-align: center;
    }

.app-logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
}

.app-widget-small .rating-text-holder {
    font-size: 15px;
}

.app-widget-small .widget-star-holder span {
    font-size: 14px;
    padding: 0;
}

.app-widget-small .widget-review-holder {
    font-size: 10px;
}

.app-widget-medium .widget-star-holder span {
    font-size: 18px;
    padding-left: 2px;
}

.widget-rating-holder {
    width: 100%;
    padding: 5px 12px;
    display: table;
}

.responsive-logo {
    display: none;
    margin-right: 4px;
}

.widget-star-holder {
    display: table-cell;
    vertical-align: middle;
}

.widget-star-holder .pull-right > span {
    padding-left: 2px;
}  

    .widget-star-holder span {
        font-size: 20px;        
    }

.widget-resp-star-holder {
    display: none;
}

.rating-text-holder {
    padding-right: 4px;
    font-size: 22px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    color: #ff9700;
}

.widget-review-holder {
    font-size: 11px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    color: #888;
    text-align: right;
}

.bg-green {
    background-color: #44a512;
}

.sel-product {
    position: relative;
}

    .sel-product input {
        min-width: 0;
        height: 40px;
        padding: 8px 14px;
        font-size: 15px;
        font-weight: 500;
        border: solid 1px #ccc;
        color: #333;
        box-shadow: none;
    }

.add-wr-button input, .layout-options input {
    display: none;
}

.add-wr-button {
    margin-bottom: 12px;
    color: #999999;
}

    .add-wr-button [type="checkbox"]:checked + label, .add-wr-button [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
        font-weight: 400;
    }

        .add-wr-button [type="checkbox"]:checked + label:before, .add-wr-button [type="checkbox"]:not(:checked) + label:before {
            content: '';
            width: 18px;
            height: 18px;
            position: absolute;
            left: 0;
            top: 0;
            border: 1px solid #44a512;
            border-radius: 100%;
            background: #fff;
        }

        .add-wr-button [type="checkbox"]:checked + label:after {
            content: '';
            width: 11.4px;
            height: 11.4px;
            background: #44a512;
            position: absolute;
            top: 3.68px;
            left: 3.2px;
            border-radius: 100%;
        }

.layout-type-title {
    padding: 0px 0 10px 0;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

#reviewRatingWidgetModal .layout-type-title {
    padding: 10px 0 10px 0;
}

.layout-type-holder {
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.layout-type {
    padding: 3px 0;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #999999;
    width: 100px;
    border-radius: 20px;
}

    .layout-type.active, .layout-type:hover {
        background: #27582e;
        color: #ffffff;
    }

    .layout-type:not(:last-child) {
        border-right: 2px solid #fff;
    }

.layout-options [type="radio"] + label,
.layout-options [type="checkbox"] + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    font-weight: 400;
}

    .layout-options [type="radio"] + label:before,
    .layout-options [type="checkbox"] + label:before {
        /* content: '';
        width: 14px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #27582e;
        border-radius: 100%;
        background: #fff;*/
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        border: 1px solid #27582e;
        border-radius: 50%;
    }

.layout-options [type="radio"]:checked + label:after {
    /* content: '';
    width: 10px;
    height: 9px;
    background: #27582e;
    position: absolute;
    top: 3px;
    left: 2px;
    border-radius: 100%;*/
    content: '';
    position: absolute;
    top: 50%;
    left: 3px; /* Adjust to center inside the outer circle */
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #27582e; /* Initially transparent */
    border-radius: 50%;
}

.layout-options [type="checkbox"]:checked + label:after {
    /* content: '';
    width: 16px;
    height: 16px;
    background: #27582e;
    position: absolute;
    top: 3.2px;
    left: 3.2px;
    border-radius: 100%;
    font-family: 'ms-icons' !important;
    content: "\2713";
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    transition: all .2s;
    text-align: center;*/
    content: '';
    position: absolute;
    top: 50%;
    left: 3px; /* Adjust to center inside the outer circle */
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #27582e; /* Initially transparent */
    border-radius: 50%;
}

#ratingWidgetModal .layout-options .ratingwrbtn {
    padding: 10px 0 20px 0;
}

.layout-options ul li {
    padding: 12px 20px 15px 0;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    display: inline-block;
}

.layout-options label {
    margin: 0;
}

.small-med-list {
    display: none;
}

.sign-up-option {
    padding-top: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #999999;
}

.html-content {
    padding: 15px 10px;
    border-radius: 4px;
    border: solid 1px #b1c4b4;
    background: #f7fdf8;
    color: #333;
}

.html-note {
    padding-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.38;
    color: #aaa;
    text-align: center;
}

.copy-code-btn {
    width: 100%;
    padding: 10px 15px;
    margin-top: 5px;
    border-radius: 4px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #b1c4b4;
    background: #f7fdf8;
    color: #27582e;
    margin-bottom: 10px;
    position:relative;
}
#ratingWidgetModal .modal-body{
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:20px;
}
#reviewRatingWidgetModal .modal-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.copy-code-btn:hover {
    color: #27582e !important;
}

a.write-review-btn {
    padding: 5px 10px;
    border-radius: 4px;
    background: #27582e;
    font-size: 11px;
    color: #fff;
}

    a.write-review-btn:hover {
        color: #fff !important;
    }
/*====== WIDGET MODAL ======*/
/*====== Review & Rating Widget Modal Start ======*/
/*#reviewRatingWidgetModal .left-widget-content{
            padding: 0 30px;
        }*/
.review-rating-widget {
    margin: 0 auto;
    border-radius: 4px;
    background-color: transparent;
    border: solid 1px #e2e2e2;
    padding: 8px;
    text-align: left;
}

    .review-rating-widget > .head {
    }

    .review-rating-widget .review-rating-holder {
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
    }

        .review-rating-widget .review-rating-holder .rating-text-holder {
            font-size: 15px;
        }

        .review-rating-widget .review-rating-holder .widget-star-holder span {
            font-size: 16px;
        }

        .review-rating-widget .review-rating-holder .widget-review-holder {
            padding-left: 10px;
            font-size: 12px;
        }

.multiple-reviews .review-box {
    /*padding-right: 2px;*/
}

.multiple-reviews .star-rating .icon-rating {
    font-size: 14px;
    margin:0 2px;
}
#reviewRatingWidgetModal .left-side{
    width:40%;
}
#reviewRatingWidgetModal .right-side {
    width: 60%;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}
#reviewRatingWidgetModal .left-widget-content {
    display: block
}

.multiple-reviews .review-title span{
    display:flex;
    align-items:end;
    padding-bottom:4px;
}
.multiple-reviews .review-title a {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    width:94%;
}

.multiple-reviews .slick-disabled{
    display: none !important;
}

.review-rating-widget.layout-1 .review-title {
   display:flex;
   margin-bottom:10px;
   gap:1px;
}

.review-rating-widget.layout-1 .multiple-reviews {
    min-height: 142px;
}

.no-reviews-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    margin: auto;
}

.multiple-reviews .review-content a {
    font-size: 11px;
    font-weight: 500;
    color: #333;
}

    .multiple-reviews .review-content a:hover {
        color: #333 !important;
    }

.review-rating-widget.layout-1 .review-content {
    height: 64px;
    overflow: hidden;
}

.multiple-reviews .review-date {
    padding: 5px 0;
    font-size: 11px;
    color: #999999;
}

.multiple-reviews .slick-prev:before, .multiple-reviews .slick-next:before {
    /*border-radius: 50%;
     background-color: #999999;*/
    color: #fff;
    font-size: 24px;
    line-height: 5px;
    opacity:1;
}

.multiple-reviews .slick-prev:before {
    content: '\2039';
}

.multiple-reviews .slick-next:before {
    content: '\203A';
}

.multiple-reviews .slick-prev {
    left: -38px;
    background: #27582e;
    height: 22px;
    width: 22px;
    border-radius: 100%;
}

.multiple-reviews .slick-next {
    right: -38px;
    background: #27582e;
    height: 22px;
    width: 22px;
    border-radius: 100%;
}
.iframe-note {
    font-size: 11px;
    color: #666;
    padding-top: 10px;
}

/*Layout 2*/
.review-rating-widget.layout-2 {
    width: 100%;
    padding: 0;
}

    .review-rating-widget.layout-2 .head {
        padding: 10px;
        /*border-bottom: 1px solid #d5d5d5;*/
    }

    .review-rating-widget.layout-2 .multiple-reviews {
        position: relative;
        height: 200px;
        overflow-x: auto;
        text-align: left;
        padding-top: 10px;
    }

        .review-rating-widget.layout-2 .multiple-reviews .review-box {
            padding: 0 10px;
            margin-top: 0;
            margin-bottom: 10px;
        }

    .review-rating-widget.layout-2 .review-rating-holder {
        padding-left: 0;
        display: block;
    }

    .review-rating-widget.layout-2 .wr-btn-holder {
        padding: 10px;
    }

.adv-setting-text {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

.note-text {
    padding-top: 2px;
    font-size: 12px;
    color: #666666;
}

.advance-option {
    padding: 5px;
    margin-top: 5px;
    /*border: 1px solid #d5d5d5;*/
    border-radius: 4px;
}

    .advance-option > div:not(:last-child) {
        margin-bottom: 10px;
    }

    .advance-option input[type="checkbox"] {
        margin: 0 5px;
        cursor: pointer;
    }

    .advance-option .selectbox-container {
        margin-top: 0;
    }

    .advance-option select {
        padding: 2px 25px 2px 6px;
    }

    .advance-option .selectbox-container .icon-drop-down {
        font-size: 10px;
        top: 8px;
        right: 16px;
    }

.selectbox-container select {
    height: 24px;
}
.advance-opt-check > label {
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400;
}

.member-rating {
    display: none;
    padding: 5px 0 0 25px;
}

    .member-rating li, .member-rating label {
        color: #333333;
        font-weight: normal;
    }

.sel-member-star {
    display: none;
    padding: 0px 0px 5px 20px;
}

.customize-input {
    display: none;
}

    .customize-input input {
        min-width: 100%;
        font-size: 12.5px;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.verified-stamp {
    display: inline-block !important;
    margin-left: 10px;
}
/*====== Review & Rating Widget Modal End ======*/
/*========== WIDGET CSS ENDS HERE ==========*/
/*===========Media Queries=============*/
/*@media only screen and (max-width: 600px){
            .responsive-logo{
                display: block;
            }
            .widget-logo-holder{
                display: none;
            }
            .rating-widget{
                width: 80px;
            }
            .rating-text-holder{
                font-size: 15px;
            }
            .widget-rating-holder{
                padding: 5px;
            }
            .rating-widget .widget-rating-holder .widget-review-holder{
                text-align: center;
                font-size: 10px;
            }
            .widget-star-holder{
                display: none;
            }
            .widget-resp-star-holder{
                display: table-cell;
                vertical-align: middle;
            }
            .widget-resp-star-holder span{
                font-size: 16px;
            }
            .wr-btn-holder{
                display: none !important;
            }
            
        }.review-rating-widget.layout-1{
            width: 250px;
        }
        .slick-slide {
            width: 100px;
            } */
/*search css starts here*/
.sel-product .dropdown-menu {
    margin: 0;
    padding: 0;
    max-height: 257px;
    overflow : auto;
}

.dropdown-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 9;
    display: none;
    float: left;
    min-width: 160px;
    /*margin: 2px 0 0;*/
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu li {
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

        .dropdown-menu li a {
            padding: 4px 10px;
            width: 100%;
        }

            .dropdown-menu li a .searchTitle, .dropdown-menu li a .searchTitle {
                color: #6d6d6d !important;
            }

    .dropdown-menu > li.active > a {
        background-color: #eaeaea;
    }

        .dropdown-menu > li.active > a:hover {
            background-color: #eaeaea;
        }

    .dropdown-menu > li > a {
        white-space: initial;
    }

.searchParent {
    display: block;
    font-size: 11px;
    color: #44a512;
    margin-top: 4px;
}

.typeahd-noreslt ul li {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #c0c0c0;
}

.cat-search .dropdown-menu {
    margin: 0px;
    left: 0px !important;
}

