/*Ürün Kartı - 22000131100*/

.productItemLayout .Layout.Gallery .Widgets.Left{position:absolute;left:0;top:10px;z-index:2;text-align:right;display:flex;flex-direction:column;align-items:flex-start}
.productItemLayout .Layout.Gallery .Widgets.Right{position:absolute;right:0;top:55px;z-index:2;text-align:right;display:flex;flex-direction:column;align-items:flex-end;vertical-align:text-top}
.productItemLayout .Layout.Gallery .Widgets.Center{position:absolute;right:0;left:0;top:33%;z-index:2;text-align:right;display:flex;flex-direction:column;align-items:center}
.productItemLayout .Layout.Gallery .Widgets.BottomLeft{position:absolute;left:0;bottom:0px;z-index:2;text-align:right;transition: .3s}
.productItemLayout .Layout.Gallery .Widgets.BottomRight{position:absolute;right:0;bottom: 0px;z-index:2;text-align:right;transition: .3s}
.productItemLayout:hover .Layout.Gallery .Widgets.BottomLeft{bottom: 80px;}
.productItemLayout:hover .Layout.Gallery .Widgets.BottomRight{bottom: 80px;}
.productItemLayout .Layout.Gallery .Bar{margin-bottom:0;padding:0;text-align:center;text-transform:none;font-size:10px;font-weight:400;color:#fff;font-family:source sans pro,sans-serif;display:flex;justify-content:center;align-items:center;margin-bottom:3px;left:initial!important;top:initial!important}
.productItemLayout .Layout.Gallery .BadgeBar{margin-bottom: 0px;padding: 0px 0px;text-align: center;text-transform: none;font-size: 10px;font-weight: normal;color: #fff;font-family: 'Source Sans Pro', sans-serif;left: initial !important;top: initial !important}
@media only screen and (max-width:768px){ 
    .Widgets.BottomRight {display: none;} 
    .Widgets.Center {top:30%;} 
}
.productItemLayout .Layout.Gallery .Widgets .specialText{background: #fff;margin: 0px 0px 10px 10px;display: inline-block;font-size: 14px;padding: 2px 5px;border-radius: 2px;}


/*22000131100 */
.productItemLayout .Layout.Gallery {position: relative;}
.productItemLayout .Layout.Gallery .item-img {display: block;}
.productItemLayout .Layout.Gallery .item-img::before{
    content: '';
    display: block;
    background: #eee;
    padding-top: calc((100% /(209 / 313)));
}
.productItemLayout .Layout.Gallery .item-img > img{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.productItemLayout .Layout.Gallery .addFavItem {position: absolute;right: 0;bottom: -35px;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;z-index: 99;width: 30px;height: 30px;}
.productItemLayout .Layout.Gallery .addFavItem::after {line-height: initial;padding: 5px;font-size: 10px;margin-top: 4px;}
.productItemLayout .Layout.Gallery .addFavItem::before {right: 11px;top: calc(100% - (6px));}
.productItemLayout .Layout.Gallery .addFavItem .AddFav{display:flex;align-items:center;justify-content:center;font-size:18px;transition:.3s;cursor:pointer;height:100%;padding: 10px;border-radius: 50%;width: 35px;height: 35px;}
.productItemLayout .Layout.Gallery .addFavItem .AddFav:hover{border-color:#000;color:#000}
.productItemLayout .Layout.Gallery .addFavItem .AddFav::before{content:"\e902";font-family:misszenne!important}
.productItemLayout .Layout.Gallery .addFavItem.activeFav>.AddFav{}
.productItemLayout .Layout.Gallery .addFavItem.activeFav>.AddFav::before{content:"\e901";color: #000;}


.productItemLayout .Layout.Gallery .item-slider {position: relative;overflow: hidden;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme {}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .owl-nav {margin-top: 0;display: none;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .owl-nav .owl-prev,
.productItemLayout .Layout.Gallery .item-slider .owl-theme .owl-nav .owl-next {position: absolute;top: 50%;background-color: rgba(255, 255, 255, 0.4);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 25px;height: 25px;border-radius: 50%;font-size: 13px;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .owl-nav .owl-prev {left: 0;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .owl-nav .owl-next {right: 0;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme:hover .owl-nav {display: block;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .owl-nav [class*="owl-"]:hover {background-color: rgba(255, 255, 255, 0.8);text-decoration: none;color: inherit;}
@-webkit-keyframes warning {from {opacity: 0;}to {opacity: 1;}}
@keyframes warning {from {opacity: 0;}to {opacity: 1;}}

.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-img,
.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-img img {display:block;width:100%;}


.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-video {overflow: hidden;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-video .productVideo {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-video > img {position: relative;z-index: 15}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-video .playVid {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 16;width: 50px;height: 50px;border-radius: 50%;border: 2px solid #fff;text-align: center;line-height: 47px;color: #fff;transition: .3s;cursor: pointer;}
.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-video .playVid:hover {box-shadow: -5px 5px 20px -3px rgb(0 0 0 / 56%);}

.productItemLayout .Layout.Gallery .item-slider .owl-theme .item-video.PlayVideo > .productVideo {z-index: 17;}
 
.productItemLayout .Layout.Info {position: relative;z-index: 17;}
.productItemLayout .Layout.Info .Layout.CampaingBadge .special-today {padding-top: 9px;display: flex;align-items: center;color: #f02748;}
.productItemLayout .Layout.Info .Layout.CampaingBadge .special-today .special-today-icon {font-size: 14px;}
.productItemLayout .Layout.Info .Layout.CampaingBadge .special-today .special-today-text {text-transform: capitalize;font-size: 14px;margin-right: 6px;}
.productItemLayout .Layout.Info .Layout.CampaingBadge .special-today .special-today-price {font-size: 14px;font-weight: 600;}


.productItemLayout .Layout.Info .Layout.ProductName {margin: 0 auto;margin-top: 6px;font-size: 14px;text-align: left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: 100;}
.productItemLayout .Layout.Info .Layout.ProductName .mobile-add-cart {display: none;position: absolute;right: 0;top: -50px;font-size: 20px;padding: 15px;}

.productItemLayout .Layout.Info .Layout.ProductPrice {padding-top: 9px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.productItemLayout .Layout.Info .Layout.ProductPrice .percent-price {text-align: center;width: max-content;border-color: currentcolor;border: 1px solid #f12f2f;background-color: #f12f2f;font-size: 11px;padding: 0px 6px;color: #fff;border-radius: 60px;margin-right: 8px;}
.productItemLayout .Layout.Info .Layout.ProductPrice .first-price {font-size: 13px;margin-right: 6px;}
.productItemLayout .Layout.Info .Layout.ProductPrice .disable {text-decoration: line-through;opacity: 0.5;}
.productItemLayout .Layout.Info .Layout.ProductPrice .second-price {color: #f02748;font-size: 13px;margin-right: 0 6px;}
.productItemLayout .Layout.Info .Layout.ProductPrice .disable-price {text-decoration: line-through !important;color: #969696 !important;}
.productItemLayout .Layout.Info .Layout.ProductPrice .percent-wrapper {display:inline-flex;}

.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart {position: absolute;bottom: 100%;z-index: 0;left: 10px;right: 10px;-webkit-transform: translateY(70%);transform: translateY(70%);-webkit-transition: -webkit-transform 0.3s ease;transition: -webkit-transform 0.3s ease;transition: transform 0.3s ease;transition: transform 0.3s ease, -webkit-transform 0.3s ease;opacity: 0;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .item-still {padding: 2px;background-color: white;text-transform: uppercase;font-size: 13px;padding-top: 4px;width: -webkit-max-content;width: -moz-max-content;width: max-content;margin-bottom: 9px;margin-left: 9px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes {background-color: rgba(255, 255, 255, 0.8);cursor: pointer;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;visibility: hidden;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-header {margin-top: 9px;margin-bottom: 10px;opacity: 0.7;font-size: 13px;border: 1px solid #555;padding: 3px 10px;transition:.3s;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-header:hover {background-color:#4b4b4b;color:#fff;}

.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-header.loading-btn-effect {background-color: #858181;color: #858181;border-color: #858181;display: flex;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-header.loading-btn-effect::before {left: calc(50% - 2px);width: 8px;height: 8px;margin: 0;top: 4px;}

.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-header.select-text {border-color: transparent;pointer-events: none;}

.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-items .cart-sizes-item {font-size: 13px;padding: 6px 10px;border: 1px solid transparent;display: inline-block;margin: 0 5px 5px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-items .cart-sizes-item.Disable {color: #b5b5b5;pointer-events:none;}

.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-items .cart-sizes-item.Active {border-color: #737373;background-color: #eee;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .cart-sizes-items .cart-sizes-item:hover {background-color: #ececec;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .sold-out {text-decoration: line-through;color: rgba(116, 116, 116, 0.5);-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;cursor: not-allowed;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-add-cart .cart-sizes .sold-out:hover {background-color: transparent;}
.productItemLayout:hover .Layout.Info .Layout.ColorBox .item-add-cart {-webkit-transform: translateY(-8px);transform: translateY(-8px);opacity: 1;}
.productItemLayout:hover .Layout.Info .Layout.ColorBox .cart-sizes {visibility: visible;}

.productItemLayout .Layout.Info .Layout.ColorBox {text-align: center;height:33px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors {padding: 15px 0 5px;}
    
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper .count-container {display: none;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper .count-container .count-img {padding: 3px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper .count-container .count-color {font-size: 13px;margin-top: 4px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper .Active-count {visibility: hidden;-webkit-transform: scale(0);transform: scale(0);}


.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper .Active-container {-webkit-transform: scale(1);transform: scale(1);visibility: visible;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .item-colors-wrapper .color-container {display: none;}


.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop {/*display:none;*/}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-container-header {position: absolute;top: 0;left: 0;right: 0;border-bottom: 1px solid #dedede;padding: 10px 0;font-size: 14px;opacity:0;visibility:hidden;display:none;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-container-header > .T {}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-container-header > .close-colors {position: absolute; right: 12px;top: -18px;font-size: 13px;background-color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 13px;border-radius: 50%;-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);box-shadow: 0 2px 4px 0 rgba(0,0,0,.3);}

.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .mobileTitle {text-align: center;display:none;position: absolute;top: 0;left: 0;right: 0;height: 54px;border-bottom: 1px solid #eee;color: #000;font-size: 18px;padding-top: 19px;}


.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper {position: relative;display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;border-radius: 50%;padding: 0px;cursor: pointer;padding:0 2px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper .color {width: 10px;height: 10px;border-radius: 50%;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper .color-text {display: none;position: absolute;background-color: white;top: -38px;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);font-size: 13px;padding: 9px;border: 1px solid gray;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper .color-text:after,
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper .color-text:before {top: 100%;left: 50%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper .color-text:after {border-top-color: #fff;border-width: 5px;margin-left: -5px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper .color-text:before {border-color: rgba(194, 225, 245, 0);border-top-color: gray;border-width: 6px;margin-left: -6px;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper:hover {border-color: black;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-wrapper:hover .color-text {display: block;}
.productItemLayout .Layout.Info .Layout.ColorBox .item-colors .color-container-desktop .color-container-count {font-size: 13px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-left: 9px;}



@media only screen and (max-width: 768px){
	.productItemLayout {margin-bottom: 15px !important;}
	.productItemLayout .Layout.Gallery .addFavItem {bottom: inherit;top: 10px;right: 10px;z-index: 17;}
    .productItemLayout .Layout.Gallery .addFavItem .AddFav {background-color: #fff;box-shadow: -1px 4px 6px -6px #000;border: 1px solid #eee;font-size: 14px;width: 30px;height: 30px;}

    .productItemLayout .Layout.Info .Layout.CampaingBadge .special-today .special-today-text {font-size: 12px;}
    .productItemLayout .Layout.Info .Layout.CampaingBadge .special-today .special-today-price {font-size: 12px;}
	
	.productItemLayout .Layout.Info .Layout.ColorBox {display: none;}
    .productItemLayout .Layout.Info .Layout.ProductName .mobile-add-cart {display: block;}

    .productItemLayout:hover .Widgets.BottomLeft {bottom: 0 !important}
}
	















/*BREADCRUMS - 7000110*/
.module-7000110 {font-size: 12px;position: relative;z-index: 110;padding: 10px 0}
body[fcode=Fr-5500142] .module-7000110 {z-index: 101}
body[fcode=Fr-5500150][userpage=List] .module-7000110 {padding-top: 45px}
.module-7000110 .BreadCrumbsFlex {display: flex;align-items: center}
.module-7000110 .BreadCrumbsFlex .item {flex: 1}
.module-7000110 .BreadCrumbsFlex .item:last-child {flex: none}
.module-7000110 .BreadCrumbsFlex .item ol {display: inline-flex;flex-direction: row-reverse !important;align-items: baseline;padding: 5px 0;}
.module-7000110 .BreadCrumbsFlex .item ol>li:first-child {padding-right: 0}
.module-7000110 .BreadCrumbsFlex .item ol>li {background: #fff;border: 1px solid transparent;border-radius: 4px;margin: 0;padding-right: 0;cursor: pointer;position: relative;margin-right: 10px;}
.module-7000110 .BreadCrumbsFlex .item ol>li.Divider {top: -4px;padding: 6px 0 0}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop {background: #fff;border-radius: 4px;margin: 0 8px 0 0;padding-right: 0;cursor: pointer;position: relative}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop::before {content:"";position: absolute;left: -7px;top: -5px;bottom: -5px;right: -7px;border: 1px solid #eee;border-radius: 4px;}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Link {position: relative;padding-right: 21px}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Link::after {content: "\e977";font-family: misszenne!important;position: absolute;right: 2px;font-size: 10px;top: calc(50% + 2px);transform: translateY(-50%);}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop:hover .Wind {display: block}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop:hover .Link::after {content: "\e978";font-family: misszenne!important}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind {position: absolute;top: 100%;left: 0;z-index: 1;display: none;padding-top: 16px;}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area {background: #fff;padding: 7px;width: 160px;border: 1px solid #efefef;box-shadow: 0 0 0 #000}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area>.List {max-height: 300px;overflow-y: auto}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area>.List::-webkit-scrollbar-track {border-radius: 5px;background-color: #f5f5f5}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area>.List::-webkit-scrollbar {width: 5px}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area>.List::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #c7c7c7}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area:after,.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area:before {bottom: calc(100% - 16px);left: 14px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area:after {border-color: transparent;border-bottom-color: #fff;border-width: 7px;margin-left: -7px}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind>.Area:before {border-color: transparent;border-bottom-color: #efefef;border-width: 8px;margin-left: -8px}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind a {width: 100%;padding: 7px 5px;font-size: 12px;font-weight: 800;color: #6e6c75;transition: .3s;cursor: pointer;}
.module-7000110 .BreadCrumbsFlex .item ol>li.Drop .Wind a:hover {color: #000}
.module-7000110 .BreadCrumbsFlex .item ol>li>a.Link {color: #333;padding: 0;border-radius: 4px;font-size: 14px;position: relative;display: flex;}
.module-7000110 .BreadCrumbsFlex .item ol>li>a.Link:hover {text-decoration:underline}
.module-7000110 .BreadCrumbsFlex .item ol>li>.Divider {font-size: 10px;display: block;}
.module-7000110 .BreadCrumbsFlex .item ol>li:first-child>.Divider {display: none}
@media only screen and (max-width: 768px) {    .module-7000110 {display:none}
}

/*PageModül - 8000210*/
.ListingPageGrid {display: flex;margin-left: 10px;}
.ListingPageGrid > div {padding: 1px 8px;font-size: 13px;color: #afafaf;border-right: 1px solid #dedede;cursor: pointer;}
.ListingPageGrid > div:hover {color: #8e8e8e;}
.ListingPageGrid > div:last-child{border:0}
.ListingPageGrid > div.active {color: #0c0c0c;}
.filterOverlay.Show {transition: .3s;position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: 99;background-color: rgba(0, 0, 0, 0.7);}
.module-8000210 {width: 100%;display:block;position: relative;padding: 9px 0;max-width: 1920px;margin:0 auto;}
.module-8000210 .listArea {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.module-8000210 .listArea .filter {flex: none;margin-right: 25px;}
.module-8000210 .listArea .filter .filter-menu {/*width: 200px;*/width: 185px;position: sticky;top: 15px;}
.module-8000210 .listArea .filter .filter-menu .MobileFilterConfirm {display: none;border: none;border-radius: 5px;padding: 16px 0 14px;text-transform: capitalize;font-size: 15px;background-color: #000;color: white;letter-spacing: 2px;text-align: center;position: absolute;bottom: 8px;left: 18px;right: 18px;}
.module-8000210 .listArea .filter .filter-menu > .header {width: 100%;align-items: center;background-color: #fff;z-index: 1;margin-bottom: 25px;}
.module-8000210 .listArea .filter .filter-menu > .header .desktop-header-text {text-transform: uppercase;font-weight: 100;font-size: 13px;letter-spacing: 1px;border: 1px solid rgba(0, 0, 0, 0.2);padding: 6px 12px;cursor: pointer;-webkit-transition: -webkit-transform 0.3s ease;transition: -webkit-transform 0.3s ease;transition: transform 0.3s ease;transition: transform 0.3s ease, -webkit-transform 0.3s ease;width: -webkit-max-content;width: -moz-max-content;width: max-content;padding-top: 9px;}
.module-8000210 .filter-container .filter-text {font-size: 14px;letter-spacing: 1px;-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
.module-8000210 .filter-container.nav-show{position: fixed;transform: translateY(-88px);}
.module-8000210 .listArea .list .list-wrapper{}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty{text-align: center;padding: 40px 10px;height: 700px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > .Icon{display: inline-block;margin-bottom: 15px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > .Title{font-size: 18px;margin-bottom: 27px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > a{background-color: #000; color: #fff; padding: 10px 12px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > .Icon > img{}
.module-8000210 .filter .filter-menu .detail .detail-header .default-text {display: none;}
.module-8000210 .filter .filter-menu .detail.FilterHistory {}
.module-8000210 .filter .filter-menu .detail .mobile-add-selected > span {display:inline-block;margin-right:4px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.AutoHeight {max-height: 470px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar {width: 7px;background-color: #f0f0f0}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb {background: #a2a2a2}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb:window-inactive {background: #d6d6d6}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.show{max-height: 200px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.show > .detail-more-button{top: 60px;}
.module-8000210 .listArea .filter .filter-menu > .header .close-button {display: -webkit-box;display: -ms-flexbox;align-items: center;font-size: 16px;position: absolute;left: 12px;padding: 10px;display: none;}
.module-8000210 .listArea .filter .filter-menu > .header .close-button > i {margin-right: 7px;font-size: 14px;}
.module-8000210 .listArea .filter .filter-menu > .header .mobile-header-text {text-transform: capitalize;font-size: 14px;font-weight: bold;letter-spacing: 2px;margin: 0 auto;display: none;}
.module-8000210 .listArea .list {padding-top: 0;flex: auto;width: calc(100% - 207px);}
.module-8000210 .filter-container {display: -webkit-box;display: -ms-flexbox;display: flex;text-align: center;padding: 9px 0;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background-color: #fff;transition: all .3s;position: sticky;z-index:5;justify-content: space-between;}
.module-8000210 .filter-container .filter-left {flex: auto;display: flex;align-items: center;}
.module-8000210 .filter-container .filter-left .filter-toggle {font-size: 12px;font-weight: 400;padding: 7px 0;display: flex;align-items: center;cursor: pointer;text-transform: uppercase;margin-right: 18px;}
.module-8000210 .filter-container .filter-left .filter-toggle::after {content: "\ed1b";font-family: misszenne!important;margin-left: 5px;width: 13px;}
.module-8000210 .filter-container .list-title {display: flex;align-items: center;justify-content: flex-start;text-transform: capitalize;font-size: 16px;}
.module-8000210 .filter-container .list-title > h1 {text-transform: capitalize;font-size: 16px;display:inline-block;margin:0;margin: 0 5px 0 0;font-weight: 600;}
.module-8000210 .filter-container .list-title .total-count {font-size:14px;color: #8e8e8e;position: relative;}
.module-8000210 .filter-container .list-title .total-count .tt {display:inline-block;margin-left:5px;}
.module-8000210 .filter-container .filter-text {font-size: 14px;letter-spacing: 1px;-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
.module-8000210 .filter-container.nav-show{position: fixed;transform: translateY(-88px);width: calc(100% - 302px);right: 47px;}
.module-8000210 .filter-container .input-wrapper {display: -webkit-box;display: -ms-flexbox;-webkit-box-align: center;-ms-flex-align: center;align-items: center;z-index: 3;margin-right: 18px;width: 90%;display: none;}
.module-8000210 .filter-container .input-wrapper .input-container {width: 84%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-bottom: 1px solid #949494;position: relative;top: -4px;}
.module-8000210 .filter-container .input-wrapper .input-container .input-icon {font-size: 16px;}
.module-8000210 .filter-container .input-wrapper .input-container .input-area {width: 100%;border: none;font-size: 16px;height: 33px;padding-left: 12px;position: relative;}
.module-8000210 .filter-container .input-wrapper .input-container .input-area:placeholder-shown {font-size: 13px;opacity: 0.5;}
.module-8000210 .filter-container .input-wrapper .input-container .input-clear-icon {color: #a2a2a2;font-size: 17px;height: 33px;width: 40px;display: -webkit-box;display: -ms-flexbox;display: flex;visibility: hidden;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;z-index: 99;}
.module-8000210 .filter-container .input-wrapper .input-close-text {display: none;font-size: 14px;height: 100%;color: #408be0;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: flex-end;padding: 10px 14px;text-align: right;}
.module-8000210 .listArea .list .list-wrapper{}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty{text-align: center;padding: 40px 10px;height: 700px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > .Icon{display: inline-block;margin-bottom: 15px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > .Title{font-size: 18px;margin-bottom: 27px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > a{background-color: #000; color: #fff; padding: 10px 12px;}
.module-8000210 .listArea .list .list-wrapper .ProductListEmpty > .Icon > img{}
.module-8000210 .filter-container .filter-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.module-8000210 .filter-container .sort {font-family: 'Josefin Sans', sans-serif;font-weight: 400;text-transform: capitalize;border: 1px solid #dedede;border-radius: 25px;font-size: 13px;-webkit-appearance: none;-moz-appearance: none;appearance: none;outline: 0;/* background-image: none; */-webkit-box-shadow: none;box-shadow: none;-moz-text-align-last: center;text-align-last: center;padding: 6px 18px;padding-right: 30px;cursor: pointer;background-position-x: calc(100% - 4px);}
.module-8000210 .filter-container .filter-button {padding: 6px 18px;border-radius: 25px;border: 1px solid #dedede;font-size: 13px;margin-left: 10px}
.module-8000210 .filter-container .filter-button,.module-8000210 .filter-container .filtered-element {display: none}
.module-8000210 .filter .filter-menu .detail {text-align: left;margin-bottom: 25px;max-width: 100%;position: relative;}
.module-8000210 .filter .filter-menu .detail .detail-header {text-transform: uppercase;font-size: 14px;letter-spacing: 1px;text-align: left;margin-bottom: 18px;font-weight: bold;position: relative;}
.module-8000210 .filter .filter-menu .detail .detail-header .default-text {display: none;}
.module-8000210 .filter .filter-menu .detail span > label{display: block;}
.module-8000210 .filter .filter-menu .detail.FilterHistory {}
.module-8000210 .filter .filter-menu .detail.FilterHistory .detail-items {margin: 0;}
.module-8000210 .filter .filter-menu .detail.FilterHistory .detail-items .item-col {max-height: none;}
.module-8000210 .filter .filter-menu .detail.FilterHistory .detail-items .filter-item {color: #575757;font-size: 13px;position: relative;text-transform: uppercase;width: 100%;padding: 4px 8px 4px 0;display: flex;align-items: center;}
.module-8000210 .filter .filter-menu .detail.FilterHistory .detail-items .filter-item > .filter-remove {font-size: 17px;color: #d30011;margin-right: 5px;position: relative;cursor:pointer;}
.module-8000210 .filter .filter-menu .detail.FilterHistory .detail-items .filter-item > i {font-style: inherit;margin-right:3px;}
.module-8000210 .filter .filter-menu .detail .mobile-add-selected {display:None;bottom: 7px;font-size: 13px;font-weight: bold;opacity: 0.4;letter-spacing: 0;position: relative;top: 9px;}
.module-8000210 .filter .filter-menu .detail .mobile-add-selected > span {display:inline-block;margin-right:4px;}
.module-8000210 .filter .filter-menu .detail .detail-items {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;flex-direction: column;margin-left: 18px;position: relative;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-more-button-wrapper {display: flex;color: #575757;font-size: 13px;position: relative;text-transform: uppercase;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;width: 100%;padding: 8px 8px 8px 0;display:none;font-weight: 900;}
 .module-8000210 .filter .filter-menu .detail .detail-items .detail-items-header {display: none;width: 100%;align-items: center;border-bottom: 1px solid #000;padding: 20px;background-color: #fff;z-index: 1;text-align: center;position: -webkit-sticky; /* Safari */position: sticky;top: 0;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col {width: 100%;max-height: 90px;transition: all .3s;overflow: hidden;overflow-y: auto;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.AutoHeight {max-height: 470px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar {width: 7px;background-color: #f0f0f0}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb {background: #a2a2a2}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col::-webkit-scrollbar-thumb:window-inactive {background: #d6d6d6}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col > span {display:block;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.show{max-height: 200px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.show > .detail-more-button{top: 60px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col .hidden {position: absolute;visibility: hidden;opacity: 0;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col .features {color: #575757;font-size: 13px;position: relative;cursor: pointer;width: 100%;padding: 8px 8px 8px 0;display: block;}
@media only screen and (min-width:768px){.module-8000210 .filter .filter-menu .detail .detail-items .item-col .features:hover {opacity:.5;}
 }
.module-8000210 .filter .filter-menu .detail .detail-items .item-col .FilterItem:disabled + .features{color: #ddd; text-decoration: line-through;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col input[type="checkbox"]:checked + .features {color: black;font-weight: bold;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col input[type="checkbox"]:checked + .features::after {font-family: "MissZenne" !important;content: "\e93e";position: absolute;font-size: 13px;margin-left: 8px;top: 8px;font-weight: bold;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.color-style {}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.color-style > span {display:inline-block;width: 40px;height: 25px;margin-right: 10px;margin-bottom: 10px;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.color-style .features {width: 100%;height: 100%;padding: 0;border: 1px solid #eee;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.color-style .features > span {display:none;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.color-style .features::before {content:"";background-color: var(--colorCode);position: absolute;left: 0;right: 0;top:0;bottom:0;width:100%;height:100%;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col.color-style input[type="checkbox"]:checked + .features::after {margin: 0;top: 2px;left: 2px;right: 2px;bottom: 2px;color: #adadad;text-align: center;border: 1px solid #adadad;line-height: 18px;}
.module-8000210 .filter .filter-menu .detail .detail-price {display: flex;align-items: center;}
.module-8000210 .filter .filter-menu .detail .detail-price .range-flex {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-input {padding: 4px 7px;width: 100%;font-family: inherit;font-size: 13px;height: 29px;background-color: #fafafa;border: solid 1px #e2e2e2;border-radius: 3px;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-input:first-child {margin-right: 6px;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-input:nth-child(2) {margin-left: 6px;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-button {padding-top: 6px;background-color: rgba(0, 0, 0, 0.2);color: white;cursor: pointer;border: none;position: relative;background-color: #000;font-size: 0;display: flex;animation: center;justify-content: center;width: 30px;height: 28px;position: relative;top: -1px;flex: none;margin-left: 10px;border-radius: 3px;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-button:hover {background-color:#4c4c4c;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-button > i {font-size: 14px;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-apply-button-wrapper {display: none;height: 80px;padding: 18px;background-color: #fff;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-apply-button-wrapper > button{display: block;border: none;border-radius: 5px;padding: 18px 0;text-transform: capitalize;font-size: 13px;background-color: #000;color: white;letter-spacing: 2px;width: 100%;}
.module-8000210 .filter-container.nav-hide{position: fixed;transform: translateY(-200px);width: calc(100% - 302px);/* right: 47px; */}
.module-8000210 .listArea .filter .filter-menu.nav-hide{top: 70px;}
@media only screen and (max-width: 991px){.module-8000210 .filter .filter-menu .detail .detail-price .range-flex {width:100%;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-input {height: 40px;padding: 0 12px;}
 .module-8000210{padding:0 0;}
.module-8000210 .listArea {padding:0 0;}
.module-8000210 .listArea .filter {margin-right: 30px;}
.module-8000210 .filter-container{padding: 9px 9px;transition: all .3s;position: -webkit-sticky;position: sticky;width: 100%;}
.module-8000210 .filter-container.nav-hide{width:100%!important;left:0;right:0;transform: translateY(-200px);}
.module-8000210 .filter-container.Active{padding: 9px 5px;margin-left: 0;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;z-index: 998;padding: 12px 16px;position: sticky;top: 51px;left: 0;right: 0;background-color: #fff;}
.module-8000210 .filter-container.Active.Fixed{top: 0; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);}
.module-8000210 .filter-container.Active .filter-wrapper{display: none;}
.module-8000210 .filter-container.Active .input-wrapper .input-close-text{display: block;}
.module-8000210 .filter-container .input-wrapper .input-container .input-clear-icon.Active{visibility:visible;}
}
@media only screen and (max-width: 768px){.module-8000210 .filter-container.nav-show{width: 100%;left: 0;right: 0;width: 100%;top: 141px;position: sticky;}
.module-8000210 .listArea .filter {position:fixed;bottom:0;z-index: 9991;background-color: #fff;left: 0;right: 0;height: 75%;transition: .3s;transform: translateY(100%);margin:0;}
.module-8000210 .listArea .filter.Show {transform: translateY(0%);}
.module-8000210 .listArea .filter .filter-menu {width:100%;height: 100%;padding-bottom: 65px;}
.module-8000210 .listArea .filter .filter-menu .MobileFilterConfirm {display:block;}
.module-8000210 .listArea .filter .filter-menu > .header {display: -webkit-box;display: -ms-flexbox;display:flex;border-bottom: 1px solid rgba(0, 0, 0, 0.8);padding: 23px;justify-content: space-between;position: -webkit-sticky;position: sticky;top: 0;margin: 0;}
.module-8000210 .listArea .filter .filter-menu > .header .close-button {display:flex;}
.module-8000210 .listArea .filter .filter-menu > .header .mobile-header-text{display:block;}
.module-8000210 .listArea .filter .filter-menu > .header .desktop-header-text {position: absolute;right: 18px;text-transform: capitalize;padding: 10px;text-decoration: underline;font-size: 14px;border: 0;letter-spacing: 0;color: #408be0;}
.module-8000210 .filter .filter-menu .detail {position:initial;margin: 0;}
.module-8000210 .filter .filter-menu .detail .detail-items {margin:0;position: inherit;overflow-y: auto;position: absolute;top: 0;width: 100%;height: 100%;z-index: 22;background-color: #fff;transform: translateX(-100%);transition: .3s;display: flex;overflow: hidden;justify-content: flex-start;}
.module-8000210 .filter .filter-menu .detail .detail-items.Show {transform: translateY(0%);}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-more-button-wrapper {display: none !important;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col {max-height: 100%;flex: none;height: calc(100% - 139px);}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-items-header {display: block;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-items-header .detail-back-button,.module-8000210 .filter .filter-menu .detail .detail-items .detail-items-header .detail-header-clear {position: absolute;padding: 9px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;top: 11px;z-index: 21;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-items-header .detail-back-button {left: 9px;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-items-header .detail-header-clear {right: 9px;display:none;}
.module-8000210 .filter .filter-menu .detail .detail-header,.module-8000210 .filter .filter-menu .detail .detail-items .item-col .features {font-size: 15px;padding: 23px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);text-transform: capitalize;margin: 0;}
.module-8000210 .filter .filter-menu .detail .detail-items .item-col input[type="checkbox"]:checked + .features::after {top: 24px;right: 18px;font-size: 14px;}
.module-8000210 .filter .filter-menu .detail .detail-price {padding: 22px;height: 100%;/* -webkit-box-align: baseline; */-ms-flex-align: baseline;align-items: baseline;}
.module-8000210 .filter .filter-menu .detail .detail-price .price-button {display:none;}
.module-8000210 .filter-container .list-title .total-count .tt {display:none;}
.module-8000210 .filter-container .filter-text {display:none;}
.module-8000210 .filter-container .input-wrapper {display: flex;width: 100%;margin-right: 0;}
.module-8000210 .filter-container .filter-button {display:block;}
.module-8000210 .filter .filter-menu .detail .detail-items .detail-apply-button-wrapper {display:block;}
.module-8000210 .filter .filter-menu .detail .mobile-add-selected {display:block;}
.ListingPageGrid {display:none;}
.module-8000210 .filter-container .list-title > h1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;max-width: 91px;width: 100%;}
body[fcode="Fr-5500189"] .module-8000210 .filter-container .list-title > h1{max-width:130px;}
.module-8000210 .filter-container .list-title{display: flex; align-items: center;}
.module-8000210 .filter .filter-menu .detail.FilterHistory {display:none !important;}
}

[E='30']{display:block}
[E='31']{display:block}
[DESIGN_ID='0'] [DS='32'] [SB='0']{font-family:inherit ;font-size:16px ;font-weight:700 ;font-style:normal ;text-decoration:none ;color:#444 ;padding-top:0px ;padding-right:0px ;padding-bottom:0px ;padding-left:0px ;margin-top:0px ;margin-right:5px ;margin-bottom:0px ;margin-left:0px }
[DESIGN_ID='0'] [DS='33'] [SB='0']{font-size:14px ;font-weight:normal ;font-style:normal ;text-decoration:none ;color:#8e8e8e ;padding-top:0px ;padding-right:0px ;padding-bottom:0px ;padding-left:0px ;margin-top:0px ;margin-right:0px ;margin-bottom:0px ;margin-left:0px }
[DESIGN_ID='0'] [DS='36'] [SB='0']{font-size:14px ;font-weight:bold ;font-style:normal ;text-decoration:none ;color:#000 ;margin-top:0px ;margin-right:0px ;margin-bottom:18px ;margin-left:0px }
[DESIGN_ID='0'] [DS='37'] [SB='0']{font-size:13px ;font-weight:100 ;font-style:normal ;text-decoration:none ;color:#575757 ;padding-top:8px ;padding-right:8px ;padding-bottom:8px ;padding-left:0px }
[DESIGN_ID='0'] [DS='38'] [SB='0']{font-size:13px ;font-weight:bold ;font-style:normal ;text-decoration:none ;color:#000 }
[DESIGN_ID='0'] [DS='39'] [SB='0']{font-size:13px ;color:#b2b2b2 }
[DESIGN_ID='0'] [DS='40'] [SB='0']{font-size:13px ;font-weight:900 ;font-style:normal ;text-decoration:none ;color:#575757 ;padding-top:8px ;padding-right:8px ;padding-bottom:8px ;padding-left:0px }
[DESIGN_ID='0'] [DS='58'] [SB='0']{font-size:14px ;font-weight:bold ;font-style:normal ;text-decoration:none ;color:#000 ;margin-top:0px ;margin-right:0px ;margin-bottom:18px ;margin-left:0px }
[DESIGN_ID='0'] [DS='59'] [SB='0']{font-size:14px ;color:#575757 ;margin-top:0px ;margin-right:3px ;margin-bottom:0px ;margin-left:0px }
[DESIGN_ID='0'] [DS='60'] [SB='0']{font-size:18px ;color:#d30011 ;margin-top:0px ;margin-right:5px ;margin-bottom:0px ;margin-left:0px }
[DESIGN_ID='0'] [DS='61'] [SB='0']{font-size:13px ;color:#000 ;border-top-width:1px ;border-right-width:1px ;border-bottom-width:1px ;border-left-width:1px ;border-style:solid ;border-color:#dedede }
[DESIGN_ID='0'] [DS='62'] [SB='0']{font-size:13px ;color:#afafaf ;border-top-width:0px ;border-right-width:0px ;border-bottom-width:1px ;border-left-width:0px ;border-style:solid ;border-color:#dedede ;padding-top:8px ;padding-right:1px ;padding-bottom:8px ;padding-left:1px }
[DESIGN_ID='0'] [DS='63'] [SB='0']{font-size:14px ;color:#444 ;background-color:#fafafa ;border-top-width:1px ;border-right-width:1px ;border-bottom-width:1px ;border-left-width:1px ;border-style:solid ;border-color:#e2e2e2 ;padding-top:4px ;padding-right:7px ;padding-bottom:4px ;padding-left:7px ;border-top-left-radius:3px ;border-top-right-radius:3px ;border-bottom-right-radius:3px ;border-bottom-left-radius:3px }
[DESIGN_ID='0'] [DS='64'] [SB='0']{color:#fff ;background-color:#000 ;padding-top:0px ;padding-right:6px ;padding-bottom:0px ;padding-left:0px ;margin-top:0px ;margin-right:0px ;margin-bottom:0px ;margin-left:10px ;border-top-left-radius:3px ;border-top-right-radius:3px ;border-bottom-right-radius:3px ;border-bottom-left-radius:3px }
[DESIGN_ID='0'] [DS='97'] [SB='0']{font-size:18px ;font-weight:100 ;font-style:normal ;text-decoration:none ;color:#000 ;margin-top:0px ;margin-right:0px ;margin-bottom:27px ;margin-left:0px }
[DESIGN_ID='0'] [DS='98'] [SB='0']{font-size:14px ;color:#fff ;background-color:#000 ;padding-top:10px ;padding-right:20px ;padding-bottom:10px ;padding-left:10px }
/*BulletinBottomBar ||||||||on||||*/
 .BulletinBar.Bottom{background-color:} 
 .BulletinBar.Bottom .item-link{font-size:px;color:;height:px} 
 .BulletinBar.Bottom .closeBulletin{font-size:px;color:;display:blcok} 
/*BulletinTopBar #ff0303||18||#ffffff||45||||#c5c5c5||9*/
 .BulletinBar.Top{background-color:#ff0303} 
 .BulletinBar.Top .item-link{font-size:18px;color:#ffffff;height:45px} 
 .BulletinBar.Top .closeBulletin{font-size:9px;color:#c5c5c5;display:none} 
/*BottomBar 11000511*/
.module-11000511{width: 100%;position: relative;background-color: #fff;border-top: 1px solid #eee;transition: .3s;display: none;}
.module-11000511 > .bottom-bar-nav{width: 100%;display: flex;justify-content: center;align-items: center;position: fixed;bottom: 0;left: 0;transform: translateY(0);right: 0;z-index: 998;background-color: #fff;border-top: 1px solid #eee;padding: 0 5px;transition: .3s;}
.module-11000511 > .bottom-bar-nav .bottom_bar_loading {position: absolute; left: 0; z-index: 5; top: 0;}
.module-11000511 > .bottom-bar-nav.nav-hide{transform: translateY(100px);}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list{width: 100%;display: flex;align-items: center;justify-content: center;flex-direction: column;background: 0 0;border: 0;font-family: inherit;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.home{}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.bag{}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.search{}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.favorite{}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.account{}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link{color: #000 !important;position: relative;padding: 7px;text-align: center;justify-content: center;align-items: center;flex-direction: column;font-family: inherit;margin-bottom: 0 !important;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.search > .bottom-bar-link{    padding: 0 0;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.active > .bottom-bar-link{}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link > .icon-ifa{display: block;width: 100%;text-align: center;font-size: 18px;margin-bottom: 4px;position: relative;/* color: #000; */}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.search > .bottom-bar-link > .icon-ifa{/*font-size: 26px;top: -3px;    margin-bottom: 0;*/position: relative;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.search > .bottom-bar-link > .icon-text{    position: relative;/*top: -4px;*/}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link > .icon-text{font-size: 13px;/* color: #000; */font-family: inherit;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.active > .bottom-bar-link > .icon-ifa{color: #000;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list.active > .bottom-bar-link > .icon-text{color: #000;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link > .icon-fav-number{position: absolute;top: 4px;left: 15px;font-size: 13px;display: none;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link > .icon-card-number{position: absolute;top: 4px;left: 13px;font-size: 13px;}
.module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link > .icon-ifa>span{position: absolute;right: -5px;top: -4px;width: 18px;height: 18px;line-height: 17px;background-color: #000;display: flow-root;align-items: center;justify-content: center;font-size: 13px;color: #fff;border-radius: 50%;}
body[fcode="Fr-5500182"] .module-11000511 > .bottom-bar-nav > .bottom-bar-list > .bottom-bar-link > .icon-ifa>span{font-size: 11px;font-weight: 400;}
.module-11000511 > .bottom-bar-account.user-login{width: 100%;height: 100%;background-color: #fff;border-top: 1px solid #eee;position: fixed;left: 0;right: 0;bottom: 0;transform: translateY(100%);z-index: 998;transition: .5s;overflow: auto;opacity: 0;visibility: visible;padding-bottom: 61px;-webkit-box-shadow: -1px -8px 20px -4px rgba(209,209,209,1);-moz-box-shadow: -1px -8px 20px -4px rgba(209,209,209,1);box-shadow: -1px -8px 20px -4px #f9f9f9; }
 .module-11000511 > .bottom-bar-account.user-login > .login-true-close{width: 36px;height: 36px;border-radius: 50%;display: flex;justify-content: center;align-items: center;border: 0;font-size: 16px;position: absolute;top: 14px;right: 14px;color: #000;z-index: 10007;background-color: #fff;box-shadow: 0px 3px 16px #00000017;}
.module-11000511 > .bottom-bar-account.user-none-login{width: 100%;height: 100%;background-color: #fff;border-top: 1px solid #eee;position: fixed;left: 0;right: 0;bottom: 0;transform: translateY(100%);z-index: 998;transition: .5s;overflow: auto;opacity: 0;visibility: hidden;padding-bottom: 61px;-webkit-box-shadow: -1px -8px 20px -4px rgba(209,209,209,1);-moz-box-shadow: -1px -8px 20px -4px rgba(209,209,209,1);box-shadow: -1px -8px 20px -4px #f9f9f9;}
.module-11000511 > .bottom-bar-account.user-login.active{transform: translateY(0);visibility: visible;opacity: 1;}
.module-11000511 > .bottom-bar-account.user-none-login.active{transform: translateY(0);visibility: visible;opacity: 1;}
.module-11000511 > .bottom-bar-account {}
.module-11000511 > .bottom-bar-account.user-none-login > .login-false-close{width: 36px;height: 36px;border-radius: 50%;display: flex;justify-content: center;align-items: center;border: 0;font-size: 16px;position: absolute;top: 14px;right: 14px;color: #000;z-index: 10007;background-color: #fff;box-shadow: 0px 3px 16px #00000017;}
.module-11000511 > .bottom-bar-account.user-login > .bottom-bar-head{width: 100%;position: relative;}
.module-11000511 > .bottom-bar-account.user-none-login > .bottom-bar-head{width: 100%;position: relative;text-align: center;}
.module-11000511 > .bottom-bar-account.user-none-login > .bottom-bar-head > .account-user-name{background: 0 0;border: 0;display: inline-block;background-color: #1f1f1f;font-size: 14px;color: #ffffff;padding: 13px 40px 15px;border-radius: 100px;margin-top: 18px;}
.module-11000511 > .bottom-bar-account.user-login > .bottom-bar-head > .account-user-name{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;display: inline-block;justify-content: center;flex-direction: column;margin: 0 auto;}
.module-11000511 > .bottom-bar-account.user-logi > .bottom-bar-head > .account-user-name > span{}
.module-11000511 > .bottom-bar-account.user-logi > .bottom-bar-head > .account-user-name > span:nth-child(1){width: 50px;height: 50px;background-color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 100%;font-size: 20px;color: #000;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.module-11000511 > .bottom-bar-account.user-logi > .bottom-bar-head > .account-user-name > span:nth-child(2){font-size: 17px;color: #fff;position: relative;top: 40px;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-banner{}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-banner > .account-banner-img{width: 100%;}
.module-11000511 > .bottom-bar-account.user-none-login > .bottom-bar-head .user-login{display: inline-block;background: 0 0;border: 0;display: inline-block;background-color: #1f1f1f;font-size: 14px;color: #ffffff;padding: 13px 40px 15px;border-radius: 100px;margin: 14px auto;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .help-button{width: 36px;height: 36px;border-radius: 50%;display: flex;justify-content: center;align-items: center;border: 0;font-size: 16px;position: absolute;right: 24px;bottom: -20px;color: #000;z-index: 10007;background-color: #fff;box-shadow: 0px 3px 16px #00000017;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .help-button > .icon-ifa{}
.module-11000511 > .bottom-bar-account > .bottom-bar-body{}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language {width: 100%;display: block;text-align: left;padding: 18px20px;border: 1px solid #EDEDED;position: relative;background-color: #f9f6f6;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-title {font-size: 13px;font-weight: 600;color: #000;margin: 0;padding-bottom: 10px;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-form {display: flex;flex-wrap: wrap}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-form .country {display: flex;justify-content: flex-start;align-items: center;padding: 0 15px;border: 1px solid #a2a2a2;border-radius: 5px;background-color: #fff;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-form .country>.country-flag {max-width: 24px;width: 100%;border-radius: 5px;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-form .country>.country-name {font-size: 13px;font-weight: 500;color: #535353;padding-left: 9px;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-form .currency {display: flex;justify-content: flex-end;align-items: center;padding: 6px 18px;border: 1px solid #a2a2a2;border-radius: 5px;margin-left: 6px;background-color: #fff;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-language .language-form .currency>.currency-unit {font-size: 13px;font-weight: 500;color: #a2a2a2;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-menu{width: 100%;display: block;text-align: left;padding: 15px 30px;border-bottom: 1px solid #eee;position: relative;}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-menu > .menu-nav{}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-menu > .menu-nav > .menu-list {}
.module-11000511 > .bottom-bar-account > .bottom-bar-body > .bottom-bar-menu > .menu-nav > .menu-list > .menu-link{display: flex;justify-content: flex-start;align-items: center;line-height: 49px;/* font-size: 14px; */position: relative;background-position: left center;background-repeat: no-repeat;/* color: #2C2C2C; */}
.module-11000511 > .bottom-bar-account.user-login> .bottom-bar-body > .bottom-bar-menu > .menu-nav > .menu-list > .menu-link > .icon-ifa{position: absolute;right: 0;font-size: 16px;}
.module-11000511 > .bottom-bar-account.user-none-login > .bottom-bar-body > .bottom-bar-menu > .menu-nav > .menu-list > .menu-link > .icon-ifa{position: absolute;left: -5px;font-size: 18px;}
.module-11000511 > .bottom-bar-account.user-none-login > .bottom-bar-body > .bottom-bar-menu > .menu-nav > .menu-list > .menu-link > .icon-text{margin-left: 36px;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head{width: 100%;position: relative;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-user-name{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);text-align: center;display: inline-block;justify-content: center;flex-direction: column;margin: 0 auto;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-user-name > span{}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-user-name > span:nth-child(1){width: 50px;height: 50px;background-color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 100%;/* font-size: 20px; *//* color: #000; */position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-user-name > span:nth-child(2){/* font-size: 17px; *//* color: #fff; */position: relative;top: 40px;}
.module-11000511 > .bottom-bar-account > .bottom-bar-head > .account-banner{}
.module-11000511 > .bottom-bar-contact {width: 100%;height: 100%;background-color: #fff;position: fixed;left: -100%;right: 0;top: 0;z-index: 999;transition: .5s;overflow: auto;opacity: 0;visibility: hidden;padding-bottom: 61px;}
.module-11000511 > .bottom-bar-contact.active {left: 0;opacity: 1;visibility: visible}
.module-11000511 > .bottom-bar-contact .contact-header {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 18px 30px;border-bottom: 1px solid #eee;position: relative;background-color: #fff;font-size: 14px;font-weight: 600;color: #1f1f1f;margin: 0;}
.module-11000511 > .bottom-bar-contact .contact-header .contact-title {font-size: 14px;margin: 0;font-weight: 600;color: #1f1f1f}
.module-11000511 > .bottom-bar-contact .contact-header .contact-close-btn {font-size: 18px;position: absolute;right: 0;z-index: 99999;padding: 15px 20px;}
.module-11000511 > .bottom-bar-contact .contact-nav {width: 100%;display: block;text-align: left;position: relative}
.module-11000511 > .bottom-bar-contact .contact-nav .contact-list {}
.module-11000511 > .bottom-bar-contact .contact-nav .contact-list:last-child .contact-link>.icon-ifa {color: #1f1f1fa3}
.module-11000511 > .bottom-bar-contact .contact-nav .contact-list .contact-link {display: flex;justify-content: flex-start;align-items: flex-start;font-size: 14px;position: relative;border-bottom: 1px solid #eee;padding: 15px 30px}
.module-11000511 > .bottom-bar-contact .contact-nav .contact-list .contact-link>.icon-ifa {font-size: 20px;color: #1f1f1f;cursor: pointer;position: relative;top: 2px}
.module-11000511 > .bottom-bar-contact .contact-nav .contact-list .contact-link>.icon-text {font-size: 14px;color: #1f1f1f;cursor: pointer;padding-left: 16px;line-height: 25px}
.module-11000511 > .bottom-bar-contact .contact-nav .contact-list .contact-link>.icon-text>span {width: 100%;display: block;margin-top: 0}
@media only screen and (max-width: 991px){.module-11000511{display: block;}
}

/*Header Menü 82000*/
/*82000*/.header-menu-container {width: 100%;display: block;background-color: #fff;border-top-style: solid;border-bottom-style: solid;border-top-width: 0;border-bottom-width: 0;border-top-color: transparent;border-bottom-color: transparent}
.header-menu-container .menu-container {background-color: transparent}
.header-menu-container .menu-container>.nav-menu {display: flex;justify-content: flex-start;align-items: center}
.header-menu-container .menu-container>.nav-menu.alignLeft {justify-content: flex-start}
.header-menu-container .menu-container>.nav-menu.alignCenter {justify-content: center}
.header-menu-container .menu-container>.nav-menu.alignRight {justify-content: flex-end}
.header-menu-container .menu-container>.nav-menu .nav-list {}
.header-menu-container .menu-container>.nav-menu .nav-list:first-child .nav-link {border-left-width: 0}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link {color: #333;cursor: pointer;padding: 10px 8px;transition: .3s;font-size: 14px;position: relative;display: flex;align-items: center;padding: 4px;margin: 0 2px;justify-content: flex-start;font-family: inherit;border-left-style: solid;border-right-style: solid;border-left-width: 0;border-right-width: 0;border-left-color: transparent;border-right-color: transparent;}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link>.icon-menu-arrow {font-size: 13px;color: inherit;margin-left: 4px;margin-top: 4px;display:none;}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link .line-animaniton{position: relative;display: contents;}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link .line-animaniton::before{content: ' ';width: 100%;display: block;height: 2px;background-color: #000;position: absolute;left: 4px;right:0;bottom: 0px;z-index: 9999;opacity: 0;visibility: hidden;}
.header-menu-container .menu-container>.nav-menu .nav-list:hover .nav-link .line-animaniton::before{opacity: 1;visibility: visible;}
.header-menu-container .menu-container>.nav-menu .nav-list:hover .nav-link {}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link>.icon-ifa>img {max-width: 20px;width: 100%}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link>.icon-ifa {font-size: 13px;color: inherit;order: 1}
.header-menu-container .menu-container>.nav-menu .nav-list .nav-link>.icon-ifa>i {font-size: inherit;color: inherit}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container {/*transition: all .3s;*/opacity: 0;visibility: hidden;position: absolute;z-index: 2;margin-top: 0;padding: 0;background-color: transparent;border-top-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-style: solid;border-right-width: 0;border-left-width: 0;border-top-width: 0;border-bottom-width: 0;border-right-color: transparent;border-left-color: transparent;border-bottom-color: transparent;border-top-color: transparent}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.Full {left: 0;right: 0}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.Hiza {left: 9px;right: 9px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.Serbest {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.colLeft .dropdown-body .sub-container {justify-content: left}
body[fcode=Fr-5500142] .header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.colLeft .dropdown-body .sub-container{justify-content:space-between;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a .icon-badge>img {max-width: 20px;width: 100%;margin-right: 6px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.colCenter .dropdown-body .sub-container {justify-content: center}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container.colRight .dropdown-body .sub-container {justify-content: flex-end}
.header-menu-container .menu-container .nav-menu .nav-list.dropdown-hover .menu-dropdown-container {/*transition: all .3s;*/opacity: 0;visibility: hidden;position: absolute;z-index: 999;left: 0;right: 0;margin-top: 0;padding: 0;border-bottom: 1px solid #eee;display:none;}
.header-menu-container .menu-container .nav-menu .nav-list.dropdown-hover:hover .menu-dropdown-container {opacity: 1;visibility: visible;display:block;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body {position: relative;background-color: #fff;}
.header-menu-container .menu-container>.nav-menu .nav-list.dropdown-hover .nav-link .icon-arrow-up {opacity: 0;visibility: hidden;position: absolute;bottom: -3px;left: 50%;font-size: 13px;color: #dedede;transition: all .3s}
.header-menu-container .menu-container>.nav-menu .nav-list.dropdown-hover .nav-link .icon-arrow-down {opacity: 0;visibility: hidden;position: absolute;top: calc(100% + 2px);left: calc(50% - 9px);font-size: 18px;z-index: 10000;color: inherit;transition: all .3s;}
.header-menu-container .menu-container>.nav-menu .nav-list.dropdown-hover:hover .nav-link .icon-arrow-up {opacity: 1;visibility: visible}
.header-menu-container .menu-container>.nav-menu .nav-list.dropdown-hover:hover .nav-link .icon-arrow-down {opacity: 1;visibility: visible}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub {background-color: transparent;height: auto;border-top-width: 0;border-bottom-width: 0;border-left-width: 0;border-right-width: 1px;border-style: solid;border-color: #ab727200;margin: 0 auto;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-header {width: 100%;padding: 10px;text-align: left;display: flex;align-items: center;justify-content: flex-start;font-size: 14px;color: #000;font-weight: 900;border-top-width: 0!important;border-left-width: 0!important;border-right-width: 0!important;font-style: normal;font-weight: 700;text-decoration: none;padding-left: 5px;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-header>.icon-badge {margin: auto 2px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body {width: 100%;display: block}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-header>.icon-badge>img {max-width: 20px;width: 100%;margin-left: 6px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li {text-align: left;width: 100%;display: block}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a {padding: 4px 8px;cursor: pointer;color: #000;font-size: 14px;position: relative;text-align: left;align-items: center;font-weight: 600;display: flex;align-items: center;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a .icon-ifa {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a .icon-text {border-left-width: 0;border-right-width: 0;border-top-width: 0;padding-bottom: 0;position: relative;left: 0;transition: .3s;border-bottom: 1px solid transparent;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a:hover .icon-text{border-bottom: 1px solid #000;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a .icon-badge {order: -1!important}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body>.dropdown-li>a>.icon-badge>i {background-color: transparent;color: inherit;font-size: inherit;padding: 2px 6px;text-align: center;border-radius: 0 0 0 0;position: relative;margin-left: 6px;line-height: 15px;order: 0}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a {padding: 4px 8px;cursor: pointer;color: #000;font-size: 14px;position: relative;text-align: left;position: relative;font-weight: 100;display: inline-flex;align-items: center;margin-left: 15px;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li a>.icon-badge>i {background-color: transparent;color: inherit;font-size: inherit;padding: 2px 6px;text-align: center;border-radius: 4px 4px 4px 4px;position: relative;margin-left: 5px;order: 0}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li a.Hv1 .icon-text::after {content: "";position: absolute;bottom: -2px;left: 0;right: 0;height: 1px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li a.Hv1:hover .icon-text::after {background-color: #a5a5a5}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li a.Hv2 .icon-text::after {content: "";position: absolute;bottom: -3px;left: 0;width: 0;height: 1px;background-color: #a5a5a5;transition: .3s}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li a.Hv2:hover .icon-text::after {width: 100%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a>.icon-badge>i {background-color: transparent;color: inherit;font-size: inherit;padding: 2px 6px;text-align: center;border-radius: 4px 4px 4px 4px;position: relative;margin-left: 5px;order: 0}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a.Hv1 .icon-text::after {content: "";position: absolute;bottom: -2px;left: 0;right: 0;height: 1px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a.Hv1:hover .icon-text::after {background-color: #a5a5a5}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a.Hv2 .icon-text::after {content: "";position: absolute;bottom: -3px;left: 0;width: 0;height: 1px;background-color: #a5a5a5;transition: .3s}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a.Hv2:hover .icon-text::after {width: 100%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a.Hv3 .icon-text::after {content: "\e98c";font-family: misszenne!important;font-size: 13px;margin-left: 0;transition: .3s;opacity: 0;position: relative;top: 1px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a.Hv3:hover .icon-text::after {opacity: 1;margin-left: 5px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a .icon-text {border-left-width: 0!important;border-right-width: 0!important;border-top-width: 0!important;position: relative;left: 0;transition: .3s;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .sub-menu-body .dropdown-li>.sub-sub-menu-body>.dropdown-li>a:hover .icon-text{left: 6px;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .dropdown-theme {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .dropdown-theme .themeAdd-Js {display: flex;align-items: center;justify-content: center}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .dropdown-theme .themeAdd-Js {opacity: 0;visibility: hidden;transition: all .3s}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .dropdown-theme:hover .themeAdd-Js {opacity: 1;visibility: visible}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .dropdown-theme .themeAdd-Js>.icon-ifa {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .dropdown-sub .dropdown-theme .themeAdd-Js>.icon-text {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container {width: 100%;display: flex;padding: 9px 0}
body:not([fcode=Fr-5500142]) .header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub1{width: 12%;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub2{width: 24%;}
body[fcode=Fr-5500142] .header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub2{width:14%;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub3{width: 48%;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub4{width: 68%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub5{}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub1 {width: 20%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub1 .sub-menu-body {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub1 .sub-menu-body .dropdown-li .sub-sub-menu-body {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub2 {width: 37%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub2 .sub-menu-body {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub2 .sub-menu-body .dropdown-li .sub-sub-menu-body {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
body[fcode=Fr-5500142] .header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub2 .sub-menu-body{column-count: initial;-webkit-column-count: initial;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub3 {width: 60%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub3 .sub-menu-body {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub3 .sub-menu-body .dropdown-li .sub-sub-menu-body {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub4 {width: 80%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub4 .sub-menu-body {-webkit-column-count: 4;-moz-column-count: 4;column-count: 4}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub4 .sub-menu-body .dropdown-li .sub-sub-menu-body {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub5 {width: 100%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub5 .sub-menu-body {-webkit-column-count: 5;-moz-column-count: 5;column-count: 5}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container .dropdown-sub.Sub5 .sub-menu-body .dropdown-li .sub-sub-menu-body {-webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer {background-color: #f6f6f6;width: 100%;display: block;border: 1px solid #ddd}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer .d-nav-menu {display: flex;justify-content: space-between;align-items: center}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer .d-nav-menu .d-nav-list {position: relative;width: 100%;display: block;padding: 10px 0}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer .d-nav-menu .d-nav-list .d-nav-list .d-nav-link {}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer .d-nav-menu .d-nav-list .d-nav-link .icon-ifa {font-size: 14px;color: #b6475a;display: inline-block;position: absolute;top: 13px}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer .d-nav-menu .d-nav-list .d-nav-link .icon-text.up {display: block;padding: 2px 0;color: #333;font-size: 14px;padding-left: 20px;width: 100%}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-footer .d-nav-menu .d-nav-list .d-nav-link .icon-text.down {display: block;padding: 2px 0;color: #333;font-size: 14px;font-weight: 600;padding-left: 20px}
.header-menu-container>.Container.W1180 .menu-dropdown-container.Hiza {max-width: 1180px;width: 100%;margin: 0 auto}
.header-menu-container>.Container.W1320 .menu-dropdown-container.Hiza {max-width: 1320px;width: 100%;margin: 0 auto}
.header-menu-container>.Container.W1440 .menu-dropdown-container.Hiza {max-width: 1440px;width: 100%;margin: 0 auto}
@media only screen and (max-width: 768px) {    .header-menu-container {display:none}
}
   @media only screen and (max-width: 1600px) {    body[fcode=Fr-5500142] .header-menu-wrap .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .Container.WFULL {padding: 0 20px;}
    body[fcode=Fr-5500142] .header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .sub-container.S8 .dropdown-sub.Sub2 {width: auto;}
    body[fcode=Fr-5500142] .header-menu-container section.module-71012 .sub-menu .sub-menu-list .list-item .item-2 {padding-left:0;}
}

/*Search 170001615*/
.favorite[cd="addFavItem"].activeFavorite{cursor:pointer;}
.favorite[cd="addFavItem"].activeFavorite i{font-weight:600;}
.module-170001615 {position: fixed;width: 100%;background-color: #fff;top: 0;left: 0;right: 0;bottom:0;z-index: 100000;display: none;padding: 25px 0;overflow: hidden;}
.module-170001615 .Container { }
.module-170001615 .Container .row { }
.module-170001615 .Container .row .col-12 { }
.module-170001615 .Container .row .col-12 .search-head{}
.module-170001615 .Container .row .col-12 .search-head.top{width: 100%;display: flex;justify-content: space-between;align-items: center;position: relative;margin-bottom: 60px;}
.module-170001615 .Container .row .col-12 .search-head .search-logo-link {max-width: 170px;}
.module-170001615 .Container .row .col-12 .search-head .search-logo-link .search-logo-img{width: 100%;}
.module-170001615 .Container .row .col-12 .search-head.bottom{padding: 0 40px;margin-bottom: 40px;}
.module-170001615 .Container .row .col-12 .search-head .search-close-btn{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 20px;color: #000;width: 40px;height: 40px;}
.module-170001615 .Container .row .col-12 .search-head .search-form{width: 100%;display: flex;justify-content: flex-start;align-items: center;position: relative;}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-btn{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;position: absolute;left: -12px;top: 0;font-size: 20px;color: #000;}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-form{}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action{width: 100%;}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action .hiden-input{}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input{width: 100%;border: none;border-bottom: 1px solid #707070;padding: 10px 0;font-size: 22px;color: #ccc;text-indent: 32px;}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input::placeholder{color: #ccc;font-size: 21px;}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input.bold{color: #000;}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-clear-btn{width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;position: absolute;right: -10px;top: 0;font-size: 20px;color: #000;}
.module-170001615 .Container .row .col-12 .seach-body {padding: 0 40px;display: flex;justify-content: flex-start;align-items: flex-start;}
.module-170001615 .Container .row .col-12 .seach-body .body-left {width: 20%;position: relative;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav {margin-bottom: 16px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-title {font-size: 16px;color: #000000;font-weight: 900;margin-bottom: 12px;position: relative;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-title::before{/* content: '';*/width: 30px;height: 1px;background-color: #000;position: absolute;top: 50%;left: 15px;transform: translateX(-50%);}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list {display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;margin-bottom: 12px;max-height: 156px;overflow-y: hidden;transition: .5s;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list::-webkit-scrollbar {/* width: 7px; *//* background-color: #f0f0f0; */}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list::-webkit-scrollbar-thumb {background: #a2a2a2}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list::-webkit-scrollbar-thumb:window-inactive {background: #d6d6d6}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list.show{max-height: 310px;overflow-y: auto;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list .fast-nav-link {font-size: 14px;padding: 8px 0;color: #000;cursor: pointer;position: relative;left:0;transition: .5s;}
body[fcode="Fr-5500185"] .module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input::placeholder{font-size:14px;position:relative;top:1px}
@media only screen and (min-width: 991px) {.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list .fast-nav-link:hover{left: 5px;text-decoration: underline;}
}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-all-link{}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-all-link .icon-ifa{font-size: 13px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-all-link .icon-text{font-size: 16px;color: #000;cursor: pointer;text-decoration: underline;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-all-link.show .icon-ifa::before{content: '\e933';}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav { }
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-title {font-size: 16px;color: #000000;font-weight: 900;margin-bottom: 12px;position: relative;padding-left: 40px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-title::before{content: '';width: 30px;height: 1px;background-color: #000;position: absolute;top: 50%;left: 15px;transform: translateX(-50%);}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list {display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;margin-bottom: 12px;max-height: 156px;overflow-y: hidden;transition: .5s;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list::-webkit-scrollbar {width: 7px;background-color: #f0f0f0}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list::-webkit-scrollbar-thumb {background: #a2a2a2}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list::-webkit-scrollbar-thumb:window-inactive {background: #d6d6d6}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list.show{max-height: 310px;overflow-y: auto;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list .category-nav-link {font-size: 14px;padding: 8px 0;color: #000;cursor: pointer;position: relative;left:0;transition: .5s;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list .category-nav-link:hover{left: 5px;text-decoration: underline;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-all-link{}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-all-link .icon-ifa{font-size: 13px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-all-link .icon-text{font-size: 16px;color: #000;cursor: pointer;text-decoration: underline;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-all-link.show .icon-ifa::before{content: '\e933';}
.module-170001615 .Container .row .col-12 .seach-body .body-right{width: 80%;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list{}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list-title{font-size: 16px;color: #000000;font-weight: 900;margin-bottom: 12px;position: relative;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;padding-right: 9px;flex-wrap: wrap;overflow-x: auto;position: relative;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list::-webkit-scrollbar {width: 7px;background-color: #f0f0f0}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list::-webkit-scrollbar-thumb {background: #a2a2a2}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list::-webkit-scrollbar-thumb:window-inactive {background: #d6d6d6}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item {width: calc(20% - 10px);margin: 5px;margin-bottom: 27px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link {width: 100%}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .product-img {width: 100%;margin-bottom: 12px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container {}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-campaing {margin-top: 6px;color: #f12f2f;font-size: 14px;text-align: left}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-campaing>.flash-campaing-name {margin-right: 9px}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-campaing>.flash-campaing-price {}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price {margin-top: 6px;color: #1f1f1f;font-size: 14px;font-weight: 600;text-align: left;display: flex;justify-content: flex-start;align-items: flex-end;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price>.flash-campaing-discount {text-align: center;width: max-content;display: inline-block;border-color: currentcolor;border: 1px solid #f12f2f;background-color: #f12f2f;font-size: 14px;padding: 0 6px;color: #fff;border-radius: 60px;margin-right: 8px;display: none;padding-top: 5px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price>.old-price {font-size: 14px;margin-right: 8px}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price>.new-price.disable-price,.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price>.old-price.disable-price {text-decoration: line-through;margin-right: 9px;color: #989898;font-size: 14px;display: none;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price>.new-price {font-size: 14px;font-weight: 900;color: #000;opacity: 0;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .campaing-container .flash-price>.new-price.colorRed {color: red}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .product-name{color: #2B2B2B;font-size: 14px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list{}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .search-product-last-view-title{font-size: 16px;color: #000000;font-weight: 900;margin-bottom: 12px;position: relative;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;padding-right: 9px;flex-wrap: wrap;overflow-x: auto;position: relative;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list::-webkit-scrollbar {width: 7px;background-color: #f0f0f0}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list::-webkit-scrollbar-thumb {background: #a2a2a2}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list::-webkit-scrollbar-thumb:window-inactive {background: #d6d6d6}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell {width: calc(20% - 10px);margin: 5px;margin-bottom: 27px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem {width: 100%}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .Link {}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .carousel-image {width: 100%;margin-bottom: 12px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo{}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .PriceBox{margin-top: 6px;color: #1f1f1f;font-size: 14px;font-weight: 600;text-align: left;display: flex;justify-content: flex-start;align-items: flex-end;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .PriceBox .OldPrice{text-decoration: line-through;margin-right: 9px;color: #989898;font-size: 14px;display: none;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .PriceBox .productDiscountRate{text-align: center;width: max-content;display: inline-block;border-color: currentcolor;border: 1px solid #f12f2f;background-color: #f12f2f;font-size: 14px;padding: 0 6px;color: #fff;border-radius: 60px;margin-right: 8px;display: none;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .PriceBox.Price{font-size: 14px;font-weight: 900;color: #000;opacity: 0;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .PriceBox.Price.disable-price{text-decoration: line-through;margin-right: 9px;color: #989898;font-size: 14px;display: none;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .flashCampaingBox{margin-top: 6px;color: #f12f2f;font-size: 14px;text-align: left;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .flashCampaingBox .flash-campaing-name{margin-right: 9px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .flashCampaingBox .flash-campaing-price{font-weight: 700;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .flashCampaingBox .flashCampaingName{font-size: 14px;color: #f11;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .flashCampaingBox .flashCampaingPrice{margin-left: 6px;font-size: 14px;color: #f11;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .campaing-container {}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .pName{color: #2B2B2B;font-size: 14px;font-weight: 100;}
@media only screen and (max-width: 1600px) {.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item{width: calc(25% - 10px);}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell{width: calc(25% - 10px);}
}
@media only screen and (max-width: 1440px) {.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item{width: calc(25% - 10px);}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell{width: calc(25% - 10px);}
.module-170001615 .Container .row .col-12 .search-head.bottom{padding: 0 20px;}
.module-170001615 .Container .row .col-12 .seach-body{padding: 0 20px;}
/*.module-170001615 .Container .row .col-12 .search-head .search-form .search-btn{left: 20px;}
*/}
@media only screen and (max-width: 1320px) {.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item{width: calc(33.33% - 10px);}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell{width: calc(33.33% - 10px);}
.module-170001615 .Container .row .col-12 .search-head.bottom{padding: 0 20px;}
.module-170001615 .Container .row .col-12 .seach-body{padding: 0 20px;}
/*.module-170001615 .Container .row .col-12 .search-head .search-form .search-btn{left: 20px;}
*/}
@media only screen and (max-width: 1180px) {.module-170001615 .Container .row .col-12 .seach-body{flex-direction: column;}
.module-170001615 .Container .row .col-12 .seach-body .body-left{width: 100%;/* margin-bottom: 16px; */}
.module-170001615 .Container .row .col-12 .seach-body .body-right{width: 100%;/* margin-bottom: 27px; */}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item{width: calc(25% - 10px);}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell{width: calc(25% - 10px);}
}
@media only screen and (max-width: 991px) {.module-170001615{padding: 10px 0;}
.module-170001615 .Container .row .col-12 .seach-body{padding: 0 10px;}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input{font-size: 13px;text-indent: 28px;/* max-width: 340px; */font-weight: 100;color: #000;/* margin: 0 auto; */border-radius: 18px;background: linear-gradient(90deg, rgba(255,250,250,1) 0%, rgba(233,233,233,0.4) 0%, rgba(233,233,233,0.6) 60%);border: none;display: flex;padding: 11.5px 10px;}
.module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input::placeholder {font-size:15px}
body[fcode="Fr-5500181"] .module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input{color:#000;line-height: 28px;padding: 11px 5px 4px 5px;font-weight: 400;}
body[fcode="Fr-5500181"] .module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input::-webkit-input-placeholder{font-size:14px;font-weight:400}
body[fcode="Fr-5500179"] .module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input{font-size: 14px;}
body[fcode="Fr-5500179"] .module-170001615 .Container .row .col-12 .search-head .search-form .form-action .search-input::-webkit-input-placeholder{font-size:14px;font-weight:400}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item{width: 100%;margin: 0 0;margin-bottom: 5px;border-bottom: 1px solid #eee;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link .product-img{max-width: 70px;margin-right: 12px;border-radius: 5px;margin-bottom: 6px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item .product-link{display: flex;justify-content: flex-start;align-items: flex-start;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item.Other-item{border-bottom: 0;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list .product-item.Other-item .product-link{display: flex;justify-content: center;align-items: center;padding: 10px 0;color: #2f7bff;text-decoration: underline;}
.module-170001615 .Container .row .col-12 .search-head .search-logo-link{max-width: 130px;}
body[fcode="Fr-5500179"] .module-170001615 .Container .row .col-12 .search-head .search-logo-link{max-width:184px;}
.module-170001615 .Container .row .col-12 .search-head.top{border-bottom: 1px solid #eee;justify-content: center;margin-bottom: 12px;padding-bottom: 14px;padding-top: 4px;}
.module-170001615 .Container .row .col-12 .search-head .search-close-btn{top: 22px;right: 10px;}
.module-170001615 .Container .row .col-12 .search-head.bottom{margin-bottom: 0px;padding: 0 10px;}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-clear-btn{right: 1px;top: -2px;}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-btn{left: 22px;top: -3px;padding-left: 5px;font-size: 15px;display: flex;width:initial;}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-btn .ifa-icon{font-size:17px;color:#aba5a5;display:block;padding-left:14px}
.module-170001615 .Container .row .col-12 .search-head .search-form .search-btn .search-text-element{font-size: 14px;color: #aba5a5;opacity: 1;font-style: italic;font-weight: 100;padding-left: 12px;}
body[fcode="Fr-5500179"] .module-170001615 .Container .row .col-12 .search-head .search-form .search-btn {left: 5px;top: -1px;}
body[fcode="Fr-5500179"] .module-170001615 .Container .row .col-12 .search-head .search-form .search-btn .ifa-icon {font-size: 18px;padding-left:10px;}
body[fcode="Fr-5500179"] .module-170001615 .Container .row .col-12 .search-head .search-form .search-clear-btn {right: 11px; top: 4px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav{margin-bottom: 16px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list{overflow-x: scroll;display: block;white-space: nowrap;width: inherit;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list .category-nav-link{margin-right: 22px;display: inline-block;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-category-nav .category-nav-list::-webkit-scrollbar {height: 4px}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list{white-space: nowrap;width: inherit;overflow-x: scroll;padding-bottom: 0;flex-wrap: nowrap;padding-bottom: 12px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell{display: inline-block;width: 175px;/* margin-left: 12px; */flex: 0 0 215px;text-align: left;margin-bottom: 0;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell:first-child{margin-left: 0;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list .carousel-cell .productItem .productInfo .pName{overflow: hidden;white-space: break-spaces;display: block;text-overflow: ellipsis;max-width: 200px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .product-last-view-list::-webkit-scrollbar {height: 4px}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-list .product-list{    overflow-y: auto;    height: 100vh;    padding-bottom: 170px;}
.module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list{}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list{    flex-direction: row;    padding-right: 9px;    flex-wrap: wrap;    overflow-x: auto;    position: relative;    flex-wrap: nowrap;    white-space: nowrap;    width: inherit;    overflow-x: scroll;    margin-bottom: 0;    padding-bottom: 18px;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-list .fast-nav-link{    border: 1px solid #ACACAC;    color: #ACACAC;    border-radius: 25px;    padding: 8px 22px;    margin-right: 9px;    display: inline-block;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav .fast-nav-all-link{display: none;}
.module-170001615 .Container .row .col-12 .seach-body .body-left .search-fast-nav{margin-bottom: 0;}
body[fcode="Fr-5500193"] .module-170001615 .Container .row .col-12 .search-head .search-logo-link {max-width: 170px;}
body[fcode="Fr-5500193"] .module-170001615 .Container .row .col-12 .search-head .search-close-btn {top:25px;}
}
.OldPrice.hidePrice{display: none !important;}
body[fcode="Fr-5500193"] .module-170001615 .Container .row .col-12 .seach-body {margin-top: 20px;}
body[fcode="Fr-5500193"] .module-170001615 .Container .row .col-12 .seach-body .body-right .search-product-last-view-list .search-product-last-view-title {font-weight:500;}

/*MobilNav 100004118*/
.module-100004118 {padding: 0;position: fixed;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;/* flex-direction: column; */align-items: center;justify-content: space-between;display: none;background-color: #fff;transition: transform cubic-bezier(.7,.2,.3,1.2) .5s;z-index: 9999;}
.module-100004118 input {}
.module-100004118 .navigatorRow {width: 100%;height: 59px;display: flex;flex-direction: row;align-items: center;position:relative;justify-content:flex-end;padding: 0 15px;}
.module-100004118 .navigatorRow .menu-title{font-size: 16px;font-weight: 500;color: #444;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
/* xxx-)content-wrapper diye kapsayıcı div eklendi kapatma butonu haric menu ve spset gizlendi */.module-100004118 .navigatorRow .menu-btn-group{position: relative;display:none;}
.module-100004118 .navigatorRow .menu-btn-group .home-btn {/* width: 50px; *//* height: 100%; */border: none;background: 0 0!important;color: #444;padding-top: 4px;font-size: 22px;}
.module-100004118 .navigatorRow .menu-btn-group .bag-link {/* width: 50px; *//* height: 100%; */border: none;background: 0 0!important;color: #444;padding-top: 4px;font-size: 22px;position: relative;display: block;margin: 0 12px;}
.module-100004118 .navigatorRow .menu-btn-group .bag-link span > span{width: 16px;height: 16px;border-radius: 50%;position: absolute;right: -6px;top: -4px;display: flex;padding-bottom: 3px;justify-content: center;align-items: center;font-size: 15px;background-color: #1cc31c;color: #fff;}
.module-100004118 .navigatorRow .close-btn {width: 50px;height: 100%;border: none;background: 0 0!important;color: #444;padding-top: 4px;font-size: 16px}
.module-100004118 .navigatorRow .close-btn> .ifa-58{font-weight:600;}
.module-100004118 .navigatorRow .logo-link{display: none;}
.module-100004118 .navigatorRow .logo-link img {width: auto;max-height: 32px;}
/* 1-)content-wrapper diye kapsayıcı div eklendi yorum satırına kaldırılan  yorum satırındaki cssle bunun için kaldırıldı*/.module-100004118 .content{/*height: calc(100% - 67px);*/}
/* 1-)content-wrapper diye kapsayıcı div eklendi bunun css stilleri*/.module-100004118 .content-wrapper{height: calc(100% - 58px);overflow-y: auto;overflow-x: hidden;}
.module-100004118 .content .browseRow {    margin-bottom: 20px;    width: 100%;    padding: 0px 17px 0;display: none;}
.module-100004118 .content .browseRow .title {font-size: 27px;font-weight: 600;line-height: 1;color: #242424;display: none}
.module-100004118 .content .browseRow .search {position: relative;width: 100%;height: 35px;background: #fff;border-radius: 6px;margin-top: 10px}
.module-100004118 .content .browseRow .search .searchInput {width: 100%;height: 100%;border-radius: 11px;padding: 1px 5px 0 32px;font-size: 14px;position: relative;text-indent: 4px;top: 0;text-align: left;z-index: 2;transition: all ease .2s;background-color: #f6f6f6;border: 1px solid #eeeeeeb5;}
.module-100004118 .content .browseRow .search .seachIconBtn {display: block;position: absolute;top: 9px;left: 8px;font-size: 17px;color: #000;transition: all ease .2s;display: block;background-color: transparent;z-index: 6;}
.module-100004118 .content .browseRow .search .closeIconBtn {display: none;justify-content: center;flex-direction: column;align-items: center;position: absolute;top: 2px;right: 3px;font-size: 14px;color: #000;transition: all ease .2s}
.module-100004118 .content .browseRow .search .closeIconBtn .icon-ifa {font-size: 18px}
.module-100004118 .content .browseRow .search .closeIconBtn .icon-text {font-size: 10px;margin-top: 3px;display: block}
.module-100004118 .content .browseRow .search .searchInput:focus {border-color: #444;color: #242424}
.module-100004118 .content .browseRow .search .searchInput:focus+seachiconbtn {color: #444;transform: rotateZ(90deg)}
.module-100004118 .content .browseRow .search .searchInput::placeholder {color: #bbb}
.module-100004118 .content .browseRow .search .searchInput::-webkit-input-placeholder {color: #bbb}
.module-100004118 .content .browseRow .search .searchInput::-moz-placeholder {color: #bbb}
.module-100004118 .content .browseRow .search .searchInput::-ms-input-placeholder {color: #bbb}
.module-100004118 .content .browseRow .search .searchInput::-moz-placeholder {color: #bbb}
/* 2-)content-wrapper diye kapsayıcı div eklendi yorum satırına kaldırılan  yorum satırındali cssle bunun için kaldırıldı*/.module-100004118 .content .browseList{padding-bottom:17px;width: 100%;/*height: calc(100% - 100px);overflow-x: hidden;overflow-y: auto;*/}
.module-100004118 .content .browseList .box {margin-bottom: 6px;display: flex;background-color: #f9f5ea;}
.module-100004118 .content .browseList .box .box-image {width: 100%;display: flex;align-items: center;justify-content: space-between;position: relative;min-height: 20px;}
.module-100004118 .content .browseList .box .box-image .boxImg {width: 55%;}
.module-100004118 .content .browseList .box .box-image .box-image-text {font-size: 16px;font-weight: 700;color: #222222cc;flex:1;margin-left: 10px;}
.module-100004118 .content .browseList .box .box-menu {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #fff;overflow-x: hidden;overflow-y: auto;transform: translateX(100%);transition: transform cubic-bezier(.7,.2,.3,1.2) .5s;z-index: 7;}
.module-100004118 .content .browseList .box.active .box-menu {transform: translateX(0)}
.module-100004118 .content .browseList .box .box-menu .box-menu-header {display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0px 17px 0;border-bottom: 1px solid #f1f1f1;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header button {height: 52px;background: 0 0;border: none;padding-top: 2px;position: relative;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header .box-menu-backBtn {width: 52px;display: flex;justify-content: flex-start;align-items: center;color: #5492e8;font-weight: 100;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header .box-menu-backBtn > .icon-ifa{ font-size: 15px; line-height: 1; font-weight: 100;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header .box-menu-backBtn > .icon-text{ font-size: 15px; line-height: 1; font-weight: 100; margin-left: 2px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header .box-menu-basketBtn {width: 52px;display: flex;justify-content: flex-end;align-items: center;color: #000;font-weight: 100;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header .box-menu-basketBtn.icon-ifa {font-size: 22px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-header .box-menu-basketBtn .icon-ifa >span{width: 17px;height: 17px;background-color: #000;display: flex;justify-content: center;align-items: center;position: absolute;font-size: 14px;top: 12px;right: 7px;color: #fff;border-radius: 50%;font-family: sans-serif;}
/* 2-)content-wrapper diye kapsayıcı div eklendi alt menı headerdaki resim kaldırıldı*/.module-100004118 .content .browseList .box .box-menu .box-menu-image {/*width: 100%;display: flex;align-items: center;justify-content: left;padding: 17px 17px 0*/display: none;}
.module-100004118 .content .browseList .box .box-menu .box-menu-image .menuBoxImg {width: 100%;border-radius: 5px}
.module-100004118 .content .browseList .box .box-menu .box-menu-image .box-menu-image-text {margin-left: 17px;font-size: 16px;line-height: 1;font-weight: 700;color: #222222cc}
.module-100004118 .content .browseList .box .box-menu .box-menu-list {padding-top: 12px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .sub-menu-title{padding-bottom: 12px;font-size: 15px;font-weight: 500;text-align: center;color: #444;position: absolute;top:20px;left: 50%;transform: translateX(-50%);}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .subMenu-container{margin-bottom: 10px;background-color: #f9f5ea;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a {display: flex;width: 100%;flex-direction: row;align-items: center;justify-content: space-between;font-size: 14px;color: #444;font-weight: 500;text-shadow: 0 0 2px #00000022;position: relative;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgSquare{}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgCircular .boxImg{    max-width: 50px;    border-radius: 50%;    margin-right: 14px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgSquare .boxImg{width: 50%;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgSquare .c-text{flex: 1;margin-left: 10px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgRectangle .boxImg{   width: 100%;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgRectangle .boxImg{width: 100%;border-radius: 5px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.ImgRectangle .c-text{display: none;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a .c-icon{position: absolute;    right: 15px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.active .c-icon::before {content: "\e978";font-weight: 600;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a i {font-size: 11px;transition: transform cubic-bezier(.7,.2,.3,1.2) .3s}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.active i {transform: rotateZ(180deg)}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a+.box-menu-subMenu{padding: 0 20px;padding-right: 0px;position: fixed;top: 0;left: 0;right: 0;bottom:0px;background-color: #fff;z-index: 9999;transform: translateX(110%);transition:cubic-bezier(.7,.2,.3,1.2) .5s;overflow-x:hidden;overflow-y:auto;max-height:100vh;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.active+.box-menu-subMenu {transform: translateX(0);}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a+.box-menu-subMenu .sub-sidebar-close{display: flex;align-items: center;border-bottom: 1px solid #f1f1f1;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a+.box-menu-subMenu .sub-sidebar-close >.close-sidebar{border: 0;font-family: inherit;display: flex;align-items: center;justify-content: flex-start;width: 52px;height: 52px;color: #5492e8;padding-left: 0px;background-color: transparent;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a+.box-menu-subMenu .sub-sidebar-close >.close-sidebar .i-text{display:inline-block;margin-left: 4px;font-size: 15px;font-weight: 100;line-height: 1;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a+.box-menu-subMenu .sub-sidebar-close >.close-sidebar > .icon-ifa{display:inline-block;font-size: 15px;font-weight: 100;line-height: 1;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a+.box-menu-subMenu a {font-size: 13px;padding: 15px 0px 12px 0px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list a.acitve + .box-menu-subMenu{font-size: 12px;padding: 12px 17px 12px 33px}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .box-menu-subMenu .box-menu-subMenu2 {}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .box-menu-subMenu .box-menu-subMenu2 > a {}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .box-menu-subMenu .box-menu-subMenu2 > a::after {content: "\e979";font-family: misszenne!important;position: absolute;right: 15px;}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .box-menu-subMenu .box-menu-subMenu2.active > a::after {content: "\e978";}
.module-100004118 .content .browseList .box .box-menu .box-menu-list .box-menu-subMenu .box-menu-subMenu2 .subb-content {display:none;}
/* 3-)content-wrapper diye kapsayıcı div eklendi yorum satırına kaldırılan  yorum satırındaki cssle bunun için kaldırıldı*/.module-100004118 .footerRow {height: 55px;/*position: fixed;bottom: 0;*/width: 100%;border-top: 1px solid #cccccc33;padding: 8px 15px;background: #fff;display: flex;flex-direction: row;align-items: center;justify-content: space-between;box-shadow: 0 -3px 5px #cccccc22;}
.module-100004118 .footerRow button {width: 100%;height: 100%;background: 0 0!important;border: none;color: #000;display: flex;flex-direction: row;align-items: center;justify-content: center;font-size: 15px;font-weight: 100;}
.module-100004118 .footerRow button.menu-lang{border-right: 1px solid #000;}
.module-100004118 .footerRow button >  span{    font-size: 22px;}
.module-100004118 .footerRow button > span.flag-icon{}
.module-100004118 .footerRow button.active {color: #3b3b3b}
.module-100004118 .footerRow button>i {display: block;font-size: 17px;line-height: 1;margin-right: 7px}
.module-100004118 .footerRow button>div {/* margin-top: 4px; */font-size: 15px;margin-left: 6px;line-height: 1;}
body[fcode="Fr-5500150"] .module-100004118 .navigatorRow .logo-link img {    width: auto;    max-height: 50px;}
@media only screen and (max-width: 991px) {    .module-100004118 {transform:translateX(-100%);display: block;height: calc(100% - 49px);height:0;}
    .module-100004118 .navigatorRow .logo-link img{max-height:48px;}
    .module-100004118.active {transform: translateX(0px);height: calc(100% - 49px);}
}

/*Header 10000120*/
header.module-10000120 {width: 100%;display: block;background-color: #fff;}
header.module-10000120 .IconDiv::before,header.module-10000120 .IconDiv::before {font-family: misszenne!important}
header.module-10000120 .headerLanguagebar .language-list {display: flex;justify-content: flex-end;align-items: center;position: relative;}
header.module-10000120 .headerLanguagebar{display: none;}
header.module-10000120 .headerLanguagebar .language-list .language-form {display: flex;}
header.module-10000120 .headerLanguagebar .language-list .language-form>.country {padding: 8px 0;cursor: pointer;font-weight: 100;font-size: 13px;display: flex;}
header.module-10000120 .headerLanguagebar .language-list .language-form>.country>.country-flag {border-radius: 50%;width: 18px;height: 18px}
header.module-10000120 .headerLanguagebar .language-list .language-form>.country>.country-name {font-size: 14px;font-weight: 500;color: #444;padding-left: 9px;padding-right: 9px}
header.module-10000120 .headerLanguagebar .language-list .language-form>.currency {display: flex;justify-content: flex-end;align-items: center;padding: 8px 10px;border-radius: 5px;margin-left: 6px}
header.module-10000120 .headerLanguagebar .language-list .language-form>.currency>.currency-unit {font-size: 14px;font-weight: 500;color: #a2a2a2}
header.module-10000120 .headerLanguagebar .language-list .language-form>.currency {}
header.module-10000120 .header-wrapper {width: 100%;position: relative;}
header.module-10000120 .header-wrapper .header-container{display: flex;align-items: center;justify-content: space-between;height: 80px;}
header.module-10000120.down .header-wrapper .header-container{height:60px;}
/*header.module-10000120 .header-wrapper.desktop{display: flex;}
*/header.module-10000120 .header-wrapper.mobile{display: none;}
header.module-10000120 .header-wrapper .header-info-content{width: 100%;display: flex;justify-content: space-between;align-items: center;}
header.module-10000120 .header-wrapper .header-info-content .nav-contact{}
header.module-10000120 .header-wrapper .header-info-content .nav-contact .nav-list{position: relative;display: inline-block;}
header.module-10000120 .header-wrapper .header-info-content .nav-contact .nav-list:first-child{}
header.module-10000120 .header-wrapper .header-info-content .nav-contact .nav-list .nav-link{color: #000;padding: 10px 0;font-size: 13px;opacity: .7;cursor: pointer;margin-right: 9px;display: flex;align-items: center;justify-content: flex-start;}
header.module-10000120 .header-wrapper .header-info-content .nav-contact .nav-list .nav-link .icon-ifa{display: inline-block;margin-right: 6px;}
header.module-10000120 .header-wrapper .header-info-content .nav-contact .nav-list .nav-link .icon-text{}
header.module-10000120 .header-wrapper .header-info-content .nav-info{}
header.module-10000120 .header-wrapper .header-info-content .nav-info .nav-list{position: relative;display: inline-block;}
header.module-10000120 .header-wrapper .header-info-content .nav-info .nav-list:last-child{padding-right: 15px;}
header.module-10000120 .header-wrapper .header-info-content .nav-info .nav-list .nav-link{ color: #000; padding: 10px 0; font-size: 13px; opacity: .7; cursor: pointer; margin-left: 9px; display: flex; align-items: center; justify-content: flex-end;}
header.module-10000120 .header-wrapper .header-info-content .nav-info .nav-list .nav-link > .icon-ifa{}
header.module-10000120 .header-wrapper .header-info-content .nav-info .nav-list .nav-link > .icon-text{margin-left: 6px;}
header.module-10000120 .header-wrapper .header-left {display: flex;justify-content: flex-start;align-items: center;position: relative; z-index: 1000;}
header.module-10000120 .header-wrapper .header-left .hamburger-menu{background: 0 0;border: 0;padding: 18px 14px;display: none;position: relative;top: 4px;}
header.module-10000120 .header-wrapper .header-left .hamburger-menu .icon-bar{background-color: #000;display: block;height: 2px;margin: 0 0 4px auto;width: 30px;transition: all .3s;}
header.module-10000120 .header-wrapper .header-left .hamburger-menu .icon-bar.line-1{width:66%;}
header.module-10000120 .header-wrapper .header-left .hamburger-menu .icon-bar.line-2{width:40%;}
header.module-10000120 .header-wrapper .header-left .hamburger-menu .icon-text{}
header.module-10000120 .header-wrapper .header-left .hamburger-menu .icon-text{font-size: 13px;}
header.module-10000120 .header-wrapper .header-left .hamburger-menu.active > .icon-bar:nth-child(1) {-ms-transform: rotate(50deg);-webkit-transform: rotate(50deg);transform: rotate(50deg);position: relative;top: 5px}
header.module-10000120 .header-wrapper .header-left .hamburger-menu.active > .icon-bar:nth-child(2) {opacity: 0;visibility: hidden}
header.module-10000120 .header-wrapper .header-left .hamburger-menu.active > .icon-bar:nth-child(3) {-ms-transform: rotate(-50deg);-webkit-transform: rotate(-50deg);transform: rotate(-50deg);position: relative;top: -7px}
header.module-10000120 .header-wrapper .header-left .logo {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-right: 15px;}
@media only screen and (min-width:991px){    header.module-10000120 .header-wrapper .header-left .logo  {flex-direction: initial;}
    header.module-10000120 .header-wrapper .header-left .logo .head-store {font-size: 14px;font-weight: bold;color: #000;margin: 10px 6px 10px 6px;padding: 10px;}
}
@media only screen and (max-width:991px){    header.module-10000120 .header-wrapper .header-left .logo .head-store {display:none !important}
}
 header.module-10000120 .header-wrapper .header-left .logo .listTitle {/*text-transform: uppercase;*/}
header.module-10000120 .header-wrapper .header-left .logo .logo-link {max-width: 155px;position: relative;margin: 0 auto;}
header.module-10000120 .header-wrapper .header-left .logo .logo-link .logo-img {width: 100%}
header.module-10000120 .header-wrapper .header-left .logo .logo-link .logo-img.desktop{display: block;}
header.module-10000120 .header-wrapper .header-left .logo .logo-link .logo-img.mobile{display: none;}
header.module-10000120 .header-wrapper .header-right {display: flex;justify-content: flex-end;align-items: center}
header.module-10000120 .header-wrapper .header-right .nav-menu {display: flex;align-items: center;justify-content: flex-end;position: relative;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li  +.nav-li{margin-left:6px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link {padding: 8px 10px;cursor: pointer;display: block;color: #1f1f1f;position: relative;transition: .3s;font-size: 14px;font-weight: 900;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link>div{transition: .3s;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link:hover .icon-text > span{}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.search {display: flex;align-items: center;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.search>.search-btn>.icon-ifa {font-size: 16px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.search>.search-line {width: 130px;position: relative;/* top: -11px; */}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.search>.search-line{font-size: 16px;width: 100%;position: relative;top: 12px;border: none;border-bottom: 1px solid #333;text-indent: 24px;padding: 5px 0;text-align: left;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link .Icon {display: block;text-align: center;transition: .3s;position: relative;font-size: 20px;/* margin-bottom: 6px; */}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link .icon-text {position: relative;transition: .3s;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link>.icon-text>span{padding: 5px 4px;display:none;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link>.icon-text.hello{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap;cursor: pointer;max-width: 91px;width: 100%;display: block;transition:transform .3s;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.profile {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link:hover {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link:hover span {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.favorite {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card.cart-link-mobile {display:none;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link .icon-card-number {width: 18px;height: 18px;background-color: #fff;display: flex;color: #000;border:1px solid #000;justify-content: center;align-items: center;position: absolute;top: 10px;font-size: 9px;border-radius: 50%;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.favorite .icon-card-number{right: 28px;font-size: 14px;line-height: 15px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card .icon-card-number{left: 19px;top: 1px;width: 14px;height: 15px;font-size: 10px;line-height: 10px;font-weight:700;background-color:transparent;color:#000;border:none;display:none;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link. .icon-ifa {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar {position: fixed;top: 0;right: -100%;height: 100vh;width: 475px;overflow: hidden;background-color: #fff;z-index: 100;transition: all .4s;opacity: 0;visibility: hidden;-webkit-box-shadow: -5px 0px 6px -2px rgba(43,43,43,0.35);-moz-box-shadow: -5px 0px 6px -2px rgba(43,43,43,0.35);box-shadow: -5px 0px 6px -2px rgba(43,43,43,0.35);}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.Active .right-siderbar{right: 0;opacity: 1;visibility: visible;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container {padding: 0 15px;padding-top: 27px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-hader {position: relative;display: flex;justify-content: space-between;align-items: center}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-hader>.title {font-size: 15px;color: #333;display: flex;align-items: center;font-weight: 600;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-hader>.title>.icon-card-number {width: 20px;height: 20px;background-color: #333;display: flex;color: #fff;justify-content: center;align-items: center;font-size: 12px;line-height: 14px;border-radius: 50%;margin-left: 8px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-hader>.close {font-size: 18px;padding: 12px;cursor: pointer;color: #333;display: flex;align-items: center;justify-content: flex-end;flex-direction: column;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-hader>.close>.icon-text {font-size: 10px;font-weight: 600;position: relative;left: 2px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-hader>.close>.icon-ifa {margin-left: 4px;font-size: 18px;margin-bottom: 4px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body {}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body{ max-height: 650px; height: 100%; overflow-y: auto;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body > .card-empty{display: block;text-align: center;padding: 0 20px;width: 100%;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);position: absolute;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body > .card-empty > .icon-ifa{font-size: 40px;color: #333;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body > .card-empty > h4{margin-bottom: 28px;font-size: 16px;letter-spacing: 0.7px;color: #333;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body > .card-empty > p{width: 100%;max-width: 289px;margin: 0 auto;line-height: 22px;font-size: 13px;color: #a2a2a2;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.profile-body{}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body::-webkit-scrollbar {width: 6px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body::-webkit-scrollbar-track {background: #f1f1f1; }
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body::-webkit-scrollbar-thumb {background: #333; }
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body::-webkit-scrollbar-thumb:hover {background: #333; }
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list {display: flex;justify-content: flex-start;padding: 15px 0;border-bottom: 1px solid #f5f5f5}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-img {max-width: 80px;width: 100%}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-img>img {width: 100%}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info {width: 100%;padding: 0 10px;position: relative}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-name {font-size: 12px;line-height: 17px;font-weight: 500;margin-bottom: 4px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 251px;color: #666}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-unit {font-size: 12px;color: #666;margin-bottom: 4px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-color {font-size: 12px;color: #666;margin-bottom: 4px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-new-price {font-size: 12px;color: #666;margin-bottom: 4px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-price {position: absolute;right: 10px;top: 0;text-align: right;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-price .product-old-price {font-size: 14px;color: #666;text-decoration: line-through;margin-bottom: 4px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-price .product-new-price {font-size: 16px;font-weight: 700;color: #666;margin-bottom: 4px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-delete {position: absolute;bottom: 0;font-size: 14px;color: #949494}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer {position: absolute;width: 100%;bottom: 0;left: 0;right: 0;padding: 20px 15px;padding-bottom: 0;background-color: #fff;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-total-price {width: 100%;display: flex;justify-content: space-between;align-items: center;color: #333;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-total-price .icon-text {padding: 20px 10px;color: #666;font-size: 12px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-total-price .icon-card-price {font-size: 12px;font-weight: 900;padding: 20px 10px;color: #666}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-link {width: 100%;display: flex;align-items: center;justify-content: space-around}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-link .card-goto {font-size: 14px;cursor: pointer;color: #fff;background-color: #333;padding: 12px 4px;border-radius: 25px;flex: 1;margin: 0 5px;text-align: center}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-link .card-goto.line {background-color: transparent;border: 1px solid #333;color: #333;transition: all .3s}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-link .card-goto.line:hover {background-color: #333!important;color: #fff!important}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-support {display: flex;padding: 20px 12px;justify-content: space-between;align-items: center}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-support .icon-text {color: #666;font-size: 14px;cursor: pointer}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-support .icon-ifa {color: #666;font-size: 14px;cursor: pointer}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-footer .card-link .card-goto{font-size: 12px;padding: 10px 2px;}
header.module-10000120 .header-wrapper .header-center {display: flex;justify-content: flex-start;align-items: center;flex: auto;}
header.module-10000120 .header-wrapper .header-center .menu-search {position: absolute;left: 50%;transform: translate(-50%,0);max-width: 475px;width: 100%;display: none}
header.module-10000120 .header-wrapper .header-center .menu-search.Active {display: flex}
header.module-10000120 .header-wrapper .header-center .menu-search .search-input {border: 0;border-bottom: 1px solid #000;font-size: 12px;padding: 0 12px;width: 100%;text-indent: 13px}
header.module-10000120 .header-wrapper .header-center .menu-search .search-button {background-color: transparent;border: 0;font-size: 14px;position: relative;right: -20px;padding: 12px}
header.module-10000120 .header-wrapper .header-center .menu-search .search-button .icon-ifa {}
header.module-10000120 .header-wrapper .header-center .nav-menu {}
header.module-10000120 .header-wrapper .header-center .nav-menu .nav-li {margin: 0 4px}
header.module-10000120 .header-wrapper .header-center .nav-menu .nav-li .nav-link {font-size: 14px;padding: 15px 10px;cursor: pointer;display: block;color: #333;position: relative;font-weight: 600;transition: all .3s}
header.module-10000120 .header-wrapper .header-center .nav-menu .nav-li .nav-link:hover {color: #000}
header.module-10000120 .header-wrapper .header-center .nav-menu .nav-li .nav-link::before {content: ' ';width: 0;height: 1px;background-color: #000;position: absolute;left: 0;right: 0;bottom: 5px;transition: all .3s}
header.module-10000120 .header-wrapper .header-center .nav-menu .nav-li .nav-link:hover::before {width: 100%}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li{position: relative;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown{opacity: 0;visibility: hidden;transition: all .3s;position: absolute;top: 35px;right: 7px;width: 210px;z-index: 8;padding: 40px 0 0;text-align: left;background-color: transparent;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li:hover .header-account-dropdown{visibility: visible;opacity: 1;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content{transition: all .3s;width: 100%;z-index: 4;padding: 6px 10px;text-align: left;background-color: #fff;border: 1px solid #333;position: relative;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content::before,header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content::after {bottom: 100%;right: 25px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content::before {border-color: transparent;border-bottom-color: #333;border-width: 11px;margin-left: -11px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content::after {border-color: transparent;border-bottom-color: #fff;border-width: 10px;right: 26px}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content > .account-dropdown{}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content > .account-dropdown > .nav-list{}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content > .account-dropdown > .nav-list > .account-link{display: block;text-align: left;color: #000;padding: 6px 8px;margin-bottom: 5px;margin-top: 5px;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content > .account-dropdown > .nav-list > .account-link>span{position:relative;}
header.module-10000120 .header-wrapper.mobile .result-box .box-list{}
header.module-10000120 .header-wrapper.mobile .result-box .box-list .list-link{}
header.module-10000120 .header-wrapper.mobile .result-box .box-list .list-link .linkImage{}
header.module-10000120 .header-wrapper.mobile .result-box .box-list .list-link .linkText{}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content > .account-dropdown > .nav-list > .account-link>span::before{content: '';position: absolute;bottom: -4px;width: 0;height: 1px;background-color: #000;}
.header-menu-container .menu-container .nav-menu .nav-list .menu-dropdown-container .dropdown-body .Container.WFULL{padding: 0 50px;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.account-dropdown-li .header-account-dropdown > .account-content > .nav-list > .account-link > .icon-text{padding-left: 5px;}
body[fcode='Fr-5500198'] header.module-10000120 .header-wrapper .header-center .menu-container .nav-menu .nav-list .nav-link, body[fcode='Fr-5500151'] header.module-10000120 .header-wrapper .header-center .menu-container .nav-menu .nav-list .nav-link{font-weight:500;}
header.module-10000120 .header-wrapper .header-center .menu-container .nav-menu .nav-list[data_id='48820'] .nav-link, header.module-10000120 .header-wrapper .header-center .menu-container .nav-menu .nav-list[data_id='48833'] .nav-link{font-weight:bold!important;}
@media only screen and (min-width:992px){        header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link:hover .Icon{transform:translateY(-4px);}
    }
@media only screen and (max-width: 991px) {    header.module-10000120{background-color: transparent;}
    header.module-10000120 .row {margin:0 !important;}
    header.module-10000120 .col-12{padding:0 !important;}
    header.module-10000120 .Container{padding-left:0 !important;padding-right:0 !important;}
header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card .icon-card-number{color:#ed140c;}
    header.module-10000120 .header-wrapper .header-container{height:auto;padding-top:5px;padding-bottom:5px;}
    header.module-10000120 .header-wrapper .header-info-content{display: none;}
    header.module-10000120 .header-wrapper .header-left .hamburger-menu{display: inline-block;top: 0px;left:0px;padding: 8px;margin-right:2px;}
    header.module-10000120 .header-wrapper .header-center{display: none;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li{}
    /*header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.profile {display: none;}
*/    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.account{display: none;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.favorite {display: none;}
    header.module-10000120 .header-wrapper .header-left .logo .logo-link .logo-img.desktop{display: none;}
    header.module-10000120 .header-wrapper .header-left .logo .logo-link .logo-img.mobile{display: block;}
    header.module-10000120 .header-wrapper .header-left .logo .logo-img.mobile{max-width: 140px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link{padding:6px 8px;color:#606060;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li{margin-left:2px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li:last-child{display: inline-block !important;order:-1;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card{padding: 6px 8px;top: 0;right: 0px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link .icon-text{margin-top: 0;display: none;}
        header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card.card-link-js {display:none !important;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.card.cart-link-mobile {display:block !important;}
    header.module-10000120 .header-wrapper{background-color: #fff;padding-left:10px;padding-right:10px;max-width:100%;}
    header.module-10000120 .header-wrapper.desktop{position: relative;z-index: 99;box-shadow:0 4px 2px -2px rgb(0 0 0 / 20%);-webkit-box-shadow:0 4px 2px -2px rgb(0 0 0 / 20%);-moz-box-shadow:0 4px 2px -2px rgb(0 0 0 / 20%); }
    header.module-10000120 .header-wrapper .header-right{}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li.Active .right-siderbar{width: 100%;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container{padding: 0 10px;padding-top: 12px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-info .product-name{max-width: 190px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body .card-list .card-img{max-width: 68px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar .siderbar-container .siderbar-body.card-body{max-height: 450px;}
    /*header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link.search{display: none;}
*/    header.module-10000120 .header-wrapper.mobile{display: flex;position: relative;transition: top 0.3s;padding:6px 0 0;max-height: 52px;opacity: 1;visibility: visible;}
    header.module-10000120.down .header-wrapper.mobile{max-height: 0;opacity: 0;visibility: hidden;}
    header.module-10000120 .header-wrapper.mobile .result-box{display:flex;align-items:center;white-space: nowrap;overflow-y: hidden;overflow-x: auto;padding-bottom:8px;}
    header.module-10000120 .header-wrapper.mobile .result-box .discover{margin-left: 12px;padding-right: 12px;border-right: 1px solid rgba(0,0,0,0.1);margin-right:12px;}
    header.module-10000120 .header-wrapper.mobile .result-box .discover .discover-link{padding: 7px 8px;background-color: #ed140c;font-size: 14px;letter-spacing: .44px;line-height: 18px;font-weight: 500;color: #fff;text-transform: uppercase;}
    header.module-10000120 .header-wrapper.mobile .result-box .box-list{display: flex;white-space: nowrap;}
    header.module-10000120 .header-wrapper.mobile .result-box .box-list .list-link{border-radius: 20px;padding:6px 0px;color: #030303;background-color:#f9f9f9;margin-right:12px;display:flex;align-items:center;justify-content:center;flex:none;}
    header.module-10000120 .header-wrapper.mobile .result-box .box-list .list-link .linkImage{display:block;max-height:15px;}
    header.module-10000120 .header-wrapper.mobile .result-box .box-list .list-link .linkText{display:none;}
    header.module-10000120 .header-wrapper.mobile .mobile-search{width: 100%;display: block;position: relative;padding: 9px 0;}
    header.module-10000120 .header-wrapper.mobile .mobile-search > .icon-ifa{position: absolute;left: 8px;top: 18px;font-size: 15px;color: #000;}
    header.module-10000120 .header-wrapper.mobile .mobile-search > .mobile-search-text{width: 100%;border: 1px solid #eeeeee8f;padding: 8px 0;text-indent: 32px;font-size: 14px;border-radius: 5px;background-color: #eeeeee7d;color: #000;}
    header.module-10000120 .header-wrapper.mobile .mobile-search > .mobile-search-text{font-family: 'Josefin Sans', sans-serif;}
    header.module-10000120 .header-wrapper.mobile .mobile-search > .mobile-search-text::placeholder{font-family: 'Josefin Sans', sans-serif;font-size: 14px; color: #000; font-weight: 600;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .nav-link .Icon{font-size: 19px;}
    header.module-10000120 .header-wrapper .header-right .nav-menu .nav-li .right-siderbar{display: none;}
    }

/*Footer 20000222*/
footer.module-20000222 {display: flex; align-items: center; justify-content: center; padding-top: 50px;}
footer.module-20000222 .footer-container {padding: 50px;text-align: center;width:100%;}
footer.module-20000222 .footer-container .footer-newsletter {margin-bottom: 80px;}
footer.module-20000222 .footer-container .payment-Bar{display:flex;overflow-x: auto;overflow-y: hidden;}
footer.module-20000222 .footer-container .payment-Bar .item {    margin-right: 6px;    margin-right: 6px;    /* min-height:37px; */    /* max-height:37px; */}
footer.module-20000222 .footer-container .payment-Bar .item:nth-child(2){    max-width:38px;}
footer.module-20000222 .footer-container .payment-Bar .item:nth-child(3){    max-width:68px;}
footer.module-20000222 .footer-container .payment-Bar .item:nth-child(4){    max-width:43px;}
footer.module-20000222 .footer-container .payment-Bar .item > img{    display: block;    width: 100%;    max-height: 25px;}
footer.module-20000222 .footer-container .footer-newsletter .top-title {font-weight: 500;color: #4A4A4A;font-size: 24px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form {margin: 35px 0 200px;text-align: center;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group {display: inline-block;width: 100%;max-width: 410px;position: relative;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group [cd="newsLatterInput"] {display: block;width: 100%;padding: 11px 0;border: 0;border-bottom: 1px solid #ccc;font-size: 14px;font-weight: 300;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group [cd="newsLatterInput"]::placeholder {color:#A5A5A5;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group [cd="btnNewsLatter"] {position: absolute;right: 0;top: 0;padding: 5px;color: #ccc;font-size: 23px;opacity: 1;}
@media only screen and (min-width:991px){    footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group [cd="btnNewsLatter"]:hover {transition: .3s; color: #000;}
}
footer.module-20000222 .footer-container .footer-social-list {    margin-bottom: 80px;}
body[fcode="Fr-5500186"] footer.module-20000222 .footer-container .footer-social-list {    margin-bottom: 20px;}
footer.module-20000222 .footer-container .copy-nav {}
footer.module-20000222 .footer-container .copy-nav .items-ul {}
footer.module-20000222 .footer-container .copy-nav .items-ul .item-li {    display: inline-block; position:relative;}
footer.module-20000222 .footer-container .copy-nav .items-ul .item-li::after {content:"";position: absolute;right: -2px;height: 10px;width: 1px;background-color: #89898985;top: calc(50% - 1px);transform: translateY(-50%);}
footer.module-20000222 .footer-container .copy-nav .items-ul .item-li:last-child::after {display:none;}
footer.module-20000222 .footer-container .copy-nav .items-ul .item-li .item-link {    color: #898989;    font-size: 13px;    font-weight: 300;    padding: 5px 7px;}
 footer.module-20000222 .footer-container .footer-social-list div> span{    font-size: 25px;    position: absolute;    top: -29px;    left: 49%;    transform: translateX(-50%);}
footer.module-20000222 .footer-container .footer-social-list .social-link {font-size: 15px;font-weight: 300;padding: 15px 0px;margin: 0 15px;cursor: pointer;position: relative;transition: .3s;color: #4A4A4A;}
footer.module-20000222 .footer-container .footer-bottom {display: flex;justify-content: space-between;}
footer.module-20000222 .footer-container .footer-bottom > .item {text-align:left;}
footer.module-20000222 .footer-container .footer-bottom > .item > .copy-nav {margin-bottom: 11px;}
footer.module-20000222 .footer-container .footer-bottom > .item > .copy-nav .items-ul {}
footer.module-20000222 .footer-container .footer-bottom > .item > .copy-nav .items-ul .item-li {display: inline-block;padding-left: 5px;margin-left: 5px;border-left: 1px solid #eee;}
footer.module-20000222 .footer-container .footer-bottom > .item > .copy-nav .items-ul .item-li:first-child {border:0;}
footer.module-20000222 .footer-container .footer-bottom > .item > .copy-nav .items-ul .item-li .item-link {font-size: 11px;display: block;font-weight: 300;color: #656565;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail {position: absolute;transform: translateX(-50%);top: 50px;right: 0;left: 50%;z-index: 12;display: none;text-align: center;width: 100%;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;margin-top: 8px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper span {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;color: #000;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper span:first-child {margin-right: 15px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper span .hide {display: none}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper span .genre-text {text-transform: uppercase;font-size: 14px;position: relative;cursor: pointer;padding-left: 27px;font-weight: 300;color: #A5A5A5;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper span .genre-text::before {content: "";position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 15px;height: 15px;border: 1px solid #808080;display: block;-webkit-transition: all .3s ease;transition: all .3s ease;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .genre-wrapper span input[type=radio]:checked+.genre-text::before {background-color: #000000;content: "\f00c";font-family: "Font Awesome 6 Pro";font-weight: 400;border-color: #000;text-align: center;color: white;line-height: 16px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .description {margin-top: 18px;cursor: pointer;display: -webkit-box;display: -ms-flexbox;display: flex;text-align: left;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .description .hide {display: none}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .description .description-text {font-size: 13px;position: relative;cursor: pointer;justify-self: center;color: #fff;padding-left: 28px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .description .description-text::before {content: "";position: absolute;left: 0;top: 8px;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 15px;height: 15px;border: 1px solid #808080;display: block;-webkit-transition: all .3s ease;transition: all .3s ease;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .description input[type=checkbox]:checked+.description-text::before {background-color: #000000;content: "\f00c";font-family: "Font Awesome 6 Pro";font-weight: 400;border-color: #000;text-align: center;color: white;line-height: 16px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .submit-button {margin-top: 18px;padding: 12px 18px;text-transform: uppercase;font-size: 15px;letter-spacing: 1px;display: inline-block;cursor: pointer;color: #fff;position: relative;width: 100%;background-color: #393939;font-weight: 700;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .submit-button:hover {background-color: #595959;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail .description .description-text > a{font-size: 13px;color: #A5A5A5;font-weight: 300;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group{position: relative;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .warning-email,footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .success-email {width: 100%;display: flex;font-size: 14px;justify-content: center;align-items: center;margin-top: 3px;text-align: right;margin-bottom: 6px;color: #333;position: absolute;/* opacity: 0; *//* visibility: hidden; */left: 50%;top: -29px;transform: translate(-50%, -50%);transition: .5s;white-space: nowrap;z-index: 99;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .warning-email > .icon-ifa,footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .success-email > .icon-ifa{margin-right: 9px;font-size: 16px;display: none;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .warning-email.active{color: #ff0000;opacity: 1;visibility: visible;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .success-email.active{color: #008000;opacity: 1;visibility: visible;}
@media only screen and (min-width:991px){    footer.module-20000222 .footer-container .footer-social-list .social-link:hover {color: #000;}
}
@media only screen and (max-width:991px){        body[fcode="Fr-5500210"][userpage="Bag"] footer.module-20000222 .footer-container{padding-bottom:170px!important}
    footer.module-20000222 .footer-container {padding:50px 25px;}
    footer.module-20000222 {padding-top:0;}
footer.module-20000222 .footer-container .footer-newsletter {margin-bottom:50px;}
footer.module-20000222 .footer-container .footer-bottom {display: none !important; text-align: center;}
footer.module-20000222 .footer-container .footer-bottom > .item:first-child {margin-bottom: 35px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form {margin: 30px 0 50px;}
footer.module-20000222 .footer-container .footer-social-list .social-link {padding: 18px 10px;margin: 0 2px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .input-detail{width: 350px;}
footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .warning-email, footer.module-20000222 .footer-container .footer-newsletter .newsletter-form .news-group .success-email{top: -10px;}
footer.module-20000222 .footer-container .footer-social-list div> span{top: -25px;}
footer.module-20000222 .footer-container .payment-Bar{margin:6px 0;}
footer.module-20000222 .footer-container .payment-Bar .item{/*min-width:45px;*/}
}

/*Login-Register 210001211*/
.module-210001211 {position: fixed;top: 0;right: 0;height: 100vh;width: 475px;overflow-x: auto;background-color: #fff;z-index: 999999;-webkit-transform: translateX(100%);transform: translateX(100%);visibility: hidden;-webkit-transition: all .3s ease;transition: all .3s ease;-webkit-box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);-moz-box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);box-shadow: -5px 0 6px -2px rgba(43,43,43,.35)}
.module-210001211.Active {-webkit-transform: translateX(0);transform: translateX(0);visibility: visible}
.module-210001211 .right-siderbar {}
.module-210001211 .right-siderbar .siderbar-container {padding: 0 30px;padding-top: 27px;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-hader {position: relative;display: flex;justify-content: flex-end;align-items: center}
.module-210001211 .right-siderbar .siderbar-container .siderbar-hader > .title {font-size: 14px;color: #000;display: flex;align-items: center;font-weight: 600}
.module-210001211 .right-siderbar .siderbar-container .siderbar-hader > .close {font-size: 18px;padding: 12px;cursor: pointer;color: #000;display: flex;align-items: center;justify-content: flex-end;flex-direction: column;position: relative;z-index: 99}
.module-210001211 .right-siderbar .siderbar-container .siderbar-hader > .close > .icon-text {font-size: 13px;font-weight: 600;position: relative;left: 2px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-hader > .close > .icon-ifa {margin-left: 4px;font-size: 18px;margin-bottom: 4px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body {position: relative;top: -50px;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body.card-body {max-height: 375px;height: 100%;overflow-y: auto}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content {padding-top: 18px;position: relative;display: block;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.checkbox{text-align: left;padding-left: 27px;padding-top: 0;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.input{}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.label{}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input{border: 0;border-bottom: 1px solid #6c6c6c;font-size: 16px!important;padding: 10px 3px;line-height: 24px;width: 100%;transition: .3s;color: #000;font-family: inherit;font-weight: 100;background-color: #fff;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input~.label-form {position: absolute;top: 33px;left: 0;color: #000;transition: .3s;font-size: 16px;font-family: inherit;font-weight: 300}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input~.label-form {position: absolute;top: 33px;left: 0;color: #000;transition: .3s;font-size: 16px;font-family: inherit;font-weight: 300}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content:hover .form-input~.label-form,.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content:focus .form-input~.label-form{top: 8px;left: 0px;font-size: 13px;transition: .3s;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-input~.label-form {position: absolute;top: 33px;left: 4px;color: #000;transition: .3s;font-size: 16px;font-family: inherit;font-weight: 100;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-alert,.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-input {border-color: #fc1d1b;color: #fc1d1b;opacity: 1;visibility: visible;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .label-form,.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input {border-color: #43ab45;color: #43ab45;opacity: 1;visibility: visible;}
/*.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input~.label-form{top: 8px;left: 12px;font-size: 13px;transition: .3s;margin-left: 8px;}
*/.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.OK .form-input~.label-form{top: 8px;left: 0;font-size: 13px;transition: .3s;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success.OK .form-input~.label-form{left: 20px;}
/*.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-input~.label-form{top: 8px;left: 4px;font-size: 13px;transition: .3s;}
*/.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input~.label-form::before{content: "\e93e";font-family: 'MissZenne' !important;color: #4fca3a;position: absolute;z-index: 2;left: -18px;top: 0;font-size: 13px;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-input~.label-form::before{content: "";}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .title {font-size: 18px;font-weight: 900;margin-bottom: 9px;text-align: center;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .icon-ifa {width: 60px;height: 40px;position: absolute;display: flex;justify-content: center;align-items: center;top: 33px;right: -10px;top: 28px;font-size: 22px!important;color: #bbb;transition: .3s;cursor: pointer;opacity: 0;visibility: hidden;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .icon-ifa:hover{color: #000;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.OK > .icon-ifa{opacity: 1;visibility: visible;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .forgot-link {font-size: 14px;cursor: pointer;display: inline-block;color: #408be0;text-decoration: underline;font-weight: 100;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button {width: 100%;font-size: 16px;font-weight: 300;color: #fff;height: auto;padding: 15px 20px;background-color: #000;border: 0;display: block;text-align: center;cursor: pointer;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.line{background-color: #fff;color: #000;border: 1px solid #000;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.line:hover{background-color: #000;color: #fff;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.facebook{background-color: #3b5998;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-line{position: relative;font-size: 14px;font-style: italic;padding: 0 12px;display: block;text-align: center;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-alert{position: relative;text-align: left;margin-top: 6px;font-size: 13px;transition: .3s;line-height: 19px;display: block;text-align: left;padding: 9px 0;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-alert {animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;transform: translate3d(0,0,0);backface-visibility: hidden;perspective: 1000px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label {text-align: left;font-size: 13px;color: #333}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label>a {color: #408be0;position: relative;z-index: 4;font-weight: 100}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkmark {position: absolute;top: -2px;left: 0;height: 20px;width: 20px;background-color: #fff;border: 1px solid #333}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label:hover input~.checkmark {background-color: #eee}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label input:checked~.checkmark {background-color: #fff}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkmark:after {content: "";position: absolute;display: none}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label input:checked~.checkmark:after {display: block}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label .checkmark:after {left: 6px;top: 2px;width: 4px;height: 8px;border: solid #333;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg)}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.LoadingBtn {pointer-events: none;background-color: #7d7d7d;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.LoadingBtn::before {content: "";width: 12px;height: 12px;background: 0 0;border: 2px solid #fff;border-radius: 50%;-webkit-clip-path: inset(0 0 50% 0);clip-path: inset(0 0 50% 0);transform: translate(-50%,-50%) rotate(0);-webkit-animation: spin .6s linear infinite;animation: spin .6s linear infinite;margin-right: 10px;position: absolute;left: 12px;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form {}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container{}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input {border: 0;border-bottom: 1px solid #bbb;font-size: 14px;padding: 13px 3px;width: 100%;transition: .3s;font-weight: 600;color: #000;font-family: inherit}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-content{}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .tab-content {display: none;padding-top: 18px;position: relative}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .tab-content#email {display: block}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title {}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text {color: #000;width: 100%;display: block;text-align: center;margin-bottom: 14px}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text:first-child {font-size: 18px;font-weight: 900}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text:last-child {font-size: 13px;line-height: 17px}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .forgot-link .forgot-icon {width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;margin-right: 3px;color: #333;border: 1px solid #e6e6e6;border-radius: 50%;font-size: 15px;font-weight: 900;text-align: right}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content> .forgot-link {font-size: 15px;display: inline-block;text-align: right;margin-bottom: 15px;position: relative;top: -7px;cursor: pointer;color: #408be0;text-decoration: underline}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select {display: flex;justify-content: center;align-items: center;margin: 24px 0 9px}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select > .item {flex: 1;border-bottom: 1px solid transparent;padding: 10px 0;cursor: pointer;color: #333;text-align: center;font-size: 16px}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select >.item.active {border-color: #333}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content .form-button.forgot-btn {margin: 18px 0;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content .form-button {width: 100%;font-size: 14px;font-weight: 600;color: #fff;height: auto;padding: 15px 20px;background-color: #000;border: 0;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content > .icon-ifa {position: absolute;top: 33px;right: 6px;top: 28px;font-size: 22px!important;color: #bbb;transition: .3s;cursor: pointer;opacity: 0;visibility: hidden;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content > .icon-ifa:hover{color: #000;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content.success > .icon-ifa,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content.OK > .icon-ifa{opacity: 1;visibility: visible;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-button {width: 100%;font-size: 14px;font-weight: 600;color: #000;height: auto;padding: 15px 20px;background-color: #fff;border: 1px solid #333;transition: .3s}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-button:hover {background-color: #000;border-color: #fff;color: #fff}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input~.label-form {position: absolute;top: 33px;left: 0;color: #000;transition: .3s;font-size: 16px;font-family: inherit;font-weight: 100}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input~.label-form {position: absolute;top: 33px;left: 0;color: #000;transition: .3s;font-size: 16px;font-family: inherit;font-weight: 100}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content:hover .form-input~.label-form,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content:focus .form-input~.label-form{top: 8px;left: 0px;font-size: 13px;transition: .3s;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-input~.label-form {position: absolute;top: 33px;left: 4px;color: #000;transition: .3s;font-size: 16px;font-family: inherit;font-weight: 100;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-input {border-color: #fc1d1b;color: #fc1d1b;opacity: 1;visibility: visible;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-alert{position: relative;text-align: left;margin-top: 6px;;font-size: 13px;transition: .3s;line-height: 19px;display: block;text-align: left}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-alert {animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;transform: translate3d(0,0,0);backface-visibility: hidden;perspective: 1000px}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .label-form,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input {border-color: #43ab45;color: #43ab45;opacity: 1;visibility: visible;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input~.label-form{top: 8px;left: 12px;font-size: 13px;transition: .3s;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success.OK .form-input~.label-form{left: 20px;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.OK .form-input~.label-form{top: 8px;left: 0;font-size: 13px;transition: .3s;}
/*.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-input~.label-form{top: 8px;left: 4px;font-size: 13px;transition: .3s;}
*/.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input~.label-form::before{content: "\e93e";font-family: 'MissZenne' !important;color: #4fca3a;position: absolute;z-index: 2;left: -18px;top: 0;font-size: 13px;}
.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-input~.label-form::before{content: "";}
body[fcode='Fr-5500126'] .module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-alert.firm-spec-text{display:block!important;margin-bottom:18px;padding-bottom:0;}
@media only screen and (max-width: 768px) {.module-210001211 {width:100%;overflow: auto}
.module-210001211 .right-siderbar {}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content:last-child {margin-bottom: 18px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content {padding-top: 27px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form {padding: 12px 10px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.button>.icon-ifa {top: 41px}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.input>.icon-ifa {top: 33px;right: -8px;top: 31px;}
.module-210001211 .right-siderbar .siderbar-container {padding: 0 10px;padding-top: 15px;}
.module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.title {padding-top: 0}
}
@keyframes shake {10%,90% {transform: translate3d(-1px,0,0)}
20%,80% {transform: translate3d(2px,0,0)}
30%,50%,70% {transform: translate3d(-4px,0,0)}
40%,60% {transform: translate3d(4px,0,0)}
}
@media only screen and (max-width: 991px) { body[fcode="Fr-5500154"] .module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.SC, body[fcode="Fr-5500151"] .module-210001211 .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.SC {display:none;}
}

