


            #mg_lb_loader .mg_loader {
                transform: 			scale(0.9) translateZ(0);
                -webkit-transform: 	scale(0.9) translateZ(0);
            }
            .mgl_1, .mgl_2, .mgl_3, .mgl_4 {
                background-color: #777;
                width: 11px;
                height: 11px;
                position: absolute;
                top: 0;
                left: 0;
                border-radius: 1px;
                
                -webkit-animation: mg_loader 2s infinite ease-in-out;
                animation: mg_loader 2s infinite ease-in-out;
            }
            .mg_loader div {
                background-color: #639db4;
            }
            #mg_lb_wrap .mg_loader div {
                background-color: #3a3a3a;
            }
            .mgl_2 {
                -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s;
            }
            .mgl_3 {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
            }
            .mgl_4 {
                -webkit-animation-delay: -1.5s;
                animation-delay: -1.5s;
            }
            @-webkit-keyframes mg_loader {
                25% { -webkit-transform: translate3d(15px, 0, 0) rotate(-90deg) scale(0.3); }
                50% { -webkit-transform: translate3d(15px, 15px, 0) rotate(-180deg); }
                75% { -webkit-transform: translate3d(0, 15px, 0) rotate(-270deg) scale(0.3); }
                100% { -webkit-transform: rotate(-360deg); }
            }
            @keyframes mg_loader {
                25% { transform:  translate3d(15px, 0, 0) rotate(-90deg) scale(0.3); } 
                50% { transform: translate3d(15px, 15px, 0) rotate(-179deg); } 
                75% { transform: translate3d(0, 15px, 0) rotate(-270deg) scale(0.3); } 
                100% { transform: rotate(-360deg); }
            }
            


.mg_box { 
  border-width: 0 20px 20px 0; 
}
.mg_rtl_mode .mg_box {
	left: calc((15px + 20px) * -1) !important;
}
.mg_items_container {
	width: calc(100% + 20px + 20px);
}
.mg_items_container.mg_not_even_w {
	width: calc(100% + 20px + 20px + 1px);	
}



.mgis_w_1_1 {width: calc(100% - 20px);}.mgis_h_1_1 {padding-bottom: calc(100% - 20px - 20px);}.mgis_w_1_2 {width: calc(49.9% - 10px);}.mgis_h_1_2 {padding-bottom: calc(49.9% - 10px - 20px);}.mgis_w_1_3 {width: calc(33.29% - 7px);}.mgis_h_1_3 {padding-bottom: calc(33.29% - 7px - 20px);}.mgis_w_2_3 {width: calc(66.58% - 13px);}.mgis_h_2_3 {padding-bottom: calc(66.58% - 13px - 20px);}.mgis_w_1_4 {width: calc(25% - 5px);}.mgis_h_1_4 {padding-bottom: calc(25% - 5px - 20px);}.mgis_w_3_4 {width: calc(74.99% - 15px);}.mgis_h_3_4 {padding-bottom: calc(74.99% - 15px - 20px);}.mgis_w_1_5 {width: calc(20% - 4px);}.mgis_h_1_5 {padding-bottom: calc(20% - 4px - 20px);}.mgis_w_2_5 {width: calc(39.9% - 8px);}.mgis_h_2_5 {padding-bottom: calc(39.9% - 8px - 20px);}.mgis_w_3_5 {width: calc(59.9% - 12px);}.mgis_h_3_5 {padding-bottom: calc(59.9% - 12px - 20px);}.mgis_w_4_5 {width: calc(79.9% - 16px);}.mgis_h_4_5 {padding-bottom: calc(79.9% - 16px - 20px);}.mgis_w_1_6 {width: calc(16.58% - 3px);}.mgis_h_1_6 {padding-bottom: calc(16.58% - 3px - 20px);}.mgis_w_5_6 {width: calc(83.29% - 17px);}.mgis_h_5_6 {padding-bottom: calc(83.29% - 17px - 20px);}.mgis_w_1_7 {width: calc(14.28% - 3px);}.mgis_h_1_7 {padding-bottom: calc(14.28% - 3px - 20px);}.mgis_w_1_8 {width: calc(12.5% - 3px);}.mgis_h_1_8 {padding-bottom: calc(12.5% - 3px - 20px);}.mgis_w_1_9 {width: calc(11.11% - 2px);}.mgis_h_1_9 {padding-bottom: calc(11.11% - 2px - 20px);}.mgis_w_1_10 {width: calc(10% - 2px);}.mgis_h_1_10 {padding-bottom: calc(10% - 2px - 20px);} 

