/* ----------------------------------------------------------------------------------/Modules/Utilities_SocialMedia/Templates/Footer/Index.css---------------------------------------------------------------------------------- */
/*********************Social Media******************/
.FooterSocialMediaButtons{
	position: relative;
}

.FooterSocialMediaButtons ul{
	padding:0;
	margin:0;
	list-style:none;
}

.FooterSocialMediaButtons ul li{
	margin-bottom: 10px;
}

.FooterSocialMediaButtons ul li a{
	display:block;
	margin: auto;
	width: 37px;
	height: 38px;
	background-color: transparent;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	border:1px solid #ffffff;
	border-radius: 50px;
	color: #ffffff;
	text-align: center;
}
.FooterSocialMediaButtons ul li a .glyph .glyph-icon:before{
	line-height: 37px;
}
.FooterSocialMediaButtons ul li a:hover{
	
}
.FooterSocialMediaButtons ul li.Facebook a:hover{
	background-color: #4B66A0;
}
.FooterSocialMediaButtons ul li.Twitter a:hover{
	background-color: #1DA1F2;
}
.FooterSocialMediaButtons ul li.GooglePlus a:hover{
	background-color: #DC4A38;
}
.FooterSocialMediaButtons ul li.Pinterest a:hover{
	background-color: #BD081B;
}
.FooterSocialMediaButtons ul li.YouTube a:hover{
	background-color: #FB0713;
}
.FooterSocialMediaButtons ul li.Instagram a:hover{
	background-color: #B033A8;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_Searchbox/Templates/Header/Index.css---------------------------------------------------------------------------------- */.SearchBox{
	position: relative;
	z-index: 103;
    padding: 39.5px 0px;
    padding-left: 20px;
    display: inline-table;
}

.SearchBox .FieldSet{
	background-color: transparent;
}

.SearchBox .Value{
    background: transparent;
    height: 21px;
    padding-left: 27px;
    padding-right: 0px;
}

.SearchBox .Value input{
    background: transparent;
    border: 0 none;
    color: #ffffff;
    font-size: 12px;
    height: 21px;
}
.SearchBox .Value input:placeholder{
    color: #ffffff;
}
.SearchBox .Value input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.SearchBox .Value input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff
}
.SearchBox .Value input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff
}
.SearchBox .Value input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff
}
.SearchBox .SearchAction{
	height: 21px;
    position: absolute;
    left:5px;
    top: 0;
    width: auto;
}
.SearchBox .SearchAction a{
    border: 0 none;
    border-radius: 0;
    display: block;
    height: 21px;
    padding: 0;
    width: 15px;
}
.SearchBox .SearchAction a .glyph-icon{
    display: flex;
}
.SearchBox .SearchAction a .glyph-icon::before{
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
}
.SearchBox .SearchAction #SearchActionButton{
    border: 0 none;
    border-radius: 0;
    display: block;
    height: 21px;
    padding: 0;
    width: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    cursor: pointer;
}
.SearchBox .SearchAction #SearchActionButton.SearchActionButtonClose{
    display: none;
}
.SearchBox .SearchAction #SearchActionButton .glyph-icon{
    display: flex;
}
.SearchBox .SearchAction #SearchActionButton .glyph-icon::before{
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin: 0px;
}
.SearchBox .CloseFullWidthSearchBox{
    height: 21px;
    position: absolute;
    right:45px;
    top: 0;
    width: auto;
    display: none;
    z-index: 99;
}
.SearchBox .CloseFullWidthSearchBox span{
    border: 0 none;
    border-radius: 0;
    display: block;
    height: 21px;
    padding: 0;
    text-align: center;
    line-height: 21px;
    font-size: 15px;
    width: 15px;
    cursor: pointer;
}
.SearchBox .SearchAction a:hover{}

/*
 * PopUp Search
 */

#suggestions{
    display: none;
    position:absolute;
    top:100%;
    display:none;
    background: #FFFFFF;
    z-index: 1000;
    right: 0px;
    border: 1px solid #8a8a8a;
    color: #000000;
    width: 100%;
    margin-right: 0;
    overflow: auto;
    max-height: 681px;
}
#suggestions .Loader{
    max-width: 100px;
}
.PopupSearchProducts{
}

.PopupSearchProducts li a:hover{
    color:#EC008C;
}

.suggestionList .ProductList li{
    
}
.suggestionList{
    padding: 10px;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_SearchBar/Templates/Header/Index.css---------------------------------------------------------------------------------- */.SearchBar{
    margin: 0px -15px;
    background-color: #181818;
    margin-bottom: 21px;
}
.SearchBar .Searchbar_Select{
    padding: 23px 0px;
}
.Searchbar_Select .SearchSelect{
    padding-left: 30px;
}
.SearchBar .Searchbar_button{
    min-height: 79px;
    text-align: left;
}
.SearchBar .Searchbar_button a{
    display: block;
    background:url("/Templates/Default/Images/big_search.png") no-repeat scroll left center transparent;
    background-size: cover;
    text-align: left;
    min-height: 79px;
    min-width: 102px;
    max-width: 102px;
}
.Searchbar_Select .SearchSelect .btn{
    background-color: #858585;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    height: 31px;
    padding: 5px 23px 5px 9px;
}
.Searchbar_Select .SearchSelect .select-down-arrow{
    background: #7d7d7d url("/Templates/Default/Images/arrow_down_white.png") no-repeat scroll center center;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 13px;
    width: 11px;
}/* ----------------------------------------------------------------------------------/Modules/Content_MainTitle/Templates/Default/Index.css---------------------------------------------------------------------------------- */.NavigatorContainer{

}

.Navigator{
	padding: 11.5px 0px;
	padding-top: 0px;
	color:#acacac;
	font-size:12px;
}

.Navigator .Breadcrumbs{
	float:left;
}

.MainTitle{
	display:block;
	text-align:left;
	color:#181818;
	font-size:12px;
	font-weight:normal;
	float: left;
	margin:0px;
	line-height: 1.5;
}

.IndexPage .NavigatorContainer{
	display:none;
}

.Navigator ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	padding-right:4px;
}

.Navigator ul li{
	margin:0;
	padding:0;	
	float:left;
	padding-right: 6px;
	margin-right: 4px;
	background: url("/Templates/Default/Images/breadcrumbs_sep.png") no-repeat scroll center right rgba(0, 0, 0, 0)
}

.Navigator ul li:first-child a{
	padding-left:0;
}

.Navigator ul li a{
	text-decoration:none;
	color:#acacac;
	font-size:12px;
}

.Navigator ul li a:hover{
	color:#da171f;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_Breadcrumbs/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_AccordionMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */#multi_level_menu.LeftMenu ul li.has_submenu{

}

#multi_level_menu.LeftMenu ul li{
	margin: 1.5px 0px;
}
#multi_level_menu.LeftMenu ul li a{
	color:#7d7d7d;
	display:block;
	font-size: 14px;
	padding: 4.5px 15px;
	text-decoration:none;
	background: #f3f3f3;
}
#multi_level_menu.LeftMenu ul li.has_submenu a{
	background: #f3f3f3 url("/Templates/Default/Images/arrow_down_gray.png") no-repeat scroll right 7px center;
}
#multi_level_menu.LeftMenu ul li.has_submenu a:hover{
	background: #181818 url("/Templates/Default/Images/arrow_down_white.png") no-repeat scroll right 7px center;
}
#multi_level_menu.LeftMenu ul li.has_submenu li a{
	background: #f3f3f3;
}
#multi_level_menu.LeftMenu ul li.has_submenu li a:hover, #multi_level_menu.LeftMenu ul li.has_submenu li.current a{
	background: #181818;
}
#multi_level_menu.LeftMenu ul li li a{
	color:#7d7d7d;
	display:block;
	padding-left:30px;
}

#multi_level_menu.LeftMenu ul li a:hover, #multi_level_menu.LeftMenu ul li.current > a{
	color:#ffffff;
	background-color: #181818;
	font-weight: bold;
}
#multi_level_menu.LeftMenu ul li.current.has_submenu > a{
	background: #181818 url("/Templates/Default/Images/arrow_down_white.png") no-repeat scroll right 7px center;
}
#multi_level_menu.LeftMenu ul li.current > li a{
	font-weight: normal;
	background: #f3f3f3;
	color:#7d7d7d;
}

#multi_level_menu.LeftMenu ul ul{
	display:none;
}

#multi_level_menu.LeftMenu ul ul{
	max-height:300px;
	overflow:auto;
}/* ----------------------------------------------------------------------------------/Modules/Content_PageDescription/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ProductsArticleViewPage .CategoryDescriptionVideo,
.ProductsArticleViewPage .CategoryDescriptionImage{
	margin-bottom: 0px;
}
.CategoryDescriptionImage{
	height:500px;
	margin: 0px -15px;
	overflow:hidden;
	position:relative;
	background:transparent url(/Templates/Default/Images/main_image.jpg) no-repeat center center;
	margin-bottom: -75px;
	background-size: cover!important;
}
.CategoryDescriptionImage .CategoryTextsContainer{
	height: 100%;
	position: relative;
}
.CategoryDescriptionImage .CategoryTexts{
	padding: 50px 0px;
	float: left;
	background: url(/Templates/Default/Images/main_header_background.png) no-repeat center center;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(0%,-50%);
	min-width: 300px;
	text-align: left;
}
.CategoryDescriptionImage .CategoryTexts .CategoryTitle{
	font-size: 56px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	line-height: 1.5;
}
.CategoryDescriptionVideo{
	height:500px;
	margin: 0px -15px;
	overflow:hidden;
	position:relative;
	margin-bottom: -75px;
}
#Page_570_Body .CategoryDescriptionVideo{
	margin-bottom: 0px;
}
.CategoryDescriptionVideo .video-foreground{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    *height: 0;
    *padding-bottom: 56.25%;
	pointer-events: none;
}
.CategoryDescriptionVideo .video-foreground iframe{
	position: absolute;
	*top: -25%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}/* ----------------------------------------------------------------------------------/Modules/Content_MainTitle/Templates/OnlyTitle/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_MainTitle/Templates/CategoryBreadcrumb/Index.css---------------------------------------------------------------------------------- */.CategoryNavigatorContainer{

}

.CategoryNavigatorContainer .Navigator{
	padding: 11.5px 0px;
	padding-top: 0px;
	color:#acacac;
	font-size:12px;
}

.CategoryNavigatorContainer .Navigator .Breadcrumbs{
	float:left;
}

.IndexPage .NavigatorContainer{
	display:none;
}

.CategoryNavigatorContainer .Navigator ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.CategoryNavigatorContainer .Navigator ul li{
	margin:0;
	padding:0;	
	float:left;
	padding-right: 12px;
	margin-right: 5px;
	background: url("/Templates/Default/Images/category_breadcrumbs_sep.png") no-repeat scroll center right rgba(0, 0, 0, 0)
}
.CategoryNavigatorContainer .Navigator ul li:last-child{
	background: none;
}
.CategoryNavigatorContainer .Navigator ul li:first-child a{
	padding-left:0;
}

.CategoryNavigatorContainer .Navigator ul li a{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
}

.CategoryNavigatorContainer .Navigator ul li a:hover{
	color:#da171f;
}/* ----------------------------------------------------------------------------------/Modules/Content_SingleLevelMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SingleLevelMenu {
  margin: 0;
  padding: 0;
}

.SingleLevelMenu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.SingleLevelMenu a {
  display: block;
  text-decoration: none;	
}

.SingleLevelMenu li {

}


.SingleLevelMenu li a {
}

.SingleLevelMenu li a:hover {

}/* ----------------------------------------------------------------------------------/Modules/Security_UserLogin/Templates/Default/Index.css---------------------------------------------------------------------------------- */.PopupContainer .ContentBoxContent{
	padding: 15px;
}

.PopupContainer .Form .InputText.Value{

}

.PopupContainer .Form .InputText.Value input{

}

.LoginForm.Form .FieldSet{
	margin-bottom:14px;
}
.LoginForm.Form .FieldSet .Caption{
	padding-bottom: 11px;
}
.LoginForm.Form #autologin{
	margin-left:0px;
}

.TopMenu .LoginForm .Actions{
	float:left;
}

.LoginForm .Actions .LinkAction a{
	display:block;
	line-height:14px;
	padding: 4.5px 0px;
	color:#181818;
	text-decoration:none;
}

.LoginForm .Actions .LinkAction a:hover{
	color:#da171f;
}
.GreyLineBg{
	height: 34px;
	line-height: 34px;
	margin: 18px 0px;
	background: url("/Templates/Default/Images/gray_dot.png") repeat-x scroll center center rgba(0, 0, 0, 0);
}
.GreyLineBg .GreyOr{
	width: 34px;
	height: 34px;
	line-height: 34px;
	background: #e5e5e5;
	color: #3e3e3e;
	margin: 0px auto;
	display: block;
	text-align: center;
	border-radius: 17px;
}
.SignUpAction{

}
.SignUpAction a{
	background: #181818;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 4.5px 20px;
    text-align: center;
    text-decoration: none;

    margin-top: 15px;
}
.SignUpAction a:hover{
	background: #da171f;
	color: #ffffff!important;
}
.PasswordRecoveryAction a, .LoginAction a{
	font-size: 14px;
	padding: 4.5px 0px;
	text-align: center;
	display: block;
}
.LoginAction a{
	background-color: #da171f;
	color: #ffffff;
}
.PasswordRecoveryAction a:hover{
	text-decoration: none;
}
.LoginAction a:hover{
	background-color: #181818;
	text-decoration: none;
	color: #ffffff;
}
.ContentBox .ContentBoxTitle.GeneralPageTitle.RegisterHeader h2{
	margin: 0px;
	line-height: 1.5;
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
}/* ----------------------------------------------------------------------------------/Modules/Security_FacebookConnect/Templates/Default/Index.css---------------------------------------------------------------------------------- */#FacebookConnectForm{
	padding-top:3px;
}

#FacebookConnectForm a{
	background:url(/Templates/Default/Images/facebook_icon.png) no-repeat left center #4a6bb2;
	line-height: 33px;
	padding-left: 39px;
	height:33px;
	display:block;
	margin:5px auto;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#FacebookConnectForm a:hover{
	opacity: 0.8;
}/* ----------------------------------------------------------------------------------/Modules/Security_UserInfo/Templates/Default/Index.css---------------------------------------------------------------------------------- */.Field {
	visibility:visible;
}

#LogoutForm .Action a{
	font-size:14px;
}

#UserInfo{
	padding:10px;
}

#UserInfo .Info{
	background:#151515;
	padding: 3px 0px;
	color:#181818;
}

#UserInfo .Info .FieldSet{
	font-size:14px;
}

#UserInfo .Info .FieldSet .Caption{
	color:#181818;
	padding-left: 3px;
}

#UserInfo .Info .FieldSet .Value{
	color:#da171f;
	text-align: left;
	padding-left: 3px;
}

#UserInfo .Links{
	margin-left:-10px;
	margin-top:10px;
}

#UserInfo .Links .Action{
	width:201px;
	float:left;
	margin:3px 0px 3px 10px;
}

#UserInfo .Links .Action a{
	display:block;
	text-decoration:none;
	color:#181818;
	font-size:14px;
	padding:0px 0px 0px 15px;
	background:url("/Templates/Default/Images/arrow_right_gray.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#UserInfo .Links .Action a:hover{
	color:#da171f;
}

#UserInfo .LogoutAction a{
	background: #da171f;
    color: #ffffff;
    display: block;
    font-size: 14px;
   	padding: 1px 0px;
    text-align: center;
    text-decoration: none;
    margin-top:5px;
}

#UserInfo .LogoutAction a:hover{
	color:#ffffff;
	background:#181818;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Footer/Index.css---------------------------------------------------------------------------------- */.FooterBannersRow{
	background-color: #e9ecec;
	color: #181818;
	padding: 60px 0px;
	padding-bottom: 30px;
}
.FooterBanners{
	overflow:hidden;
}
.FooterBanners ul{
 	list-style:none;
 	padding:0;
 	margin: 0;
}

.FooterBanners ul li{
	padding: 0px 25px;
	margin-bottom: 30px;
}

.FooterBanners ul li a{
	padding:0;
	margin:0;
}
.FooterBanners ul li .Icon{
	margin-bottom: 10px;
}
.FooterBanners ul li .Title a{
	font-weight: bold;
	font-size: 20px;
	color: #181818;
	margin-bottom: 10px;
}
.FooterBanners ul li .Html a{
	font-size: 14px;
	color: #181818;
}
.FooterBanners ul li .Title a:hover,
.FooterBanners ul li .Html a:hover{
	color: #b91118;
}
.FooterBanners ul li .glyph{
	position: relative;
	width: 64px;
	height: 64px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}
