.iscw_front_end {
margin-bottom: 10px;
}
.iscw_front_end_title {
text-align: center;
font-weight: bold;
font-size: 14px;
color: #ed6c23;
margin-bottom: 10px;
}
.iscw_fe_list {
text-align: center;
margin-top:-5px;
}
.iscw_fe_list_item {
display: inline-block;
padding: 5px;
cursor:pointer;
}
.iscw_fe_list_item img {
max-width: 40px;
max-height: 40px;
}
.iscw_front_end_current_title {
font-weight: bold;
font-size: 13px;
margin-bottom: 7px;
line-height: 15px;
min-height: 15px;
text-align:center;
}
.iscw_single_product {
margin-top: 25px;
margin-bottom: 20px;
}
.iscw_single_product .iscw_front_end_title {
text-align: left;
}
.iscw_single_product .iscw_fe_list {
text-align: left;
}
.iscw_modal {
background: rgba(0,0,0,0.8);
position: fixed;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000000;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
display:none;
}
.iscw_modal_active{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
} .iscw_modal_content {
background-color: #fff;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 30%;
max-height:90%;
overflow:auto;
}
.iscw_modal_close_wrap {
margin-bottom: 20px;
}
.iscw_modal_close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
line-height: 14px;
}
.iscw_modal_close:hover,
.iscw_modal_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.iscw_modal_html{
overflow:hidden !important;
}
.iscw_modal_list {
}
.iscw_modal_list_item {
display: inline-block;
padding: 5px;
cursor:pointer;
border:5px solid transparent;
}
.iscw_modal_list_item_active{
border:5px solid #DCDE01;
}
.iscw_modal_list_item img {
max-width: 40px;
max-height: 40px;
}
.iscw_modal_slide_info {
margin: 15px 0;
padding: 0px 5px;
height: 110px;
overflow-y: auto;
overflow-x: hidden;
}
.iscw_modal_slide_title {
text-transform: uppercase;
font-weight: bold;
}
.iscw_modal_slide{
display:none;
}
.iscw_modal_slide_active{
display:block;
}
.iscw_modal_slide_img { float:left;
display:block;
width:100%;
}
.iscw_modal_slide_img img {
margin: 0px 10px;
width:calc(100% - 60px);
}
.iscw_modal_slide_img > * {
float:left;
}
.iscw_modal_triangle_left {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-right: 20px solid #000;
border-bottom: 10px solid transparent;
cursor: pointer;
display:inline-block;
margin-top: calc(50% - 30px);
}
.iscw_modal_triangle_right {
width: 0;
height: 0;
border-top: 10px solid transparent;
border-left: 20px solid #000;
border-bottom: 10px solid transparent;
cursor: pointer;
display:inline-block;
margin-top: calc(50% - 30px);
}
.df-card .iscw_fe_list_item img {
max-width: 33px;
max-height: 33px;
}
@media only screen and (max-width: 1024px){
.iscw_modal_content{
width:40%;
}
}
@media only screen and (max-width: 768px){
.iscw_modal_content{
width:60%;
}
}
@media only screen and (max-width: 480px){
.iscw_fe_list_item img,
.iscw_modal_list_item img {
max-width: 30px;
max-height: 30px;
}
.iscw_modal_content{
width:90%;
}
}
.df-card div[data-doo-show="2"] {
display: none;
}
.df-card div[data-iscw-fe-list-item-title=""] {
display: none;
}
.df-card .df-card__image,
.df-mobile[data-layout=grid] .df-card__image{
height:auto !important;
}
.df-mobile[data-layout=grid] .df-card__image img{
height:90px;
}
.df-card .df-card__pricing{
margin-top:unset !important;
}
.df-card .iscw_front_end{
margin-top: unset !important;
}
.df-card .iscw_front_end_title{
margin-top:5px;
}
[data-layout="list"] .df-card__description {
display: none !important;
}
[data-layout="list"] .iscw_front_end_current_title,
[data-layout="list"] .iscw_fe_list,
[data-layout="list"] .iscw_front_end_title {
text-align: left;
}
[data-layout="list"] .iscw_search_list {
display: block;
width: 100%;
text-align: left;
padding-left: 132px;
margin-top: -25px !important;
}