/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Banks > Default-201 */
.banks-default-003-header {
    text-align: center;
    padding:15px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: var(--banks-brd) solid var(--banks-brd-bg);
    background-color: var(--banks-label-bg);
    font-family: var(--banks-ff);
    font-size: var(--banks-label-fs);
}
.banks-default-003-title {
    text-align: center;
    font-size: calc(var(--banks-label-fs) - 1px);
    font-style: italic;
    padding: 10px 10px 0px 10px;
}
.banks-default-003-line {
    text-align: center;
    font-size: var(--banks-fs);
    padding: 0px 10px 10px 10px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Banks > Default-201 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 > Slider > Bxt-100-5 */
.slide-out {
    overflow: hidden;
    background-color: var(--slider-bg);
}
.slide-in {
    overflow: hidden;
    background-color: transparent;
}
    .slide-in .bx-wrapper {
        margin: var(--slider-mg) !important;
        background-color: transparent;
        -moz-box-shadow: 0 0 0px #000000;
        -webkit-box-shadow: 0 0 0px #000000;
        box-shadow: 0 0 0px #000000;
        border: 0px solid transparent !important;
        position: relative;
        left: 0px;
        top: 0px;
        padding: 0;
        *zoom: 1;
    }
        .slide-in .bx-wrapper img {
            width: 100%;
            display: block;
        }
        .slide-in .bx-wrapper .bx-viewport,
        .slide-in .bx-wrapper .bx-viewport {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: transparent !important;
            border: 0px solid transparent !important;
        }
        .slide-in .bx-wrapper .bx-prev {
            left: 80px;
            top: 50% !important;
        }
        .slide-in .bx-wrapper .bx-next {
            right: 80px;
            top: 50% !important;
        }
        .slide-in .bx-wrapper .bx-controls-auto {
            line-height: 0 !important;
            background-color: var(--slider-title-bg);
            width: 80px !important;
            border-radius: 10px;
            top: auto;
            margin: 15px 15px 15px 15px !important;
            padding: 5px !important;
            bottom: 0px !important;
        }
        .slide-in .bx-wrapper .bx-pager {
            top: 0px !important;
            margin: 15px 15px 15px 15px !important;
            padding: 5px !important;
            bottom: auto !important;
            background-color: var(--slider-title-bg);
            border-radius: 10px;
        }
            .slide-in .bx-wrapper .bx-pager.bx-default-pager {
                padding: 5px !important;
                line-height: 0 !important;
            }
                .slide-in .bx-wrapper .bx-pager.bx-default-pager a {
                    line-height: 0 !important;
                    opacity: 0.4;
                    background-color: var(--slider-title-text) !important;
                }
                    .slide-in .bx-wrapper .bx-pager.bx-default-pager a.active {
                        line-height: 0 !important;
                        opacity: 1.0;
                        background-color: var(--slider-title-text) !important;
                    }
.bx-viewport ul	{
	margin: 0px !important;
    padding: 0px !important;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Slider > Bxt-100-5 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Social > FooterMenu-001 */
.social-fm-001 {
	float: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-bottom: var(--social-brd) solid var(--social-brd-bg);
}
	.social-fm-001 i {
		border: 1px solid transparent;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		margin: 10px 0px 10px 10px;
		line-height: 40px;
		font-size: 18px;
		text-align: center;
		color: var(--social-text);
		background-color: var(--social-bg);
	}
		.social-fm-001 i:hover {
			color: var(--social-text-hover);
			background-color: var(--social-bg-hover);
		}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Social > FooterMenu-001 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - START > Title > Breadcrumb-103 */
.bt-detail {
    clear: both;
    background: var(--title-bg) !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: right;
    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;
        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) !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: left;
        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: left;
    margin: 0px 0px 0px 0px;
    margin-top: var(--title-link-mg) !important;
    text-align: left;
    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;
        }
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STOP > Title > Breadcrumb-103 */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 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 */