.FooterBanners ul li .glyph-icon::before{
	line-height: 64px;
	font-size: 64px;
	color: #181818;
	text-align: center;
	margin: 0px;
}
.FooterBanners ul li .glyph:hover .glyph-icon::before{
	color: #b91118;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_SocialMedia/Templates/BannerSection/Index.css---------------------------------------------------------------------------------- */
/*********************Social Media******************/
.BannerSectionSocialMediaButtons{
	position: relative;
	padding: 8px 0px; 
}

.BannerSectionSocialMediaButtons ul{
	padding:0;
	margin:0;
	list-style:none;
}

.BannerSectionSocialMediaButtons ul li{
	border: none!important;
}

.BannerSectionSocialMediaButtons ul li a{
	display:block;
	margin: auto!important;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	border: 1px solid #151515;
	background-color: transparent;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	text-align: center;
	color: #dfdddd;
	padding:0px;
}
.BannerSectionSocialMediaButtons ul li a .glyph .glyph-icon:before{
	line-height: 30px;
	font-size: 15px;
}
.BannerSectionSocialMediaButtons ul li a:hover{
	border: 1px solid #dfdddd;
}
.BannerSectionSocialMediaButtons ul li.Facebook a:hover{
	background-color: #4B66A0;
}
.BannerSectionSocialMediaButtons ul li.Twitter a:hover{
	background-color: #1DA1F2;
}
.BannerSectionSocialMediaButtons ul li.GooglePlus a:hover{
	background-color: #DC4A38;
}
.BannerSectionSocialMediaButtons ul li.Pinterest a:hover{
	background-color: #BD081B;
}
.BannerSectionSocialMediaButtons ul li.YouTube a:hover{
	background-color: #FB0713;
}
.BannerSectionSocialMediaButtons ul li.Instagram a:hover{
	background-color: #B033A8;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Fix/Index.css---------------------------------------------------------------------------------- */.FixBanners{
	position: fixed;
	right: 0px;
	top: 50%;
	background: #151515;
	transform:translate(0%,-50%);
	z-index: 15;
}
.FixBanners .FixBannersCloseButton{
	position: absolute;
	top: -15px;
	left: -15px;
	color: #dfdddd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #dfdddd;
	text-align: center;
	background: #151515;
	line-height: 30px;
	display: none;
	cursor: pointer;
	z-index: 16;
}
.FixBanners .FixBannersCloseButton:hover{
	background: #ce171e;
}
.FixBanners .FixBannersCloseButton::before{
	line-height: 30px;
	text-align: center;
	display: block;
}
.FixBanners ul{
 	list-style:none;
 	padding:0;
 	margin: 0;
}

.FixBanners ul li{
	border-bottom: 2px solid #262626;
	position: relative;
}

.FixBanners ul li a{
	padding:0;
	margin:0;
}
.FixBanners ul li .Title{
	padding-left: 50px;
	padding-right: 30px;
	background-repeat: no-repeat;
	background-position: center left 13px;
	min-height: 48px;
}
.FixBanners ul li .Title a{
	font-size: 13px;
	color: #dfdddd;
	padding: 14.25px 0px;
	display: block;
}
.FixBanners ul li:hover .Title a{
	color: #B7B7B7;
}
.FixBanners ul li.Icon .glyph{
	position: absolute;
	left: 13px;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	overflow: hidden;
}
.FixBanners ul li.Icon .glyph-icon::before{
	line-height: 24px;
	font-size: 24px;
	color: #dfdddd;
	text-align: center;
	margin: 0px;
}
.FixBanners ul li.Icon:hover .glyph-icon::before{
	color: #B7B7B7;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Popup/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Slider/Index.css---------------------------------------------------------------------------------- *//* Index Slider */
.SliderContainer{
    margin:20px 0px;
}

.SliderContainer.Column1Slider .SliderTitle{
    color:#ffffff;
}

.jcarousel-clip{
    overflow:hidden;
}

/**
 *  Horizontal Buttons
 */
.IndexSlider .jcarousel-next-horizontal {
    right: 10px;
    position: absolute;
    top: -33px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background:#989898 url(/Templates/Default/Images/white_arrow_next.png) no-repeat center center;
}

.IndexSlider .jcarousel-next-horizontal:hover,
.IndexSlider .jcarousel-next-horizontal:focus {
    background-color:#AECE33;
}


.IndexSlider .jcarousel-next-disabled-horizontal,
.IndexSlider .jcarousel-next-disabled-horizontal:hover,
.IndexSlider .jcarousel-next-disabled-horizontal:focus,
.IndexSlider .jcarousel-next-disabled-horizontal:active {
    opacity:0.6;
    background-color:#989898;
}

.IndexSlider .jcarousel-prev-horizontal {
    right: 33px;
    position: absolute;
    top: -33px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background:#989898 url(/Templates/Default/Images/white_arrow_prev.png) no-repeat center center;
}

.IndexSlider .jcarousel-prev-horizontal:hover,
.IndexSlider .jcarousel-prev-horizontal:focus {
    background-color:#AECE33;
}


.IndexSlider .jcarousel-prev-disabled-horizontal,
.IndexSlider .jcarousel-prev-disabled-horizontal:hover,
.IndexSlider .jcarousel-prev-disabled-horizontal:focus,
.IndexSlider .jcarousel-prev-disabled-horizontal:active {
    opacity:0.6;
    background-color:#989898;
}/* ----------------------------------------------------------------------------------/Modules/Products_Reviews_Score/Templates/StarsOnly/Index.css---------------------------------------------------------------------------------- */.TotalScoreContainer{
	background:url(/Libraries/JQuery/star-rating/star.png) repeat-x 0 0px; display:block !important;
	width:60px;
	height:11px;
	float:left;
}

.TotalScore{
	width:60px;
	height:11px;
}/* ----------------------------------------------------------------------------------/Modules/Content_ImageGallery/Templates/Slider/Index.css---------------------------------------------------------------------------------- */.MoreImages{	
	font-weight:bold;
	margin:0;
}
.ImageGalery{
    position: relative;
    margin-bottom: 50px;
}
.ImageGalleryList{
	margin:0;
}
.ImageGalSlideUL{
    padding: 0px;
}
.ImageGalSlideUL .Image{
    padding: 0px 2px;
}
.ImageGalSlideUL .Image a{

}
.ImageGalSlideUL .Image img{
    margin: auto;
    text-align: center;
}
.ImageGalery .owl-nav div{
    width: 23px;
    height: 100%;
    display: block;
    overflow: hidden;
    text-indent: -500px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
}
.ImageGalery .owl-nav div:hover{
    background-color: rgba(196,196,196,1)!important;
}
.ImageGalery .owl-nav .owl-prev{
    left: 0px;
    top:0;
    background: url("/Templates/Default/Images/slider_arrow_left.png") no-repeat scroll center center rgba(196,196,196,0.6);
}
.ImageGalery .owl-nav .owl-next{
    right: 0px;
    top: 0px;
    background: url("/Templates/Default/Images/slider_arrow_right.png") no-repeat scroll center center rgba(196,196,196,0.6);
}
.ImageGalery .owl-carousel .owl-stage-outer{}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/List/Index.css---------------------------------------------------------------------------------- */.HistoryList{

}
.ProductShortList{
	overflow: hidden;
}

.ProductShortList ul{
	margin:0;
	padding:0;
	list-style:none;
	padding:0;
	position:relative;
	margin: -7px;
	overflow: hidden;
}

.ProductShortList ul li{
	padding: 7px;
}
.ProductShortList ul li .HistoryProductsContent{
    display: block;
}

.ProductShortList ul li .ProductPhoto{
	margin-bottom: 5px;
}

.ProductShortList ul li .ProductPhoto a{
	display:block;
	margin: auto;
	border: 1px solid #eaeaea;
}

.ProductShortList ul li img{
	max-height: 120px;
	margin: auto;
}

.ProductShortList ul li .ProductTitle a{
	color: #7d7d7d;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
}

.ProductShortList ul li .ProductTitle a:hover{
	color:#da171f;
	text-decoration: none;
}
.ProductShortList ul li .ManufacturerTitle a{
	color: #da171f;
	text-align: left;
	font-size: 12px;
}
.ProductShortList ul li .ManufacturerTitle a:hover{
	color: #181818;
}
.ProductShortList ul li .ProductReadMore a{
	background:url(/Templates/Default/Images/history_read_more.jpg) repeat-x top center;
	line-height:20px;
	text-decoration:none;
	display:block;
	color:#ffffff;
	text-align:center;
}

.ProductShortList ul li .ProductReadMore a:hover{
	background-position:bottom center;
}
/* ----------------------------------------------------------------------------------/Modules/Content_MainMenu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.MainMenuCollapse{
	width: 100%;
	padding: 15.5px 5px;
	height: 50px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.MainMenuCollapse.MainMenuCollapseClosed{
	padding: 20px 5px;
}
.MainMenuCollapse:hover{
	background: #424242;
}
.MainMenuCollapse .MainMenuCollapseLine{
	height: 1px;
	background: #ffffff;
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
.MainMenuCollapse .glyphicon{
	display: none;
	top: auto;
	color: #ffffff;
}
.LocationContactInfos{
	margin-top: 50px;
	text-align: center;
	font-size: 13px;
}
.LocationContactInfos a{
	color: #ffffff;
	margin-bottom: 5px;
	display: block;
}
.LocationContactInfos a:hover{
	color: #ce171e;
}
.Menu{
	
}

.Menu div.TopLevel{
	display:table;
	width:100%;
}

.Menu ul{
	padding:0;
	margin:0;
	list-style:none;
	display:table-row;
}

.Menu li.TopLevel{
	display:table-cell;
	padding: 0px!important;
}
.Menu li.TopLevel.Videos{
	overflow: unset;
}

#menu_block, .navbar-collapse{}

.Menu li a.TopLevel{
	height:100px;
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 5px solid #000000;
}

.Menu li:hover a.TopLevel,
.Menu li a.TopLevel:hover{
	border-color: #ce2424;
}


.Menu .OpenMenu{
	*position:absolute;
	position: relative;
	display:none;
	z-index:10000;
	background:#ffffff;
	padding: 14px 16px;
	left: calc(-29% - 20px);
	width: calc(172% + 44px);
}
.Menu .OpenMenu:empty{
	padding: 0px;
}
.Menu .OpenMenu li a{
	color:#161616;
}

.Menu .Companies .OpenMenu{
	padding: 20px 70px;

}
.Menu .CloseButtonMenu{
	text-align: center;
}
.Menu .CloseButtonMenu span{
	margin: auto;
	color: #000000;
	cursor: pointer;
}
.Menu .CloseButtonMenu span:hover{
	color: #b5b5b5;
}
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
    	display: none!important;
    }

    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .Menu li.TopLevel{
    	display:block;
    }
}


@media (max-width: 768px) {
	#menu_block{
		overflow: auto;
	}
	body.open{
		position:relative;
	}

	.Menu ul:first-child{
		border-bottom:12px #000000 solid;
	}
	.Menu ul{
		*padding: 0px 10px;
		display: block;
	}

  	.Menu li .OpenMenu{
    	position:relative;
    	top:0;
    	left:0;
    	right:0;
    	width:auto;
  	}

  	.Menu li .OpenMenu li{
  		margin-bottom:3px;
  	}

	.Menu .navbar-collapse{
	}

	.Menu li{
    	padding:0px !important;
    	float:none !important;
  	}

 	.Menu ul li a{
/*	    border:0;
	    color:#000000 !important;
	    padding:8px 6px !important;
	    border-radius:0 !important;
	    font-size:16px !important;*/
  	}

  	.Menu ul li li a{
  		color:#ffffff !important;
  		font-size:12px;
  		text-align:center;
  		padding:3px 10px;
  	}

  	.Menu ul li a:hover{
  		color:#ce171e !important;
  		background: none;
  		
  	}

	.Menu .MenuContent{
		position:relative;
		width: calc(1200% + 30px);
		display:none;
		overflow-y:auto;
		overflow-x:hidden;
		background: #000000;
		padding: 15px;
		margin: 0px -15px;
		height: calc(100vh + 51px);
		min-height: -moz-available; /* WebKit-based browsers will ignore this. */
  		min-height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  		min-height: fill-available;
	}

	.Menu .MenuContent ul li a{
		height:auto !important;
	}
	.Menu li a.TopLevel{
		border-bottom: 1px solid #424242!important;
		color: #ffffff;
		text-align: left!important;
		font-size: 14px!important;
		padding: 10px 0px!important;
		display: block;
	}

	body.open .Menu .MenuContent{
		display:block;
	}
}

@media (min-width: 768px) {
	.Menu .MenuContent{
		width:100% !important;
	}
	
}
.fixed_menu .Layout-Page .Header .Logo img{
	margin: 5px auto;
}
.fixed_menu .Menu li a.TopLevel{
	height: 50px;
	border-color: transparent;
}
.fixed_menu .Menu li a.TopLevel:hover{
	border-color: #ce2424;
}
.fixed_menu .SearchBox{
	padding: 14.5px 0px;
}
.fixed_menu .UserMenu{
	padding: 16px 0px;
}
.fixed_menu .CartPreview{
	padding: 9px 0px;
}
.CloseLeftMenu{
	padding: 5px;
	text-align: left;
	border-bottom: 5px solid #000000;
}
.CloseLeftMenu span{
	background: #000000;
	color: #ffffff;
	border-radius: 50%;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
	text-align: center;
}
.CloseLeftMenu span:hover{
	background: #da171f;
}
.CloseLeftMenu span::before{

}/* ----------------------------------------------------------------------------------/Modules/Content_MainMenu/Templates/Default/Categories/Index.css---------------------------------------------------------------------------------- */.OpenMenu .Pages{
	padding: 0px 5px;
}

.OpenMenu .Pages ul{
	display: block;
	width: 20%;
	float: left;
}

.OpenMenu .Pages ul li{
	
}
.OpenMenu .Pages ul:nth-child(5n+1){
	clear: left;
}
.OpenMenu .Pages ul li:nth-child(5n+1){
	*clear: left;
}
.OpenMenu .Pages ul li#PageId608 a,
.OpenMenu .Pages ul li#PageId610 a{
	font-weight: bold;
	color: #da171f;
	text-shadow: 1px 1px 0px #000000;
}
.OpenMenu .Pages ul li a{
	display: block;
	font-size: 14px;
	color: #000000;
	padding: 7px;
}
.OpenMenu .Pages ul li a:hover{
	background: #e6e6e6;
	text-decoration: underline;
}
.OpenMenu .Pages ul li.Active{
}

.OpenMenu .Pages ul li.Active a{
	
}

.OpenMenu .MenuBlock{
	text-align: center;
}

.OpenMenu .MenuBlock.ExtraInfos .ExtraInfosContent{
	padding: 0 15px;
	padding-bottom: 30px;
}
.OpenMenu .MenuBlock.ExtraInfos h2{
	margin: 0px;
	margin-top: 8px;
	padding-bottom: 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	font-size: 18px;
}

.OpenMenu .MenuBlock.ExtraInfos ul{

}

.OpenMenu .MenuBlock.ExtraInfos li{
	padding: 4px 0px;
	padding-right: 15px;
	background: rgba(0, 0, 0, 0) url("/Templates/Default/Images/arrow_right_white.png") no-repeat scroll right 10px center;
}

.OpenMenu .MenuBlock.ExtraInfos li a{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}	
.OpenMenu .MenuBlock.ExtraInfos li a:hover{
	text-decoration: underline;
}
.OpenMenu .MenuBlock .MenuBlockContent{
	display: block;
}
.OpenMenu .MenuBlock .MenuBlockContent ul{
	display: block;
}
.OpenMenu .MenuBlock .MenuBlockContent ul li{
	display: block;
	text-align: center;
}
.OpenMenu .MenuBlock .MenuBlockContent ul li a{
	text-align: center;
	margin: auto;
}
.OpenMenu .MenuBlock .MenuBlockContent ul li a img{
	text-align: center;
	margin: auto;
}/* ----------------------------------------------------------------------------------/Modules/Products_CompaniesList/Templates/Menu/Index.css---------------------------------------------------------------------------------- */.MenuCompaniesList{
	position: relative;
	padding-top: 15px;
}
.MenuCompaniesList ul{
	margin:0;
	padding: 0px;
	list-style:none;
}

.MenuCompaniesList li{

}

.MenuCompaniesList li a{
	display: block;
	font-size: 14px;
	color: #000000;
	padding: 30px;
	text-align: center;
}

.MenuCompaniesList li a img{
	text-align: center;
	margin: auto;
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	transition: all .2s ease-in-out;
}
.MenuCompaniesList li a:hover img{
	filter: none; /* IE6-9 */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);
}
.MenuCompaniesList .CloseButtonMenu{
	position: absolute;
	right: 0px;
	top: -5px;
	z-index: 99;
}/* ----------------------------------------------------------------------------------/Modules/Content_Menu/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SidebarMenu ul li{
	margin: 1.5px 0px;
}

.SidebarMenu ul li a{
    background: #f3f3f3 none repeat scroll 0 0;
    color: #7d7d7d;
    display: block;
    font-size: 14px;
    padding: 4.5px 15px;
    text-decoration: none;
}

.SidebarMenu ul li a:hover, .SidebarMenu ul li.Active a{
	background-color:#181818;
	color: #ffffff;
}

.SidebarMenu ul li.current{

}

.SidebarMenu ul li.current a, .SidebarMenu ul li.Active a, .SidebarMenu ul li:hover a{
	background-color:#181818;
	color: #ffffff;
}

.SidebarMenu ul ul{
	display:none;
}/* ----------------------------------------------------------------------------------/Modules/Content_SingleLevelMenu/Templates/Sitemap/Index.css---------------------------------------------------------------------------------- */.SingleLevelMenu {
  margin: 0;
  padding: 0;
}

.SingleLevelMenu li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.SingleLevelMenu a {
  display: block;
  text-decoration: none;	
}

.SingleLevelMenu li {

}


.SingleLevelMenu li a {
}

.SingleLevelMenu li a:hover {

}/* ----------------------------------------------------------------------------------/Modules/Content_Menu/Templates/Footer/Index.css---------------------------------------------------------------------------------- */.FooterMenu ul{
	padding:0;
	margin:0;
	list-style:none;
}

.FooterMenu ul li{

}

.FooterMenu ul li:after{

}

.FooterMenu ul li:last-child:after{

}
.FooterMenu ul li:first-child a{
	padding-top: 0px;
}
.FooterMenu ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	display:block;
	padding: 7.5px 0px;
}