.mg_mobile_mode .mgis_m_w_1_1 {width: calc(100% - 20px);}.mg_mobile_mode .mgis_m_h_1_1 {padding-bottom: calc(100% - 20px - 20px);}.mg_mobile_mode .mgis_m_w_1_2 {width: calc(49.9% - 10px);}.mg_mobile_mode .mgis_m_h_1_2 {padding-bottom: calc(49.9% - 10px - 20px);}.mg_mobile_mode .mgis_m_w_1_3 {width: calc(33.29% - 7px);}.mg_mobile_mode .mgis_m_h_1_3 {padding-bottom: calc(33.29% - 7px - 20px);}.mg_mobile_mode .mgis_m_w_2_3 {width: calc(66.58% - 13px);}.mg_mobile_mode .mgis_m_h_2_3 {padding-bottom: calc(66.58% - 13px - 20px);}.mg_mobile_mode .mgis_m_w_1_4 {width: calc(25% - 5px);}.mg_mobile_mode .mgis_m_h_1_4 {padding-bottom: calc(25% - 5px - 20px);}.mg_mobile_mode .mgis_m_w_3_4 {width: calc(74.99% - 15px);}.mg_mobile_mode .mgis_m_h_3_4 {padding-bottom: calc(74.99% - 15px - 20px);} 






.mg_box_inner {
	border-style: solid;
    padding: 0px;
	background: rgba(234,234,234, 1);
    border: 0px solid #aaaaaa; 
}



.mgi_overlays {
    top: 0px; 
    right: 0px; 
    bottom: 0px; 
    left: 0px;
}
.mgi_primary_ol,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav span {
	background: #639db4;
}
.mg_inl_slider_wrap .lcms_content {
	background: rgba(99,157,180, 0.85); 
    box-shadow: 0 0 0 1px #639db4 inset;
}
.mg_box:hover .mgi_primary_ol {
   
	opacity: 0.85; 
}
.mgi_item_type_ol {
	border-bottom-color: #2c3e50;
}
span.mg_overlay_tit,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav span:before,
.mg_inl_slider_wrap .lcms_play span:before {
	color: #ffffff;
}
.mg_overlay_tit {
	background: rgba(99,157,180, 0.7);
    text-shadow: 0px 0 0px rgba(255,255,255, 0.4);
}
.mg_overlay_tit,
.mg_inl_slider_wrap .lcms_content {    	
	font-family: "Roboto";    font-size: 24px;
}
.mg_mobile_mode .mg_overlay_tit,
.mg_mobile_mode .mg_inl_slider_wrap .lcms_content {
	font-size: 18px;
}
.mg_overlay_tit:before {
	border-bottom-color: rgba(255,255,255, 0.4);
}


.mgi_item_type_ol span:before {
    color: #ffffff;
}



.mg_box_inner, 
.mg_box .mg_media_wrap,
.mgi_overlays,
.mg_inl_txt_media_bg,
.mg_inl_slider_wrap .lcms_content,
.mg_inl_slider_wrap .lcms_nav *,
.mg_inl_slider_wrap .lcms_play {
  border-radius: 0px;
}
.mg_tu_attach .mgi_txt_under {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;	
}



.mgi_overlays {
	display: none !important;
}



.mgi_txt_under {
    color: #2c3e50;	
    padding-top: 	10px !important;
    padding-right: 	7px;
    padding-bottom: 10px;
    padding-left: 	7px;
}
.mg_def_txt_under {  	
	font-family: "Roboto";    font-size: 21px;
}
.mg_mobile_mode .mg_def_txt_under {
	font-size: 18px;
}
.mg_tu_attach .mgi_txt_under {
	 background: rgba(234,234,234, 1);
	 
	  
}
.mg_tu_detach .mgi_txt_under {
	margin-top: 3px;
}



