/* Tema CheckBox Radio */
.dc-radio,
.dc-radio label,
.dc-checkbox,
.dc-checkbox label {
	margin:0;
	width: 100%;
	float: left;
	position: relative;
}
.dc-radio label,
.dc-checkbox label {
	cursor:pointer;
	display:block;
	padding:0 0 0 20px;
}
.dc-radio input[type=radio],
.dc-checkbox input[type=checkbox] { display:none; }
.dc-radio input[type=radio] + label:before,
.dc-checkbox input[type=checkbox] + label:before {
	top: 4px;
	left: 0;
	color: #373542;
	font-size: 14px;
	line-height: 14px;
	content:'\f00c';
	position: absolute;
	font-family: 'Font Awesome 5 Free';
}
.dc-radio input[type=radio] + label:before { content:'';}
.dc-radio input[type=radio]:checked + label:before,
.dc-checkbox input[type=checkbox]:checked + label:before {content:'\f00c';}
.dc-checkbox input[type=checkbox] + label,
.dc-radio input[type=radio] + label {
	color:#ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 0 0 30px;
}
.dc-checkbox input[type=checkbox] + label:before{
	top: 1px;
	color: #999;
}
.form-appender{
	position:relative;
}
.form-appender img{
	position:absolute;
	top: 12px;
	left: 12px;
}
.form-appender input{
	padding-left: 90px;
}
.dc-checkbox input[type=checkbox] + label span{
	float: left;
	color: #767676;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.dc-checkbox input[type=checkbox]:checked + label:before,
.dc-radio input[type=radio]:checked + label:before{content: '';}
.dc-checkbox input[type=checkbox] + label:before,
.dc-radio input[type=radio] + label:before{
	top: 0;
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	line-height: 18px;
	border-radius: 4px;
	border: 1px solid #bbb;
}
.dc-radio input[type=radio] + label:after,
.dc-checkbox input[type=checkbox] + label:after{
    top: 0;
    left: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
    color: #00cc8d;
    font-size: 22px;
    content: '\f002c';
    line-height: 20px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    font-family:'FontAwesome';
}
.dc-checkbox input[type=checkbox]:checked + label:after,
.dc-radio input[type=radio]:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.dc-radio input[type=radio] + label:before{
	border-radius: 50px;
	border: 2px solid #bbb;
}
.dc-radio input[type=radio] + label:after,
.dc-checkbox input[type=checkbox] + label:after{content: '\f14a';}
.dc-radio input[type=radio]:checked + label:before,
.dc-checkbox input[type=checkbox]:checked + label:before{border-color: #00cc8d;}
.dc-radio input[type=radio] + label:after{
	color: #fff;
	content: '\f00c';
	font-size: 12px;
}
.dc-radio input[type=radio]:checked + label:after{background: #00cc8d;}
.dc-radio input[type=radio] + label:after{
	overflow: hidden;
	border-radius: 50%;
}



/* For Mobile Nav use this code in Responsive.css desired Query */
/*
.navbar-toggle{display: block;}
.navbar-collapse.collapse {display: none!important;}
.collapse.in{display:block !important;}
*/
/* For Mobile Nav use this code in Responsive.css desired Query */
/* Theme Styling */

body::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
body::-webkit-scrollbar-track {
    background-color:#fff
}
body::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:4px solid #fff
}
body::-webkit-scrollbar-button {display:none}
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:4px solid #fff
}

.item-demo-menu{
	margin-bottom: 20px
}
.ekstra-area{
	padding: 5px;
	border-radius: 5px;
	background:#547af8;
	margin-bottom: 5px
}

@media (min-width: 1200px){
.ekstralar-container{
	max-height: 220px;
	overflow: hidden;
	overflow-y: scroll;
	float: left;
	width: 100%
}
.popover-header{
	background-color:#fff3cd;
	border-color:#ffeeba;
	color:#856404
}
.popover{
	background-color:#fffbee;
	border-color:#ffeeba;
	box-shadow: 0 0 35px rgba(0,0,0,0.4)
}
.popover-body{
	color:#8b6d15 !important
}
.simple-tab li{
	margin-right: 10px !important;
}
.simple-tab li a{
	background:#f5f5f5 !important;
	color:#666;
	border-color: #dee2e6 #dee2e6 #fff !important;
}
.simple-tab li a.active{
	background:#fff !important;
	color:#ff5851 !important;
	border-color: #dee2e6 #dee2e6 #fff !important;
}
.varsayilan{
	border-left: 3px solid #28a745;
	background:#e5fff7
}

 .quantity-nav {float: left;position: relative;height: 50px;}  .quantity-button {position: relative;cursor: pointer;width: 24px;text-align: center;color: #333;font-size: 15px;font-family: "Trebuchet MS", Helvetica, sans-serif !important;line-height: 1.7;-webkit-transform: translateX(-100%);transform: translateX(-100%);-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;left: -1px;transition-duration: 0.2s; transition-timing-function: linear;}  .quantity-button:hover{background-color: #f8f8f8;}  .quantity-button.quantity-up {position: absolute;height: 50%;top: 1px;}  .quantity-button.quantity-down {position: absolute;bottom: 1px;height: 50%;}  .border-variant-box{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;font-weight: 500 !important;flex-direction: column;}  .border-variant-box-price{font-size: 11px ;padding: 3px;border-top: 1px solid #abb4c5;font-weight: 500;box-sizing: border-box;margin-left: 5px;text-align: center;margin-top: 5px;width: 100%;}  .customVariantBorder .custom-control-label{border: 1px solid #EBEBEB;background-color: #f9f9f9;padding: 5px 10px;transition-duration: 0.1s; transition-timing-function: linear;cursor: pointer;border-radius: 4px;min-width: 35px;margin-right: 5px;}  .customVariantBorder .custom-control-input{position: absolute;bottom:10%;margin-top: auto;left:50%;right: 50%;margin-left: auto;margin-right: auto;}  .customVariantCheckbox .custom-control-input{position: absolute;bottom:10%;margin-top: auto;left:50%;right: 50%;margin-left: auto;margin-right: auto;}  .customVariantBorder .custom-control-label::before{display: none !important;}  .customVariantBorder .custom-control-label::after{display: none !important;}  .customVariantBorder .custom-control{padding-left: 0 !important;}  .customVariantBorder .custom-control input:checked +label{border: 1px solid dodgerblue !important;background-color: dodgerblue;color: #fff;}  .customVariantCheckbox .custom-control{padding-left: 0 !important;}  .customVariantCheckbox .custom-control-label{border: 1px solid #f5f5f5;padding: 5px;transition-duration: 0.1s; transition-timing-function: linear;cursor: pointer;min-width: 35px;}  .customVariantCheckbox .custom-control-label::before{display: none !important;}  .customVariantCheckbox .custom-control-label::after{display: none !important;}  .border-variant-box-disable-text{width: 100%;text-align: center;font-size: 10px ;color: red !important;}  .border-variant-box-disable-line {width: 100%;height: 100%;position: absolute;background:linear-gradient(45deg, transparent 49%, #0e0e0e 50%,transparent 51%);}  .fast-look-main {width: 100%;padding:55px;}  .liner-header-modal{width: 100%;border-bottom: 1px solid #EBEBEB;height: 5px;display: flex;align-items: center;justify-content: center;margin-bottom: 40px;}  .liner-header-modal-in{padding: 0 10px;background-color: #fff;font-size: 20px ;font-weight: 500;color: #000;}  .fast-look-container{display: flex;justify-content: space-between;flex-wrap: wrap;}  .fast-look-container-box-1{width: 40%;background-color: #f9f9f9;border-right: 1px solid #EBEBEB;padding:20px;}  .fast-look-container-box-1 ul {font-size: 13px ;}  .fast-look-container-box-1 ul {margin-left: -15px;}  .fast-look-container-box-1 ul li{margin-bottom:6px}  .fast-look-container-box-1 ul li:last-child{margin-bottom: 0;}  .fast-look-container-box-2{width: 56%;}  .fast-look-img{width: 100%;margin-bottom: 20px;background-color: #fff;border-radius: 5px;border: 1px solid #ebebeb;padding: 4px;}  .fast-look-img img{width: 100%;border-radius: 5px;}  .fast-look-demo{display: block;width: 100%;text-align: center;background-color: #41bb86;border-radius: 5px;color: #fff;font-size: 13px ;font-weight: 500;padding: 8px;margin-bottom: 10px;}  .fast-look-demo:hover{color: #fff;text-decoration: none;}  .fast-look-panel{display: block;width: 100%;text-align: center;background-color: #6d75bf;border-radius: 5px;color: #fff;font-size: 13px ;font-weight: 500;padding: 8px;margin-bottom: 5px;}  .fast-look-panel:hover{color: #fff;text-decoration: none;}  .liner-small-modal{width: 100%;border-bottom: 1px solid #EBEBEB;height: 3px;display: flex;align-items: center;justify-content: center;margin-bottom: 30px;margin-top: 30px;}  .liner-small-modal-in{padding: 0 10px;background-color: #f9f9f9;font-size: 14px ;font-weight: 500;color: #000;}  .liner-small-modal-select{width: 100%;border-bottom: 1px solid #EBEBEB;height: 3px;display: flex;align-items: center;justify-content: center;margin-bottom: 30px;margin-top: 30px;}  .liner-small-modal-select-in{padding: 0 10px;background-color: #fff;font-size: 13px ;font-weight: 500;color: #4e5489;}  .fast-look-container-box-2-baslik{width: 100%;font-size: 25px ;color: #333;font-weight: 500;margin-bottom: 10px;}  .fast-look-container-box-2-baslik a{color: #000;}  .fast-look-container-box-2-baslik a:hover{color: #000;text-decoration: none;}  .fast-look-container-box-2-s{width: 100%;font-size: 14px ;color: #999;margin-bottom: 10px;}  .fast-look-container-box-2-price{width: 100%;font-size: 27px ;font-weight: 700;color: #333;padding: 10px;box-sizing: border-box;text-align: center;margin-bottom: 10px;border: 1px dashed #999;background-color: #f9f9f9;border-radius: 5px;}  .fast-look-container-box-2-price-kdv{font-size: 18px ;}  .fast-look-container-box-2-kod{width: 100%;box-sizing: border-box;background-color: #f9f9f9;border-radius: 5px;padding: 10px 15px;font-size: 13px ;color: #000;margin-bottom: 5px;}  .fast-look-container-box-2-info{width: 100%;background-color: #007bff;padding: 10px 15px;box-sizing: border-box;font-size: 15px ;color: #fff;margin-bottom: 10px;border-radius: 5px;}  .fast-modal-cart-area{width: 100%;display: flex;justify-content: flex-start;}  .fast-modal-cart-area button{flex:1;margin-left: 15px;border-radius: 5px;font-size: 14px ;font-weight: 500;}  .fast-modal-cart-area button:focus{outline: none;}  .variants-box{font-size: 13px ;font-weight: 500;}  .variants-box input:focus, .variants-box select:focus{box-shadow: none !important;outline: none !important;border: 1px solid #333 !important;}  .blog-detail-in{width: 100%;}  .blog-detail-in-t{width: 100%;font-size: 26px ;font-weight: 500;color: #fff;margin-top: 20px;}  .blog-detail-in-tarih{font-size: 12px ;color: #fff;margin-bottom: 10px;}  .blog-detail-in-img{width: 100%;overflow: hidden;margin-top: 20px;position: relative;}  .blog-detail-in-img img{width: 100%;transition-duration: 0.2s; transition-timing-function: linear;}  .blog-detail-in-img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}  .blogdetail-overlay{background: rgb(0, 0, 0);background: linear-gradient(0deg, rgba(5, 5, 5, 0.76) 0%, rgba(0, 0, 0, 0.44) 50%, rgba(165, 14, 14, 0) 100%);position: absolute;bottom:0;width: 100%;height: 200px;padding: 20px;font-size: 18px ;box-sizing: border-box;text-shadow: 0 1px 1px #000;color: #FFF;z-index: 7;display: flex;align-items: flex-end;justify-content: flex-start;}  .blog-detail-content{width: 100%;font-size: 16px ;margin-top: 20px;}  .module_comment_add_main{width: 100%;box-sizing: border-box;margin-top: 35px;margin-bottom: 35px;padding: 25px;background-color: #f9f9f9;border-radius: 5px;border: 1px solid #EBEBEB;}  .module_comment_head{width: 100%;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;margin-bottom: 20px;box-sizing: border-box;padding: 10px 0;}  .module_comment_head_left{flex:1;font-size: 18px;font-weight: bold;color: #000;}  .module_comment_head_right{width: auto;margin-left: auto;font-size: 13px;font-weight: normal;color: #000;}  .module_comment_head_right a{color: #000;}  .module_comment_head_right a:hover{color: #666;}  .module_comment_form_area{width: 100%;font-size: 13px ;}  .module_comment_form_area input{}  .module_comment_form_area textarea:focus, .module_comment_form_area input:focus{box-shadow: none;border-color:#000 ;}  .module_comment_box_main{width: 100%;box-sizing: border-box;border: 1px solid #EBEBEB;background-color: #f9f9f9;border-radius: 5px;padding: 20px;margin-bottom: 20px;}  .module_comment_in_box_div{display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}  .comments_reply_div{width: 100%;box-sizing: border-box;margin-left: 65px;padding: 20px 0;}  .module_comment_box_img{width: 52px;height: 52px;margin-right: 20px;}  .module_comment_box_img img{width: 50px;height: 50px;}  .module_comment_box_right{flex:1;}  .module_comment_box_head_area{width: 100%;display: flex;align-items: center;justify-content: flex-start;margin-bottom: 7px;padding-bottom: 7px;border-bottom: 1px dashed #EBEBEB;}  .module_comment_box_name{width:auto ;font-size: 14px ;font-weight: bold;color: #000;}  .module_comment_box_date{width:auto ;margin-left: auto;font-size: 11px ;color: #929292;}  .module_comment_box_content{width:100%;font-size: 13px ;color: #000;}  .module_all_comments_main_div{width: 100%;}  .all_comments_main{width: 800px;margin: 0 auto;margin-top: 30px;}  .comments_module_info_div{width: 600px;border: 1px solid #ebebeb;padding: 20px;margin: 0 auto;margin-top: 25px;display: flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;}  .comments_module_info_div_img{border: 1px solid #EBEBEB;margin-right: 25px;}  .comments_module_info_div_img img{width: 100px;margin: 5px;height: auto;}  .comments_module_info_div_txt{flex: 1;}  .comments_module_info_div_txt_t{font-size: 18px ;font-weight: bold;margin-bottom: 10px;line-height: 22px;}  .comments_module_info_div_txt_d{font-size: 14px ;line-height: 14px;}  .comments_module_info_div_txt_d a{color: tomato;}  .comments_module_info_div_txt_d a:hover{color: orange;}  .last-blog-href{width: 100%;display: flex;align-items: center;justify-content: flex-start;margin-bottom: 15px;border-bottom: 2px solid #EBEBEB;padding: 10px;flex-wrap: wrap;color: #000;background-color: #f9f9f9;border-radius: 5px;}  .last-blog-href:hover{color: #333;}  .last-blog-href-img{width: 75px;margin-right: 10px;}  .last-blog-href-img img{width: 100%;padding: 3px;background-color: #fff;box-sizing: border-box;border: 1px solid #EBEBEB;}  .last-blog-href-txt{flex:1;font-size: 14px ;}  .services-box{width: 18.2%;background-color: #fff;border: 1px solid #e7e7e7;border-radius: 5px;margin-bottom: 40px;text-align: center;position: relative;margin-left: 10px;margin-right: 10px;}  .services-box-img{width: 100%;}  .services-box-img img{width: 100%;transition-duration: 0.2s; transition-timing-function: linear;padding: 15px;}  .services-box:hover .services-box-img img{padding: 8px;}  .services-box-h{width: 100%;font-size: 20px ;padding: 30px;box-sizing: border-box;font-weight: 500;}  .service-top-img{flex:1;text-align: right;}  .service-top-img img{width: 100%;}  .services-baslik{width: 100%;font-size: 36px ;font-weight: 600;margin-bottom: 40px;}  .services-detail-a{bottom: -50px;background-color: #85c655;visibility: hidden;transition-duration: 0.2s; transition-timing-function: linear;font-size: 12px ;display: block;position: absolute;color: #fff;padding: 10px;border-bottom: 2px solid #5c7848;letter-spacing: 0.4em;width: 100%;border-radius: 0 0 5px 5px;}  .services-detail-a:hover{text-decoration: none;color: #fff;}  .services-box:hover .services-detail-a{bottom: -15px;visibility: visible;transition-duration: 0.2s; transition-timing-function: linear;}  .services-left-side{width: 340px;border-radius: 5px;margin-right: 30px;background-color: #fff;padding: 28px;}  .services-detail-img{width: 100%;margin-bottom: 5px;}  .services-detail-img img{width: 100%;border: 1px solid #ebebeb;border-radius: 5px;}  .subpage-content-heading{width: 100%;font-size: 26px ;font-weight: 600;color: #fff;margin-bottom: 20px;}  .accordion_main {width: 100%;text-align: left;}  .accordion-header, .accordion-body {}  .accordion__item{border-bottom:1px solid #EBEBEB !important;margin-bottom: 0}  .accordion-header {padding: 1.5em 1.5em;background: #FFF;color: #000;cursor: pointer;font-size:16px;font-weight: 600;letter-spacing: .05em;transition: all .3s;}  .accordion__item:last-child{border-bottom:1px solid #EBEBEB !important;}  .accordion-body {background: #fff;color: #000;display: none;width: 100%;}  .accordion-body__contents {padding: 20px 20px 40px 20px;line-height: 26px;font-size: 16px;width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;overflow: hidden;}  .accordion__item.active:last-child .accordion-header {border-radius: 0;}  .accordion:first-child > .accordion__item > .accordion-header {border-bottom: 1px solid transparent;}  
 .user_subpage_select{width: 220px !important;border-radius: 5px;}  
 .user_subpage_select.nice-select.open .list {width: 220px;}  
 .user_subpage_select.nice-select .list {width: 220px;} 
 .select {display: none; }  .nice-select-cat-detail{width: 400px;} 
 .nice-select {-webkit-tap-highlight-color: transparent;background-color: #fff;border: solid 1px #e8e8e8;box-sizing: border-box;clear: both;cursor: pointer;display: block;float: left;font-family: inherit;border-radius: 5px;font-size: 13px;font-weight: normal;outline: none;padding-left: 18px;padding-right: 30px;padding-top: 6px;padding-bottom: 6px;position: relative;text-align: left !important;transition: all 0.2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;}  
 .nice-select:hover {border-color: #dbdbdb; } 
 .nice-select:active, .nice-select.open, .nice-select:focus {border-color: #999; }  
 .nice-select:after {border-bottom: 2px solid #999;border-right: 2px solid #999;content: '';display: block;height: 5px;margin-top: -4px;pointer-events: none;position: absolute;right: 12px;top: 50%;-webkit-transform-origin: 66% 66%;transform-origin: 66% 66%;-webkit-transform: rotate(45deg);transform: rotate(45deg);transition: all 0.15s ease-in-out;width: 5px; } 
 .nice-select.open:after {-webkit-transform: rotate(-135deg);transform: rotate(-135deg); }  
 .nice-select.open .list {opacity: 1;pointer-events: auto;-webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);z-index: 99;} 
 .nice-select.disabled {border-color: #ededed;color: #999;pointer-events: none; } 
 .nice-select.disabled:after {border-color: #cccccc; }  .nice-select.wide {width: 100%; }  .nice-select.wide .list {left: 0 !important;right: 0 !important; }  
 .nice-select.right {float: right; }  .nice-select.right .list {left: auto;right: 0; } 
 .nice-select.small {font-size: 12px;height: 36px;line-height: 34px; } 
 .nice-select.small:after {height: 4px;width: 4px; } 
 .nice-select.small .option {line-height: 34px;min-height: 34px; } 
 .nice-select .list {background-color: #fff;box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);box-sizing: border-box;margin-top: 4px;opacity: 0;overflow: hidden;padding: 0;pointer-events: none;position: absolute;top: 100%;left: 0;-webkit-transform-origin: 50% 0;transform-origin: 50% 0;-webkit-transform: scale(0.75) translateY(-21px);transform: scale(0.75) translateY(-21px);transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index: 9; }  .nice-select .list:hover .option:not(:hover) {background-color: transparent !important; }  .nice-select .option {cursor: pointer;font-weight: 400;line-height: 40px;list-style: none;min-height: 40px;outline: none;padding-left: 18px;padding-right: 29px;text-align: left;transition: all 0.2s; }  .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {background-color: #f6f6f6; }  .nice-select .option.selected {font-weight: bold; }  .user_subpage_siparis_box{width: 100%;border: 1px solid #EBEBEB;padding: 25px 20px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;border-radius: 4px;margin-bottom:20px;transition-duration: 0.2s; transition-timing-function: linear;}  .user_subpage_siparis_box:hover{border: 1px solid #CCC;}  .user_subpage_siparis_box_img{width: 49px;height: 32px;margin-right: 20px;border: 1px solid #EBEBEB;box-sizing: border-box;overflow: hidden;}  .user_subpage_siparis_box_img img{width: 100%;height: 100%;box-sizing: border-box;padding: 1px;}  .user_subpage_return_box_orderno{width: 135px;color: #000000;}  .user_subpage_siparis_box_orderno{width: 280px;color: #000000;}  .user_subpage_siparis_box_orderno-1{width: 100%;font-size: 14px ;margin-bottom: 5px;line-height: 17px;}  .user_subpage_siparis_box_orderno-2{width: 100%;font-size: 12px ;color: #999;}  .user_subpage_siparis_box_status{flex:1;display: flex;align-items: center;justify-content: space-between;}  .user_subpage_siparis_box_status_iptal{width: auto;display: inline-block;padding: 5px 15px;border: 1px solid #ffa2a5;box-sizing: border-box;font-size: 14px ;font-weight: 600;color: #ffa2a5;}  .user_subpage_siparis_box_end{flex:1;display: flex;align-items: center;justify-content: flex-end;}  .user_subpage_siparis_box_end_amount{margin-right: 40px;text-align: right;}  .user_subpage_siparis_box_end_amount_1{font-size: 16px ;font-weight: 600;color: #000;width: 100%;}  .user_subpage_siparis_box_end_amount_2{font-size: 13px ;color: #999;width: 100%;}  .account_subpage_order_address_main{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-bottom: 20px;}  .account_subpage_order_address_left{flex:1;box-sizing: border-box;border: 1px solid #ebebeb;padding: 25px;color: #000;}  .account_subpage_order_address_right{width: 100%;border-radius: 5px;box-sizing: border-box;border: 1px solid #ebebeb;padding: 25px;color: #000;}  .account_subpage_order_address_h{width: 100%;font-size: 14px ;font-weight: 600;border-bottom: 1px solid #EBEBEB;margin-bottom: 20px;padding-bottom: 8px;}  .account_subpage_order_address_name{width: 100%;font-size: 13px ;font-weight: 600;margin-bottom: 10px;}  .account_subpage_order_address_txt{width: 100%;font-size: 13px ;}  .account_subpage_order_address_phone{width: 100%;font-size: 13px ;color: #666;}  .account_subpage_order_products_box{width: 100%;box-sizing: border-box;border: 1px solid #EBEBEB;padding: 25px 25px 10px 25px;margin-bottom: 20px;}  .account_subpage_order_products_box_hed{width: 100%;box-sizing: border-box;display: flex;align-items: flex-start;justify-content: flex-start;flex-wrap: wrap;border-bottom: 1px dashed #EBEBEB;padding-bottom: 10px;}  .account_subpage_order_products_box_hed_img{width: 80px;height: 50px;margin-right: 15px;}  .account_subpage_order_products_box_hed_img img{width: 100%;height: 100%;}  .account_subpage_order_products_box_hed_name{width: 420px;font-size: 13px ;font-weight: 600;color: #000;}  .order_products_box_hed_name_sub{font-size: 12px ;margin-bottom: 9px;padding-bottom: 9px;border-bottom: 1px dashed #EBEBEB;font-weight: 400;}  .account_subpage_order_products_box_hed_status{flex:1;display: flex;align-items: center;justify-content: flex-end;}  .orderDetail_product_button{margin-left: 5px;margin-right: 5px;font-weight: 400;}  .account_subpage_order_products_box_fot{width: 100%;box-sizing: border-box;display: flex;justify-content: flex-end;flex-wrap: wrap;border-right: 1px dashed #EBEBEB;}  .account_subpage_order_products_box_fot_birim{flex:1;text-align: center;font-size: 13px ;border: 1px dashed #EBEBEB;background-color: #fff;border-right: 0;border-top: 0;}  .account_subpage_order_products_box_fot_kdv{flex:1;text-align: center;font-size: 13px ;border: 1px dashed #EBEBEB;background-color: #fff;border-right: 0;border-top: 0;}  .account_subpage_order_products_box_fot_kargo{flex:1;text-align: center;font-size: 13px ;border: 1px dashed #EBEBEB;background-color: #fff;border-right: 0;border-top: 0;}  .account_subpage_order_products_box_fot_adet{flex:1;text-align: center;font-size: 13px ;border: 1px dashed #EBEBEB;background-color: #fff;border-right: 0;border-top: 0;}  .account_subpage_order_products_box_fot_total{flex:1;text-align: center;font-size: 13px ;border: 1px dashed #EBEBEB;background-color: #fff;border-right: 0;border-top: 0;}  .account_subpage_order_products_box_fot_h{width: 100%;padding: 8px;border-bottom: 1px dashed #EBEBEB;background-color: #f8f8f8;}  .account_subpage_order_products_box_fot_s{width: 100%;padding: 8px;font-weight: 600;}  .account_subpage_summary_order_main{width: 100%;box-sizing: border-box;display: flex;justify-content: flex-end;}  .account_subpage_summary_order_in{width: 300px;}  .account_subpage_summary_order_freedelivery, .account_subpage_summary_order_discount_coupon{width: 100%;box-sizing: border-box;border: 1px solid #ebebeb;display: flex;align-items: flex-start;justify-content: flex-start;padding: 10px 18px;margin-bottom: 10px;}  .account_subpage_summary_order_coupon_icon{width: 45px;font-size: 28px ;line-height: 28px;color: #6e8ebe;}  .account_subpage_summary_order_coupon_text{flex:1;font-size: 12px ;color: #333;font-weight: 600;line-height: 15px;}  .account_subpage_summary_order_coupon_text_h{width: 100%;color: #999;font-weight: 500;}  .account_subpage_summary_order_coupon_text_s{width: 100%;margin-top: 5px;}  .account_subpage_summary_order_box{width: 100%;box-sizing: border-box;border: 1px solid #ebebeb;background-color: #f8f8f8;color: #000;padding: 20px;}  .account_subpage_summary_order_box_h{font-size: 16px ;font-weight: 600;margin-bottom: 20px;}  .account_subpage_summary_order_box_s{display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;width: 100% ;border-bottom: 1px solid #EBEBEB;font-size: 14px ;padding-bottom: 8px;margin-bottom: 8px;}  .account_subpage_summary_order_box_s:last-child{border-bottom: 0;margin-bottom: 0;padding-bottom: 0;}  .account_subpage_summary_order_box_s_left{width: 50%;}  .account_subpage_summary_order_box_s_right{width: 50%;text-align: right;font-weight: 600;}  .orderdetail_coupon_total{box-sizing: border-box;text-align: center;border: 1px solid #EBEBEB;padding: 5px;margin-top: 5px;border-radius: 10px;background-color: #f8f8f8;}  .no-cart-items-in-div{width: 100%;text-align: center;padding: 75px 0;}  .no-cart-items-text-h{font-size: 26px ;font-weight: 500;margin-bottom: 10px;}  .no-cart-items-text{font-size: 14px ;}  .sepet-main{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;box-sizing: border-box;border-radius: 5px;margin-bottom: 100px;margin-top: 30px;}  .sepet-left{width: 71%;}  .sepet-right{width: 26%;}  .sepet-hed{font-size: 22px ;font-weight: 500;margin-bottom: 35px;}  .sepet-ozetbox{width: 100%;display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;border-bottom: 1px solid #f1f1f1;padding-bottom: 7px;margin-bottom: 7px;}  .sepet-ozetbox-1{width: 50%;display: flex;justify-content: space-between;font-size: 14px ;color: #888;}  .sepet-ozetbox-2{width: 50%;font-size: 18px ;font-weight: 500;text-align: right;}  .sepet-ozetbox-2b{width: 50%;font-size: 23px ;font-weight: 600;text-align: right;}  .sepet-item-box{width: 100%;padding: 20px;border-radius: 5px;display: flex;justify-content: space-between;flex-wrap: wrap;border: 1px solid #dee2e6;margin-bottom: 30px;box-sizing: border-box;background-color: #fff;}  .sepet-item-box-in1{width: 50%;}  .sepet-item-box-in1-h{width: 100%;font-size: 18px ;font-weight: 500;}  .sepet-item-box-in2{width: 15%;text-align: center;}  .sepet-item-box-in2:last-child{border-right: 0;}  .sepet-item-box-in2 img{width: 85%;}  .sepet-item-box-in2txt{width: 100%;font-size: 16px ;font-weight: 500;margin-bottom: 10px;}  .sepet-liner-vertical{width: 100%;height: 14px;}  .sepet-liner-vertical-in{display: inline-block;padding: 0 10px 0 0;font-size: 13px ;background-color: #fff;font-weight: 500;color: #568cfe;}  .cart-left-variant-div{width: 100%;font-size: 14px ;box-sizing: border-box;margin-bottom: 4px;}  .sepet-kupon-main{width: 50%;margin-left: auto;border-radius: 5px;background-color: #f9f9f9;padding: 25px;box-sizing: border-box;border: 1px solid #dee2e6;}  .sepet-kupon-hed{width: 100%;font-size: 20px ;font-weight: 500;margin-bottom: 10px;}  .sepet-kupon-spot{font-size: 13px ;color: #999;}  .sepet-kupon-form{margin-top: 20px;width: 100%;display: flex;justify-content: flex-start;}  .sepet-kupon-form input{border: 1px solid #dee2e6;border-radius: 5px;margin-right: 10px;padding-left: 10px;font-size: 13px ;flex: 1;}  .sepet-kupon-form input:focus{outline: none;}  .teslimat-left-div{width: 100%;box-sizing: border-box;}  .teslimat-left-div-box{width: 100%;box-sizing: border-box;border: 1px solid #dee2e6;padding: 30px;background-color: #fff;border-radius: 5px;}  .teslimat-fatura-txt{font-weight: 500;color: tomato;}  .odeme-tur-sec-div{width: 100%;border-bottom: 1px solid #EBEBEB;margin-bottom: 7px;}  .bs-wizard{margin-top: -20px;}  
 
 /*Form Wizard*/
 .bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}  .bs-wizard > .bs-wizard-step {padding: 0; position: relative;}  .bs-wizard > .bs-wizard-step + .bs-wizard-step {}  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #fff; font-size: 16px; margin-bottom: 5px;}  .bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}  .bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}  .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }  .bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}  .bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}  .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}  .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}  .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}  .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}  .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e9ecef;}  .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}  .bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}  .bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}  .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }  .cat-filter-area{width: 100%;background-color: #f9f9f9;border-radius: 5px;padding: 20px;box-sizing: border-box;display: flex;align-items: center;justify-content: flex-end;flex-wrap: wrap;margin-bottom: 30px;}  .cat-filter-area-box{width: auto;margin-right: 30px;display: flex !important;align-items: center !important;justify-content: center !important ;}  .cat-filter-area-box label{font-size: 13px ;}  .cat-filter-area-box:last-child{margin-left: 30px;margin-right: 0;} 
 .nice-select.open .list {width: 355px;} 
 .nice-select .list {width: 355x;}  .category-product-div{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}  .category-product-div::after{height: 0;width: 31%;content: "";}  .categories-subcat-div{width: 100%;margin-bottom: 20px;display: flex;justify-content: flex-start;flex-wrap: wrap;}  .categories-subcat-div a{display: inline-block;padding: 10px 20px;border-radius: 5px;background-color: #f9f9f9;font-size: 13px ;margin-right: 10px;color: #000;margin-bottom: 10px;}  .categories-subcat-div a:hover{text-decoration: none;background-color: #ecaaaa;color: #fff;}  .arama-icon-div{font-size: 55px ;}  .product-detail-inner{padding: 45px 0;margin: 0 auto;display: flex;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;}  .product-detail-inner-left{width: 60%;}  .product-detail-inner-right{width: 35%;}  .product-detail-gallery{width: 100%;padding: 12px;box-sizing: border-box;border: 1px solid #EBEBEB;border-radius: 5px;background-color: #fff;box-shadow: 0 25px 20px -20px rgb(0 0 0 / 10%), 0 0 20px 10px rgb(0 0 0 / 4%);}  .product-detail-gallery-one{width: 100%;height: 420px;border-radius: 5px;}  .product-detail-gallery .swiper-container {width: 100%;height: auto;margin-bottom: 10px;}  .product-detail-gallery .swiper-slide {background-size: cover;background-position: center;width: 100%;height: 420px;border-radius: 5px;}  .product-gallery-zoom-ref{width: 100%;height: 100%;position: absolute;transition-duration: 0.2s; transition-timing-function: linear;display: flex;align-items: center;justify-content: center;}  .zoomicon{opacity: 0;transition-duration: 0.1s; transition-timing-function: linear;}  .product-gallery-zoom-ref:hover{background:rgba(121, 82, 179,   0.8);text-decoration: none;}  .product-gallery-zoom-ref:hover .zoomicon{opacity: 1;color: #fff;font-size: 50px ;}  .gallery-thumbs {box-sizing: border-box;padding: 10px 0 0 0;}  .gallery-thumbs .swiper-slide {width: 25%;height: 100px;opacity: 0.4;border-radius: 5px;cursor: pointer;}  .gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}  .gallery-top{margin-bottom: 20px;}  .product-detail-inner-left .nav-link{color: #000;transition-duration: 0.1s; transition-timing-function: linear;font-weight: 500;font-size: 13px;padding: 10px 35px ;}  .product-detail-inner-left .nav-tabs{border-bottom: 1px solid #EBEBEB;}  .product-detail-inner-left .saas:hover{background-color: transparent;color: #000;border:0 !important;border-bottom:3px solid transparent !important;}  .product-detail-inner-left .saas{border:0 !important;border-bottom:3px solid transparent !important;color: #666 !important;}  .product-detail-inner-left .nav-item{margin-bottom: -2px !important;}  .product-detail-inner-left .nav-item .active{background-color: #fff !important;border: 0;border-bottom: 3px solid #7952B3 !important;color: #7952B3 !important;}  .product-detail-inner-left .tab-pane{padding: 15px 0 !important;}  .product-detail-demo-links{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;box-sizing: border-box;border-radius: 5px;margin-bottom: 20px;margin-top: 20px;}  .product-detail-demo-ref{flex:1;background-color: #41bb86;font-size: 14px ;color: #fff;border-radius: 5px;text-align: center;height: 52px;display: flex;align-items: center;justify-content: center;font-weight: 500;transition-duration: 0.1s; transition-timing-function: linear;}  .product-detail-demo-ref:hover{text-decoration: none;background-color: #54c798;color: #fff;}  .product-detail-panel-ref{flex:1;background-color: #6d75bf;font-size: 14px ;color: #fff;border-radius: 5px;text-align: center;height: 52px;display: flex;align-items: center;justify-content: center;font-weight: 500;margin-left: 10px;transition-duration: 0.1s; transition-timing-function: linear;}  .product-detail-panel-ref:hover{text-decoration: none;background-color: #828ade;color: #fff;}  .product-detail-features-table{width: 100%;padding: 14px 10px;border-bottom: 1px solid #EBEBEB;display: flex;justify-content: flex-start;color: #000;font-size: 13px ;}  .product-detail-features-table:nth-of-type(2n){background-color: #f8f8f8;}  .product-detail-features-table-left{width: 45%;font-weight: 400;display: flex;align-items: center;justify-content: flex-start;padding-left: 10px;}  .product-detail-features-table-left i{font-size: 22px ;margin-right: 15px;}  .product-detail-features-table-dots{width: 50px;text-align: center;color: darkseagreen;font-size: 16px ;}  .product-detail-features-table-right{flex:1;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}  .product-detail-features-table-right i{font-size: 18px ;}  .product-detail-features-table-right i{margin-right: 5px;}  .product-detail-bilgilendirme{border-top: 1px solid #EBEBEB;box-sizing: border-box;margin-top: 30px;padding: 20px;background-color: #fff;}  .product-detail-bilgilendirme-hed{width: 100%;font-size: 14px ;font-weight: 500;margin-bottom: 15px;}  .product-detail-bilgilendirme ul{margin: 0;padding-left: 15px;color: #333;}  .product-detail-bilgilendirme ul li{font-size: 13px ;margin-bottom: 7px;}  .product-detail-bilgilendirme ul li:last-child{margin-bottom: 0;}  .product-detail-right-feature-div{width: 100%;border-top: 1px solid #EBEBEB;padding: 15px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;font-size: 13px ;}  .product-detail-right-feature-div-1{width: 50%;font-weight: 500;color: #000;}  .product-detail-right-feature-div-2{width: 50%;text-align: right;color: #8b8b8b;}  .purple-outline{display: inline-block;border: 1px solid #6d75bf;padding: 3px 10px;font-size: 12px ;color: #6d75bf;border-radius: 5px;font-weight: 500;transition-duration: 0.1s; transition-timing-function: linear;}  .purple-outline:hover{background-color: #6d75bf;color: #fff;text-decoration: none;}  .urun-detay-sag-alan-yildiz{font-size: 16px ;}  .product-detail-marka-div{width: 100%;border-top: 1px solid #EBEBEB;padding: 25px 15px;display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}  .product-detail-marka-div-img{margin-right: 25px;}  .product-detail-marka-div-img img{border-radius: 5px;}  .product-detail-marka-div-txt{flex:1;}  .product-detail-marka-div-txt-1{width: 100%;font-size: 12px ;color: #999;}  .product-detail-marka-div-txt-2{width: 100%;font-size: 14px ;font-weight: 500;color: #000;}  .normal-order-header{width: 100%;background-color: #f8f8f8;border-bottom: 1px solid #EBEBEB;box-sizing: border-box;padding: 20px 40px;font-size: 17px ;font-weight: bold;color: #000;}  .normal-order-product-info-main{width: 100%;box-sizing: border-box;padding: 20px 40px;display: flex;align-items:center;justify-content: flex-start;flex-wrap: wrap;color: #000;border-bottom: 1px solid #EBEBEB;}  .normal-order-product-info-img{margin-right: 20px;}  .normal-order-product-info-img img{width: 80px;border: 1px solid #EBEBEB;padding: 6px;}  .normal-order-product-info-txt{flex:1;}  .normal-order-product-info-txt-h{font-size: 15px ;font-weight: 600;line-height: 15px;margin-bottom: 10px;}  .normal-order-in-div{font-size: 12px;color: #666;font-weight: 500;padding: 2px 15px !important;margin-right: 5px;}  .normal-order-product-info-txt-s{font-size: 13px ;font-weight: normal;line-height: 14px;margin-bottom: 10px;}  .normal-order-nologin-main{width: 100%;box-sizing: border-box;padding: 20px 40px;color: #000;}  .normal-order-nologin-main-in{width: 100%;padding: 30px;box-sizing: border-box;display: flex;flex-direction: column;margin: 0 auto;text-align: center;}  .normal-order-nologin-main-in-i{width: 100%;font-size: 40px ;margin-bottom: 15px;}  .normal-order-nologin-main-in-h{width: 100%;font-size: 16px ;line-height: 20px;margin-bottom: 8px;font-weight: bold;}  .normal-order-nologin-main-in-s{width: 100%;font-size: 13px ;line-height: 16px;margin-bottom: 25px;color: #666;}  .normal-order-nologin-main-in-buttons{width: 100%;}  .normal-order-nologin-main-in-buttons a{width: 170px;}  .normal-order-product-form-main{width: 100%;box-sizing: border-box;padding: 20px 40px 0 40px;}  .input-group-text {font-size: 13px !important;border-radius: 0 !important;}  .normal-order-product-form-main label{font-size: 14px ;font-weight: 600;}  .normal-order-product-form-main input{border-radius: 0;font-size: 14px ;}  .normal-order-product-form-main select{border-radius: 0;font-size: 14px ;}  .normal-order-product-form-main textarea{border-radius: 0;font-size: 14px ;}  .normal-order-product-form-postarea{width: 100%;box-sizing: border-box;padding: 0 40px 25px 40px;background-color: #fff;text-align: right;}  .user_subpage_favorites_box_div_out{width: 100%;overflow: hidden;}  .user_subpage_favorites_box_div{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 15px;}  .user_subpage_favorites_box{width: 30.5%;box-sizing: border-box;border: 3px solid #EBEBEB;margin-right: 2.5%;margin-bottom: 1%;border-radius: 4px;padding: 20px;position: relative;display: flex;flex-direction: column;}  .user_subpage_favorites_box_img{width: 100%;margin-bottom: 10px;}  .user_subpage_favorites_box_img img{width: 100%;height: 100%;}  .user_subpage_favorites_box_h{width: 100%;font-size: 14px ;font-weight: 600;margin-bottom: 20px;}  .user_subpage_favorites_box_hin{width: 100%;font-size: 13px ;font-weight: 500;margin-bottom: 4px;margin-top: 4px;color: #999;border: 1px solid #EBEBEB;background-color: #f8f8f8;text-align: center;padding: 4px 0;}  .tek-urun-order-main{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;}  .user_subpage_comment_box_status{font-size: 13px ;font-weight: 400;padding: 20px;box-sizing: border-box;}  .mobile-middle-search{display: none;}  .services-inner-div{display: flex; justify-content: center; width: 101%; flex-wrap: wrap; margin-left: -18px;}  .mobile-product-cart-area{display: none;}  .userpanel-topside-main{width: 100%;border-radius: 5px;background-color: #fff;border: 1px solid #ebebeb;padding: 26px;box-sizing: border-box;margin-bottom: 25px;display: flex;justify-content: space-between;flex-wrap: wrap;}  .userpanel-topside-box{width: 23%;border-right: 1px solid #EBEBEB;}  .userpanel-topside-box:last-child{border-right: 0;}  .userpanel-topside-box-h{width: 100%;font-size: 14px ;margin-bottom: 8px;}  .userpanel-topside-box-big-s{width: 100%;font-size: 16px ;font-weight: 500;}  .productdetail-favoriteadd-main{width: 100%;background-color: #ffe9ed;border-radius: 5px;margin-top: 20px;margin-bottom: 20px;font-size: 14px ;display: flex;align-items: center;justify-content: center;color: #000;padding: 10px;box-sizing: border-box;border: 0;}  .productdetail-favoriteadd-main:hover{text-decoration: none;color: #000;}  .productdetail-favoriteadd-main:focus{outline: none;}  .productdetail-favoriteadd-main i{font-size: 15px ;margin-right: 8px;}  .productdetail-favoritedeletemain{width: 100%;background-color: #ff7e94;border-radius: 5px;margin-top: 20px;margin-bottom: 20px;font-size: 14px ;display: flex;align-items: center;justify-content: center;color: #fff;padding: 10px;box-sizing: border-box;}  .productdetail-favoritedeletemain i{font-size: 15px ;margin-right: 8px;}  .productdetail-favoritedeletemain:hover{text-decoration: none;color: #fff;}  .old-price-product-detail{font-size: 15px ;color: #666;font-weight: 300 !important;}  .sablon2-level-inside{margin: 0 auto;display: flex;justify-content: flex-start;}  .sablon2-right-end{margin-left: auto;flex:1;max-width: 280px;}  .sablon2-menu-main-div{width: 280px;padding-right: 45px;margin-right: 45px;border-right: 1px solid #FFF9F9FD;}  .sablon2-menu-main-div-h{width: 100%;margin-bottom: 35px;font-size: 17px ;font-weight: 600;color: #000;display: block;}  .sablon2-menu-main-div-link{width: 100%;margin-bottom: 10px;font-size: 14px ;color: #333;display: block;}  .variant-value-desc-h{width: 100%;font-weight: 600;color: #000;font-size: 15px ;margin-bottom: 15px;}  .variant-value-desc-s{width: 100%;color: #333;font-size: 13px ;}  .variant-value-desc-s p{margin-bottom: 0;}  .detail-mini-box-grey{width: 100%;background-color: #f5f5f5;border: 1px solid #EBEBEB;padding: 30px;box-sizing: border-box;border-radius: 5px;margin-bottom: 10px;display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}  .detail-mini-box-grey-hed{width: 100%;margin-bottom: 20px;font-size: 16px ;font-weight: 600;color: #000;display: flex;align-items: center;justify-content: flex-start;}  .detail-mini-box-grey-img{width: 135px;margin-right: 15px;}  .detail-mini-box-grey-img img{width: 100%;border-radius: 5px;}  .detail-mini-box-grey-grow{flex:1;font-size: 13px ;color: #ff4470 !important;font-weight: 600;}  @media screen and (min-width: 0) and (max-width: 767px){  .detail-mini-box-grey-img{width: 80px;}  .detail-mini-box-grey-hed{font-size: 14px ;}  .detail-mini-box-grey-grow{font-size: 12px ;}  }