html{
	font-size:62.5%
	}
	
body{
	direction:rtl;
	font-size:16px;
	line-height:1.6;
	font-family:"IranSans"
	}
	
body.menu-open{
	overflow:hidden
	}
	
.svg-defs{
	width:0;
	height:0;
	display:none
	}
	
button:focus-visible,button:focus,a:focus-visible,a:focus,*:focus-visible,*:focus{
	outline:none;
	box-shadow:none
	}
	
header .offer-link{
	font-size:14px;
	color:#b1b1b1;
	transition:all .3s ease
	}
	
header .offer-link:hover{
	color:#a3c426
	}
	
header .topbar{
	background-color:#111
	}
	
header .topbar .container{
	position:relative
	}
	
header .topbar .topbar-content{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:60px
	}
	
header .topbar .platforms{
	display:flex;
	align-items:center
	}
	
header .topbar .platforms li{flex-shrink:0}header .topbar .platforms li a{font-family:"IranSans";font-size:14px;position:relative;color:#999}header .topbar .platforms li a.active{color:#a3c426}header .topbar .platforms li a.active::after{content:"";display:block;height:5px;width:100%;background-color:#a3c426;position:absolute;left:0;right:0;bottom:-19px}header .topbar .useful-assets{display:flex;align-items:center;justify-content:center}header .topbar .useful-assets #switch-language{list-style-type:none}header .topbar .useful-assets #switch-language a{font-size:14px;font-weight:400;color:#b1b1b1}header .topbar .useful-assets #switch-language a:hover{color:#a3c426}header .topbar .useful-assets .search{height:43px;width:150px;position:relative;background-color:#2f2f2f;border-radius:50px}header .topbar .useful-assets .search .search-icon{width:18px;position:absolute;top:50%;transform:translateY(-50%);stroke:#999}header .topbar .useful-assets .search .close-icon{display:none}header .topbar .useful-assets .search input{height:100%;width:100%;background:rgba(0,0,0,0);border:none;padding:0 20px;color:#999}header .topbar .useful-assets .search input::-moz-placeholder{color:#999;opacity:1;font-size:14px}header .topbar .useful-assets .search input::placeholder{color:#999;opacity:1;font-size:14px}header .topbar .useful-assets .subscribers-panel{background-color:#2f2f2f;height:43px;border-radius:50px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:400;color:#fff;padding:0 26.5px}header .topbar .useful-assets .subscribers-panel svg{width:24px;stroke:#fff;transition:all .3s ease}header .topbar .useful-assets .subscribers-panel:hover{color:#a3c426}header .topbar .useful-assets .subscribers-panel:hover svg{stroke:#a3c426}

header .bottom-bar{
	background-color:#262626
	}
	
header .bottom-bar .container{
	height:100%
	}
	
header .bottom-bar .container>.row{
	height:100%
	}
	
header .bottom-bar .logo-wrapper img{
	width:100%
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper{
	display:flex;
	align-items:center;
	height:110px
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item{
	position:relative;
	display:inline-block
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{
	display:inline-flex;
	min-height:110px;
	font-weight:400;
	font-size:18px;
	color:#fff;
	align-items:center;
	vertical-align:middle;
	cursor:default;
	transition:all .3s ease;
	position:relative
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .first-level-link{
	font-weight:400;
	font-size:18px;
	color:#fff;
	cursor:pointer;
	transition:all .3s ease
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent::after{
	content:"";
	display:block;
	height:5px;
	width:0;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	background-color:#a3c426;
	transition:all .3s ease
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent img{
	width:20px
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent img.icon-hover{
	opacity:0;
	visibility:hidden;
	display:none
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .chevron{
	width:14px;
	stroke:#a3c426;
	display:none
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover{
	color:#a3c426
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover .first-level-link{
	color:#a3c426
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover img.icon{
	opacity:0;
	visibility:hidden;
	display:none
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover img.icon-hover{
	opacity:1;
	visibility:visible;
	display:block
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu{
	min-width:300px;
	position:absolute;
	transform:translateY(30px);
	border-radius:0 0 10px 10px;
	visibility:hidden;
	opacity:0;
	background-color:#000;
	transition:all .5s;
	z-index:99
	}
	
header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item{position:relative;display:flex;justify-content:space-between;transition:all .5s;font-size:16px;cursor:pointer;font-weight:700;line-height:25px;padding:14px 20px;color:#fff}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item:hover{color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item:hover .chevron{stroke:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left{position:relative;cursor:pointer;margin-bottom:10px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left:first-child>.bottom-bar__dropdown-item{padding:25px 20px 5px 20px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left:last-child>.bottom-bar__dropdown-item{padding:5px 20px 25px 20px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a .chevron{width:20px;flex-shrink:0;stroke:#999}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a .chevron.down{width:14px;display:none}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a .chevron.left{width:8px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a i,header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a span[class*=" icon-"],header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a span[class^=icon-]{font-size:20px;display:none}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a i.fa-angle-down,header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a span[class*=" icon-"].fa-angle-down,header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>a span[class^=icon-].fa-angle-down{display:none}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left{position:absolute;top:4px;min-width:300px;border-radius:10px 0 0 10px;background-color:#2f2f2f;visibility:hidden;opacity:0;transform:translateY(30px);transition:all .5s;z-index:5}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left.active{visibility:visible;opacity:1;transform:translateY(0)}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item{font-weight:400;line-height:26.5px;padding:10px 20px;color:#fff}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item:first-child{padding-top:28px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item:last-child{padding-bottom:30px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item:hover{color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu.active{visibility:visible;opacity:1;transform:translateY(0)}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item:hover .bottom-bar__button_transparent::after{width:100%}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn{height:54px;display:inline-flex;justify-content:center;align-items:center;padding:0 30px;border-radius:50px;transition:all .3s ease;background-color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn img{width:20px}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn span{font-size:18px;font-weight:400;color:#000}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn:hover{background-color:#a6ce39}header.rtl-theme .topbar .platforms li a{margin-left:20px}header.rtl-theme .topbar .useful-assets #switch-language{margin-left:20px}header.rtl-theme .topbar .useful-assets .search{padding-right:25px}header.rtl-theme .topbar .useful-assets .search .search-icon{right:15px}header.rtl-theme .topbar .useful-assets .subscribers-panel{margin-right:20px}header.rtl-theme .topbar .useful-assets .subscribers-panel svg{margin-left:10px}header.rtl-theme .bottom-bar .logo-wrapper{margin-left:30px}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{margin-left:30px}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent img{margin:0 0 0 10px}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .chevron{margin-right:6px}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left{right:100%}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item:last-child .bottom-bar__button_transparent{margin-left:0}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .shop-btn{margin-right:auto}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .shop-btn img{margin-left:10px}header.ltr-theme .topbar .platforms li a{margin-right:20px}header.ltr-theme .topbar .useful-assets #switch-language{margin-right:20px}header.ltr-theme .topbar .useful-assets .search{padding-left:25px}header.ltr-theme .topbar .useful-assets .search .search-icon{left:15px}header.ltr-theme .topbar .useful-assets .subscribers-panel{margin-left:20px}header.ltr-theme .topbar .useful-assets .subscribers-panel svg{margin-right:10px}header.ltr-theme .bottom-bar .logo-wrapper{margin-right:30px}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{margin-right:30px}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent img{margin:0 10px 0 0}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .chevron{margin-left:6px}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .chevron.left{transform:scaleX(-1)}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left{left:100%}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item:last-child .bottom-bar__button_transparent{margin-right:0}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .shop-btn{margin-left:auto}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .shop-btn img{margin-right:10px}@media(max-width: 1199.98px){header .topbar .useful-assets .subscribers-panel{height:40px;font-size:14px;padding:0 18px}header .topbar .useful-assets .subscribers-panel svg{width:18px}header .bottom-bar .logo-wrapper{width:120px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{font-size:16px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .first-level-link{font-size:16px}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn{height:40px;padding:0 26px}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn img{width:18px}header .bottom-bar .bottom-bar__navbar-wrapper .shop-btn span{font-size:16px}header.rtl-theme .bottom-bar .logo-wrapper{margin-left:15px}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{margin-left:20px}header.ltr-theme .bottom-bar .logo-wrapper{margin-right:15px}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{margin-right:20px}}@media(max-width: 991.99px){header .offer-link{margin-right:auto}header .topbar{position:relative}header .topbar .topbar-content{justify-content:flex-start}header .topbar .menu-toggle{height:20px;width:22px;position:relative;z-index:9;background:rgba(0,0,0,0);border:none;cursor:pointer}header .topbar .menu-toggle .menu-toggle-bar{display:block;width:100%;height:2px;position:absolute;top:50%;right:0;border-radius:4px;background-color:#fff;transition:all .3s ease}header .topbar .menu-toggle .menu-toggle-bar.menu-toggle-bar--top{transform:translate(0, -6px)}header .topbar .menu-toggle .menu-toggle-bar.menu-toggle-bar--bottom{transform:translate(0, 6px)}header .topbar .menu-toggle.active .menu-toggle-bar.menu-toggle-bar--top{transform:translate(0, 0) rotate(45deg)}header .topbar .menu-toggle.active .menu-toggle-bar.menu-toggle-bar--middle{opacity:0}header .topbar .menu-toggle.active .menu-toggle-bar.menu-toggle-bar--bottom{transform:translate(0, 0) rotate(-45deg)}header .topbar .platforms li a{font-family:"IranSans";font-size:12px;position:relative;color:#999;border-radius:50px;height:27px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;margin:0 !important}header .topbar .platforms li a.active{background-color:#a3c426;color:#000}header .topbar .platforms li a.active::after{display:none}header .topbar .useful-assets .search-wrapper .search-toggle{cursor:pointer}header .topbar .useful-assets .search-wrapper .search-toggle svg{width:20px;stroke:#999}header .topbar .useful-assets .search-wrapper .search-toggle:hover svg{stroke:#a3c426}header .topbar .useful-assets .search-wrapper .search{height:34px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);opacity:0;visibility:hidden;z-index:9;transition:all .3s ease}header .topbar .useful-assets .search-wrapper .search .close-icon{display:block;width:14px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;cursor:pointer;stroke:#999}header .topbar .useful-assets .search-wrapper .search .close-icon:hover{stroke:#a3c426}header .topbar .useful-assets .search-wrapper .search.open{opacity:1;visibility:visible;width:calc(100% - 30px)}header .topbar .useful-assets .subscribers-panel{background-color:rgba(0,0,0,0);padding:0;margin-right:10px !important}header .topbar .useful-assets .subscribers-panel svg{width:24px;margin:0 !important;stroke:#fff}header .topbar .useful-assets .subscribers-panel svg:hover{stroke:#fff}header .topbar .useful-assets .subscribers-panel span{display:none}header .topbar .useful-assets .shop-btn{width:20px}header .topbar .useful-assets.hide{visibility:hidden;opacity:0}header .bottom-bar{position:relative}header .bottom-bar .subscribers-panel{background-color:#2f2f2f;height:43px;border-radius:50px;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:400;color:#fff;padding:0 26.5px;margin:40px auto 30px;width:100%}header .bottom-bar .subscribers-panel svg{width:24px;stroke:#fff;transition:all .3s ease;margin-left:10px}header .bottom-bar .subscribers-panel:hover{color:#a3c426}header .bottom-bar .subscribers-panel:hover svg{stroke:#a3c426}header .bottom-bar .col{position:static}header .bottom-bar .bottom-bar__navbar-wrapper{display:flex;height:60px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar{height:0;overflow-y:auto;transition:all .5s;position:absolute;top:0;left:0;right:0;width:100%;background:#000;z-index:99}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar.show{height:calc(100vh - 40px)}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse{max-width:720px;margin:auto;padding:0 15px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item{position:relative;display:block}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent{display:flex;justify-content:space-between;min-height:auto;margin:20px 0 0 !important;transition:all .25s;padding:5px 0;font-weight:700;color:#a3c426;cursor:pointer}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .first-level-link{font-weight:700;color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent::after{display:none}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent img.icon,header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent img.icon-hover{display:none !important}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent .chevron{display:block}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover{color:#fff}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover .first-level-link{color:#fff}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__button_transparent:hover .chevron{stroke:#fff}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu{position:relative;margin:0;border-top:rgba(0,0,0,0);min-width:100%;display:none;background-color:rgba(0,0,0,0);visibility:visible;opacity:1;transform:translateY(0);margin-top:10px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item{margin-bottom:10px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left{position:relative;cursor:pointer}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>.bottom-bar__dropdown-item{color:#fff;font-weight:700;padding-left:0;padding-right:0;padding:10px 0 !important;font-weight:700}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>.bottom-bar__dropdown-item .chevron.left{display:none}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>.bottom-bar__dropdown-item .chevron.down{display:inline-block}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left>.bottom-bar__dropdown-item:hover{color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left{position:relative;top:auto;right:unset !important;left:unset !important;margin:0;border-top:rgba(0,0,0,0);min-width:100%;display:none;background-color:rgba(0,0,0,0);visibility:visible;opacity:1;transform:translateY(0)}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item{position:relative;justify-content:flex-start;padding:10px 0 !important;font-size:14px;color:#999}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left:hover>.bottom-bar__dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left.selected>a{color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left.selected>a .chevron{stroke:#a3c426;transform:rotateX(180deg)}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item{padding-left:0;padding-right:0}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item.selected .bottom-bar__button_transparent{color:#a3c426}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item.selected .bottom-bar__button_transparent .chevron{transform:rotateX(180deg);stroke:#a3c426}header .bottom-bar .shop-btn{padding:0 20px !important;flex-direction:row-reverse}header .bottom-bar .shop-btn img{width:20px;transform:scaleX(-1);margin:0 10px 0 0 !important}header .bottom-bar .shop-btn span{font-size:14px;font-weight:500}header.rtl-theme .topbar .menu-toggle{margin-left:10px;margin-right:2px}header.rtl-theme .topbar .useful-assets{margin-right:auto}header.rtl-theme .topbar .useful-assets .search-wrapper .search .close-icon{left:15px}header.rtl-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item::before{right:10px}header.ltr-theme .topbar .menu-toggle{margin-right:10px;margin-left:2px}header.ltr-theme .topbar .useful-assets{margin-left:auto}header.ltr-theme .topbar .useful-assets .search-wrapper .search .close-icon{right:15px}header.ltr-theme .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse .bottom-navbar-nav .bottom-bar__nav-item .bottom-bar__dropdown-menu .bottom-bar__dropdown-item-left .dropdown-menu-left .bottom-bar__dropdown-item::before{left:10px}}@media(max-width: 767.99px){header .topbar .platforms li a{font-size:10px}header .bottom-bar .bottom-bar__navbar-wrapper .bottom-bar__navbar .navbar-collapse{max-width:540px}}