/* Add here all your css styles (customizations) */

.ThemeBorder{border: 1px solid #C3D021;}
.ThemeBackground{background-color:#C3D021; color:white;}
.SelectedThumb{ border: 1px solid #C3D021; border-radius:2px; box-shadow: 2px 2px 5px #C3D021; text-align:center;}

a, a:hover, a:visited, a:active {
    color: #C3D021;
    text-decoration: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #C3D021 !important;
    color:white !important;
    border-color:#C3D021;
    border-radius: 0 !important;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:visited {
    color:#C3D021 !important;
    background-color:white !important;
    border-radius: 0 !important;
}

.illustration-v2 .add-to-cart:hover {
	color: #fff;
	text-decoration: none;
	background: #C3D021;
	transition: background-color 0.2s ease-in-out;
}
        .LogoProfileLink:hover {
            color: #C3D021;
            border-color: #C3D021;
        }



.DefaultBackground{background:#C3D021; color:white;}
.ThemeFontColor{color:#C3D021;}
.OrangeBackground{background:#C3D021;}
.OrangeBackgroundLight1{ background:#F37C37;}
.OrangeBackgroundLight2{background:#F48B4D;}
.OrangeBackgroundLight3{background:	#F59A63;}
.OrangeBackgroundLight4{ background:#F6A979;}
.OrangeBackgroundLight5{background:	#F7B88F;}
.OrangeBackgroundLight6{background:#F8C7A5;}
.OrangeBackgroundLight7{ background:#F9D6BB;}
.OrangeBackgroundLight8{background:	#FAE5D1;}
.OrangeBackgroundLight9{background:	#FBF4E7;}


.OrangeBackgroundDark1{ background:#DA621E;}
.OrangeBackgroundDark2{ background:#C2571B;}
.OrangeBackgroundDark3{ background:#AA4C18;}
.OrangeBackgroundDark4{ background:#924115;}
.OrangeBackgroundDark5{ background:#7A3612;}
.OrangeBackgroundDark6{ background:#622B0F;}
.OrangeBackgroundDark7 {background:#4A200C;}
.OrangeBackgroundDark8{ background:#321509;}
.OrangeBackgroundDark9{ background:#1A0A06;}


@media(max-width:1199px){
             .container{width:100%;}
}

.pagination.pagination-v2 > li > a:hover, .pagination.pagination-v2 > .active > a, .pagination.pagination-v2 > .active > span, .pagination.pagination-v2 > .active > a:hover, .pagination.pagination-v2 > .active > span:hover, .pagination.pagination-v2 > .active > a:focus, .pagination.pagination-v2 > .active > span:focus {
    background: #C3D021 !important;
    border-color: #C3D021 !important;
    color:white !important;
}