.FooterMenu ul li a:hover{
	text-decoration: underline;
}/* ----------------------------------------------------------------------------------/Modules/Content_Menu/Templates/User/Index.css---------------------------------------------------------------------------------- */.UserMenu{
	padding: 41px 0px;
}
.UserMenu .BoxTitle{
	position: relative;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
.UserMenu .BoxTitle a{
	color: #ffffff;
}
.UserMenu .BoxTitle .glyph-icon::before{
	margin-right: 11px;
	font-size: 15px;
	line-height: 1;
	color: #ffffff;
}
.UserMenu ul{
	margin:0;
	list-style:none;
	display: none;
	position: absolute;
	top: 100%;
	left: -20px;
	padding: 0px 40px;
	width: calc(100% + 40px);
	background:#000000;
}
.UserMenu:hover ul{
	display: block;
}
.UserMenu ul li{

}

.UserMenu ul li:after{

}

.UserMenu ul li:last-child:after{

}
.UserMenu ul li a{
	color:#ffffff;
	text-decoration:none;
	text-align: center;
	font-size:12px;
	display:block;
	padding: 11px 0px;
	border-bottom: 1px solid #0d0d0d;
}
.UserMenu ul li:last-child a{
	border: none;
}
.UserMenu ul li a:hover{
	color:#bababa;
}/* ----------------------------------------------------------------------------------/Modules/Products_AttributeFilters/Templates/Default/Index.css---------------------------------------------------------------------------------- */.FiltersBox.Box{
	padding: 0px 13px;
	margin-bottom: 20px; 
}

.FiltersBox.Box .BoxTitle{
	text-align: center;
	padding: 13px 0px;
	font-size: 16px;
	color: #6d6d6d;
    position: relative;
    line-height: 1.5;
    font-weight: bold;
}
.FiltersBox.Box:nth-child(5n+1){
	clear: left;
}

.FiltersBox.Box .FiltersContent.BoxContent{
	border:0;
	border-radius:0px;
	max-height: 156px;
	overflow: auto;
	overflow-x: hidden;
}

.FilterBoxTitle .FilterClear{
	display:block;
	font-size:20px;
	text-decoration:none;
	color:#181818;
	position:absolute;
	top:0px;
	right:0px;
}

.FilterBoxTitle .FilterClear:hover{
	color:#da171f;
}

.FiltersBox.Box .FiltersContent{
	overflow:hidden;
}
.FiltersBox.Box .FiltersContent ul{
	margin: 0px -2.5px;
}

.FiltersBox.Box .FiltersContent ul li{
	border-radius: 3px;
}

.FiltersBox.Box .FiltersContent.BoxContent ul li a{
	border:1px solid #dadada;
	background: #ebebeb;
	color: #101010;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 10.5px 2px;
	margin:4px 2.5px;
	border-radius: 3px;
	overflow: hidden;
	word-wrap: break-word;
}

.FiltersBox.Box .FiltersContent.BoxContent ul li:hover{
	
}

.FiltersBox.Box .FiltersContent.BoxContent ul li:hover a,
.FiltersBox.Box .FiltersContent.BoxContent ul li.Active a{
	background: #212121;
	color: #ffffff;
	border-radius: 3px;
	overflow: hidden;
}/* ----------------------------------------------------------------------------------/Modules/Products_CompanyFilter/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Products_CategoryFilter/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Products_PriceFilter/Templates/Slider/Index.css---------------------------------------------------------------------------------- */.FiltersBox.Box.Filter_Price .FiltersContent{}
.FiltersBox.Filter_Price #price_range{
	margin:5.5px 15px;
	position: relative;
}
.FiltersBox.Filter_Price #amount{
	text-align: center;
	font-size: 14px;
	color: #6d6d6d;
}
.FiltersBox.Filter_Price .ui-widget-content{
	height: 4px;
	background: #ebebeb;
	border: 1px solid #dadada;
	border: none;
}
.FiltersBox.Filter_Price .ui-state-default, 
.FiltersBox.Filter_Price .ui-widget-content .ui-state-default, 
.FiltersBox.Filter_Price .ui-widget-header .ui-state-default{
	background: #000000;
	border-radius: 15px;
	height: 15px;
	width: 15px;
	display: block;
	border: none;
	position: absolute;
}
.FiltersBox.Filter_Price .ui-slider .ui-slider-handle:nth-child(2){

}
.FiltersBox.Filter_Price .ui-slider .ui-slider-handle{
	top: -5.5px;
}
.FiltersBox.Filter_Price .ui-widget-header{
	background: #6d6d6d;
}/* ----------------------------------------------------------------------------------/Modules/Products_PriceFilter/Templates/Default/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Utilities_ItemsOrdering/Templates/Default/Index.css---------------------------------------------------------------------------------- */.OrderingOptions{
	float: left;
	margin-right: 32px;
	border: 1px solid #dadada;
	border-radius: 3px;
}
.OrderByList{
	height: 28px;
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
}
.OrderingOptions .OrderByList .btn{
	height: 28px;
	border-radius: 0px;
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #6d6d6d;
	padding: 0px 0px;
	padding-left: 9px;
	padding-right: 32px;
}
.OrderingOptions .OrderByList .select-down-arrow{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 28px;
	background: url("/Templates/Default/Images/gray_arrow_down.png") no-repeat scroll center center;
}
.OrderByCaption{
	font-size:14px;
	padding-right:5px;
}
.OrderingOptions .OrderingOptionsSelect,
.OrderingOptions .OrderingOptionsLabel{
	float: left;
}
.OrderingOptions .OrderingOptionsLabel{
	padding-right: 5px!important;
	padding-left: 5px!important;
	border-right: 1px solid #dadada;
	background: #ebebeb;
}
.OrderingOptions .OrderingOptionsLabel .glyph-icon::before{
	margin-right: 10px;
	line-height: 1;
	font-size: 18px;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_ItemsPerPage/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ProductNumsList{
	height: 28px;
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
}
.ProductsPerPage .ProductNumsList .btn{
	height: 28px;
	border-radius: 0px;
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #6d6d6d;
	padding: 0px 0px;
	padding-left: 9px;
	padding-right: 32px;
}
.ProductsPerPage .ProductNumsList .select-down-arrow{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 28px;
	background: url("/Templates/Default/Images/gray_arrow_down.png") no-repeat scroll center center;
}
.Pager .PagerOptions.Label{
	font-size:14px;
	padding-right:5px;
	float: left;
	padding-left: 5px!important;
	background: #ebebeb;
	border-right: 1px solid #dadada;
}
.Pager .PagerOptions.Label .glyph-icon::before{
	margin-right: 10px;
	line-height: 1;
	font-size: 18px;
}
.Pager .ProductsPerPageContainer{
	float: left;
}
.ToolBar .Pager{
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 3px;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_ItemsDisplay/Templates/Default/Index.css---------------------------------------------------------------------------------- */.DisplayOptions{
	float: left;
	margin-right: 30px;
	display: inline-block;
	padding: 4.5px 0px;
}
.DisplayOptions .DisplayOption:first-child{
	margin-right: 6px;
}
.DisplayOptions .DisplayOption .glyph .glyph-icon::before{
	line-height: 1;
	color: #989898;
	cursor: pointer;
}
.DisplayOptions .DisplayOption:hover .glyph .glyph-icon::before,
.DisplayOptions .DisplayOption.HOVER .glyph .glyph-icon::before{
	color: #212121;
}
.DisplayOptions .DisplayOption{
	display: inline-block;
}
.DisplayOptions .DisplayOption img{
	
	opacity: 0.6;
}
.DisplayOptions .DisplayOption.HOVER img,
.DisplayOptions .DisplayOption img:hover{
	opacity: 1;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_Pager/Templates/Default/Index.css---------------------------------------------------------------------------------- */.PagerOptions{
	text-align: right;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_Pager/Templates/Simple/Index.css---------------------------------------------------------------------------------- */.SimplePager.Pager{
	padding: 15px 20px;
	background: #ffffff;
	margin:0;
	color:#6d6d6d;
}

.SimplePager .PagerOptions{
	padding:0;
	width:100%;
	height: 32px;
}
.SimplePager .PagerOptions .PageOptionsList{
	display: flex;
}
.SimplePager.Pager .PagerOptions ul{
	padding:0;
	margin:0;
	list-style:none;
	margin:auto;
	width: 100%;
}

.SimplePager.Pager .PagerOptions li{
	float:none;
	list-style:none;
	display:inline;
}

.SimplePager.Pager .PagerOptions li a{
	text-decoration:none;
	color:#6d6d6d;
	font-size:16px;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	display:table-cell;
	padding:0;
}

.SimplePager.Pager .PagerOptions li.CurrentPage a{
	text-decoration:none;
	color: #6d6d6d;
	background:#ebebeb;
	border-radius: 32px;
}

.SimplePager.Pager .PagerOptions a:hover{
	text-decoration:none;
	background:#ebebeb;
	color: #6d6d6d;
	border-radius: 32px;
}

.SimplePager.Pager .PagerOptions li.NextPage, .Pager .PagerOptions li.LastPage{
	padding:0;
}

.SimplePager.Pager .PagerOptions li.NextPage a{
	height:32px;
	padding:0px 10px;
	white-space: nowrap;
}

.SimplePager.Pager .PagerOptions li.NextPage a:hover{
	background:#ebebeb;
	color: #6d6d6d;
	border-radius: 32px;
}

.SimplePager.Pager .PagerOptions .PageNumbers{
	padding:0px 0px;
	width: 100%;
	text-align: center;
}

.SimplePager.Pager .PageNumbers ul{
	padding:0;
	margin:0;
	list-style:none;
}

.SimplePager.Pager .PagerOptions li.PreviousPage, .Pager .PagerOptions li.FirstPage{
	padding:0;
}

.SimplePager.Pager .PagerOptions li.PreviousPage a{
	height:32px;
	padding:0px 10px;
	white-space: nowrap;
}


.SimplePager.Pager .PagerOptions li.PreviousPage a:hover{
	background:#ebebeb;
	color: #6d6d6d;
	border-radius: 32px;
}

.SimplePager.Pager .PagerOptions li.PreviousPage a:hover, .Pager .PagerOptions li.NextPage a:hover{

}

.SimplePager.ProductsCurrentPage{
	float:left;
	padding:0px 5px;
}

.SimplePager.ProductsCurrentPage span{
	
}/* ----------------------------------------------------------------------------------/Modules/Utilities_Pager/Templates/Head/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Newsletter_Subscribe/Templates/Simple/Index.css---------------------------------------------------------------------------------- */.NewsletterBox{
	position: relative;
	margin-bottom: 55px;
}
.NewsletterBox .NewsletterLabel{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 10px;
}
.NewsletterBox .Form{
}

.NewsletterBox form{
	display:inline;
	padding:0;
	margin:0;
}

.NewsletterBox .NewsletterForm{
	height:48px;
}

.NewsletterBox .Form .NewsletterDescription{
	color: #ffffff;
    font-size: 14px;
    padding: 7.5px 0px;
}

.NewsletterBox .Form .FieldSet{
	margin:0;
}

.NewsletterBox .Form .Caption{
	color:#6d9517;
	font-size:14px;
	padding-bottom:4px;
}

.NewsletterBox .Form .Value{
	height:48px;
	padding-right: 53px;
}

.NewsletterBox .Form .Value input{
	padding-left:18px;
	border:0;
	height:48px;
	color:#ffffff;
	background-color: #242424;
	font-size: 14px;
	border-radius: 3px;
}
.NewsletterBox .Form .Value input::placeholder{
	color: #606060;
}
.NewsletterBox .NewsletterAction{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 48px;
	height: 48px;
}
.NewsletterBox .Form .Action a{
	width:46px;
	height:46px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	background:transparent url('/Templates/Default/Images/newsletter_button_icon.png') no-repeat center center;
	display:block;
	text-indent: -100000px;
	padding:0;
	overflow: hidden;
}

.NewsletterBox .Form .Action a:hover{
	background:#242424 url('/Templates/Default/Images/newsletter_button_icon.png') no-repeat center center;
}

#NewsletterPopup{
	padding:20px;
	position:relative;
	font-size:15px;
}

#NewsletterPopup.Form .Action a{
	margin-top:20px;
	margin-right:4px;
	margin-bottom:10px;
}

#NewsletterPopup .NewsletterIcon{
	position:absolute;
	top:10px;
	right:-42px;
}

.NewsletterPopupMessage{
	font-size:16px;
	padding:0px 0px 10px 0px;
}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Sidebar/Index.css---------------------------------------------------------------------------------- *//* ----------------------------------------------------------------------------------/Modules/Content_Subcategories/Templates/Default/Index.css---------------------------------------------------------------------------------- */.SubCategoriesContent ul{
	padding:0;
	margin:0;
	list-style:none;
	padding:0px 0px;
}

.SubCategoriesContent ul li{
    margin:0;
    padding:0;
    background:url(/Templates/Default/Images/question_bg.jpg) repeat-x top center;
    height:29px;
    line-height:29px;
    border:1px #e1e6e8 solid;
    border-radius:3px;
    color:#bd1520;
    font-weight:normal;
    font-size:14px;
    margin:5px 0px;
    width:300px;
}

.SubCategoriesContent ul li a{
	display:block;
	text-decoration:none;
	color:#bd1520;
	font-size:14px;
	line-height:29px;
	padding:0px 0px 0px 40px;
	background:url(/Templates/Default/Images/question_arrow.png) no-repeat 10px center;
}

.SubCategoriesContent ul li.Active a{
	color:#717679;
}

.SubCategoriesContent ul li a:hover{
	color:#717679;
}/* ----------------------------------------------------------------------------------/Modules/Orders_CartStatus/Templates/Default/Index.css---------------------------------------------------------------------------------- */#num_of_items_in_cart{
	position: absolute;
	left: 9px;
	top: -5px;
	font-size: 9px;
	text-align: center;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background: #000000;
}
a.CartLink:hover #num_of_items_in_cart{
	background: #da171f;
}
#num_of_items_in_cart:empty{
	display: none;
}/* ----------------------------------------------------------------------------------/Modules/Content_PageText/Templates/Default/Index.css---------------------------------------------------------------------------------- */.PageContent{
	margin-bottom: 40px;
	display: inline-block;
}
.PageContent .PageExtraContent{
	margin-top:0px;
}

.PageContent .PageText{
	font-size:18px;
	color:#181818;
	padding: 0px 50px;
}

.PageContent .PageText p{
	margin-bottom:5px;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_RequestForm/Templates/Default/Index.css---------------------------------------------------------------------------------- */.RequestForm{
	float:left;
}

.RequestForm .RequestFormDescription{
	padding:10px 0px;
}

#RequestForm .Form .FieldSet{
	float:left;
}

#RequestForm .Form{
	width:322px;
}

#RequestForm .Form .Action a{
	margin-right:15px;
}

#recaptcha_table{
	border-collapse: collapse;
}

#recaptcha_area, #recaptcha_table{
	margin-left:-4px;
}/* ----------------------------------------------------------------------------------/Modules/Utilities_ContactForm/Templates/Default/Index.css---------------------------------------------------------------------------------- */.ContactForm{
	margin-bottom: 50px;
}

.ContactForm .ContactFormDescription{
	
}

#ContactForm .Form .FieldSet{

}

#ContactForm .Form{
	margin: 0px -13px;
}

#ContactForm .Form .Action a{

}

#recaptcha_table{
	*border-collapse: collapse;
}

#recaptcha_area, #recaptcha_table{

}
.ContactForm .GroupContactList .select-down-arrow{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 36px;
	background: transparent url("/Templates/Default/Images/select_arrow_down.png") no-repeat scroll center center;
	border-left: 1px solid #8a8a8a;
}
.ContactForm .GroupContactList.form-control{
	background-color: transparent;
}
.ContactForm .Form .InputText.Value.GroupField{
	height: auto;
}
#ContactForm .Form .InputText.Value{
	height: auto;
	padding: 0px 13px;
}
#ContactForm .Form .Value.Textarea{
	padding: 0px 13px;
	height: auto;
}
#ContactForm .Form .InputText.Value input{
	border-color: #b5b5b5;
	color: #181818;
	font-size: 14px;
	height: 45px;
	padding-left: 15px;
}
#ContactForm .Form .form-group{
	margin-bottom: 21px;
}
#ContactForm .Form .Textarea.Value textarea{
	border-color: #b5b5b5;
	color: #181818;
	font-size: 14px;
	height: 240px;
	padding: 15px;
}
.ContactForm .Form .InputText.Value.GroupField .btn{
	background-color: transparent;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    color: #181818;
   	font-size: 14px;
    height: 45px;
    padding: 8px 32px 8px 15px;
}
.ContactForm .Form .ContactAction{
	border: none;
	padding: 0px 13px;
	margin: 0px;
	border-radius: 0px;
}
.ContactForm .Form .ContactAction a{
	border: none;
	background: none repeat scroll 0 0 #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    padding: 13px 40px;
    text-align: center;
    border-radius: 3px;
}
.ContactForm .Form .ContactAction a:hover{
	text-decoration: none;
	background-color: #da171f;
}
.ContactForm .Form .Attachments,
.ContactForm .Form .AttachmentButton,
.ContactForm .Form .NewsletterSignUpContact{
	padding: 0px 13px;
	margin-bottom: 21px;
}
.ContactForm .Form .NewsletterSignUpContact{
	padding-bottom: 14px;
	padding-top: 24px;
	font-size: 14px;
	color: #8a8a8a;
}
.ContactForm .Form .NewsletterSignUpContact #newsletter_signup{
	border-color: #b5b5b5;
	color: #8a8a8a;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	border-radius: 3px;
}
.ContactForm .Form .AttachmentButton a{
	display: inline-block;
	border-radius: 4px;
	color: #555;
	font-weight: bold;
	font-size: 16px;
	padding: 18px 42px; 
	*padding-left: 82px;
	background: #eeeeee;
	border: 1px solid #ccc;
}
.ContactForm .Form .AttachmentButton a:hover{
	background-color: #000000;
	color: #ffffff;
}
.ContactForm .Form .AttachmentButton a .glyph .glyph-icon::before{
	line-height: 1px;
	margin-right: 20px;
	font-size: 21px;
}
.ContactForm .Form .Attachments .AttachmentContainer{
	display: block;
	margin-bottom: 15px;
}
.ContactForm .Form .Attachments .AttachmentContainer span{
	display: inline-block;
	margin-right: 10px;
	line-height: 24px;
	cursor: pointer;
}
.ContactForm .Form .Attachments .AttachmentContainer span:hover{
	color: #da171f;
}
.ContactForm .Form .Attachments .AttachmentContainer input{
	display: initial;
}/* ----------------------------------------------------------------------------------/Modules/Content_Sitemap/Templates/Default/Index.css---------------------------------------------------------------------------------- */.PageSitemap{
	overflow: hidden;
}
.PageSitemap ul.Level-2{
	overflow: hidden;
	list-style: none;
	padding: 0px;
}
.PageSitemap ul.Level-1{
	list-style: none;
	padding: 0px;
}
.PageSitemap ul li.Level-0{
	padding: 0px 15px;
	margin-bottom: 15px;
}
.PageSitemap ul li.Level-0:nth-child(4n+1){
	clear: left;
}
.PageSitemap .PageSitemapLiContent{
	background-color: #ebebeb;
    padding: 10px;
    color: #181818;
}
.PageSitemap ul li .SitemapItemTitle a{
	color:#181818;
	font-size:16px;
	text-decoration:none;
	display:block;
	margin-bottom:15px;
	text-align: center;
	font-weight: bold;
}

