
html, body {
    
	font-family: 'Roboto', sans-serif;
	color: #525252;
	font-weight: 400;
    overflow-x: hidden;
}
.alldiv {
    
}
img {
	max-width: 100%;
}

.navbar-brand img {
    height: 115px;
    margin: -15px 0;
    z-index: 999;
}
.navbar {
	background: none !important;
	height: 85px;
}
.navbar .nav-item {
    margin: 0 7px;
    line-height: 32px;
}
.basket_navitem {
    line-height: 22px !important;
    margin-top: 8px !important;
}
.navbar .nav-link-menu:after {
    background: #242a2c;
    width: 0%;
    height: 2px;
    display: block;
    content: "";
    margin: 0 auto;
	transition: all 0.7s ease;
}
.navbar .nav-link-menu:hover:after {
	width: 100%;
}
.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #525252;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #1e1e1e;
}
.header_box {
    border-top: 10px solid #242a2c;
}
.header_menu {
	margin: 20px 0;
	background: white !important;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	position: absolute;
	width: 100%;
	top: 10px;
}
.header_bg {
    background: url("../images/header.jpg");
    background-size: cover;
    background-position: center;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, 
    from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0)));
	height: 125px;
    width: 100%;
}
.basket_link {
    font-size: 24px;
    color: #424242 !important;
	position: relative;
    width: 37px;
    display: block;
	
}
.basket_badge_box {
    position: absolute;
    width: 14px;
    height: 21px;
    font-size: 13px;
    margin: 0px 0px;
    right: 2px;
    bottom: -5px;
}
.basket_badge_box .badge {
	background: #242a2c;
}
.home_bigcat {
	margin-top: 30px;
}
.category_box {
    border: 1px solid rgba(66, 66, 66, 0.07);
    margin: 0px;
	
	overflow: hidden;
}
.category_top {
    font-size: 18px;
    line-height: 37px;

    background: #575757;
    color: #f1f1f1;
    text-align: center;
    text-transform: uppercase;
}
.category_element {
    background: white;
    line-height: 35px;
	cursor: pointer;
	border-top: 1px solid white;
    border-bottom: 1px solid white;
    display: block;
    text-decoration: none;
    color: inherit;
}
.category_element:hover { 
    text-decoration: none;
    color: inherit;
}

