/*---------ask-question----------*/

.ask-question-panel .form-row label {
    width: 105px;
}
.ask-question-panel .form-row textarea {
    height: 150px;
    width: 300px;
}
/*---------auto-product-load-on-scroll----------*/

.product-view.auto_scroll_product .scroll-more-loader {
    padding: 10px 0;
    text-align: center;
}/*---------blog----------*/

/*common design*/
.post.post-list-view-height {
    padding-bottom : 20px;
}

/* +++++++++++++++++  Blog post widget design +++++++++++++++++++++++++ */
.widget-blogPost .title {
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-post-item {
    border-bottom  : 1px dashed #CCCCCC;
    margin-bottom  : 20px;
    padding-bottom : 20px;
}
.blog-post-item.last {
    border-bottom  : none;
}
.blog-post-content {
    overflow : auto;
}
.blog-post-item .title {
    display : block;
}
.blog-post-item .title a {
    font-size : 22px;
}
.blog-post-item .title a:hover {
    color : #666;
}
.blog-post-item .image {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-item .content {
    display        : block;
    font-size      : 13px;
    padding-bottom : 20px;
}
.blog-post-item .details-link.link {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-item .details-link.link a {
    background-color : #4D4D4D;
    color            : #FFFFFF;
    display          : inline-block;
    font-size        : 14px;
    padding          : 5px 15px;
}
.blog-post-item .details-link.link a:hover {
    background-color : #666666;
}

.blog-post-info span {
    font-size : 13px;
}
.blog-post-info span.date {
    background   : url("../../../blog/images/site/calender.png") no-repeat left 2px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.author {
    background   : url("../../../blog/images/site/author.png") no-repeat left 2px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.categories {
    background   : url("../../../blog/images/site/blog-category.png") no-repeat left 3px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.comment-count {
    background   : url("../../../blog/images/site/comments.png") no-repeat left 3px;
    padding-left : 24px;
}
.blog-post-info span.categories a {
    color: #FF9000;
    padding-right: 15px;
}
.blog-post-info span.categories a:hover {
    color: #FBBA65;
}
.blog-post-info span.comment-count .count {
    padding-right : 5px;
}
/* +++++++++++++++++  blog.category design +++++++++++++++++++++++++ */
.blog-category-details .blog-category.image {
    display        : block;
    padding-bottom : 20px;
}
.blog-category-details .title {
    display        : block;
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-category-details .blog-post-info span.date,
.blog-category-details .blog-post-info span.author {
    background-position : left 2px;
}
.blog-category-details .blog-post-info span.comment-count {
    margin-right : 10px;
}
/* +++++++++++++++++  blog.post design +++++++++++++++++++++++++ */
.blog-post-details .title {
    display        : block;
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-post-details .image {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-details .content {
    display        : block;
    font-size      : 13px;
    padding-bottom : 20px;
}
.blog-post-details span.date {
    background   : url("../../../blog/images/site/calender.png") no-repeat left top;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-details span.author {
    background   : url("../../../blog/images/site/author.png") no-repeat left top;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-details span.categories {
    background   : url("../../../blog/images/site/blog-category.png") no-repeat left 3px;
    padding-left : 24px;
    margin-top   : 5px;
    clear        : left;
    margin-right : 10px;
}
.blog-post-details .social-media-share-bar {
    display     : block;
    padding-top : 10px;
}
.blog-post-details .social-media-share-bar .social-media-share {
    display : inline-block;
}
.blog-post-details .blog-post-comment-panel {
    padding-top : 20px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    border-bottom  : 1px solid #CCCCCC;
    display        : block;
    font-size      : 20px;
    margin-bottom  : 20px;
    padding-bottom : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom : 1px dashed #CCCCCC;
    margin-bottom : 20px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    font-size     : 15px;
    padding-right : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .email {
    font-size     : 13px;
    padding-right : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    padding-top : 5px;
}
.blog-post-details .comment-post-panel {
    border     : 1px solid #CCCCCC;
    margin-top : 40px;
    padding    : 25px 30px;
}
.blog-post-details .comment-post-panel h2 {
    font-size      : 22px;
    font-weight    : normal;
    padding-bottom : 15px;
}
.blog-post-details .comment-post-panel label {
    display : block;
}
.blog-post-details .comment-post-panel input {
    width : 300px;
}
.blog-post-details .comment-post-panel textarea {
    height : 200px;
    width  : 560px;
}
.blog-post-details .comment-post-panel .message {
    display        : block;
    font-size      : 14px;
    padding-bottom : 10px;
}
.blog-post-details .comment-post-panel .message .success {
    color : #008000;
}
.blog-post-details .comment-post-panel .message .error {
    color : #ff0000;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 370px;
    text-align: right;
}
/*---------discount-coupon----------*/

.discount-coupon-code-panel {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 5px 0;
    padding: 60px;
}
.discount-coupon-code-panel label {
    margin-right: 10px;
}
.discount-coupon-code-panel input {
    margin: 0 5px 0 0;
}
.discount-coupon-code-panel .button {
    display: inline;
    padding: 3px 10px;
    vertical-align: middle;
}
/*---------facebook----------*/

.facebook-buttons-container button{
    background-color: #ff0000;
}/*---------flash-widget----------*/

/*---------form-editor----------*/

input[type="text"].validation-error,
input[type="password"].validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
    color: #ff0000;
}
.widget-form .double-input-row::after,
.widget-form .triple-input-row::after {
    clear: both;
    content: "";
    display: block;
}
.widget-form .double-input-row,
.widget-form .triple-input-row {
    margin: 0 -15px;
}
.widget-form .triple-input-row * {
    box-sizing: border-box;
}
.widget-form .triple-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 33.33%;
}
.widget-form .double-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 50%;
}
.widget-form .form-row label {
    width: 150px;
    padding-right: 25px;
}

.widget-form .form-row input {
    height: 30px;
}

.widget-form  .radio-checkbox-row{
    display: inline-block;
    vertical-align: top;
}
.widget-form input[type=text],
.widget-form textarea,
.widget-form select{
    width:350px;
    font-family: inherit;
    padding:3px 10px;
    border: 1px solid #ddd;
}
.widget-form .form-row select {
    height: 40px;
    width: 372px;
}
.widget-form .dropzone-wrapper {
    position: relative;
    width: 360px;
    display: inline-block;
    vertical-align: top;
}
.widget-form .dropzone {
    border: 1px dashed #d3dbdf;
    border-radius: 3px;
    box-sizing: content-box;
    cursor: pointer;
    height: 22px;
    padding: 35px 10px 10px;
    text-align: center;
}
.widget-form  .file-name {
    padding-right: 10px;
}
.widget-form .single-input-row .form-row .dropzone-wrapper  input{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 70px;
}
.widget-form .radio-checkbox-row label{
    vertical-align: text-bottom;
    padding-left: 5px;
}
.widget-form .single-input-row .form-row{
    margin-top: 20px;
}

/* Form Template*/
.form-template input[type=text],
.form-template .form-row select{
    width:100%;
    box-sizing: border-box;
    height: 35px;
    height: 40px;
}
.form-template {
    max-width: 700px;
}
.form-template textarea{
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}
.form-template .form-row label{
    display: block;
    width: auto;
    color: #000;
}
.form-template  .double-input-row .form-row{
    padding-top: 0;
    padding-bottom: 0;
}
.order-form-template .Zebra_DatePicker_Icon_Wrapper,
.job-form-template .Zebra_DatePicker_Icon_Wrapper{
    display: block !important;
}
.widget-form .form-template .errorlist{
    margin-left: 0;
    padding: 0;
}
.form-template  .radio{
    display: inline-block;
    padding-top: 15px;
    padding-left: 0;
}
.form-template  .radio label{
    color: #666;
}

/* Order Form Template*/


/* Custom radio and checkbox design */
.widget-form .checkbox {
    padding-left: 20px;
}
.widget-form .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
}
.widget-form .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #d7dce1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.widget-form .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left:1px;
    top: 0;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 11px;
    text-align: center;
    color: #555555; }
.widget-form.checkbox input[type="checkbox"],
.widget-form .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.widget-form .checkbox input[type="checkbox"]:focus + label::before,
.widget-form .checkbox input[type="radio"]:focus + label::before {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color:#fff;
}
.widget-form .checkbox input[type="checkbox"]:disabled + label,
.widget-form .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.widget-form .checkbox input[type="checkbox"]:disabled + label::before,
.widget-form .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.widget-form .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.widget-form .checkbox.checkbox-inline {
    margin-top: 0; }

.widget-form .radio {
    padding-left: 20px; }
.widget-form .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px; }
.widget-form .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.widget-form .radio label::after {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #1199c4;
    border-color:#1199c4;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.widget-form .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.widget-form .radio input[type="radio"]:focus + label::before {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.widget-form .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget-form .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.widget-form .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.widget-form .radio.radio-inline {
    margin-top: 0; }

.widget-form input[type="checkbox"].styled:checked + label:after,
.widget-form input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.widget-form input[type="checkbox"] .styled:checked + label::before,
.widget-form input[type="radio"] .styled:checked + label::before {
    color: #fff; }
.widget-form input[type="checkbox"] .styled:checked + label::after,
.widget-form input[type="radio"] .styled:checked + label::after {
    color: #fff; }

.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #1199c4;
    border-color: #1199c4;
}/*---------gift-certificate----------*/

.gift-certificate-code-panel {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 5px 0;
    padding: 69px;
}
.gift-certificate-code-panel label {
    margin-right: 10px;
}
.gift-certificate-code-panel input {
    margin: 0 5px 0 0;
}
.gift-certificate-code-panel .button {
    display: inline;
    padding: 3px 10px;
    vertical-align: middle;
}
/*---------google-map----------*/

.google-map-container {
    height: 600px;
}/*---------product-quick-view----------*/

.product_quick_view_popup {
    background-color: #fff;
    height: 500px;
    left: 50%;
    margin-left: -450px;
    margin-top: -250px;
    max-height: inherit;
    max-width: inherit;
    top: 50%;
    width: 900px;
}
.product_quick_view_popup .header {
    overflow: visible;
    padding: 0;
}
.product_quick_view_popup .header .title {
    display: none;
}
.product_quick_view_popup .scroller span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_quick_view_popup .scroller span.disabled {
    opacity: 0;
}
.product_quick_view_popup .scroller span.view-left {
    left: -15px;
}
.product_quick_view_popup .scroller span.view-right {
    right: -15px;
}
.product_quick_view_popup .body {
    height: calc(100% - 60px);
    margin: 30px;
    overflow-y: auto;
    padding: 0;
}
.product-view .quick-view-btn {
    left: 44px;
    position: absolute;
    top: 100px;
}
.product_quick_view_popup .left-panel {
    float: left;
    padding-right: 20px;
}
.product_quick_view_popup .container-block,
.product_quick_view_popup .right-panel {
    overflow: hidden;
}

.product_quick_view_popup .widget-information .bmui-tab {
    margin-bottom: 10px;
}

.product_quick_view_popup .product-widget.widget-addCart * {
    margin-bottom: 5px;
}
@media (max-width:1000px) {
    .product_quick_view_popup {
        left: 25px;
        margin-left: 0;
        right: 25px;
        width: auto;
    }
}
@media (max-width:767px) {
    .product_quick_view_popup {
        bottom: 10px;
        height: auto;
        left: 10px;
        margin-top: 0;
        min-width: inherit;
        right: 10px;
        top: 10px;
        width: auto;
    }
    .product_quick_view_popup .body {
        height: calc(100% - 20px);
        margin: 30px 10px;
        overflow-y: auto;
        padding: 0;
    }
}



/*---------rss-feed----------*/

/* +++++++++++++++++ widget design +++++++++++++++++++++++++ */

.rss-feed-container .item {
    padding: 0 0 10px;
}
.rss-feed-container .item .title {
    padding: 0 0 5px;
}
.rss-feed-container .item .title a {
    color: #FF9000;
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 3px;
}
.rss-feed-container .item .title a:hover {
    color: #FBBA65;
}
.rss-feed-container .item .date {
    color: #777;
    padding-bottom: 3px;
}/*---------section-slider----------*/

.widget-sectionSlider {
    overflow    : hidden;
}
.widget-sectionSlider .slidable-sections {
    width          : 100%;
    display        : inline-block;
    vertical-align : top;
}/*---------shop-by-brand----------*/


/*---------tab-accordion----------*/

.tab-accordion-tab .container-block,
.tab-accordion-accordion .container-block {
    display: table;
}
.tab-accordion-tab .left-panel,
.tab-accordion-accordion .left-panel {
    float: left;
    margin: 0 30px 30px 0;
}
.tab-accordion-tab .right-panel,
.tab-accordion-accordion .right-panel {
    display: table;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-header-container {
    float: none;
    width: 100%;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-header {
    border-color: #e2e2e2;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    display: inline-block;
    margin-right: 4px;
    padding: 8px 18px;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-header .title {
    display: inline;
    line-height: normal;
    padding: 0;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-body-container {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 3px 1px 1px;
}/*---------youtube----------*/

