/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Callback > FixedRight-201 */
.call-fr-201 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
    .call-fr-201 a {
        display: block;
        text-align: center;
    }
    .call-fr-201 > a > .fa {
        padding: 10px;
        width: 40px;
        text-align: center;
        text-decoration: none;
    }
.call-fr-201-src {
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    color: var(--callback-text) !important;
    font-size: var(--callback-title-fs) !important;
    background-color: var(--callback-bg) !important;
}
    .call-fr-201-src a,
    .call-fr-201-src a:hover {
        color: var(--callback-text) !important;
        font-size: var(--callback-title-fs) !important;
        background-color: var(--callback-bg) !important;
    }
    .call-fr-201-src:hover {
        opacity: 0.8;
    }
.call-fr-201-btn {
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    color: var(--callback-title-text) !important;
    font-size: var(--callback-title-fs) !important;
    background-color: var(--callback-title-bg) !important;
}
    .call-fr-201-btn a,
    .call-fr-201-btn a:hover {
        color: var(--callback-title-text) !important;
        font-size: var(--callback-title-fs) !important;
        background-color: var(--callback-title-bg) !important;
    }
    .call-fr-201-btn:hover {
        opacity: 0.8;
    }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Callback > FixedRight-201 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Location > Default-201 */
.row_location {
    margin: 0px -15px !important;
}
.location_in {
    width: 100% !important;
    height: var(--location-h) !important;
	background-color:var(--location-bg) !important;
	border-bottom:var(--location-brd) solid var(--location-brd-bg) !important;
}
.location_in iframe,
.location_in p iframe {
    width: 100% !important;
    height: var(--location-h) !important;
	border-bottom:var(--location-brd) solid var(--location-brd-bg) !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Location > Default-201 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Search > Empty-102 */
.search-out {
    height: 100% !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 999;
}
.searchDiv {
    top: -140px;
    height: auto;
    width: 50%;
    left: 25%;
    overflow: hidden;
    position: fixed;
    padding: 15px !important;
    transition: 4s ease;
    z-index: 1000;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: var(--navbar-brd-bg);
}
.searchOpen {
    top: 25% !important;
    height: auto;
    transition: 2s ease;
}
.searchInput {
    border-box: box-sizing;
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 5px 10px;
    border: none;
    width: 70%;
    margin: 10px 0px 10px 10px;
    border: 0px solid transparent;
    color: var(--navbar-brd-bg);
}
.searchButton {
    width: 20%;
    background-color: transparent !important;
    border: 0px solid transparent;
    margin: 10px 0px 10px 0px;
    color: #ffffff;
}
@media (max-width: 767px) {
    .searchDiv {
        width: 80%;
        left: 10%;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Search > Empty-102 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Social > Popup-Dc-001 */
@media (min-width: 767px) {
    .fa-times {
        color: black;
        border-radius: 5px;
    }
    .social-popup-dc-001-s:hover .fa-times {
        color: red;
        border-radius: 5px;
        opacity: 1.0 !important;
    }
    .fa-search {
        color: white;
        background: black;
        border-radius: 5px;
        opacity: 1.0;
    }
    .social-popup-dc-001-s {
        position: fixed;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 9999;
        -webkit-animation-name: social-popup-dc-001-s-anime;
        -webkit-animation-duration: 3s;
        -webkit-animation-fill-mode: forwards;
        animation-name: social-popup-dc-001-s-anime;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes social-popup-dc-001-s-anime {
        from {
            right: -100px;
        }
        to {
            right: 30px;
        }
    }
    @keyframes social-popup-dc-001-s-anime {
        from {
            right: -100px;
        }
        to {
            right: 30px;
        }
    }
    .social-popup-dc-001-s a {
        display: block;
        text-align: center;
        transition: all 0.3s ease;
        color: white;
        font-size: var(--social-fs);
        border-radius: 5px;
        margin: 2px !important;
    }
    .social-popup-dc-001-s > a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .social-popup-dc-001-s > a > .fa {
        padding: 10px;
        width: 40px;
        text-align: center;
        text-decoration: none;
    }
}
@media (max-width: 768px) {
    .social-popup-dc-001-cls {
        visibility: hidden;
        width: 0px !important;
        margin: 0px !important;
        padding: 0px !important;
    }
    .social-popup-dc-001-src {
        color: white;
        background: black;
    }
    .social-popup-dc-001-s {
        text-align: center;
        padding: 0px;
        display: flex;
        width: 100%;
    }
        .social-popup-dc-001-s > a {
            font-size: 14px;
            /* */
            width: 100%;
            padding: 10px 5px;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            text-decoration: none;
        }
            .social-popup-dc-001-s > a > .fa {
                padding: 5px 5px;
                width: 30px;
                text-align: center;
                text-decoration: none;
                border-radius: 5px;
                margin: 1px 2px;
                text-decoration: none;
            }
                .social-popup-dc-001-s > a > .fa:hover {
                    opacity: 0.7;
                    text-decoration: none;
                }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Social > Popup-Dc-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Title > Breadcrumb-101 */
.bt-detail {
    clear: both;
	background: var(--title-bg)  !important;
    /* background: var(--title-bg) url(../Plugins/Title/breadcrumb-101/plugins.png) repeat-x center left !important; */
    border-radius: 0px !important;
    margin: var(--title-mg) !important;
    padding: var(--title-pg) !important;
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
    text-align: left;
    font-family: var(--title-ff) !important;
}
    .bt-detail li {
        padding: var(--title-li-pg) !important;
        font-size: var(--title-fs) !important;
        font-weight: bold !important;
        font-style: italic;
        color: var(--title-li-text) !important;
        background-color: var(--title-li-bg) !important;
    }
    .bt-detail > li > a,
    .bt-detail > li > a:hover {
        color: var(--title-li-text) !important;
    }
.bt_ref_filter,
.bt_pro_sort {
    overflow: hidden;
    color: var(--title-text) !important;
    /* background: var(--title-bg) url(../Plugins/Title/breadcrumb-101/plugins.png) repeat-x center left !important; */
    border-bottom: var(--title-brd) solid var(--title-brd-bg) !important;
}
    .bt_ref_filter .ref_filter_droplist,
    .bt_pro_sort .pro_sort_droplist {
        margin: 15px 0px 15px 0px !important;
        padding: 5px 15px 5px 15px !important;
        float: right;
        font-weight: normal;
        font-size: var(--title-drop-fs) !important;
        border: 0px solid transparent !important;
        color: var(--title-drop-text) !important;
        background-color: var(--title-drop-bg) !important;
    }
.social-sharing,
.comments-button,
.title-link {
    float: right;
    margin: 0px 0px 0px 0px;
    margin-top: var(--title-link-mg) !important;
    text-align: right;
    overflow: hidden;
}
    .social-sharing .fa,
    .comments-button .fa,
    .title-link .fa {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px !important;
        padding: 5px 10px !important;
    }
    .social-sharing a,
    .comments-button a,
    .title-link a {
        font-size: var(--title-link-fs) !important;
        border: 0px !important;
        margin: 0px 5px !important;
        padding: 5px 0px !important;
        color: var(--title-link-text) !important;
        background-color: var(--title-link-bg) !important;
    }
        .comments-button a,
        .comments-button a:hover,
        .title-link a,
        .title-link a:hover,
        .social-sharing a .fa-facebook-official,
        .social-sharing a:hover .fa-facebook-official,
        .social-sharing a .fa-twitter-square,
        .social-sharing a:hover .fa-twitter-square,
        .social-sharing a .fa-google-plus-square,
        .social-sharing a:hover .fa-google-plus-square,
        {
            clear: both;
            color: var(--title-li-text) !important;
        }
.bt_comments li,
.bt_page_comments li,
.bt_notice_comments li,
.bt_box_products_discount li,
.bt_box_products_new li,
.bt_box_products_home li,
.bt_box_products_visit li {
    padding-right: 50px !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Title > Breadcrumb-101 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > ProductArea > BasicShort */
.pa-area-price,
.pa-area-line,
.pa-area-short,
.pa-area-detail {
    padding: 10px;
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    color: var(--productarea-text);
}
.pa-area-detail ol,
.pa-area-detail ul,
.pa-area-detail ol li,
.pa-area-detail ul li{
	    font-size: var(--productarea-fs) !important;
	    font-family: var(--productarea-ff) !important;
		color: var(--productarea-text) !important;
	}
.pa-area-detail ol,
.pa-area-detail ul 
	{
	    margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
.pa-area-stock {
    float: right;
    margin-top: -10px !important;
    margin-right: 10px !important;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    color: var(--productarea-stock-text);
    background-color: var(--productarea-stock-bg);
}
.pa-area-price {
    font-size: calc(var(--productarea-fs) * 2);
    text-align: center;
}
    .pa-area-price del {
        display: block;
        color: var(--productarea-text);
        font-size: var(--productarea-fs);
        opacity:0.4;
    }
.pa-area-label {
    text-align: right;
    font-weight: bold;
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    padding: var(--productarea-t-pg);
    color: var(--productarea-text);
}
.pa-area-area {
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    padding: var(--productarea-a-pg);
    color: var(--productarea-text);
}
.product-table {
    overflow: hidden;
    font-size: var(--productarea-fs);
    font-family: var(--productarea-ff);
    padding: 0px !important;
    margin: 0px !important;
    color: var(--productarea-text);
}
.product-table-docs,
.product-table-btn,
.product-table-choose,
.product-table-line,
.product-table-price,
.product-table-short,
.product-table-detail,
.product-table-data {
    border-radius: 10px;
    padding: 10px !important;
    margin: 15px 0px 0px 0px !important;
}
.product-table-sticker {
    border-radius: 0px;
    padding: 0px 10px !important;
    margin: 15px 0px 0px 0px !important;
}
.product-table-footer {
    border-radius: 0px;
    padding: 10px !important;
    margin: 15px 0px 0px 0px !important;
}
    .product-table-footer p {
        padding: 0px !important;
        margin: 0px !important;
    }
.product-table-sticker {
    background-color: transparent !important;
}
.product-table-line {
    background-color: transparent !important;
    text-align: center;
}
.product-table-docs,
.product-table-btn,
.product-table-choose,
.product-table-price,
.product-table-short,
.product-table-detail,
.product-table-data {
    background-color: var(--productarea-bg) !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > ProductArea > BasicShort */


