/*
Theme Name: Megabicy
Theme URI: http://megabicy.7uptheme.com/
Author: the 7up WordPress team
Author URI: https://themeforest.net/user/7uptheme
Description: The responsive shop WordPress theme
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
Text Domain: megabicy
*/
.frameset:before
{
	content:'';
	margin-left:12px;
}
.wrap {
    flex-wrap: wrap;
}

.row_alignment, .row_column_alignment, .row_column_reverse_alignment {
    display: flex;
    flex-direction: row;
}
.specs_wrapper {
    width: calc(100% / 4);
    align-self: flex-start;
}
.row_alignment, .row_column_alignment, .row_column_reverse_alignment {
    display: flex;
    flex-direction: row;
}
.detail_icon {
    margin-right: 6px;
}
.detail_icon {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
    align-self: center;
    object-position: center;
}
.detail_icon-m {
    width: 40px !important;
    object-fit: contain;
    align-self: center;
    object-position: center;
	padding:6px;
	background:#ddd;
	height:50px!important;
}
.column_alignment, .column_row_alignment {
    display: flex;
    flex-direction: column;
}
.detail_text2 {
    font-size: 11px;
    padding: 0;
    margin: 0;
    align-self: flex-start;
	color:#222;
	font-family:"Poppins", sans-serif;
	font-weight:600;
}
.detail_text {
    align-self: center;
    color: #666;
	line-height:12px;
	font-size:10px;
	font-family:"Poppins", sans-serif;
	font-weight:600;
	text-transform:uppercase;
}
@media only screen and (max-width: 1100px)
{
.specs_wrapper {
    width: calc(100% / 2);
    align-self: flex-start;
}
}
.hover-product .product-extra-link .addcart-link
{
	display:block;
}
.product-desc .row_alignment
{
	background:#fff;
	padding:4px 8px;
	margin-bottom:6px;
}
.product-desc b
{
	font-weight:500;
	font-size:18px;
	color:#000;
}
.product-desc .detail_text5
{
	color:#000;
	text-transform:uppercase;
}
.content-page
{
	background:url(../../../images/pro-bg.jpg); background-size:cover; background-position:center
}
.style-gallery-horizontal .slick-slide
{
	border:0!important;
}
.style-gallery-horizontal .gallery-control .slick-slide.slick-current, .style-gallery-horizontal .gallery-control .slick-slide.slick-center
{
	border: 2px solid #FF6500!important;
}
.enquire
{
	border:2px dashed #000;
	background:#30BE2E!important;
}
.enquire .detail_text4, .enquire .detail_text5
{
	color:#fff;
}
.pricce
{
	text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-top: 14px;
}
.contact_detail_container {
    max-width: 1000px;
    align-self: center;
    margin: 20px;
}
.row_alignment.r2 {
    padding: 14px;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    border-bottom: 1px solid #e4e4e4;
	margin-bottom:10px;
}
.contact_detail_container i {
    font-size: 24px;
    color: #fa6106;
    padding: 10px 16px;
    border: 1px solid #e4e4e4;
    border-radius: 10%;
}
.column_alignment, .column_row_alignment {
    display: flex;
    flex-direction: column;
}