.PageSitemap ul li .SitemapItemTitle a:hover{

}

.PageSitemap ul li .SitemapItemPhoto img{
	max-height:180px;
	margin: auto;
}
.PageSitemap ul li .SitemapItemPhoto a{
	display: block;
	margin: auto;
}

.PageSitemap ul li .SitemapItemContent{
}

.PageSitemap ul li .SitemapItemContent ul li a{
	color:#181818;
	font-size:14px;
	text-decoration:none;
}

.PageSitemap ul li .SitemapItemContent ul li a:hover{
	color:#da171f;
}

.PageSitemap ul li .SitemapItemContent a.MorePages{
	display:block;
	background:#181818;
	padding:4.5px 10px;
	color:#ffffff;
	font-size:14px;
	float:left;
	text-decoration:none;
	margin-top:10px;
}

.PageSitemap ul li .SitemapItemContent a.MorePages{

}

.PageSitemap ul li .SitemapItemContent a.MorePages:hover{
	background:#da171f;
	color: #ffffff;
}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/Default/Index.css---------------------------------------------------------------------------------- *//*
 * Product List
 */

.ProductList{
	overflow: hidden;
}

.ProductList ul{
	padding:0;
	margin:0;
	list-style:none;
	*margin: -14px;
	margin-bottom: 150px;
}

.ProductList li{
	position:relative;
	*padding: 14px;
	display: block;
	border: 1px solid #ebebeb;
}
.ProductList li:nth-child(4n+1){
	clear: left;
}
.ProductList li .ProductContent{
	position: relative;
	background: #ffffff;
	padding: 16px;
	min-height: 444px;
}
/*.ProductList li .ProductContent:hover{
	background: #212121;
}*/
.ProductList li .ProductContent .ProductContent_FirstCol, .ProductList li .ProductContent .ProductContent_SecondCol{
	 
}
.ProductList li.MiddleColumnProduct{

}

.Column1Slider .ProductList li.MiddleColumnProduct{
	
}

.Column4Slider .ProductList li{
	margin-left:7px !important;
	margin-right:7px !important;
}

.ProductList li .ProductViewMore{
	float:left;
	height:25px;
}

.ProductList li .ProductViewMore a{
	color:#5d225f;
	text-decoration:none;
	background:url(/Templates/Default/Images/more_arrow.png) no-repeat right center;
	padding-right:10px;
	margin-left:15px;
}

.ProductList li .ProductViewMore a:hover{
	color:#AECE33;
}

.ProductList li .ProductCompare{
	float:right;
	height:25px;
}

.ProductList li .ProductCompare a{
	color:#5d225f;
	text-decoration:none;
	background:url(/Templates/Default/Images/checkbox.png) no-repeat right center;
	padding-right:19px;
	margin-right:15px;
}

.ProductList li .ProductCompare a.active{
	background:url(/Templates/Default/Images/checkbox_active.png) no-repeat right center;
}

.ProductList li .ProductCompare a:hover{
	color:#AECE33;
}

.ProductList li .Flag{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:3;
}

.CategoryContent_New .ProductList li .Flag.New{
	display:none;
}