.mg_inl_txt_contents {
    padding: 0 15px 0 15px;
    border-width: 15px 0 15px 0;
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgis_h_auto .mg_inl_txt_media_bg,
.mg_mobile_mode .mgis_m_h_auto .mg_inl_txt_media_bg {
	top: 0px;
    bottom: 0px;
   	left: 0px;
    right: 0px; 
}


.mg_sh_inl_video video {
	background-color: #eaeaea;
}




.mg_grid_wrap:not(.mg_mobile_mode) .mg_spacer_hidden_desktop,
.mg_mobile_mode .mg_spacer_hidden_mobile {
    max-width: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
}




.mg_filters_wrap .mgf,
.mgf_search_form input, .mgf_search_form i:before {	
	color: #333333;
    font-size: 18px;
}
.mg_filters_wrap .mgf,
.mgf_search_form input {
	font-family: "Roboto";}
.mg_mobile_mode .mg_filters_wrap .mgf,
.mg_mobile_mode .mgf_search_form input, .mg_mobile_mode .mgf_search_form i:before {	
	font-size: 14px;
}


.mg_filters_wrap .mgf:hover,
.mgf_search_form:hover input, .mgf_search_form:hover i:before {		
	color: #ffffff !important;
}
.mg_filters_wrap .mgf.mgf_selected, .mg_filters_wrap .mgf.mgf_selected:hover,
.mgf_search_form:focus input, .mgf_search_form:focus i:before {		
	color: #ffffff !important;
}
.mg_textual_filters .mgf_selected {
	text-shadow: 0 0.01em 0 #ffffff;
}
.mg_button_filters .mgf,
.mg_textual_filters .mgf:after {	
	background-color: #ffffff;
}  
.mg_button_filters .mgf,
.mgf_search_form input {
    border: 1px solid #333333;
    border-radius: 2px;
}

.mg_button_filters .mgf:hover,
.mg_textual_filters .mgf:hover:after,
.mgf_search_form input:hover {	
	background-color: #639db4;
}
.mg_button_filters .mgf:hover,
.mgf_search_form input:hover {	   
    border-color: #639db4;
}

.mg_button_filters .mgf_selected, .mg_button_filters .mgf_selected:hover,
.mg_textual_filters .mgf_selected:after, .mg_textual_filters .mgf_selected:hover:after,
.mgf_search_form input:focus {	
	background-color: #639db4;
}
.mg_button_filters .mgf_selected, .mg_button_filters .mgf_selected:hover,
.mgf_search_form input:focus {	   
    border-color: #639db4;
}


.mg_left_filters:not(.mg_mobile_mode) .mg_above_grid,
.mg_right_filters:not(.mg_mobile_mode) .mg_above_grid {
	width: 250px;
    min-width: 250px;
}
.mg_left_filters:not(.mg_mobile_mode) .mg_items_container {
    border-left-width: 250px;
}
.mg_right_filters:not(.mg_mobile_mode) .mg_items_container {
    border-right-width: 250px;
}
.mg_left_filters:not(.mg_mobile_mode) > .mg_loader {
	-webkit-transform: 	translateX(125px);
	-ms-transform: 		translateX(125px);
	transform: 			translateX(125px);
} 
.mg_right_filters:not(.mg_mobile_mode) > .mg_loader {
	-webkit-transform: 	translateX(-125px);
    -ms-transform: 		translateX(-125px);
    transform: 			translateX(-125px);
}


.mgf_search_form input, 
.mgf_search_form i:before {	
	color: #333333;
    background-color: #ffffff;
    border-color: #333333}
.mgf_search_form:hover input, 
.mgf_search_form input:focus, .mgf_search_form:hover input:focus,
.mgf_search_form:hover i:before {
	color: #333333;
    background-color: #ffffff;
	border-color: #333333}	

.mgf_search_form input::-webkit-input-placeholder {color: #333333;}
.mgf_search_form input:-ms-input-placeholder {color: #333333;}
.mgf_search_form input::placeholder {color: #333333;}


.mgf_search_form:hover input::-webkit-input-placeholder,
.mgf_search_form input:focus::-webkit-input-placeholder,
.mgf_search_form:hover input:focus::-webkit-input-placeholder {
	color: #333333;
} 

.mgf_search_form:hover input:-ms-input-placeholder,
.mgf_search_form input:focus::-ms-input-placeholder,
.mgf_search_form:hover input:focus:-ms-input-placeholder {
	color: #333333;
}

.mgf_search_form:hover input::placeholder,
.mgf_search_form input:focus::placeholder,
.mgf_search_form:hover input:focus::placeholder {
	color: #333333 !important;
}


.mg_mobile_mode .mg_dd_mobile_filters .mgf_inner {
	border: 1px solid #333333;
    border-radius: 2px;
    color: #333333;
}
.mg_mobile_mode .mg_dd_mobile_filters .mgf_inner.mgf_dd_expanded .mgf {
	border-bottom-color: rgba(51,51,51, 0.5);	
}


.mg_no_results:before {
	background-color: #ffffff;
    box-shadow: 0 0 0 1px #333333 inset;
    border-radius: 2px;
    color: #333333;
}



.mg_pag_wrap {
	text-align: center;
}
.mg_right_filters:not(.mg_mobile_mode) .mg_pag_wrap {
    right: 250px;
}
.mg_left_filters:not(.mg_mobile_mode) .mg_pag_wrap {
	left: 250px;
}
.mg_pag_wrap > * {
	color: #639db4;
    background-color: transparent;
	border: 0px solid #639db4;
    border-radius: 2px;
}
.mg_pag_wrap > *:not(.mg_pag_disabled):not(.mg_nav_mid):hover,
.mg_sel_pag, .mg_sel_pag:hover {
	color: #2c3e50;
    background-color: transparent;
	border-color: #2c3e50;
}
.mg_pag_standard .mg_prev_page:before, .mg_pag_onlynum .mg_prev_page:before,
.mg_pag_standard .mg_next_page:before, .mg_pag_onlynum .mg_next_page:before {
	background: #2c3e50;
}
#mg_lb_loader {
	border-radius: 10%;
}
#mg_lb_background {
	background:  #f9f9f9;  
}
#mg_lb_background.mg_lb_shown,
#mg_lb_background.google_crawler {
	
	opacity: 0.75;}
#mg_lb_contents {
	width: 70%;max-width: 960px;border: 2px solid	#e6e6e6;border-radius: 3px;padding: 52px 20px 20px;}
.mg_item_title {
	font-size: 24px;
    font-family: "Roboto";}
.mg_item_text {
    font-size: 16px;
    line-height: 24px;
}
.mg_item_text,
ul.mg_cust_options {
	font-family: "Roboto";}




.mg_galleria_slider_wrap .galleria-thumbnails .galleria-image {
	width: 65px !important;
	border-radius: 2%;
}
.mg_galleria_slider_wrap .galleria-thumbnails .galleria-image,
.mg_galleria_slider_wrap .galleria-thumbnails-container {
     height: 45px !important;
}
.mg_galleria_slider_wrap.mg_galleria_slider_show_thumbs {
	padding-bottom: 59px !important;	
}
.mg_galleria_slider_show_thumbs .galleria-thumbnails-container {
	bottom: -57px !important;		
}


/* inner commands */
#mg_lb_ins_cmd_wrap {
	    left: 20px;
    right: 20px;
        
    }
 
	#mg_lb_contents {
		padding-top: 52px;
	}
 






/* texts responsivity */
@media screen and (max-width: 860px) { 
    .mg_item_title {
        font-size: 18px;
    }
    .mg_item_text {
        font-size: 14px;
    }
} 



/* inner lb cmd boxed */


/* lb rounded closing btn */
.mg_layout_full .mg_item_content {
	padding: 14px 2px 2px;	
}
.mg_lb_layout:not(.mg_layout_full) .mg_item_content {
    padding: 2px;
}
@media screen and (max-width: 860px) { 
    .mg_lb_layout:not(.mg_layout_full) .mg_item_content {
		padding: 14px 2px 2px !important;	
	}		
}

/* side text - desktop mode - inside cmd - top padding */
@media screen and (min-width: 860px) { 
    .mg_lb_layout:not(.mg_layout_full) .mg_item_content {
        padding-top: 3px !important;	
    }
}


/* colors - shadow */
#mg_lb_contents,
#mg_lb_loader {
    color: #333333;background-color: #ffffff;}
#mg_lb_loader {
	}