.category_element_arrow {
    display: inline-block;
    padding-right: 10px;
	opacity: 0;
	transition: all ease 0.5s;
	color: #242a2c;
}
.category_element:hover {
	border-top: 1px solid rgba(214, 165, 133, 0.26);
	border-bottom: 1px solid rgba(214, 165, 133, 0.26);
}
.category_element:hover .category_element_arrow {
	padding-left: 10px;
	opacity: 1;
}
.home_swipercontainer {
	height: 500px;
	
	
	overflow: hidden;
	
}
.swiper-custbtn-left, .swiper-custbtn-right {
    background-image: none;
    background: white;
    border-radius: 100%;
    width: 44px;
    opacity: 0.2;
    color: black;
    text-align: center;
    line-height: 44px;
	transition: all 0.5s ease;
	outline: 0;
}
.home_swipercontainer:hover .swiper-custbtn-left, .home_swipercontainer:hover .swiper-custbtn-right {
	opacity: 0.6;
}
.swiper-custbtn-left:hover, .swiper-custbtn-right:hover {
	opacity: 1 !important;
}
.swiper-custbtn-left:before {
    content: "\f053";
}
.swiper-custbtn-right:before {
    content: "\f054";
}
.slider_title, .slider_text {
    color: white;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
}
.slider_title {
    width: 40%;
    margin-top: 7%;
    margin-left: 10%;
	font-size: 32px;
	text-transform: uppercase;
}
.slider_text {
    width: 40%;
	font-size: 21px;
    margin-top: 16px;
    margin-left: 10%;
	text-align: justify;
	
}
.mutato_box {
	height: 220px;
	display: block;
	overflow: hidden;
	margin-top: 50px;
    position: relative;
    color: inherit;
}
.mutato_box:hover {
    text-decoration: none;
    color: inherit;
}
.mutato_img {
	transition: all 0.7s ease;
	height: 220px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.mutato_box:hover .mutato_img {
	transform: scale(1.1);
}
.mutato_title {
    color: white;
    text-align: center;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    height: 220px;
    text-shadow: 0 0 2px rgba(0,0,0,0.6);
	transition: all 0.7s ease;
	
    width: 100vw;
}
.mutato_box:hover .mutato_title {

	transform: scale(1.1);
}
.home_products {
	margin-top: 70px;
}
.home_productscontainer {
	height:530px;
}
.home_productscontainer .swiper-wrapper {
	padding: 0 2px;
}
.home_products_main {
	position: relative;
	margin-bottom: 20px;
}
.swiper-custbtn2-left, .swiper-custbtn2-right {
    position: absolute;
    right: 3px;
    left: auto;
    background-image: none;
    font-size: 12px;
    top: 0;
    color: white;
    margin-top: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background: #c3c3c3;
    text-align: center;
    padding: 0;
	opacity: 0.5;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 1;
}
.swiper-button-prev { 
	right: 45px;
}
.swiper-custbtn2-left:before {
    content: "\f053";
}
.swiper-custbtn2-right:before {
    content: "\f054";
}
.product_home_href, .product_home_href:hover, .product_home_href:focus {
	color: inherit;
	text-decoration: none;
}
.product_home {
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
	
	transition: all 0.2s ease;
	border: 1px solid rgba(0,0,0,0.1);
	
	background: rgba(255,255,255,0.2);
	overflow: hidden;
	min-height: 390px;
}
.product_home:hover {
	box-shadow: 0 0 1px rgba(36, 42, 44, 0.14);
	background: white;
	
}
.product_image {
    height: 300px;
	width: 100%;
	
}
.product_name {
    padding: 0 15px;
    line-height: 18px;
    max-height: 38px;
    margin-top: 14px;
    margin-bottom: 0px;
    text-align: left;
	text-transform: uppercase;
	
	font-size: 15px;
	
}
.product_price_box {
	
	font-weight: 300;
    height: 41px;
    text-align: left;
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
}
.product_price {

	padding: 0 15px;
    color: #ffb347;
    font-size: 17px;
	width: 100%;
	color: #4e4e4e;
}
.product_qty {

	font-weight: 300;
	padding: 0 15px;
	color: #4e4e4e;
	
	
}
.product_price_old {
	padding: 0 15px;
	color: #a2a2a2;
    font-size: 12px;
    line-height: 4px;
    padding-top: 7px;
	width: 100%;
	text-decoration: line-through;
}
.product_btn_box {
	position: relative;
}
.product_btn {
	
	margin: 0 15px;

	position: absolute;
	top: -25px;
	opacity: 0;
	background: #ffb347;
	color: white;
	text-align: center;
	cursor: pointer;
	width: calc(100% - 30px);
	max-width: 90%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 10px;
	
}
.product_btn_style {
	
	display: block;
	background: #ffb347;
	color: white;
	text-align: center;
	cursor: pointer;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 10px;
	padding: 0;

	
}
.product_btn_style:not(:disabled):not(.disabled).active, .product_btn_style:not(:disabled):not(.disabled):active, .show>.product_btn_style.dropdown-toggle, .product_btn_style:hover {
	background: #ffb347;
	color: white;
}

.product_optionbtn_style {
	
	background: #ffb347;
	color: white;
	text-align: center;

}
.product_optionbtn_style:not(:disabled):not(.disabled).active, .product_optionbtn_style:not(:disabled):not(.disabled):active, .show>.product_optionbtn_style.dropdown-toggle, .product_optionbtn_style:hover {
	background: #ffb347;
	color: white;
}



.product_btn_style_box {
	margin-top: 25px;
}
.product_home:hover {
	padding-bottom: 40px;
}
.product_home:hover .product_btn {
	top: 0px;
	opacity: 1;
	transition: all 0.3s ease;
}
.letter_box {
	
	width: 100%;
	margin-top: 20px;
	background: url('../images/letter_bg2.jpg');
	background-size: cover;
	background-position:top;
	box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
.letter_body {
    /* height: 300px; */
    /* display: table-cell; */
    vertical-align: middle;
    /* width: 100vw; */
    margin: 120px 0;
    background: rgba(255, 255, 255, 0.79);
    padding: 22px;
}
.letter_title {
    font-size: 37px;
    color: #ffb347;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.letter_text {
    font-size: 22px;
    font-weight: 300;
    color: #ffb347;
    text-shadow: 0px 0px 2px rgb(235, 211, 76);
    line-height: 22px;
}
.page_body_subtitle {
    text-transform: uppercase;
    color: #4e4e4e;
    font-weight: 300;
    /* text-align: center; */
    margin: 0 0 35px 0;
}


.dropdown_cart {
	top: 40px !important;
	right: 0 !important;
	padding: 25px 15px 20px 15px;
    min-width: 250px;
    min-height: 0;
    width: 30vw;
    max-width: 370px;
    padding: 0;
	opacity: 0;
}
.dropdown-menu {
    display: block;
}

.navbar-nav .dropdown_cart {
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease;
}

.navbar-nav .dropdown_cart.show {
    max-height: 1400px;
	padding: 25px 15px 20px 15px;
	opacity: 1;
}

.kosar_osszes {
	margin: 20px 0; 
}

.cart_btn {
	background: #ffb347;
	color: white !important;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	border-radius: 10px;
	padding: 0;
	
}
.cart_product {
	margin-bottom: 20px;
}
.cart_product .product_image {
	height: 60px;
}
.cart_product .product_name {
	font-size: 14px;
	margin: 0;
	margin-bottom: 4px;
	height: auto;
}
.cart_product .product_price_box {
	text-align: left;
	height: auto;
}

.footer_block {
	margin-top: 40px;
    background: rgba(128, 128, 128, 0.08);
	padding: 65px 0 25px 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.10);
}
.footer_text {
	text-align: justify;
	color: grey;
	margin-bottom: 10px;
}
.footer_bottom {
	margin-top: 70px;
}
.footer_link {
    display: block;
    color: grey;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 28px;
}
.footer_link:hover {
	color: #ffb347;
	text-decoration: none;
}
.footer_copy {
	text-align: left;
	color: grey;
	font-size: 80%;

}


/****LIST ***/
.product_list_col {
	height: 435px;
}
.product_list {
	margin-top: 30px;
}
.product_list_box {
	margin-bottom: 15px;
}
.category_element_back {
	color: #242a2c;
    background: #ebe5dd;
}
.price_szures {
	padding: 20px 20px 30px 20px;
}


.swiper_product_list_style .swiper-button-next, .swiper_product_list_style .swiper-button-prev {
    max-width: 0;
	background: none;
	text-align: center;
    line-height: 44px;
	overflow: hidden;
	font-size: 30px;
    color: #ffb347;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.68);
}
.swiper_product_list_style:hover .swiper-button-next, .swiper_product_list_style:hover .swiper-button-prev {
	max-width: 50px;
	
    transition: all 0.7s ease;
}


.swiper_product_category_style .swiper-button-next, .swiper_product_category_style .swiper-button-prev {
	background: none;
	text-align: center;
    line-height: 44px;
	font-size: 30px;
    color: #d0d0d0;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.68);
}
.swiper_product_category_style:hover .swiper-button-next, .swiper_product_category_style:hover .swiper-button-prev {
	color: #242a2c;
    transition: all 0.7s ease;
}

.load_more_box {
	margin-top: 45px;
	text-align: center;
    margin-bottom: 20px;
}
.load_more_btn {
	background: none;
    display: inline-block;
}
.load_more_btn:hover { 
	color: white;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single, .irs--flat .irs-handle>i:first-child, .irs--flat .irs-bar  {
	
    background-color: rgba(128,128,128,0.40) !important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
	border-top-color: rgba(128,128,128,0.40) !important;
}
.text_page {
	margin-top: 40px;
    margin-bottom: 120px;
    min-height: 50vh;
}
.text_page_text {

}
.mutato_box_list {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0 0 1px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);	
}
.product_list_category_list_box {
	margin-bottom: 90px;
}
.product_list_order {
	width: 30%;
	max-width: 200px;
	float: right;
}


/*************product view ****************/

.gallery-thumbbox {
    position: relative;
}
.gallery-top, .gallery-thumbs {
    width: 90%;
    margin: 0 5%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top {
    height: 500px;
    width: 100%;
}
.gallery-thumbs {
    height: 115px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-thumbbox .swiper-button-white {
    background: none !important;
}
.gallery-thumbbox .swiper-button-white {
    left: 2px;
}
.gallery-thumbbox .swiper-button-next {
    left: auto;
    right: 2px;
    text-align: right;
}
.gallery-thumbbox .swiper-button-white:after {
    content: "\f053";
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
	line-height: 45px;
	color: #e5e5e5;
	cursor: pointer;
}
.gallery-thumbbox:hover .swiper-button-white:after {
	color: #757575;	
}
.gallery-thumbbox .swiper-button-white:after:focus {
    outline: none;
}
.gallery-thumbbox .swiper-button-next:after {
    content: "\f054";
    
}
.termek_mainbox {
    transition: all 0.2s ease;
    border: 1px solid rgba(0,0,0,0.1);
	background: white;
	
}
.termek_mainbox .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.termek_mainbox .swiper-slide img {
	max-width:100%;
	max-height:100%;
}

.gallery_fullscreen {
	color: #cecece;
    font-size: 13px;
    margin: 15px 0;
    text-align: center;
}
.gallery_fullscreen:hover {
	color: #9b9b9b;
}

.termek_title {
    text-transform: uppercase;
    font-weight: 600;
    font-weight: 600;
    font-size: 25px;
    margin: 22px 0 8px 0;
}
.termek_subtitle {
    color: #858585;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 0 22px 0;
}
.termek_subtitle a {
    color: #5c7ee0;
    text-decoration: none;
}
.termek_fejlec {
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    padding-left: 10px;
}
.termek_topar, .termek_short_box {
    margin-left: 10px;
}
.termek_topar_box {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
}
.termek_topar_text {
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    margin: 20px 0 2px 0;
}
.termek_topar_ar {
    padding: 0 0px;
    color: #ffb347;
	font-size: 22px;
	line-height: 23px;
    width: 100%;
	color: #4e4e4e;
    font-weight: 500;
}
.price_special_old {
	text-decoration: line-through;
	color: #a7a7a7;
	
    font-size: 17px;
}
.termek_topar_nyil {
    float: right;
    width: auto;
    line-height: 40px;
}
.termek_topar_shop {
    float: right;
    width: 35%;
    line-height: 40px;
    text-align: center;
}
.page_text {
	padding: 20px 10px;
    font-weight: 300;
	text-align: justify;
	color: #8a8a8a;
}
.termek_shortdesc {
	padding: 20px 10px;
    font-weight: 300;
	text-align: justify;
	color: #8a8a8a;
}
.termek_short {
    color: #001f1d;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
}
.termek_short img {
    margin: 0px 10px 0px 2px;
}
.termek_short_box {
    margin-top: 20px;
}
.termek_short a {
    text-decoration: none;
    color: #5c7ee0;
}
.termek_short a:hover {
    color: #f36523;
}
.btn_custom_outline {
	border-color: #e5e5e5;
    color: #757575;
}
.bal_box_border {
	border-right: 1px solid #e5e5e5;
}
.product_detailboxs {
	border-top: 1px solid #e5e5e5;
	padding: 40px 20px;
	
	margin: 0 auto;
}
.detail_nav {
	text-transform: uppercase;
	border: 0;
}
.detail_nav .nav-item {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.detail_nav .nav-link {
	padding: 0;
	color: #4e4e4e;
}
.detail_nav .nav-link.active {
    color: #ffb347;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-bottom: 0;
}

.page-numbers {

}
.page-numbers li {
    display: inline-block;
    color: #001f1d;
    font-size: 14px;
    font-weight: 800;
    margin: 0 4px;
}
.page-numbers li a {
    color: rgba(128, 128, 128, 0.75);
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    
    min-width: 36px;
    min-height: 36px;
    line-height: 43px;
    text-align: center;
/*    border: 2px solid rgba(187, 181, 173, 0.55); */
    border: 2px solid rgba(128, 128, 128, 0.55);
    display: block;
    
    width: 43px;
    height: 43px;
}
.page-numbers li a:hover {
    color: rgba(128, 128, 128, 0.99);
    /*border: 2px solid rgba(187, 181, 173, 0.99);*/
    border: 2px solid rgba(128, 128, 128, 0.99);

}
.page-numbers li span {
    color: #d6d6d6;
    font-size: 14px;
    font-weight: 600;
    display: block;
    min-width: 36px;
    min-height: 36px;
    line-height: 43px;
    text-align: center;
/*    border: 2px solid rgba(187, 181, 173, 0.55);*/
    border: 2px solid rgba(128, 128, 128, 0.55);

}
.page-numbers li span.current {
    color: rgba(128,128,128,0.40);
    border: 2px solid rgba(187, 181, 173, 0.29);
    width: 43px;
    height: 43px;
}
.pagination_box {
    text-align: center;
    margin: 35px 0 18px 0;
}
.pagination_text {
    color: #858585;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 75px;
}

.selector {
    min-height: 100vh;
    width: 100%;
}
.select_left {
    background: grey;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    z-index: -1;
    border-right: 3px solid #e59f11;
    transition: all 0.6s ease;
}
.select_right {
    background: grey;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    z-index: -1;
    border-left: 3px solid #e59f11;
    transition: all 0.6s ease;
}
.csshover {
    background-size: 110% auto !important;
}
.celect_main {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
.select_box {
    /*border: 5px solid #e11b25;*/
    background: rgba(255,255,255,0.85);
    display: inline-block;
    height: 40vh;
    width: 40vh;
    min-width: 300px;
    min-height: 300px;
    border-radius: 100%;
    position: relative;
    padding: 13px;
}
.selector_img {
    height: 180px;
}
.selector_buttons {
    position: absolute;
    left: 50%;
    margin-left: -61px;
    bottom: 20px;
}
.selector_buttons .btn-secondary {
    padding: 4px 25px;
    background: white;
    color: #545b62;
    
}
.selector_buttons .btn-secondary:hover {
    color: white;
    background: #545b62;

}
.selector_text {
    margin: 5px 0;
    font-weight: 300;
}
.title_margin {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media screen and (max-height: 900px) {
    .selector_img {
        height: 160px;
    }
}

@media screen and (max-height: 850px) {
    .selector_img {
        height: 150px;
    }
}

@media screen and (max-height: 800px) {
    .selector_img {
        height: 115px;
    }
}

@media screen and (max-height: 750px) {
    .selector_img {
        height: 100px;
    }
        
}


.cart_page .table>tbody>tr>td, .cart_page  .table>tfoot>tr>td{
    vertical-align: middle;
}
@media screen and (max-width: 700px) {
    .cart_page  table#cart tbody td .form-control{
		width: 20%;
		display: inline !important;
	}
	.cart_page  .actions .btn{
		width:36%;
		margin:1.5em 0;
	}
    
    
	
	.cart_page table#cart thead { display: none; }
	.cart_page table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	.cart_page table#cart tbody tr td:first-child { background: #333; color: #fff; }

	
	.cart_page .actions {
        text-align: center;
    }
	
	.cart_page table#cart tfoot td{display:block; }
	.cart_page table#cart tfoot td .btn{display:block;}
	
}

@media screen and (max-width: 700px) {
    .csshover, .select_right, .select_left {
        background-size: cover !important;
    }
}


#navbar_mainsearch {
    position: absolute;
    left: -120vw;
    transition: all 0.7s linear;
    overflow: hidden;
    width: 100%;
    z-index: 20;
    opacity: 0;
}

#navbar_mainmenu {
    position: absolute;
    transition: all 0.7s linear;
    width: 100%;
    z-index: 20;
}
.form-control-borderless {
    border: none;
}
.navbar_light_main {
    overflow: hidden;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.navbar-brand {
    float: left;
    padding: 0;
}
.search_fasearch {
    padding: 8px 2px 0 6px;
}
#search_backbutton {
    text-align: center;
    line-height: 50px;
    color: grey;
    display: block;
    font-size: 18px;
}
.input_search_width {
    width: 50%;
    min-width: 600px;
    max-width: 90%;
    margin-top: 4px;
}

.pull-left {
    float: left;
    margin-right: 10px;
}
.pull-right {
    float: right;
    margin-left: 10px;
}
.kereses_gomb_submit {
    margin-top: 10px;
    background: rgba(128,128,128,0.20);
    border: 1px solid rgba(128,128,128,0.5);
}
.nothave_any {
    margin: 20px 0 30px 0;
    display: block;
    color: grey;
    text-align: center;

}
.nccoll {
    background: #e7e7e7;
    z-index: 11;

    margin: -6px -1rem;
    padding: 15px 12px 25px 12px;
}

.default_none {
    display: none;
}

@media screen and (max-width: 900px) {
    .slider_title {
        width: 80%;
    }
    .slider_text {
        width: 80%;
    }
    .product_list_leftbar {
        display: none;
    }
    .product_list_rightbar {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 99.99%;
        flex: 0 0 99.99%;
        max-width: 99.99%;
    }

    .need_hide {
        display: none;
    }
    .need_show {
        display: block !important;
        opacity: 1 !important;
    }
}


@media screen and (max-width: 1000px) {

    .product_view_leftbar {
        display: none;
    }
    .product_view_rightbar {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 99.99%;
        flex: 0 0 99.99%;
        max-width: 99.99%;
    }
}