.ProductList li .ProductPhoto{
	text-align:center;
	position:relative;
	background-color: #ffffff;
	vertical-align: middle;
	display: flex;
	height: 290px;
}
.ProductList li .ProductContent_FirstRow{
	height: 290px;
	position: relative;
}
.ProductList li .ProductContent_FirstRow .ProductDiscountContainer{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.ProductList li .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount{
	background: #da171f;
	border-radius: 3px;
	color: #ffffff;
	overflow: hidden;
	padding: 5px;
	display: flex;
}
.ProductList li .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount .ProductDiscountNumber{
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding: 0px 5px;
	display: inline-block;
}
.ProductList li .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount .ProductDiscountLabel{
	font-size: 14px;
	line-height: 25px;
	padding: 0px 5px;
	display: inline-block;
}
.ProductList li .ProductContent_FirstRow .ProductDescr{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 290px;
	color: #ffffff;
	background: #212121;
	display: none;
}
.ProductList li .ProductContent_FirstRow .ProductDescr a{
	display: block;
	height: 100%;
	color: #ffffff;
}
.ProductList li .ProductContent_FirstRow .ProductDescr a:hover{

}
.ProductList li .ProductContent:hover .ProductContent_FirstRow .ProductDescr{
	display: block;
}
/*.ProductList li .ProductContent:hover .ProductAddToCart a{
	background-color: #da171f;
}*/
.ProductList li .ProductPhoto a{
	display: flex;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.ProductList li .ProductPhoto img{
	text-align: center;
	margin: auto;
	max-height: 290px;
}

.ProductList li .ProductTitle{

}

.ProductList li .ProductTitle a{
	font-size: 18px;
	color: #000000;
	text-align: left;
}
.ProductList li .ProductTitle a:hover{
	color: #da171f;
	text-decoration: none;
}
/*.ProductList li .ProductContent:hover .ProductTitle a,
.ProductList li .ProductContent:hover .ProductModel{
	color: #ffffff;
}*/
.ProductList li .ProductModelTitlePrices .ProductModel{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}
.ProductList li .ProductModelTitlePrices{
	text-align: center;
}
.ProductList li .ProductModelTitlePrices a{
	font-size: 16px;
	color: #000000;
	display: block;
}
.ProductList li .ProductModelTitlePrices a span{
	display: block;
}
.ProductList li .ProductModelTitlePrices a span.ProductTitle{
	height: 48px;
	margin-bottom: 15px;
	overflow: hidden;
}
.ProductList li .ProductModelTitlePrices a:hover{
	color: #a1161c;
}
.ProductList li .ProductModelTitlePrices .ProductPrices{
	text-align: center;
}
.ProductList li .ProductModelTitlePrices .ProductInitialPrice{
	text-align:center;
	color:#545454;
	font-size:14px;
	display: inline-block;
	line-height: 30px;
}
.ProductList li .ProductModelTitlePrices .ProductInitialPrice span.Before{
	text-decoration: line-through;
	margin-left: 4px;
}

.ProductList li .ProductModelTitlePrices .ProductFinalPrice{
	font-size:20px;
	text-align:center;
	color:#da171f;
	font-weight: bold;
	display: inline-block;
}

.ProductList li .ProductBuy .UnavailableButton{
	color:#da171f;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	display:block;
	padding:0;
	background:none;
	width:100%;
}

.ProductList li .ProductAddToCart{
	padding-left: 20px;
	margin-top: 10px;
}
.ProductList li .ProductAddToWishlist{
	text-align: right;
}
.ProductList li .ProductAddToWishlist a{
	text-align: right;
	font-size: 10px;
	color: #000000;
	display: inline-block;
	margin-top: 7px;
}
.ProductList li .ProductAddToWishlist a:hover{
	color: #da171f;
}
.ProductList li .ProductAddToWishlist a .glyph-icon::before{
	margin-right: 6px;
	font-size: 13px;
	line-height: 1;
}
.ProductList li .ProductAddToCart a{
	color: #ffffff;
	background: #161616;
	text-align: center;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	padding: 8px 0px;
}

.ProductList li .ProductAddToCart a:hover{
	background-color:#a1161c!important;
}
.ProductList li .ProductAddToCart a.UnavailableButton{
	background:#f8e4d5;
	color:#5d225f;
	font-size:22px;
	line-height:43px;
	padding:0px;
	text-align:center;
}

.ProductList li .ProductAddToCart a.UnavailableButton:hover{
	background-color:#a1161c;
}

.ProductList li .WishlistAction a{
	height:10px;
	position:absolute;
	bottom:3px;
	right:7px;
	background:url(/Templates/Default/Images/wishlist_icon_add.png) no-repeat top right;
	padding-right:15px;
	display:block;
	text-align:right;
	color:#88ae34;
	font-size:13px;
	text-decoration:none;
	line-height:10px;
	width:125px;
	*line-height:13px;
}

.ProductList li .WishlistAction a:hover{
	background-position:bottom right;
	color:#E19000;
}

.ProductList li form{
	display:inline;
}
.ProductList li .ProductContent_SecondRow{

}

.ProductList li.PackageOfferClass{

}
.ProductList li.PackageOfferClass .ProductPhoto img{
	max-height: 221px;
	min-height: 221px;
}
.ProductList li.PackageOfferClass .PackageOfferDiv{
	background-color: #151515;
	font-size: 18px;
	color: #181818;
	text-align: center;
	padding: 3px 0px;
	text-transform: uppercase;
}
.ProductList li.PackageOfferClass .ProductContent_SecondRow{
	background-color: #181818;
}
.ProductList li.PackageOfferClass .ProductTitle a,.ProductList li.PackageOfferClass .ProductInitialPrice{
	color: #151515;
}
.ProductList li.PackageOfferClass .ProductTitle a:hover{
	color: #da171f;
}
.ProductList li.PackageOfferClass .ProductAddToCart a:hover{
	background-color: #151515;
	color:#181818; 
}
.ProductList li .ProductScore{
	position:absolute;
	left: 0px;
	bottom: 2px;
}/* ----------------------------------------------------------------------------------/Modules/Articles_List/Templates/Short/Index.css---------------------------------------------------------------------------------- */.ShortArticleList ul{
	padding:0;
	margin:0;
	list-style:none;
}

.ShortArticleList ul li{
	margin-bottom:12px;
	margin-top:5px;
}

.ShortArticleList .ArticleTitle a{
	background:url(/Templates/Blog/Images/arrow_right_gray_pager.png) no-repeat left center;
	padding-left:15px;
	color:#7d7d7d;
	font-size:14px;
	text-decoration:none;
	display:block;
}

.ShortArticleList .ArticleTitle a:hover{
	color:#da171f;
}

.ShortArticleList .ArticleDescription a{
	color:#181818;
	font-size:14px;
	text-decoration:none;
	padding-left:15px;
	display:block;
}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/DefaultList/Index.css---------------------------------------------------------------------------------- *//*
 * Product List
 */

.ProductListDisplay{
	overflow: hidden;
}

.ProductListDisplay ul.ListDisplay{
	padding:0;
	margin:0;
	list-style:none;
	*margin: -14px;
	margin-bottom: 132px;
}

.ProductListDisplay ul.ListDisplay li{
	position:relative;
	display: block;
	border: none;
	margin-bottom: 18px;
}
.ProductListDisplay ul.ListDisplay li{
	clear: left;
}
.ProductListDisplay ul.ListDisplay li .ProductContent{
	position: relative;
	background: #ffffff;
	padding: 16px 40px;
	min-height: auto;
}
.ProductListDisplay ul.ListDisplay li .ProductContent .ProductPricesAndButtons{

}
.ProductListDisplay li .ProductContent .ProductContent_FirstCol, .ProductListDisplay li .ProductContent .ProductContent_SecondCol{
	 
}
.ProductListDisplay li.MiddleColumnProduct{

}
.ProductListDisplay li .ProductContent_FirstRow .ProductDiscountContainer{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.ProductListDisplay li .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount{
	background: #da171f;
	border-radius: 3px;
	color: #ffffff;
	overflow: hidden;
	padding: 5px;
	display: flex;
}
.ProductListDisplay li .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount .ProductDiscountNumber{
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding: 0px 5px;
	display: inline-block;
}
.ProductListDisplay li .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount .ProductDiscountLabel{
	font-size: 14px;
	line-height: 24px;
	padding: 0px 5px;
	display: inline-block;
}
.Column1Slider .ProductListDisplay li.MiddleColumnProduct{
	
}

.Column4Slider .ProductListDisplay li{
	margin-left:7px !important;
	margin-right:7px !important;
}

.ProductListDisplay li .ProductViewMore{
	float:left;
	height:25px;
}

.ProductListDisplay li .ProductViewMore a{
	color:#5d225f;
	text-decoration:none;
	background:url(/Templates/Default/Images/more_arrow.png) no-repeat right center;
	padding-right:10px;
	margin-left:15px;
}

.ProductListDisplay li .ProductViewMore a:hover{
	color:#AECE33;
}

.ProductListDisplay li .ProductCompare{
	float:right;
	height:25px;
}

.ProductListDisplay li .ProductCompare a{
	color:#5d225f;
	text-decoration:none;
	background:url(/Templates/Default/Images/checkbox.png) no-repeat right center;
	padding-right:19px;
	margin-right:15px;
}

.ProductListDisplay li .ProductCompare a.active{
	background:url(/Templates/Default/Images/checkbox_active.png) no-repeat right center;
}

.ProductListDisplay li .ProductCompare a:hover{
	color:#AECE33;
}

.ProductListDisplay li .Flag{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:3;
}

.CategoryContent_New .ProductListDisplay li .Flag.New{
	display:none;
}

.ProductListDisplay li .ProductPhoto{
	text-align:center;
	position:relative;
	background-color: #ffffff;
	vertical-align: middle;
	display: flex;
	height: 290px;
}
.ProductListDisplay li .ProductContent_FirstRow{
	height: 290px;
	position: relative;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductDescr{
	height: 108px;
	font-size: 16px;
	margin: 25px 0px;
	margin-top: 10px;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices{}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a{
	font-size: 16px;
	color: #000000;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a span{
	display: block;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductCode{
	color: #da171f;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductModel{
	font-weight: bold;
	margin: 10px 0px;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductTitle{
	font-weight: bold;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a:hover,
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow .ProductModelTitlePrices a:hover span{
	color: #a1161c;
}
/*.ProductListDisplay li .ProductContent:hover .ProductAddToCart a{
	background-color: #da171f;
}*/
.ProductListDisplay li .ProductPhoto a{
	display: flex;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.ProductListDisplay li .ProductPhoto img{
	text-align: center;
	margin: auto;
	max-height: 290px;
}

.ProductListDisplay li .ProductTitle{

}

.ProductListDisplay li .ProductTitle a{
	font-size: 18px;
	color: #000000;
	text-align: left;
}
.ProductListDisplay li .ProductTitle a:hover{
	color: #da171f;
	text-decoration: none;
}
/*.ProductListDisplay li .ProductContent:hover .ProductTitle a,
.ProductListDisplay li .ProductContent:hover .ProductModel{
	color: #ffffff;
}*/
.ProductListDisplay li .ProductPrices{
	text-align: left;
	padding: 16px 0px;
}

.ProductListDisplay li .ProductInitialPrice{
	text-align:left;
	color:#545454;
	font-size:14px;
	float: left;
	line-height: 30px;
}
.ProductListDisplay li .ProductInitialPrice span.Before{
	text-decoration: line-through;
	margin-left: 4px;
}

.ProductListDisplay li .ProductFinalPrice{
	font-size:20px;
	text-align:left;
	color:#da171f;
	font-weight: bold;
	float: left;
}

.ProductListDisplay li .ProductBuy .UnavailableButton{
	color:#da171f;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	display:block;
	padding:0;
	background:none;
	width:100%;
}

.ProductListDisplay li .ProductAddToCart{
	padding-left: 20px;
	margin-top: 10px;
}
.ProductListDisplay li .ProductAddToWishlist{
	text-align: right;
}
.ProductListDisplay li .ProductAddToWishlist a{
	text-align: right;
	font-size: 10px;
	color: #000000;
	display: inline-block;
}
.ProductListDisplay li .ProductAddToWishlist a:hover{
	color: #da171f;
}
.ProductListDisplay li .ProductAddToWishlist a .glyph-icon::before{
	margin-right: 6px;
	font-size: 13px;
	line-height: 1;
}
.ProductListDisplay li .ProductAddToCart a{
	color: #ffffff;
	background: #161616;
	text-align: center;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	padding: 8px 0px;
}

.ProductListDisplay li .ProductAddToCart a:hover{
	background-color:#a1161c!important;
}
.ProductListDisplay li .ProductAddToCart a.UnavailableButton{
	background:#f8e4d5;
	color:#5d225f;
	font-size:22px;
	line-height:43px;
	padding:0px;
	text-align:center;
}

.ProductListDisplay li .ProductAddToCart a.UnavailableButton:hover{
	background-color:#a1161c;
}

.ProductListDisplay li .WishlistAction a{
	height:10px;
	position:absolute;
	bottom:3px;
	right:7px;
	background:url(/Templates/Default/Images/wishlist_icon_add.png) no-repeat top right;
	padding-right:15px;
	display:block;
	text-align:right;
	color:#88ae34;
	font-size:13px;
	text-decoration:none;
	line-height:10px;
	width:125px;
	*line-height:13px;
}

.ProductListDisplay li .WishlistAction a:hover{
	background-position:bottom right;
	color:#E19000;
}

.ProductListDisplay li form{
	display:inline;
}
.ProductListDisplay ul.ListDisplay li .ProductContent_SecondRow{
	padding-left: 60px;
}

.ProductListDisplay li.PackageOfferClass{

}
.ProductListDisplay li.PackageOfferClass .ProductPhoto img{
	max-height: 221px;
	min-height: 221px;
}
.ProductListDisplay li.PackageOfferClass .PackageOfferDiv{
	background-color: #151515;
	font-size: 18px;
	color: #181818;
	text-align: center;
	padding: 3px 0px;
	text-transform: uppercase;
}
.ProductListDisplay li.PackageOfferClass .ProductContent_SecondRow{
	background-color: #181818;
}
.ProductListDisplay li.PackageOfferClass .ProductTitle a,.ProductListDisplay li.PackageOfferClass .ProductInitialPrice{
	color: #151515;
}
.ProductListDisplay li.PackageOfferClass .ProductTitle a:hover{
	color: #da171f;
}
.ProductListDisplay li.PackageOfferClass .ProductAddToCart a:hover{
	background-color: #151515;
	color:#181818; 
}/* ----------------------------------------------------------------------------------/Modules/Products_CompaniesList/Templates/Select/Index.css---------------------------------------------------------------------------------- */.CompaniesSelectList{
	height: 37px;
}
.CompaniesSelectList .CompaniesSelect .btn{
	padding-left: 16px;
	padding-right: 36px;
	height: 37px;
	border-radius: 0px;
	border:none;
	background-color: #da171f;
	color: #feffff;
	font-size: 14px;
}
.CompaniesSelectList .CompaniesSelect .bootstrap-select.btn-group .dropdown-menu{
	background-color: #da171f;
	color: #feffff;
	border:none;
	border-radius: 0px;
}
.CompaniesSelectList .CompaniesSelect .dropdown-menu > li > a{
	color: #feffff;
}
.CompaniesSelectList .CompaniesSelect .dropdown-menu > li > a:hover, .CompaniesSelectList .CompaniesSelect .dropdown-menu > li.selected > a{
	background-color: #181818;
}
.CompaniesSelectList .CompaniesSelect .btn .select-down-arrow{
	height: 37px;
	background: url("/Templates/Default/Images/arrow_down.png") no-repeat scroll center center #181818;
	width: 36px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.CompaniesSelectList .CompaniesCaption{
	color:#4F6D01;
	font-size:13px;
	padding:0px 10px 0px 0px;
	line-height:25px;
}

.dk_container#dk_container_CompanySelectList{
	margin:0;
}/* ----------------------------------------------------------------------------------/Modules/Content_Sitemap/Templates/Footer/Index.css---------------------------------------------------------------------------------- */.FooterSitemap ul{
	padding:0;
	margin:0;
	list-style:none;
}

.FooterSitemap ul li.Level-0{
	
}

.FooterSitemap ul li .SitemapItem{
	margin-bottom:20px;
}
.FooterSitemap ul li .SitemapItemTitle{
	display: block;
}

.FooterSitemap ul li .SitemapItemTitle a.Level-0:hover{
	color: #da171f;
}
.FooterSitemap ul li .SitemapItemTitle a.Level-0{
	color:#787d73;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	display: inline-block;
	margin-bottom: 7px;
	padding-right: 18px;
	background: url("/Templates/Default/Images/arrow_down_gray.png") no-repeat scroll center right rgba(0, 0, 0, 0);
}

.FooterSitemap ul li .SitemapItemContent{
}

.FooterSitemap ul li .SitemapItemContent ul li a{
	color:#787d73;
	font-size:14px;
	text-decoration:none;
}

.FooterSitemap ul li .SitemapItemContent ul li a:hover{
	color:#da171f;
}

.FooterSitemap ul li .SitemapItemContent a.MorePages{
	font-size:12px;
	color:#ffffff;
	margin-top:10px;
	display:block;
	text-decoration:none;
}

.FooterSitemap ul li .SitemapItemContent a.MorePages:hover{
	color:#F8E4D5;
}/* ----------------------------------------------------------------------------------/Modules/Banners_PlacementList/Templates/Index/Index.css---------------------------------------------------------------------------------- */.IndexBanners{
	overflow: hidden;
	margin: 0px -15px;
}

.IndexBanners ul{
 	list-style:none;
 	padding:0;
 	background: #D6D5D5;
 	margin: 0px;
}

.IndexBanners ul li{
	padding-bottom: 0px;
	color:#ffffff;
	margin-bottom: 0px;
	font-size: 36px;
}
.IndexBanners ul li img{
	width: 100%;
}
.IndexBanners ul li span{
	font-size: 26px;
	line-height: 30px;
	margin-top: 5px;
	display: block;
}

.IndexBanners ul li a{
	display:block;
	padding:0;
	margin:0;
}

.IndexBanners ul li img{
	
}

.IndexBanners ul li .BoxContent{
	background:none;
	border:0;
	padding:15px 15px;
	min-height: 100%;
}
.IndexBanners.FullRowBanners{
	margin: 40px 0px; 
}/* ----------------------------------------------------------------------------------/Modules/Products_CompaniesList/Templates/Index/Index.css---------------------------------------------------------------------------------- */.IndexCompaniesList{
	background:#ffffff;
	border:13px #FBF0E8 solid;
}

.IndexCompaniesList ul{
	margin:0;
	padding:0;
	list-style:none;
	background:#ffffff;
}

.IndexCompaniesList li{
	float:left;
	width:105px;
	height:75px;
	background:#ffffff;
	margin:1px;
}

.IndexCompaniesList li:hover{
	opacity:0.8;
}

.IndexCompaniesList li a{
	display:table-cell;
	width:105px;
	height:75px;
	vertical-align:middle;
	text-align:center;
}

.IndexCompaniesList li a img{
	max-width:95px;
	max-height:65px;
	margin:auto;
}/* ----------------------------------------------------------------------------------/Modules/Content_ProductPackages/Templates/IndexCarousel/Index.css---------------------------------------------------------------------------------- */.IndexProductPackage{
	position: relative;
	padding: 0px;
	display: block;
	padding: 0px 15px;
}
.IndexProductPackage .IndexProductPackageContent{
	position: relative;
	background: #1b1b1b;
	padding: 6px 8px;
	min-height: 298px;
}
.IndexProductPackage .IndexProductPackageContent:hover{
	background: #b91118;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer{
	height: 175px;
	position: relative;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageDiscountContainer{
	position: absolute;
	left: 0px;
	top: 0px;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageDiscountContainer .IndexProductPackageDiscount{
	background: #da171f;
	border-radius: 3px;
	color: #ffffff;
	overflow: hidden;
	padding: 5px;
	display: block;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageDiscountContainer .IndexProductPackageDiscount .IndexProductPackageDiscountNumber{
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding: 0px 5px;
	display: inline-block;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageDiscountContainer .IndexProductPackageDiscount .IndexProductPackageDiscountLabel{
	font-size: 10px;
	line-height: 1.25;
	padding: 0px 5px;
	display: inline-block;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageDiscountContainer .IndexProductPackageDiscount .IndexProductPackageDiscountLabel:first-letter{
	text-transform: uppercase;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageImage{
	text-align: center;
	position: relative;
	background-color: #ffffff;
	vertical-align: middle;
	display: flex;
	height: 175px;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageImage a{
	display: flex;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageImageContainer .IndexProductPackageImage a img{
	text-align: center;
	margin: auto;
	max-height: 175px;
	width: auto;
}
.IndexProductPackage .IndexProductPackageContent .ProductPackagePageTitleContainer a{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    display: block;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer{
	text-align: center;
	padding: 0.5px 10px;
	color: #ffffff;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageProductsCounterNumOfProductsContainer{
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageProductsCounterNumOfProductsContainer .ProductPackageNumOfProductsLabelIn{
	font-size: 16px;
	font-weight: bold;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageDiscountLabel{
	font-size: 11px;
	line-height: 1.25;
	display: inline-block;
	padding: 0px 10px;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageProductPrices{
	text-align: center;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageProductPrices .IndexProductPackageProductFinalPrice{
	font-size: 20px;
	text-align: left;
	color: #da171f;
	font-weight: bold;
	float: none;
	display: inline-block;
}
.IndexProductPackage .IndexProductPackageContent:hover .IndexProductPackageContentBottomContainer .IndexProductPackageProductPrices .IndexProductPackageProductFinalPrice{
	color: #1b1b1b;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageProductPrices .IndexProductPackageProductInitialPrice{
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	float: none;
	line-height: 30px;
	display: inline-block;
}
.IndexProductPackage .IndexProductPackageContent .IndexProductPackageContentBottomContainer .IndexProductPackageProductPrices .IndexProductPackageProductInitialPrice .Before{
	text-decoration: line-through;
	margin-left: 4px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ShowAllPackages{
	text-align: center;
	margin-top: 20px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ShowAllPackages a{
	display: inline-block;
	font-size: 13px;
	padding: 13.25px 25px;
	background:	#1b1b1b;
	color:#ffffff;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ShowAllPackages a:hover{
	background: #a1161c;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav{
	margin: 0px;
	position: absolute;
	right: 15px;
	top: -104px;
	display: inline-block;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-prev,
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-next{
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	overflow: hidden;
	width: 37px;
	height: 36px;
	color: #b91118;
	text-align: center;
	background: none;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-prev:hover,
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-next:hover{
	color: #8a191d;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .glyph-icon{
	line-height: 36px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .glyph-icon::before{
	font-size: 34px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-prev:hover{

}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-next:hover{
	
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-prev{
	margin-right: 2.5px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-nav .owl-next{
	margin-left: 2.5px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-dots{
	margin-top: 70px;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-dots .owl-dot span{
	background: #ffffff;
}
.ProductPackagesList.ProductPackagesIndexCarouselList .ProductPackagesIndexCarouselListUL.owl-theme .owl-dots .owl-dot.active span{
	background: #d0d0d0;
}
.ProductPackagesList.ProductPackagesIndexCarouselList{
    overflow: inherit;
    margin: 0px -15px;
}/* ----------------------------------------------------------------------------------/Modules/Products_ProductList/Templates/IndexCarousel/Index.css---------------------------------------------------------------------------------- *//*
 * Product .ProductLIst
 */
.SliderContainer.RelatedProductsContainer{
}
.ProductList.ProductIndexCarouselList{
	overflow: inherit;
	margin: 0px -15px;
}
.ProductList.ProductIndexCarouselList .ShowOffers{
	text-align: center;
	margin-top: 20px;
}
.ProductList.ProductIndexCarouselList .ShowOffers a{
	display: inline-block;
	font-size: 13px;
	padding: 13.25px 25px;
	background:	#1b1b1b;
	color:#ffffff;
}
.ProductList.ProductIndexCarouselList .ShowOffers a:hover{
	background: #a1161c;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL{
	padding:0;
	margin:0;
	list-style:none;
}

.ProductList.ProductIndexCarouselList .ProductLI{
	position:relative;
	padding: 0px;
	display: block;
	padding: 0px 15px
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent{
	position: relative;
	background: #1b1b1b;
	padding: 6px 8px;
	min-height: 298px;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent:hover{
	background: #b91118;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent .ProductContent_FirstCol, .ProductList.ProductIndexCarouselList .ProductLI .ProductContent .ProductContent_SecondCol{
	 
}
.ProductList.ProductIndexCarouselList .ProductLI.MiddleColumnProduct{

}

.Column1Slider .ProductList.ProductIndexCarouselList .ProductLI.MiddleColumnProduct{
	
}

.Column4Slider .ProductList.ProductIndexCarouselList .ProductLI{
	margin-left:7px !important;
	margin-right:7px !important;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductViewMore{
	float:left;
	height:25px;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductViewMore a{
	color:#5d225f;
	text-decoration:none;
	background:url(/Templates/Default/Images/more_arrow.png) no-repeat right center;
	padding-right:10px;
	margin-left:15px;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductViewMore a:hover{
	color:#AECE33;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductCompare{
	float:right;
	height:25px;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductCompare a{
	color:#5d225f;
	text-decoration:none;
	background:url(/Templates/Default/Images/checkbox.png) no-repeat right center;
	padding-right:19px;
	margin-right:15px;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductCompare a.active{
	background:url(/Templates/Default/Images/checkbox_active.png) no-repeat right center;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductCompare a:hover{
	color:#AECE33;
}

.ProductList.ProductIndexCarouselList .ProductLI .Flag{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:3;
}

.CategoryContent_New .ProductList.ProductIndexCarouselList .ProductLI .Flag.New{
	display:none;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductPhoto{
	text-align:center;
	position:relative;
	background-color: #ffffff;
	vertical-align: middle;
	display: flex;
	height: 175px;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_FirstRow{
	height: 175px;
	position: relative;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_FirstRow .ProductDiscountContainer{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount{
	background: #da171f;
	border-radius: 3px;
	color: #ffffff;
	overflow: hidden;
	padding: 5px;
	display: flex;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount .ProductDiscountNumber{
	font-size: 25px;
	line-height: 1;
	font-weight: bold;
	padding: 0px 5px;
	display: inline-block;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_FirstRow .ProductDiscountContainer .ProductDiscount .ProductDiscountLabel{
	font-size: 14px;
	line-height: 25px;
	padding: 0px 5px;
	display: inline-block;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_FirstRow .ProductDescr{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 290px;
	color: #ffffff;
	background: #212121;
	display: none;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent:hover .ProductContent_FirstRow .ProductDescr{
	display: block;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductPhoto a{
	display: flex;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductPhoto img{
	text-align: center;
	margin: auto;
	max-height: 175px;
	width: auto;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductTitle{

}

.ProductList.ProductIndexCarouselList .ProductLI .ProductTitle a{
	
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductTitle a:hover{
	color: #da171f;
	text-decoration: none;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent:hover .ProductTitle a,
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent:hover .ProductModel{
	color: #ffffff;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductModel{
	
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductCode{
	text-align: left;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductCode a{
	font-size: 16px;
	color: #da171f;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductPrices{
	text-align: center;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductBuy .UnavailableButton{
	color:#da171f;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	display:block;
	padding:0;
	background:none;
	width:100%;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToCart{
	padding-left: 20px;
	margin-top: 40px;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToWishlist{
	text-align: right;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToWishlist a{
	text-align: right;
	font-size: 10px;
	color: #ffffff;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToWishlist a:hover{
	color: #da171f;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToCart a{
	color: #ffffff;
	background: #161616;
	text-align: center;
	display: block;
	border-radius: 3px;
	font-size: 16px;
	padding: 8px 0px;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToCart a:hover{
	background-color:#a1161c;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToCart a.UnavailableButton{
	background:#f8e4d5;
	color:#5d225f;
	font-size:22px;
	line-height:43px;
	padding:0px;
	text-align:center;
}

.ProductList.ProductIndexCarouselList .ProductLI .ProductAddToCart a.UnavailableButton:hover{
	background-color:#a1161c;
}

.ProductList.ProductIndexCarouselList .ProductLI .WishlistAction a{
	height:10px;
	position:absolute;
	bottom:3px;
	right:7px;
	background:url(/Templates/Default/Images/wishlist_icon_add.png) no-repeat top right;
	padding-right:15px;
	display:block;
	text-align:right;
	color:#88ae34;
	font-size:13px;
	text-decoration:none;
	line-height:10px;
	width:125px;
	*line-height:13px;
}

.ProductList.ProductIndexCarouselList .ProductLI .WishlistAction a:hover{
	background-position:bottom right;
	color:#E19000;
}

.ProductList.ProductIndexCarouselList .ProductLI form{
	display:inline;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow{}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices{}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a,
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a span{
	display: block;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductTitle{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductModel{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductPrices{
	text-align: center;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductPrices span.ProductFinalPrice{
	font-size: 20px;
	text-align: center;
	color: #da171f;
	font-weight: bold;
	display: inline-block;
}
.ProductList.ProductIndexCarouselList .ProductLI .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductPrices span.ProductInitialPrice{
	text-align:left;
	color:#ffffff;
	font-size:14px;
	float: none;
	line-height: 30px;
	display: inline-block;
	margin-left: 4px;
	text-decoration: line-through;
}
.ProductList.ProductIndexCarouselList .ProductLI:hover .ProductContent_SecondRow .ProductModelTitlePrices a span.ProductPrices span.ProductFinalPrice{
	color: #1b1b1b;
}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass{

}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .ProductPhoto img{
	max-height: 175px;
	min-height: 175px;
}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .PackageOfferDiv{
	background-color: #151515;
	font-size: 18px;
	color: #181818;
	text-align: center;
	padding: 3px 0px;
	text-transform: uppercase;
}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .ProductContent_SecondRow{
	background-color: #181818;
}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .ProductTitle a,.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .ProductInitialPrice{
	color: #151515;
}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .ProductTitle a:hover{
	color: #da171f;
}
.ProductList.ProductIndexCarouselList .ProductLI.PackageOfferClass .ProductAddToCart a:hover{
	background-color: #151515;
	color:#181818; 
}
.ProductList.ProductIndexCarouselList .owl-page span{
	background-color: #ffffff;
}
.ProductList.ProductIndexCarouselList .owl-page.active span{
	background-color: #d0d0d0;
}
.ProductList.ProductIndexCarouselList .owl-theme .owl-controls{
	margin: 50px 0px;
}
.ProductList.ProductIndexCarouselList .OffersInfoBox{
	position: relative;
	background: #1b1b1b;
	padding: 11px 15px;
	min-height: 298px;
	color: #ffffff;
}
.ProductList.ProductIndexCarouselList .OffersInfoBox a{
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 25px;
	display: block;
}
.ProductList.ProductIndexCarouselList .OffersInfoBox .BottomBorder{
	display: block;
	height: 5px;
	background: #8a191d;
}
.ProductList.ProductIndexCarouselList .OffersInfoBox:hover{
	background: #b91118;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav{
	margin: 0px;
	position: absolute;
	right: 15px;
	top: -104px;
	display: inline-block;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-prev,
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-next{
	padding: 0px;
	margin: 0px;
	border-radius: 0px;
	overflow: hidden;
	width: 37px;
	height: 36px;
	color: #b91118;
	text-align: center;
	background: none;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-prev:hover,
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-next:hover{
	color: #8a191d;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .glyph-icon{
	line-height: 36px;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .glyph-icon::before{
	font-size: 34px;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-prev:hover{

}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-next:hover{
	
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-prev{
	margin-right: 2.5px;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-nav .owl-next{
	margin-left: 2.5px;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-dots{
	margin-top: 70px;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-dots .owl-dot span{
	background: #ffffff;
}
.ProductList.ProductIndexCarouselList .ProductIndexCarouselListUL.owl-theme .owl-dots .owl-dot.active span{
	background: #d0d0d0;
}/* ----------------------------------------------------------------------------------/Modules/Content_Videos_Index/Templates/Default/Index.css---------------------------------------------------------------------------------- */.VideosIndex{
	overflow: hidden;
    margin: 0px -15px;
    background: url("/Templates/Default/Images/index_videos_bg.jpg");
    background-size: cover;
}
.VideosIndex iframe{
    border: none;
}
.VideosIndex .PromotedVideo{
    padding-right: 30px;
}
.VideosIndex .PromotedVideo .MainContainerTitle,
.VideosIndex .MainContainerTitle{
    text-align: right;
    font-size: 40px;
    color: #ffffff;
    padding: 60px 55px;
}
.VideosIndex .VideosIndexList{
    list-style: outside none none;
    margin: 0 -15px;
    padding: 0;
}
.VideosIndex .VideosIndexList .Video{
    list-style: outside none none;
    margin-bottom: 40px;
    padding: 0 15px;
}
.VideosIndex .VideosIndexList .Video .VideoContent{
	position: relative;
}
.VideosIndex .VideosIndexList .Video .VideoContent a.VideoLink{
	display: block;
    position: relative;
}
.VideosIndex .VideosIndexList .Video .VideoContent a.VideoLabelLink{
    display: block;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 17px;
    right: 17px;
    top: 17px;
}
.VideosIndex .VideosIndexList .Video .VideoContent a.VideoLabelLink:hover{
    color: #b91118;
}
.VideosIndex .VideosIndexList .Video .VideoContent img{
    margin: auto;
    width: 100%;
}
.VideosIndex .VideosIndexList .Video .VideoContent .zoom{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -o-transition: background 1s ease;
    -ms-transition: background 1s ease;
    transition: background 1s ease;
    width: 100%;
    padding: 50px;
    background: rgba(0,0,0, 0.7);
}
.VideosIndex .VideosIndexList .Video.slick-current .VideoContent .zoom{
    background: none;
}
.VideosIndex .VideosIndexList .Video.slick-current .VideoContent:hover .zoom{
    background: rgba(0,0,0, 0.7);
}
.VideosIndex .VideosIndexList .Video .VideoContent .zoom .zoomimage{
	background: url("/Templates/Default/Images/video_index_play_bg.png") no-repeat scroll center center;
	height: 100%;
	width: 100%;
	display: block;
}
.VideosIndex .slick-prev, 
.VideosIndex .slick-next{
    width: 43px;
    height: 43px;
    right: -55px;
}
.VideosIndex .slick-prev{
    margin-top: -48px;
    left: auto;
}
.VideosIndex .slick-next{
    margin-bottom: -48px;
}
.VideosIndex .slick-prev .glyph-icon, 
.VideosIndex .slick-next .glyph-icon{
    line-height: 43px;
}
.VideosIndex .slick-prev .glyph-icon::before, 
.VideosIndex .slick-next .glyph-icon::before{
    font-size: 41px;
    color: #ffffff;
}
.VideosIndex .slick-prev::before, 
.VideosIndex .slick-next::before{
    content: none;
}
.VideosIndex .slick-prev{
   
}
.VideosIndex .slick-next{
    
}
.VideosIndex .slick-prev:hover,
.VideosIndex .slick-next:hover{
    opacity: 0.5;
}/* ----------------------------------------------------------------------------------/Modules/Website_Reviews_List/Templates/Default/Index.css---------------------------------------------------------------------------------- */.WebsiteReviews{
    margin: 0px -15px;
    overflow: hidden;
    background: #4a4f54;
    padding: 40px 0px;
}
.WebsiteReviews .WebsiteReviewsTitle{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
}
.WebsiteReviews .slick-prev, 
.WebsiteReviews .slick-next{
    top: auto;
    bottom: 45px;
    width: 37px;
    height: 36px;
    display: block;
    color: #ffffff;
}
.WebsiteReviews .slick-prev .glyph-icon, 
.WebsiteReviews .slick-next .glyph-icon{
    line-height: 36px;
}
.WebsiteReviews .slick-prev .glyph-icon::before, 
.WebsiteReviews .slick-next .glyph-icon::before{
    font-size: 34px;
}
.WebsiteReviews .slick-prev::before, 
.WebsiteReviews .slick-next::before{
    content: none;
}
.WebsiteReviews .slick-prev{
    left: 50%;
    margin-left: -40px;
}
.WebsiteReviews .slick-next{
    right: 50%;
    margin-right: -40px;
}
.WebsiteReviews .slick-prev:hover,
.WebsiteReviews .slick-next:hover{
    opacity: 0.5;
}
.WebsiteReviews .ReviewsList{
    padding-bottom: 115px;
}
.WebsiteReviews .ReviewsList .ReviewItem{
    padding: 0px 17px;
    opacity: 0.2;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.WebsiteReviews .ReviewsList .ReviewItem.slick-current{
    opacity: 1;
}
.WebsiteReviews .ReviewsList .ReviewItem .ReviewItemContent{
    background: #ebebeb;
    color: #181818;
    border-radius: 4px;
    display: inline-block;
    padding:30px 80px;
    margin-left: 95px;
    display: flex;
}
.WebsiteReviews .ReviewsList .ReviewItem .ReviewItemContent .ReviewPhoto{
    margin-left: -175px;
    text-align: center;
}
.WebsiteReviews .ReviewsList .ReviewItem .ReviewItemContent .ReviewPhoto img{
    text-align: center;
}
.WebsiteReviews .ReviewsList .ReviewItem .ReviewItemContent .ReviewInfos{
    width: calc(66.66666667% + 175px);
    padding: 29.5px 0px; 
    padding-left: 55px;
}
.WebsiteReviews .ReviewsList .ReviewItem .ReviewItemContent .ReviewInfos .ReviewName{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.WebsiteReviews .ReviewsList .ReviewItem .ReviewItemContent .ReviewInfos .ReviewText{
    font-size: 16px;
}
.WebsiteReviews .WebsiteReviewForm{
    text-align: center;
}
.WebsiteReviews .WebsiteReviewForm a{
    display: inline-block;
    font-size: 13px;
    padding: 13.25px 25px;
    background: #393d41;
    color: #ffffff;
}
.WebsiteReviews .WebsiteReviewForm a:hover{
    background: #6b6e72;
}/* ----------------------------------------------------------------------------------/Templates/Default/Layout.Design.css---------------------------------------------------------------------------------- */body{
	background-color:#ebebeb;
	padding:0 15px;
	margin:0;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#181818;
}
body.ProductPage,
body.ProductPackagePage{
	background-image:-ms-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebebeb 50%, #ebebeb 100%);
	background-image:-moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebebeb 50%, #ebebeb 100%);
	background-image:-o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebebeb 50%, #ebebeb 100%);
	background-image:-webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(0.5, #ffffff), color-stop(.5, #ebebeb), color-stop(1, #ebebeb));
	background-image:-webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebebeb 50%, #ebebeb 100%);
	background-image:linear-gradient(left, #ffffff 0%, #ffffff 50%, #ebebeb 50%, #ebebeb 100%);
}
body.IndexPage{
}

body.HiddenOverflow{
	overflow:hidden;
}

body.CheckoutPage{
	background:#ebebeb;
}
body#Page_569_Body{
	background: #ffffff;
}
body.CheckoutPage .Layout-Page{
	margin-bottom: 40px;
}

body.CheckoutPage .Layout-Page .Header .Logo{
	
}

body.CheckoutPage .Layout-Page .Header .ContactInfo{
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}

body.CheckoutPage .Layout-Page .Header .ContactInfo .ContactInfoText{
	color:#da171f;
}

body.CheckoutPage .Layout-Page .Header .ContactInfo .ContactInfoNumber{
	color:#ffffff;
}

body.CheckoutPage .Layout-Page .Content.Layout-FullRow .Layout-Table{
	margin-top:0px;

}

body.CheckoutPage .Layout-Page .Header{
    position: relative;
    background:#000000;
    margin: 0px -15px;
    display: block;
    padding-top: 10px;
}
body.CheckoutPage .Layout-Page .Header .HeaderContent{
	display: block;
}
body.CheckoutPage .MainH1{
	margin-top:5px;
}

body.OrderDetails{
	background-color:#ebebeb;
}

.SearchCriteria{
	font-size:14px;
}

h1.SearchPopupTitle{
	background: none repeat scroll 0 0 #aece33;
    color: #fdf2e9;
    font-size: 16px;
    font-weight: normal;
    height: 47px;
    line-height: 47px;
    margin: 0;
    padding-left: 20px;
}

.BodyPopup{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	opacity:0;
}

.CompanyProfileLink{
	background: url("/Templates/Default/Images/button_bg.jpg") repeat-x scroll center top transparent;
    border: 1px solid #FFC000;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 40px;
    text-align: center;
    text-decoration: none;
    margin:3px;
}

.CompanyProfileLink:hover{
	background-position:bottom center;
	color:#ffffff;
}

input, select, textarea{
	font-family: inherit;
	color:#181818;
	font-size:14px;
	outline:0;
	resize:none;
}
.form-control{
	background: transparent;
}

.PopupCheckoutAction a{
	background: #F1F1F1;
    color: #181818;
    display: block;
    font-size: 15px;
    height: 24px;
    line-height:24px;
    margin-top: 5px;
    text-decoration:none;
    text-align:center;
}

.PopupCheckoutAction a:hover{
	background: #da171f;
    color: #ffffff;
}

a{
	outline:0;
	color:#da171f;
}

a:hover{
	color:#787d73;
}

a img{
	border:0;
}

.rating-cancel{
	display:none !important;
}

h1.NormalMainTitle{
	color:#4F6D01;
	margin:5px 0px 2px;
	display:block;
	border-bottom:1px #4F6D01 solid;
	font-weight:normal;
	font-size:32px;
	line-height:33px;
	padding:20px 0px;
}

a.MoreLink{
	background: url("/Templates/Default/Images/more_button.png") no-repeat scroll center top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 33px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 158px;
}

a.MoreLink:hover{
	background-position:bottom center;
}

body.EmptyBody{
	background:none;
}

body.ComapnyProfile{
	background:#ffffff;
	padding:0px 15px;
}

a.CompanyDetails{
	display:block;
	float:left;
	margin:10px 0px;
	padding-left:18px;
	background:url("/Templates/Default/Images/purple_arrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	color:#da171f;
}

a.CompanyDetails:hover{
	color:#181818;
}

.CompanyDescription{
	display:none;
	padding:15px;
}

.ContentBox{
	
}
.ContentBox.GeneralPage{
	background: #ffffff;
}
.ContentPage .ContentPageContainer{

}
.ContentBox .ContentBoxTitle{

}
.ContentBox.GeneralPage .ContentBoxTitle{
	text-align: center;

}
.ContentBox .ContentBoxTitle h2{

}
.ContentBox.GeneralPage .ContentBoxTitle h2,
.ContentBox.GeneralPage .ContentBoxTitle h1{
	margin: 0px;
	font-weight: bold;
	font-size: 35px;
	padding: 33.75px 0px;
}
.ContentBox .ContentBoxTitle.GeneralPageTitle{
	
}
.ContentBox .ContentBoxContent{
	border-top:0px;
}
.ContentBox .ContentBoxContent.ModuleContent{
	padding: 50px;
	padding-top: 0px;
}
.ContentBox .ContentBoxContent.ContentWithPadding{
	padding:15px 15px;
}

.clear{
	clear:both;
}

.Layout-Page .Header{
	position:relative;
	min-height:100px;
	margin:0 -15px;
	background-color: #000000;
	z-index:1001;
	color: #ffffff;
}
.Layout-Page .Header .HeaderFirstRow{
	background-color: #191919;
	color: #ffffff;
	font-size: 12px;
}
.Layout-Page .Header .HeaderFirstRow .HeaderFirstRowContent,
.Layout-Page .Header .HeaderMainContent{
	padding: 0px 25px;	
	width: 100%;
}
.Layout-Page .Header .HeaderFirstRow .LocationInfos,
.Layout-Page .Header .HeaderFirstRow .ContactInfos{
	padding: 11px 0px;
	margin-left: 30px;
}
.Layout-Page .Header .HeaderFirstRow .LocationInfos a span,
.Layout-Page .Header .HeaderFirstRow .ContactInfos a span{
	margin-right: 15px;
	font-size: 14px;
}
.Layout-Page .Header .HeaderFirstRow .LocationInfos a,
.Layout-Page .Header .HeaderFirstRow .ContactInfos a{
	color: #ffffff;
}
.Layout-Page .Header .HeaderFirstRow .LocationInfos a:hover,
.Layout-Page .Header .HeaderFirstRow .ContactInfos a:hover{
	color: #b5b5b5;
}
.Layout-Page .Header .HeaderFirstRow .LocationInfos{
	
}
.Layout-Page .Header .HeaderFirstRow .ContactInfos{
	margin-left: 0px;
}
.Layout-Page .Header .Header_Second_Row{}
.Layout-Page .Header .Header_Second_Row .HeaderTools{
	
}
.Layout-Page .Header .Logo{
    display: block;
    margin: auto;
    text-align: center;
}
.Layout-Page .Header .Logo img{
	margin: 26px auto;
	max-height: 48px;
}
.Layout-Page .Header .LogoContainer, body.CheckoutPage .Layout-Page .Header .LogoContainer{
    
}
.Layout-Page .HeaderToolsContainer{

}

.Layout-Page{
	*padding-bottom:40px;
}

.Layout-Page .Content.Layout-FullRow{
	position:relative;
}

.Layout-Page .Content.Layout-FullRow .Layout-Table{
	min-height:590px;
}

.IndexPage .Layout-Page .Content.Layout-FullRow .Layout-Table{
	background:none;
}

.GeneralMessage{
	background: none repeat scroll 0 0 #181818;
    color: #ffffff;
    width: 80%;
    font-size: 15px;
    line-height: 35px;
    text-align:center;
    margin:10px auto;
    padding:0px 10px;
}

.ResultMessage{
	font-size:16px;
}


/************ PrettyLoader *************/
.prettyLoader {
	background: url(/Templates/Default/Images/prettyLoader.png) top left no-repeat;
	height: 30px;
	position: absolute;
	width: 30px;
	z-index: 30000;
}

.prettyLoader img {
	display: block;
	margin: 7px 0 0 7px;
}

.pl_ie6 { background-image: url(/Templates/Default/Images/prettyLoader.gif); }
/*************************************/



.Layout-Page .OurBlog a{
	display:block;
	background:#5d225f url(/Templates/Default/Images/our_blog.png) no-repeat center center;
	width:100px;
	height:54px;
	position:absolute;
	top:71px;
	right:0px;
}

.Layout-Page .OurBlog a:hover{
	background-color:#723B75;
}


/******************* LanguageSwitches *****************/
.LanguageSwitches{
	position: absolute;
	top:5px;
	left:0px;
}

.LanguageSwitches a{
	display:block;
	text-indent: -10000px;
	float:left;
	margin:0px 3px;
}

.LanguageSwitches a.Language-EN{
	background:url(/Templates/Default/Images/en.png) no-repeat center center;
	width:26px;
	height:31px;
}

.LanguageSwitches a.Language-EL{
	background:url(/Templates/Default/Images/el.png) no-repeat center center;
	width:26px;
	height:31px;
}

.LanguageSwitches a:hover{
	color:#1573AE;
}
/********************************************************/

/****************** Languages ****************/


.LanguageChange a{
	display: block;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding:11px 10px;
	position: relative;
	z-index: 50;
	text-transform: capitalize;
}

.LanguageChange a img{
	margin-right:4px;
	max-height: 22px;
}

.LanguageChange a.collapsed{
	color: #ffffff;
}

.HeaderFirstRowContent .LanguageChange a:after{
	content:"\e259";
	font-family:'Glyphicons Halflings';
	font-size:11px;
	display:inline-block;
	margin-left:5px;	
}

.HeaderFirstRowContent .LanguageChange a.collapsed:after{
	content:"\e260";
}

.LanguageChange a:hover{
	color: #b5b5b5;
}

#LanguagesBlock{
	background:#424242;
	margin:0px -15px;
	padding:1px 0px;
	position: relative;
	z-index: 99;
}

#LanguagesBlock .container{
	margin-top:40px;
	margin-bottom:40px;
	position: relative;
}

#LanguagesBlock h4{
	font-size:20px;
	color:#ffffff;
	padding-bottom:10px;
	margin:0;
}

#LanguagesBlock .LanguageLink a{
	color:#ffffff;
	font-size:18px;
}
#LanguagesBlock .LanguageLink a span{
	text-transform: capitalize;
}
#LanguagesBlock .LanguageLink a img{
	margin-right:5px;
	max-height: 22px;
}

#LanguagesBlock .LanguageLink a:hover{
	color:#ED1C24;
}
#LanguagesBlock .CloseLanguagesBlock{
	position: absolute;
	right: 0px;
	top: -30px;
	display: block;
}
#LanguagesBlock .CloseLanguagesBlock span{
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}
#LanguagesBlock .CloseLanguagesBlock span:hover{
	color: #9c9c9c;
}
/********************************************************/

/****************** ContactBox - ContactBoxFooter ****************/
.ContactBox{
	background: url(/Templates/Default/Images/phone.png) no-repeat center left 9px #da171f;
	border-radius: 4px 4px 0px 0px;
	padding-right: 14px;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	right: 50%;
	z-index: 999;
	width: 450px;
	text-align: center;
	line-height: 1.2;
	color: #ffffff;
}
.ContactBox .ContactBoxFirstCol, .ContactBoxFooter .ContactBoxFirstCol{
	font-size: 16px;
}
.ContactBox .ContactBoxSecondCol, .ContactBoxFooter .ContactBoxSecondCol{
	font-weight: bold;
	font-size: 27px;
	line-height:1;
	padding: 5px 0px;
}
.ContactBoxFooter{
	background: url(/Templates/Default/Images/phone.png) no-repeat center left 9px #da171f;
	border-radius: 4px 4px 0px 0px;
	padding-right: 14px;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 1.2;
	color: #ffffff;
	margin: 0px 15px;
}
/********************************************************/

/****************** TopMenu ****************/
.TopMenu{
	padding-left: 4px;
}

.TopMenu ul{
	padding:0;
	margin:0;
	list-style:none;
}

.TopMenu .TopMenuLi{
	position:relative;
}
.TopMenu .Signup,.TopMenu .Login{
	padding-left: 5px;
}
.TopMenu .TopMenuLi a.TopMenuLink{
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:11px;
	padding: 5.75px 0;
	text-decoration:none;
	background-color: #7d7d7d;
}
.TopMenu .TopMenuLi a:hover{
	background-color: #151515;
    color: #181818;
}
.TopMenu .TopMenuLi a.TopMenuLink.LoginLink{
	
}

.TopMenu .TopMenuLi a.TopMenuLink.SignUpLink{
	
}

.TopMenu .TopMenuLi a.TopMenuLink:hover{
	color:#181818;
}
/**********************************/



/****************** Cart Preview ****************/
.CartPreview{
	padding: 34px 0px;
}
.CartPreview .CartPreviewContent{
	position: relative;
	text-align: center;
}
.CartPreview .PopupContainer .Popup{
	
}

.CartPreview a.CartLink{
	position: relative;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffffff;
	background: #b91118;
	border-radius: 4px;
	display: block;
	padding: 5px 4px;
}

.CartPreview a.CartLink:hover{
	background: #000000;
}
.CartPreview a.CartLink .CartLinkBox{
	position: relative;
}
.CartPreview a.CartLink .glyph-icon::before{
	margin-right: 11px;
	font-size: 17px;
	line-height: 1;
	color: #ffffff;
}
.CartPreview .PopupContainer{
	display: none;
	right: 0px;
	z-index: 99999;
	width: 200%;
}
/*************************************************/



/* Account Page */
.AccountDescription{
	font-size:14px;
}

.AccountDescription .AccountDescriptionWelcome{
	color:#181818;
	font-size:17px;
	font-weight: bold;
}

.AccountDescription .AccountDescriptionText{
	color:#181818;
	padding-top:15px;
}

.AccountMainContent{
	padding:0px 0px;
}

.AccountBlockTitle{
	color:#181818;
	font-size:18px;
	font-weight:bold;
	padding: 3.5px 0px;
	margin:0;
	margin-bottom:15px;
}

.AccountBlockDescription{
	font-size:14px;
	padding-bottom:10px;
}






/* Box CSS */
.Box, .SideBox{
	margin-bottom:25px;
}

.Box .BoxTitle, .SideBox .BoxTitle{

}

.Box .BoxContent, .SideBox .BoxContent{
	border-top:0px;
}

.SideBox .BoxContent{
	padding-bottom:0px;
}

.Box .BoxContent ul{
	padding:0;
	margin:0;
	list-style:none;
}

.BoxDescription{
	padding:5px 15px 10px;
	font-size:14px;
}

.BoxDescription p{
	padding:0;
	margin:0;
}

.BoxDescription .FiltersPrompt{
	color:#4f6d01;
	margin-top:8px;
}

/******************/











/******** Best Sellers **********/
.BestSellersContainer{
	background: url("/Templates/Default/Images/slider_bg.jpg") repeat-x scroll center bottom transparent;
    border: 1px solid #E1E8EB;
    border-radius: 3px 3px 3px 3px;
    height: 341px;
    margin-top: 0;
    overflow: hidden;
}







/********** Person Page - Person Blocks ***********/
.PersonBlocks{
}

.PersonLeftBlocks{
	float: left;
    width: 207px;
}

.PersonRightBlocks{
	float: right;
    width: 774px;
}

.PersonBlocks .IndexTabs{
	margin-top:0px;
	margin-bottom:20px;
}






/*
ToolBar
*/
.ToolBar{
	position: relative;
	padding: 25px 22px;
	background: #ffffff;
	color:#6d6d6d;
	font-size: 14px;
	margin-bottom: 21px;
}
.ToolBar .Label{
	padding: 3.5px 0px;
}
.ToolBar .dk_toggle{
	height:30px;
	line-height:30px;
}

.ToolBar select{
	display:none;
}

.LeftColumn{
	padding-right: 30px;
}
.LeftColumn .navbar-header{
	background-color: #151515;
	margin-bottom: 25px;
}
.LeftColumn .LeftColumnTitle{
    color: #181818;
    display: block;
    float: none;
    font-size: 16px;
    line-height: 1;
    max-height: 62px;
    overflow: hidden;
    padding: 15.5px 20px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}
.LeftColumn .navbar-toggle{
	margin: 7.5px 0px;
	margin-right: 15px;
}
.MiddleColumn{

}

.MiddleColumn.Wide{
	
}

.MiddleColumn .Padding{
	min-height:200px;
	position:relative;
}



.MiddleColumn .HeaderFilters{
	padding: 30px 20px;
	padding-bottom: 0px;
	background: #ffffff;
	border-bottom: 1px solid #ebebeb;
}



.ArticleTabs{
	margin-top:25px;
}







/*
Tabs
*/

.ProductTabs{
	padding: 15px 0px;
}

.Tabs{
	margin-top:20px;
}

.Tabs ul.TabsContent{
	background-color: #f1f1f1;
	font-size: 14px;
	color: #181818;
	list-style: none;
	padding: 0px;
}

.Tabs ul.TabsNav{
	position:relative;
	padding:0;
	margin:0;
	clear:both;
}

.TabsNav li {
	display: inline;
	list-style: none;
    float: left;
    color:#ffffff;
    padding-right: 1px;
}

.TabsNav li:hover a{
	background: #181818;
	color: #ffffff;
}

.TabsNav li.ui-tabs-active a{
	background: #181818;
	color: #ffffff;
}

.TabsNav li a{
	background: #151515;
    color: #7d7d7d;
    display: block;
    font-size: 16px;
    padding: 11.5px 0px;
    text-decoration: none;
    text-align:center;
}

.Tabs ul.TabsContent{
	font-size:14px;
}

.Tabs ul.TabsContent > li{
	padding:18px 20px;
}

.Tabs ul.TabsContent > li p{
	margin:3px 0px;
}

.Tabs ul.TabsContent ul{
	padding-left:20px;
}

.ui-tabs-hide {
	display: none;
}
.IndexTabs{
	overflow: hidden;
	float: none;
}
.IndexTabs .IndexTabsNav{
	border:none;
	padding: 0px;
	margin: -10px;
	margin-bottom: 28px;
	float: none;
}
.IndexTabs .IndexTabsNav .IndexTabsLi{
	text-align: center;
	padding: 10px;
	border: none;
	margin: 0px;
}
.IndexTabs .IndexTabsNav .IndexTabsLi a{
	font-size: 18px;
	color: #999999;
	background-color: #151515;
	font-weight: bold;
	border-radius: 0px;
	padding: 15.5px 0px;
	border: none;
	margin: 0px;
	text-transform: uppercase;
}
.IndexTabs .IndexTabsNav .IndexTabsLi.active a, .IndexTabs .IndexTabsNav .IndexTabsLi a:hover{
	background-color: #181818;
	color: #ffffff!important;
	border: none!important;
}
/**************** Index Page Blocks *******************/
.IndexFirstRow{
	margin: 0px -15px;
}
.IndexSection{
	padding: 50px 0px; 
}
.IndexSection.SocialMediaSection{
	padding-bottom: 0px;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.pinterest{
	background-color:rgba(189,8,28,0.8);
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.pinterest .crt-post-header,
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.pinterest .crt-post-header a{
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.youtube{
	background-color:rgba(255,0,0,0.8);
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.youtube .crt-post-header,
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.youtube .crt-post-header a{
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.facebook{
	background-color:rgba(70,98,158,0.8);
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.facebook .crt-post-header,
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.facebook .crt-post-header a{
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.instagram{
	background-color:rgba(142,53,163,0.8);
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.instagram .crt-post-header,
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover.instagram .crt-post-header a{
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover .crt-post-hover-text a{
	color: #ffffff!important;
}
.IndexSection.SocialMediaSection .crt-grid .crt-post .crt-post-hover .crt-post-hover-text a:hover{
	text-decoration: underline!important;
}
.IndexSection .IndexPageTitle{
	text-align: center;
	font-size: 40px;
	color: #ce171e;
	margin-bottom: 45px;
}
.IndexSection .IndexPageTitle.IndexShortDescriptionTitle{
	color: #ce171e;
}
.IndexSection .IndexPageTitle.IndexShortDescriptionTitle span{
	border-top: 3px solid #ce171e;
	border-bottom: 3px solid #ce171e;
}
.IndexSection .IndexPageTitle span{
	display: inline-block;
	border-top: 3px solid #ce171e;
	border-bottom: 3px solid #ce171e;
	padding: 5px 0px;
}
.IndexSection .IndexShortDescriptionText{
	font-size: 15px;
	color: #232323;
	text-align: center;
}
.Section{
	position:relative;
	background:#fbf0e8;
	padding:13px;
	width:633px;
	float:right;
	height:250px;
}

.Section .Content{
	color:#5d225f;
}

.Section .Content .SectionTitle{
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
}

.Section .SectionImage{
	float:left;
	margin-right:13px;
}

.Section .SectionImage img{
}

.Section .SectionButton{
	float:right;
	margin-top:10px;
}

.Section .SectionButton a{
	background: url("/Templates/Default/Images/bez_arrow.png") no-repeat scroll 180px center #5d225f;
    color: #f8e4d5;
    display: block;
    float: left;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    text-decoration:none;
    width:201px;
}

.Section .SectionButton a:hover{
	background-color:#AECE33;
}

.Section .SectionDescription p{
	margin:2px 0px;
}
/******************************************/





/*
 * Main Content
 */

.IndexProductList .ProductList{
	margin-top:10px;
}

.PageText{
	font-size:13px;
}

.ContactText.PageText{
	
}









.SignupAction, .NewsletterAction{
	
}






/*
 * Footer
 */
.Footer{
	position:relative;
	margin: 0px -15px;
}

.Footer .FooterContent{
	margin:auto;
	position:relative;
	z-index: 49;
}
.Footer .FooterContent .FooterContentColumn{
	padding: 0px 25px;
}
.Footer .FooterContent .FooterContentColumn .BecomeADealer{
	margin-bottom: 50px;
}
.Footer .FooterContent .FooterContentColumn .BecomeADealer a{
	color: #ffffff;
	font-size: 18px;
	padding: 9.5px 28px;
	border-radius: 3px;
	border:1px solid #ffffff;
	display: inline-block;
}
.Footer .FooterContent .FooterContentColumn .BecomeADealer a:hover{
	background-color: #ffffff;
	color: #181818;
}
.Footer .FooterTop{
	background:#bfbfbf;
	height:27px;
	width: 100%;
}
.FooterFirstRow .FooterFirstRow_Content{
	background: url("/Templates/Default/Images/FooterInfoBG.png") no-repeat center center transparent;
	padding: 25px 0px;
	max-height: 123px;
	overflow: hidden;
}
.FooterFirstRow .FooterFirstRow_Content .FooterFirstRow_Content_Left,
.FooterFirstRow .FooterFirstRow_Content .FooterFirstRow_Content_Right{
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
}
.FooterFirstRow .FooterFirstRow_Content .FooterFirstRow_Content_Left{
	text-align: left;
}
.FooterFirstRow .FooterFirstRow_Content .FooterFirstRow_Content_Right{
	text-align: right;
}
.FooterFirstRow .FooterFirstRow_Content .FooterInfoFirstLine{
	font-size: 33px;
	font-weight: bold;
}
.Footer .FooterMiddle{
	background:#dbdbdb;
	padding-top: 25px;
}

.Footer .FooterBottom{
	background:#ffffff;
	padding: 14px 0px;
}

.Footer .FooterContent .SocialMediaButtons{

}

.Footer .FooterContent .Copyright{
	text-align: center;
	font-size: 18px;
	color: #9c9c9c;
	margin-top: 40px;
}
.Footer .FooterContent .Copyright a{
	font-size: 18px;
	color: #9c9c9c;
}
.Footer .FooterContent .Copyright a:hover{
	color: #ffffff;
}
.Footer .ContactBlock{
	
}

.Footer .PaymentsBlock{
	width:300px;
	float:left;
}

.Footer .ContactBlock{

}

.Footer .PaymentsBlock,
.Footer .ContactBlock{

}

.Footer .PaymentsBlock .PaymentsBlockContent{
	background:url(/Templates/Default/Images/payment_options.png) no-repeat center center;
	width:259px;
	height:32px;
	margin-top:10px;
	position:relative;
}

.Footer .PaymentsBlock .PaymentsBlockContent a{
	display:block;
	position:absolute;
	top:0px;
	right:4px;
	width:117px;
	height:32px;
}

.Footer .PaymentsBlock .PaymentsBlockTitle,
.Footer .ContactBlock .ContactBlockTitle{
	padding-bottom:5px;
}

.Footer .PaymentsBlock .PaymentsBlockTitle span,
.Footer .ContactBlock .ContactBlockTitle span{
	font-size:16px;
	color:#ffffff;
	background:url("/Templates/Default/Images/footer_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding-right:20px;
}
.Footer .FooterContent{
	background-color: #181818;
	padding-top: 45px;
	padding-bottom: 20px;
	font-size: 16px;
	color: #9c9c9c;
}
.Footer .FooterContent .BoxTitle{
	color: #ffffff;
	font-size: 18px;
	padding-bottom: 12px;
}.Footer .FooterContent .BoxTitle:empty{
	padding: 0px; 
}
/*
 * Right Shopping Cart
 */
.Loader{
	text-align:center;
	margin:30px auto;
	display:block;
}

.ShoppingCartPreviewContainer #CartForm{
	padding:10px;
	color:#484848;
}

.ShoppingCartPreview{
	max-height:620px;
}

.ShoppingCartPreview .ShoppingCartDescription{
	padding:10px 10px 0px 10px;
	text-align:center;
	font-size:16px;
}
.ShoppingCartPreview .ShoppingCartDescription span.numofitems{
	color: #181818;
}
.ShoppingCartPreview .ContinueOrder{
	margin-top:10px;
}

.ShoppingCartPreview .ContinueOrder a{
	background:#da171f;
	padding: 8.5px 0px;
	display:block;
	color:#ffffff;
	margin:auto;
	text-decoration:none;
	font-size:18px;
	text-align:center;
}

.ShoppingCartPreview .ContinueOrder a:hover{
	background:#181818;
}

.ShoppingCartPreview .CartItem{
	padding:3px 0px;
}

.ShoppingCartPreview .ShoppingCart{
	overflow:auto;
	max-height:600px;
	overflow-x:hidden;
}

.ShoppingCartContainer .CartProductPhoto{
	padding-right: 5px;
	position:relative;
	margin: auto;
}

.ShoppingCartContainer .CartProductPhoto a{
	display: block;
	margin: auto;
	border:1px #cdcdcd solid;
	background:#ffffff;
}

.ShoppingCartContainer .CartProductPhoto a img{
	
}

.ShoppingCartContainer .CartItemsCaption{
	text-align:center;
	font-size:16px;
	padding:5px 0px;
}

.ShoppingCartContainer .CartProductName a{
	display:block;
	text-decoration:none;
	font-size:11px;
	line-height:11px;
	text-align:left;
	margin-bottom: 5px;
	color:#da171f;
	text-align:center;
}
.ShoppingCartContainer .CartProductName a:hover{
	color:#181818;
}
.ShoppingCartContainer .CartProductPrice{
	color:#181818;
	font-size:12px;
	text-align:center;
}
.ShoppingCartContainer .CartProductAttributes{
	font-size: 10px;
	color: #da171f;
	text-align:center;
}

.ShoppingCartContainer .FreeShippingMessage{
	padding-top:7px;
	text-align:center;
}

.ShoppingCartContainer .FreeShippingMessage span{
	color:#181818;
	font-weight:bold;
}

.ShoppingCartContainer .CartProductDelete a{
	display:block;
	width:14px;
	height:14px;
	margin:auto;
	position:absolute;
	top:0px;
	right:0px;
	background:url(/Templates/Default/Images/cart_item_delete.png) no-repeat top center;
	border: none;
}

.ShoppingCartContainer .CartProductDelete a:hover{
	background-position:bottom center;
}

.ShoppingCartContainer .ShoppingCartTotalCost{
    background: #ffffff;
    border: 1px solid #C5CACC;
    box-shadow: 1px 1px 7px 1px #C5CACC inset;
    padding:10px;
    text-align:center;

}

.ShoppingCartContainer .ShoppingCartTotalCost .ShoppingCartTotalCostCaption{
	display:block;
	color:#da171f;
}

.ShoppingCartContainer .ShoppingCartTotalCost .ShoppingCartTotalCostValue{
    color:#181818;
    display:block;
    font-size:19px;
    font-weight:bold;
}

.ShoppingCartContainer .CartNoItems{
	padding:10px;
	font-size:15px;
}

.LinkAction{
	/*text-decoration:none;
	font-size:12px;
	float:left;*/
}

.LinkAction:hover{
	*color:#B00C1B;
}




/* Forms */

.Form .InputText.Value{
	background:transparent;
	height:37px;
}

.Form .Value.Textarea{
	background:transparent;
	height:80px;
}

.Form .FieldSet{
	
}
.CheckoutPage .Form .Caption{
	color: #000000;
}

.Form .Caption{
	color:#181818;
	font-size:14px;
	padding-bottom:4px;
}


.Form .InputText.Value input{
	border:0;
	background:none;
	padding-left: 16px;
	width: 100%;
	height: 100%;
	border: 1px solid #8a8a8a;
	border-radius: 3px;
}

.Form .InputText.Value select{
	border:0;
	background:none;
	color:#181818;
	border: 1px solid #8a8a8a;
}

.Form .Textarea.Value textarea{
	border:0;
	background:transparent;
	padding:5px;
	color:#181818;
	width: 100%;
	height: 100%;
	border: 1px solid #8a8a8a;
	border-radius: 3px;
}

.Form .Action a{
	background: #da171f;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    padding: 3px 40px;
    text-align: center;
    text-decoration: none;
}

.Form .Action a:hover{
	background:#181818;
}









/* Popups */
.PopupContainer{
    position: absolute;
    top: 80px;
	display:none;
	color:#484848;
}

.PopupContainer .PopupDescription{
	color:#ffffff;
	line-height:13px;
	font-size:12px;
	padding:3px 0px;
}

.PopupContainer .PopupDescription a{
	color:#ffffff;
	line-height:13px;
	font-size:12px;
	display:block;
	text-decoration:none;
}

.PopupContainer .Popup{
    background: #ffffff;
    border: 1px solid #cdcdcd;
    z-index: 101;
}
.LoginSignUpDiv .PopupContainer{
	z-index: 105;
}



/* User */
.TopMenu .User .PopupContainer{
    top: 80px;
	left:auto;
	z-index: 7;
}

.TopMenu .User .PopupContainer.Registered{
	right:0;
	background-position:360px top;
}

.TopMenu .User .LoginForm{
	padding:10px;
}

.TopMenu .User .PopupContainer.Registered .Popup{
	width:437px;
}

.TopMenu .User .PopupContainer.Unregistered .Popup{
	
}

.TopMenu .User .PopupContainer .Popup .LoginForm{
	
}

.TopMenu .User .PopupContainer .Caption{
	color:#5d2360;
}

.TopMenu .User .PopupContainer a{
	color:#5d2360;
}

.TopMenu .User .PopupContainer a:hover{
	color:#AECE33;
}

.TopMenu .User .PopupContainer .Action.LoginAction a{
	color:#F7E4D5;
}

.TopMenu .User .PopupContainer .Action.LoginAction a:hover{
	color:#ffffff;
}







/*
Wishlist Popup
*/
.TopMenu .Wishlist .PopupContainer{
    top: 80px;
	right: 165px;
	left:auto;
	z-index: 11;
}

.TopMenu .Wishlist .PopupContainer .Popup{
	width:350px;
}

.WishlistPreview{
	max-height:620px;
}

.WishlistPreview{
	text-align:center;
	color:#505050;
}

.WishlistPreview{
	overflow:auto;
	max-height:600px;
	overflow-x:hidden;
}

.WishlistPreview table{
	width:100%;

}

.WishlistPreview .ShoppingCartPhoto{
	float:left;
	width:70px;
	margin-right:10px;
}

.WishlistPreview table{
	border-spacing:0px 4px;
}

.WishlistPreview table th{
    background: url("/Templates/Default/Images/checkout/cart_th_bg.jpg") repeat-x scroll center center transparent;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
    color: #1DBBAC;
    height: 20px;
    margin-top: 5px;
    font-size:11px;
    padding:0px 5px;
}

.WishlistPreview table th:first-child{
	border-left:1px solid #D7D7D7;
}

.WishlistPreview table th:last-child{
	border-right:1px solid #D7D7D7;
}

.WishlistPreview table td{
	background:url("/Templates/Default/Images/steps_bg.jpg") repeat-x scroll center center transparent;
	border-top:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	height:47px;
	color:#505050;
}

.WishlistPreview .wishlist_name{
	width:45%;
	border-left:1px solid #D7D7D7 !important;
	overflow:hidden;
	text-align:left;
}

.WishlistPreview .wishlist_delete{
	border-right:1px solid #D7D7D7 !important;
	width:70px;
}

.WishlistPreview .wishlist_name a{
	color:#21D2C2;
	text-decoration:none;
	overflow:hidden;
	font-size:11px;
	line-height:13px;
	text-align:left;
}

.WishlistPreview .wishlist_name img{
	float:left;
	margin-right:4px;
	width:45px;
	height:45px;
	border:1px solid #D7D7D7;
}

.WishlistPreview .wishlist_delete a{
	display:block;
	width:26px;
	height:26px;
	margin:auto;
	background:url(/Templates/Default/Images/cart_delete_mini.png) no-repeat top center;
}

.WishlistPreview .wishlist_delete a:hover{
	background-position:bottom center;
}
.Wishlist{
	display: block;
	height: 28px;
	padding-left: 9px;
}
.Wishlist a{
	display: block;
	padding:5.75px 0px;
	padding-right: 28px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #7d7d7d;
}
.Wishlist a span{
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	background:url(/Templates/Default/Images/wishlist.png) no-repeat center center #d5d5d5;
}
.Wishlist a:hover{
	background-color: #da171f;
}
.Wishlist a:hover span{
	background-color: #ffffff;
}
/* Results Page */
h2 span.SearchCriteria{
	float:right;
	font-size:14px;
	line-height:36px;
}

#product-results .ProductList li{
	margin:10px 17px;
}

.SearchTabs .IndexTabsNav li a{
	padding:0px 25px;
}

/****************/




.QuickOptions{
	position:fixed;
	top:25%;
	right:0px;
	font-size:12px;
	z-index:100;
}

.QuickOptions ul{
	padding:0;
	margin:0;
	list-style:none;
}

.QuickOptions ul li{
	width:121px;
	margin:5px 0px;
}

.QuickOptions a{
	display:block;
	color:#f8e4d5;
	text-decoration:none;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
}

.QuickOptions a span{
	color:#aece33;
}

.QuickOptions .CompareOption a{
	background:#5d225f url(/Templates/Default/Images/compare_icon.png) no-repeat 8px center;
}

.QuickOptions .HistoryOption a{
	background:#5d225f url(/Templates/Default/Images/recent_icon.png) no-repeat 8px center;
}

.QuickOptions ul li a:hover{
	background-color:#723B75;
	color:#f8e4d5;
}




.gritter-item .Form .Caption{
	color:#000000;
}

.gritter-item .Form a{
	color:#000000;
}

.gritter-item .LoginForm .Actions .LinkAction a{
	background:url(/Templates/Default/Images/white_arrow.png) no-repeat left center;
	color:#000000;
	font-size:13px;
}

.gritter-item .ShoppingCartPreviewContainer #CartForm{
	padding:10px 0;
}

.gritter-item .LoginForm{
	width:328px;
}

.gritter-item .Form .InputText.Value{
	width:325px;
}

.gritter-item .Form .InputText.Value input{
	width:318px;
}

#CheckoutForm{
	width:150px;
	height:150px;
	margin:20px auto;
	background:url(/Templates/Default/Images/loader.gif) no-repeat center center;
}

.BottomBoxesContainer{
	margin-top:30px;
}

.BottomBoxes{
	background:url(/Templates/Default/Images/bottomblock_bg.jpg) repeat-x top center;
	height:164px;
	border-radius:4px;
	border:1px #edd5d9 solid;
}

.BottomBoxes ul{
	padding:0;
	margin:0;
	list-style:none;
	padding:10px 6px;
}

.BottomBoxes li.BottomBox{
	float:left;
	width:160px;
	margin-right:5px;
}

.BottomBoxes li.BottomBox:last-child{
	margin-right:0px;
}

.BottomBoxes .BottomBoxTitle{
    font-size: 12px;
    font-weight: normal;
    width:110px;
    height:44px;
    padding-left:50px;
    color:#8d0915;
    display:table-cell;
    vertical-align:middle;
}

.BottomBoxes .BottomBoxText{
	line-height:14px;
	padding:4px;
	color:#6e151d;
}

.BottomBoxes .BottomBoxText p{
	padding:0;
	margin:0;
}

.NoResultsText{
	font-size:15px;
	margin-top:20px;
}

.SliderContainer.RelatedPostsContainer .Slider{
	min-height:100px;
	background:#ffffff;
}

.SliderContainer.Column3Slider{
	width:748px;
}

.SliderContainer.Column1Slider{
	width:236px;
}

.SliderContainer.Column1Slider .SliderTitle{
	background:#aece33;
}

.SliderContainer.LeftSlider{
	float:left;
}

.SliderContainer.RightSlider{
	float:right;
}
.SliderContainer .SliderTitle{
    padding: 50px 0px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #181818;
}
.ProductReviewsContainer{
	margin: 0px -15px;
	background-color: #ffffff;
}
.ProductReviewsContainer .ProductReviewsTitle{
	padding: 50px 0px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #181818;
}
.crt-grid{
	margin: 0px -15px;
}
.btn.btn-gianso{
    background:#ffffff;
    color:#333638;
    text-shadow:none;
    border-radius:0px;
    padding:0px 0px;
    text-align:left;
    line-height:38px;
    font-size:14px;
    font-weight:500;
    border:1px #9fa5a8 solid;
    width:100%;
    margin-bottom:0px !important;
}

.btn.btn-gianso:hover{
    border-color:#404345;
}

.btn.btn-gianso.active{
    border-color:#404345;
    background:#000000;
    color:#ffffff;
    box-shadow:none;
}

.btn.btn-gianso.active span{
    background-color:#000000;
} 

.btn.btn-gianso span{
    background:#000000 url(/Templates/Default/Images/payment_icons/credit_card_icon.png) no-repeat center center;
    width:60px;
    height:40px;
    display:block;
    float:left;
    margin:-1px;
    margin-right:15px;
}

.btn.btn-gianso.Delivery span{
    background-image:url(/Templates/Default/Images/payment_icons/cod_icon.png);
}

.btn.btn-gianso.BankDeposit span{
    background-image:url(/Templates/Default/Images/payment_icons/bank_deposit_icon.png);
}

.btn.btn-gianso.PayPal span{
    background-image:url(/Templates/Default/Images/payment_icons/paypal_icon.png);
}

.btn.btn-gianso.DataCash span{
    background-image:url(/Templates/Default/Images/payment_icons/credit_card_icon.png);
}

.btn.btn-gianso.CourierPricing span{
    background-image:url(/Templates/Default/Images/payment_icons/courier_icon.png);
}

.btn.btn-gianso.Shop span{
    background-image:url(/Templates/Default/Images/payment_icons/store_icon.png);
}

.btn.btn-gianso.Agent span{
    background-image:url(/Templates/Default/Images/payment_icons/agent_icon.png);
}

.btn.btn-account{
    background:#000000;
    color:#ffffff;
    text-shadow:none;
    padding:4px 0px;
    text-align:left;
    line-height:30px;
    font-size:15px;
    padding-left:5px;
    border-radius:0px;
}

.btn.btn-account:hover{
    background:#FF0000;
}

.btn.btn-account span{
    background:url(/Templates/Default/Images/account/address_icon.png) no-repeat center center;
    width:30px;
    height:30px;
    display:block;
    float:left;
    margin-right:10px;
}

.btn.btn-account.profile span{
    background-image:url(/Templates/Default/Images/account/profile_icon.png);
}

.btn.btn-account.addresses span{
    background-image:url(/Templates/Default/Images/account/address_icon.png);
}

.btn.btn-account.wishlist span{
    background-image:url(/Templates/Default/Images/account/wishlist_icon.png);
}

.btn.btn-account.order-history span{
    background-image:url(/Templates/Default/Images/account/order_history_icon.png);
}

.btn.btn-account.ebooks span{
    background-image:url(/Templates/Default/Images/account/ebooks_icon.png);
}

.btn.btn-account.giftcards span{
    background-image:url(/Templates/Default/Images/account/giftcards_icon.png);
}

.btn.btn-account.newsletter span{
    background-image:url(/Templates/Default/Images/account/newsletter_icon.png);
}

.btn.btn-account.author span{
    background-image:url(/Templates/Default/Images/account/author_icon.png);
}
.modal{
	z-index: 10000;
}
.modal-open {
    padding-right: 0px !important;
}
.PopupCart table{
	margin-bottom:0px;
}

.PopupCart th{
	background:#000000;
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	padding:5px 10px;
	border:1px #000000 solid !important;
}

.PopupCart td{
	background:#ffffff;
	font-size:13px;
	padding:5px;
	min-width:80px;
	vertical-align:middle !important;
	text-align:center;
	border:1px #000000 solid;
}

.PopupCart .ShoppingCartPhoto{
	position:relative;
}

.PopupCart .ShoppingCartPhoto img{
	width:50px;
	float:left;
	margin-right:10px;
}

.PopupCart .ShoppingCartTitle{
	text-align:left;
}

.PopupCart .ShoppingCartTitle a{
	color:#000000;
	line-height:15px;
}

.PopupCart .ShoppingCartTitle a span.Code{
	font-size:10px;
}

.PopupCart .cart_total_price .PriceBefore{
	text-decoration:line-through;
	font-size:12px;
}

.PopupCart .ShoppingCartTotalCost{
	float:right;
	font-size:15px;
	padding:5px 10px;
	border:1px #000000 solid;
	border-top:0px;
}

.PopupCart .ShoppingCartTotalCost .ShoppingCartTotalCostValue{
	font-weight:bold;
	font-size:20px;
	margin-left:5px;
}

a.PopupCartButton{
	background:#da171f;
	display:block;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	font-size:15px;
	padding:0px 15px;
	padding-right: 5px;
	float:right;
	font-weight:500;
}
button.PopupCartButton{
	background:#000000;
	display:block;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
	font-size:15px;
	padding:9px 15px;
	font-weight:500;
	text-align: center;
	height: 40px;
	border:none;
	border-radius: 0px;
}
button.PopupCartButton:hover{
	background:#da171f;
	color: #ffffff;
}
a.PopupCartButton span.glyph-icon::before{
	margin-left: 11px;
	font-size: 15px;
	line-height: 1;
	color: #ffffff;
	padding: 9px;
	background: #000000;
	border-radius: 50px;
}

a.PopupCartButton span.title{
	text-align:center;
	height:40px;
	display:inline-block;
	padding:9px 0px;
}

a.PopupCartButton:hover{
	background:#000000;
	color:#ffffff;
}

.PopupCart .Logo{
	width:30px;
	height:30px;
	position:absolute;
	top:-6px;
	left:-6px;
	margin:0;
}
#back-top {
    bottom: 20px;
    position: fixed;
    right: 130px;
    z-index: 50;
    display: none;
}
#back-top a{
	display: block;
}
#back-top a:hover .flaticon-up-arrow::before{
	opacity: 1;
}
#back-top a .flaticon-up-arrow::before {
	background: #959090;
	color: #ffffff;
    display: block;
    line-height: 48px;
    height: 48px;
    opacity: 0.6;
    text-align: center;
    width: 48px;
    margin: 0px;
}
.AcceptCookies{
	margin: 0px -15px;
	padding: 13px 25px;
	background: #b5b5b5;
	box-shadow: inset 0 -5px 5px -5px #818181;
	color: #595959;
	font-size: 13px;
}
.AcceptCookies .AcceptCookiesInfo{
	text-align: center;
	padding: 5.25px 0px;
	padding-right: 55px;
}
.AcceptCookies .AcceptCookiesInfo a{
	color: #595959;
	text-decoration: underline;
}
.AcceptCookies .AcceptCookiesInfo a:hover{
	color: #da171f;
}
.AcceptCookies .AcceptCookiesClose{
	float: right;
}
/* Contact Page */
body.ContactPage{
	background: #ffffff;
}
body.ContactPage .RedTitle{
	font-size: 25px;
	color: #cf0000;
	text-align: left;
	font-weight: bolder;
	padding: 36.25px 0px;
}
.ContactMap{
	height: 515px;
}
.FullWindowShadow{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 10001;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}
.gritter-item-wrapper.PopupAddToWishist .gritter-image{
	height: auto;
}
.gritter-item-wrapper.PopupAddToWishist .gritter-item a.PopupLink{
	background: #161616;
	text-align: center;
	border-radius: 3px;
	display: block;
	text-decoration: none;
	padding: 3px;
	margin-top: 6px;
}
.gritter-item-wrapper.PopupAddToWishist .gritter-item a.PopupLink:hover{
	background: #da171f;
}
.gritter-item-wrapper.PopupAddToWishist .gritter-item .LoginAction a{
	color: #ffffff;
}
[class*=" flaticon-"]::before{
	margin: 0px;
}
.gritter-item .capitalize_text{
	text-transform: lowercase;
	display: block;
}
.gritter-item .capitalize_text:first-letter{
	text-transform: uppercase;
}
.gritter-item .lowercase_text{
	text-transform: lowercase;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.gritter-item-wrapper.LoginUserXonInfo{
	color: #fff;
}
.gritter-item-wrapper.LoginUserXonInfo .gritter-item{
	color: #fff;
	background-color: #449d44;
	border:1px #398439 solid;
}
#gritter-notice-wrapper{
	max-width: calc(100% - 20px) !important;
}
/* Newsletter Fade Popup */
#NewsletterFadePopup{
	max-width: 728px;
	background: #161616;
	color: #ffffff;
	padding: 40px 50px;
	text-align: center;
	display: none;
	position: relative;
}
#NewsletterFadePopup .NewsletterFadePopup_close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
}
#NewsletterFadePopup .NewsletterFadePopup_close:hover{
	color: #9c9c9c;
}
#NewsletterFadePopup .NewsletterFadePopupContent{}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentImage{
	text-align: center;
	margin-bottom: 50px;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentImage img{
	text-align: center;
	max-height: 52px;
	margin: auto;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentTitle{
	font-size: 20px;
	text-align: center;
	display: block;
	font-weight: bold;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentDescription{
	text-align: center;
	font-size: 16px;
	margin-bottom: 25px;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentForm{
	margin: auto;
	display: block;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentForm #popup_form{
	margin: 0px;
	display: block;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentForm #popup_form .newsletter_input{
	padding-right: 10px;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentForm #popup_form .newsletter_input input{
	border-radius: 6px;
	background: #242424;
	font-size: 14px;
	padding: 13.5px 25px;
	border: none;
	width: 100%;
	color: #ffffff;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentForm #popup_form a{
	display: block;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #fffeff;
	color: #fffeff;
	padding: 10px 3.5px;
}
#NewsletterFadePopup .NewsletterFadePopupContent .NewsletterFadePopupContentForm #popup_form a:hover{
	background: #242424;
}