.mg_cust_options,
#mg_lb_comments_wrap {
	border-color: #d4d4d4;
}


/* icons and loader */
.mg_close_lb:before, .mg_nav_prev > i:before, .mg_nav_next > i:before,
.mg_galleria_slider_wrap .galleria-thumb-nav-left:before, .mg_galleria_slider_wrap .galleria-thumb-nav-right:before,
#mg_socials span:before,
#mg_woo_item_added i:before {
	color: #3a3a3a;
}
 

/* navigation elements background color and border radius */
.mg_lb_nav_side *,
.mg_lb_nav_side_basic,
.mg_lb_nav_top > i, .mg_lb_nav_top > div, .mg_lb_nav_top > div *,
#mg_top_close {
	background-color: #ffffff; 
}

/* top closing button */
#mg_top_close {
	border-style: solid;
    border-color: #e6e6e6;
	border-width: 0 0 2px 2px;
    border-radius: 0 0 0 3px;
}









.mg_item_featured .easyzoom-notice,
.mg_item_featured .easyzoom-flyout {
	background: #ffffff;
    color: #333333; 
}



.mg_wc_atc_btn {
	background: #cccccc;
    color: #3a3a3a; 
}
.mg_wc_atc_btn:hover,
.mg_wc_atc_btn.mg_wc_atc_btn_disabled,
.mg_wc_atc_btn.mg_wc_atc_btn_acting {
	background: #e3e3e3;
	color: #555555; 
}
#mg_woo_cart_btn_wrap [name=mg_wc_atc_variations_dd],
#mg_woo_cart_btn_wrap [name=mg_wc_atc_quantity] {
	border-color: #d4d4d4;
}

.mg_galleria_slider_wrap .galleria-counter {display: none !important;}.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_top_blocks .mgaf_sect, 
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_top_btn_to_blocks .mgaf_sect, 
.mg_mobile_mode .mgaf_sect {
	margin-right: 50px;
}   
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_lside_blocks .mgaf_sect, 
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_rside_blocks .mgaf_sect {
	margin-bottom: 20px;
}

.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_lside_blocks {
	padding-right: 20px;
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_rside_blocks {
	padding-left: 20px;
}

.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_list {
	max-height: 200px;
}
.mgaf_sumbar:before {
	border-color: #333333;
    opacity: 0.2;
}

.mg_grid_wrap:not(.mg_mobile) .mgaf_top_blocks .mgf_inner,
.mg_grid_wrap:not(.mg_mobile) .mgaf_top_btn_to_blocks .mgf_inner,
.mg_mobile .mgaf_top_blocks .mgf_inner {
    text-align: left;
}









.mgaf_fake_dd,
.mgaf_range_wrap input[type="text"],
.mgaf_blocks_opts_layout .mgaf_opts_list li,
.mgaf_sumbar span {
	border-width: 1px;
    border-style: solid;
}
.mgaf_compact_opts_layout .mgaf_opts_list, 
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_list,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_list {
	border-width: 0 1px 1px;
}
.mgaf_sumbar strong {
	margin-top: 1px;
}
.mgaf_fake_dd,
.mgaf_fake_dd span:not(.mgaf_fake_dd_placeh),
.mgaf_range_wrap input[type="text"],
.mgaf_sumbar span {
	border-radius: 2px;
}




.mgaf_fake_dd,
.mgaf_compact_opts_layout .mgaf_opts_list,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_list,
.mgaf_compact_opts_layout .mgaf_opts_list li, 
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_list li,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_list li,
.mgaf_range_wrap input[type="text"] {
	border-color: #333333; 
}
.mgaf_opts_expanded .mgaf_fake_dd,
.mgaf_compact_opts_layout .mgaf_opts_expanded .mgaf_opts_list,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_expanded .mgaf_opts_list,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_expanded .mgaf_opts_list,
.mgaf_compact_opts_layout .mgaf_opts_expanded .mgaf_opts_list li,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_expanded .mgaf_opts_list li,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_expanded .mgaf_opts_list li,
.mgaf_range_wrap input[type="text"]:focus, .mgaf_range_wrap input[type="text"]:active {
	border-color: #333333; 
}
.mgaf_fake_dd:after,
.mgaf_fake_dd_placeh,
.mgaf_compact_opts_layout .mgaf_opts_expanded .mgaf_opts_list,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_list li,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_list li,
.mgaf_range_wrap input[type="text"] {
	color: #333333;
}
.mgaf_opts_expanded .mgaf_fake_dd:after,
.mgaf_opts_expanded .mgaf_fake_dd_placeh,
.mgaf_compact_opts_layout .mgaf_opts_expanded .mgaf_opts_list li,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_expanded .mgaf_opts_list li,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_expanded .mgaf_opts_list li,
.mgaf_range_wrap input[type="text"]:focus, .mgaf_range_wrap input[type="text"]:active {
	color: #333333;
}
.mgaf_fake_dd,
.mgaf_compact_opts_layout .mgaf_opts_list,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_list,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_list,
.mgaf_range_wrap input[type="text"] {
	background: #ffffff;
}
.mgaf_opts_expanded .mgaf_fake_dd,
.mgaf_compact_opts_layout .mgaf_opts_expanded .mgaf_opts_list,
.mg_mobile_mode .mgaf_list_opts_layout .mgaf_opts_expanded .mgaf_opts_list,
.mg_mobile_mode .mgaf_mobile_dd_blocks .mgaf_opts_expanded .mgaf_opts_list,
.mgaf_range_wrap input[type="text"]:focus, .mgaf_range_wrap input[type="text"]:active {
	background: #ffffff;
}


.mgaf_fdd_opt {
	color: #333333;
    background: #ffffff;
}
.mgaf_opts_expanded .mgaf_fdd_opt {
	color: #333333;
    background: #ffffff;
}





.mgaf_blocks_opts_layout .mgaf_opts_list li {
	color: #333333;
    background-color: #ffffff;
    border-color: #333333;
}
.mgaf_blocks_opts_layout .mgaf_opts_list li:hover {
	color: #ffffff;
    background-color: #639db4;
    border-color: #639db4;
}
.mgaf_blocks_opts_layout .mgaf_opts_list li.mgaf_sel_opt,
.mgaf_sumbar span {
	color: #ffffff;
    background-color: #639db4;
    border-color: #639db4;
}





.mgaf_range_inner {
	background: #333333;
}
.mgaf_range_inner .noUi-connect,
.mgaf_range_wrap .noUi-handle:before {
	background: #333333;
}
.mgaf_range_inner .noUi-handle {
	background: #ffffff;
	border-color: #333333;
}





.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_wrap li:before {
	border-color: #333333; 
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_wrap li, 
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_wrap li:after {
	color: #333333;
}

.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_wrap li:hover:before {
	border-color: #639db4; 
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_wrap li:hover, 
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout .mgaf_opts_wrap li:hover:after {
	color: #639db4;
}

.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt:before,
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt:hover:before {
	border-color: #639db4; 
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt,
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt:after,
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt:hover,
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt:hover:after {
	color: #639db4;
}
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_list_opts_layout li.mgaf_sel_opt {
	text-shadow: 0px 0 0px rgba(99,157,180, 0.4);
}




.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_wrap *,
.mg_grid_wrap:not(.mg_mobile_mode) .mgaf_sumbar * { 
    font-size: 18px;
}
.mg_mobile_mode .mgaf_wrap *,
.mg_mobile_mode .mgaf_sumbar * { 
    font-size: 14px;
}
.mgaf_wrap *:not(.fa),
.mgaf_sumbar *:not(.fa) {
	font-family: "Roboto";}



 
