body {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    color: #48525e;
    font-family: arial;
    background-size: cover;
    background-color: #FCFEFD;
    background-repeat: no-repeat;
    background-position: top center;
    min-width: 958px;
    background-position: center center;
    background-attachment: fixed;
    overflow-x: hidden;
}

.shopMarker {
    background-image: url('/images/html/th/25x25_6/marker.png');
    background-size: cover;
    width: 17px;
    height: 25px;
    cursor: pointer;
}
.mapboxgl-popup {
    max-width: 200px;
}
.mapboxgl-popup-content {
    text-align: left;
    font-family: arial;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

ul.menu,
ol.menu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.calc-frame {
    max-height: 1000px !important;
    display: block;
    margin: 30px auto;
}
a img {
    border: none;
}
#questionsForm .g-recaptcha{
	display: block;
	margin: 15px auto 0px auto;
	text-align: center;
	width: 305px;
}
#questionsForm input[type="submit"]{
	border: 1px solid #cdcdcd;
    background-image: -webkit-gradient(linear, left top, right top, from(#DAE203), to(#C0C643));
    background-image: linear-gradient(to right, #DAE203, #C0C643);
    margin-top: 10px;
    font: 14px/28px arial;
    font-weight: normal;
    padding: 2px 50px;
    color: #55565A;
    background-color: #F2EAD2;
    font-weight: 700;
}
#questionsForm{ text-align:center; padding: 0px 20px 20px 20px; }
#questionsForm ul{ padding-left:0px; }
#questionsForm ul li{ list-style: none; }
.qf-selector{
	height: 34px;
	color: #48525E;
	cursor: pointer;
	font: 14px/34px arial;
	border: 1px solid #cdcdcd;
	padding: 2px 10px;
	width: 56%;
}
a.fb-item-news p{
    font-size:13px;
    margin-top:0px;
    color:#262626;
    display:block;
    height:150px;
}
div.fb-item-bg{
    width:100%;
    height:150px;
    overflow:hidden;
    display:block;

    text-align:center;
}
#pre-order-mail-dl{
    display:block;
    margin-bottom:50px;
}
.pre-order-mail{
    display: block;
    padding: 5px 10px;
    width: 65%;
    margin-top: 8px;

    border: solid #9b9b6d 2px;
}
.errorred-mail{
    border: solid #da4f4f 2px;
    background: #ffd9d9;
}
a.fb-item-news:hover{

}
a.fb-item-news p{
    color:#FFFFFF;
    background: #333333;
    padding:10px;
}
div.the-grad-fb{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    display: block;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 100px;
}
a.fb-item-news{
    display: inline-block;
    width: 47%;
    height:305px;
    overflow-y:hidden;
    text-decoration: none;
    margin: 6px;
    text-align: center;
    border: solid gray 1px;
    float: left;
    font-size:13px;
    position: relative;
}
textarea.qf-selector{ width:52%; height:100px; }
.qf-add-field{
	display:none;
	margin: 5px auto;
	width:53%;
}
.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

input[type='submit'],
label {
    cursor: pointer;
}

a.button {
    background: #3e454d !important;
    color: white !important;
    padding: 0px 15px !important;
    font: bold 12px/20px Arial !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    /* border-radius: 5px; */
    text-decoration: none;
    display: inline-block;
}

#orderform input[type="submit"],
div:not(#cookie-notification) button[type='submit'],
input[type='submit'].styled {
    background: #3e454d;
    color: white;
    padding: 4px 15px;
    font: bold 12px/20px Arial;
    /* border-radius: 5px; */
    text-decoration: none;
    display: inline-block;
    border: none;
    text-transform: uppercase;
}

/* hidding mobile stuff if present.  ...and they are */

#MobileBigCart,
#MobileMailinglist,
#MobileMenu,
#MobileFilters {
    display: none;
}

.errors,
.error {
    color: red;
}

.success {
    color: green;
}

.width_wrapper {
    margin: auto;
    width: 958px;
}

.valign,
.valign_p {
    visibility: hidden;
}

/* displayed after positioning */

#Hat {
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    z-index: 100;
}

#Hat .column {
    float: left;
    position: relative;
    height: 65px;
}

#Hat .first.column {
    width: 299px;
    height: 135px;
}

#Hat .right-side {
    width: 658px;
    float: left;
}

#Hat .right-side .column{
    padding-top: 13px;
}

#Hat .second.column {
    border-right: none;
}

#Hat .first.column .logo_link {
    display: inline-block;
    position: relative;
    height: 45px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#Hat > .width_wrapper {
    padding-bottom: 15px;
}
#Hat .first.column .logo_link img {
    /* position: absolute; */
}
#Hat .first.column .logo_link img {

    height: 90px;
}

#Hat .lang {
    display: inline-block;
    /* padding-right: 10px; */
    /* margin-left: 30px; */
    /* height: 100%; */
    /* float: left; */
    /* border-right: 1px solid #D7D7D7; */
    margin-left: 40px;
}

#Hat .lang li {
    /* float: left; */
    display: block;
    margin-right: 12px;
    margin-top: 5px;
}

#Hat .lang li.active a {
    font-weight: 700;
}

#Hat .lang li a {
    color: #55565A;
    text-decoration: none;
    text-transform: uppercase;
    font: normal 14px Arial;
}
.cart-icon-png{
	width: 30px;
	float: left;
	margin-right: 12px;
	margin-left:-5px;
	margin-top:-2px;
}
#Hat .second.column {
    text-align: center;
    padding-right: 11px;
    max-width: 260px;
    padding-top: 20px;
}

#Hat .second.column .basket_wrap {
    display: inline-block;
    width: 130px;
    text-align: left;
    line-height: 55px;
    padding-left: 0px;
	margin-top: -20px;
}

#Hat .second.column .basket {
    min-width: 65px;
    height: 29px;
    color: #55565A;
    font: 14px/29px arial;
    text-decoration: none;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    background-color: #ffffff;
    font-weight: 700;
    padding: 2px 7px;
    /* border-radius: 5px; */
}

#Hat .second.column .basket:after {
    content: '';
    display: block;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#Hat .second.column .basket .count {
    font-size: 16px;
}
#Hat .second.column {
    text-align: center;
    padding-right: 0px;
    max-width: 260px;
    padding-top: 36px;
    margin-bottom: -15px;
}

#Hat .second.column .sum {
    font: bold 16px/29px arial;
    color: #55565A;
    margin-left: 0px;
    padding-top: 1px;
    display: inline-block;
    max-width: 105px;
    vertical-align: top;
    line-height: 1.2em;
    position: relative;
    margin-top: 0px;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
}

#Hat .third.column {
    padding-left: 5px;
    float: right;
    text-align: right;
    line-height: 65px;
}

#Hat .third.column .login_wrap {
    position: relative;
    display: inline-block;
    text-align: right;
    z-index: 10;
}

#Hat .third.column .login_wrap.logged_in {
    font: 14px/42px Arial;
    padding-top: 0px;
    /* border-right: 1px solid #d7d7d7; */
    background-repeat: no-repeat;
    background-position: right 2px;
    cursor: pointer;
    padding-right: 20px;
    width: 190px;
    /* height: 42px; */
    overflow: hidden;
    line-height: 65px;
    padding-top: 5px;
    background-position: right -20px top 18px;
}

#Hat .third.column .error {
    color: white;
    background: red;
    margin-bottom: 7px;
    padding: 5px 10px;
}

#Hat .third.column .msg {
    color: black;
    background: lightgreen;
    margin-bottom: 7px;
    padding: 5px 10px;
}

#Hat .third.column .box {
    position: absolute;
    z-index: 10;
    left: -8px;
    top: 65px;
    background: white;
    border: 1px solid #d7d7d7;
    width: 285px;
    padding: 0px 0px 10px;
    /* -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px; */
    line-height: normal;
    display: none;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

#Hat .third.column .box.open {
    display: block;
}

#Hat .third.column .box .soc {
    margin-bottom: 10px;
    padding: 10px 20px 0px;
}

#Hat .third.column .box .soc > div {
    margin-bottom: 5px;
}

#Hat .third.column .box .soc a {
    text-decoration: none;
    color: black;
}

#Hat .third.column .box .soc img {
    vertical-align: middle;
}

#Hat .third.column .login_wrap a.trigger {
    font: bold 14px arial;
    text-decoration: none;
    color: #55565A;
    padding-right: 21px;
}

#Hat .third.column .login_wrap .form {
    position: absolute;
    display: none;
    width: 290px;
z-index: 100;
    /* height: 271px; */
    left: -10px;
    top: 65px;
    padding-left: 5px;
    background-color: #ffffff;
    /* border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; */
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    text-align: left;
}

#Hat .third.column .login_wrap .form .top {
    height: 20px;
    width: 100%;
}

#Hat .third.column .login_wrap .form .middle {
    width: 95%;
    padding-left: 5px;
}

#Hat .third.column .login_wrap .form .bottom {
    height: 40px;
    width: 100%;
}

#Hat .third.column .login_wrap .form.active {
    display: block;
}

#Hat .third.column .login_wrap .form input[type="text"],
#Hat .third.column .login_wrap .form input[type="password"] {
    /* background: url("/../../images/html/login_input.png"); */
    background-color: #F3F3F3;
    border: none;
    width: 211px;
    height: 33px;
    padding: 0px 10px;
    margin: 0px;
    margin-bottom: 12px;
}

#Hat .third.column .login_wrap .form {
    line-height: 16px;
}

#Hat .third.column .login_wrap .form label {
    font: 16px arial;
    line-height: 20px;
    color: #55565A;
    display: block;
}

#Hat .third.column .logout {
    color: white;
    background: #3e454d;
    font: 13px/26px Arial;
    text-transform: uppercase;
    padding: 0px 16px;
    text-decoration: none;
    /* border-radius: 5px; */
    display: block;
    width: 75%;
    margin: auto;
    text-align: center;
}

#Hat .third.column .login_wrap .form form {
    padding: 0px 10px 10px 26px;
    width: 231px;
}

#Hat .third.column .login_wrap .form form .recover {
    font: bold 16px/28px arial;
    display: block;
    float: left;
}

#Hat .third.column .login_wrap .form form input[type="submit"] {
    text-transform: uppercase;
    background: url("/../../images/html/login_submit.png");
    border: none;
    float: right;
    color: white;
    width: 91px;
    height: 28px;
}

#Hat .third.column .login_wrap .sep {
    width: 100%;
    height: 1px;
    background: #cccccc;
    clear: both;
    margin-top: 8px;
    margin-bottom: 9px;
}

.whityBG{
	display:block;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10000;
	background:#FFFFFF;
	opacity:0.8;
}


.whityCN input[type="submit"]{
	color:white;
	background:#3e454d;
	font: 13px/26px Arial;
	text-transform: uppercase;
	padding: 0px 16px;
	text-decoration: none;
	border-radius: 5px;
	display: block;
	margin: auto;
	text-align: center;
	border:none;
	margin-top:7px;
	padding-top:2px;
}
.whityCN{
	display:block;
	position:fixed;
	left:50%;
	top:20%;
	width:100%;
	z-index:11000;
	width:250px;
	margin-left:-145px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background:#FFF;
	padding: 20px;
	border: solid gray 1px;
}

#SocLoginWrap{ padding-top: 6px; width:95%; }

#SocLoginWrap .title {
    font: 16px arial;
    color: #48525e;
    padding-left: 26px;
    float: left;
    padding-top: 12px;
    margin-right: 20px;
}

#SocLoginWrap .icons {
    float: right;
	margin-right:10px;
}

#Hat .third.column .register_link {
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    color: white;

    /* width: 133px; */
    font: 14px/28px arial;
    text-align: center;
    margin-top: 8px;
    /* border-radius: 5px; */
    font-weight: 700;
    padding: 2px 20px;
}

#Head {
    width: 100%;
    height: 42px;
    position: relative;
    z-index: 1;
    padding-top: 7px;
}

#Head.no_slideshow,
#TopMenuWrap.no_slideshow {
    background: #FFF;
}

#TopMenuWrap.has_slideshow {
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

#SocNetworks {
    float: right;
    text-align: right;
    width: 150px;
    overflow: hidden;
    height: 32px;
    margin-top: 18px;
    z-index: 10;
    position: relative;
    padding-left: 25px;
}

#SocNetworks a {
    margin-right: 3px;
}
#SocNetworks img {
    width: 30px;
    height: 30px;
}
#CatalogSearch {
    float: right;
    width: 100%;
}

#CatalogSearch form {
    width: 100%;
}

#CatalogSearch select.styled {
    width: 179px;
    float: left;
}

/* styled selects */

#CatalogSearch .select-wrap {
    cursor: pointer;
    height: 32px;
    position: relative;
    width: 179px;
    float: left;
}

#CatalogSearch select.styled {
    height: 30px !important;
    line-height: 30px;
    position: relative;
    width: 179px !important;
    z-index: 3;
    cursor: pointer;
}

#CatalogSearch span.select {
    background-color: #ffffff;
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    bottom: 0;
    cursor: pointer;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    padding-right: 26px;
    position: absolute;
    text-indent: 10px;
    width: 153px;
    z-index: 1;
    font: 14px/30px arial;
    color: #48525e;
    border: 1px solid #cdcdcd;
	border-right:none;
}

#CatalogSearch span.select:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url("../../images/html/shopmenu_arrow.png");
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center center;
}

#CatalogSearch select.styled,
span.select {
    text-align: left !important;
}

#CatalogSearch select.styled {
    visibility: hidden;
}

#CatalogSearch select.styled.processed {
    visibility: visible;
}

/* -- */

#ProductList .perpage_wrap select {
    float: left;
}

#ProductList .perpage_wrap .select-wrap {
    cursor: pointer;
    height: 26px;
    position: relative;
    width: 58px;
    float: left;
}

#ProductList .perpage_wrap select.styled {
    height: 26px !important;
    line-height: 26px;
    position: relative;
    width: 58px !important;
    z-index: 3;
    cursor: pointer;
}

#ProductList .perpage_wrap span.select {
    background: url("/../../images/html/pagesize_select.png");
    bottom: 0;
    cursor: pointer;
    height: 26px;
    left: 0;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    width: 58px;
    z-index: 1;
    text-align: center;
    font: 14px/26px arial;
    color: #84868c;
}


/**/
#ProductList .itemsizes_wrap select {
    float: left;
}

#ProductList .itemsizes_wrap .select-wrap {
    cursor: pointer;
    height: 26px;
    position: relative;
    width: 58px;
    float: left;
}

#ProductList .itemsizes_wrap select.styled {
    height: 26px !important;
    line-height: 26px;
    position: relative;
    width: 58px !important;
    z-index: 3;
    cursor: pointer;
}

#ProductList .itemsizes_wrap span.select {
    background: url("/../../images/html/pagesize_select.png");
    bottom: 0;
    cursor: pointer;
    height: 26px;
    left: 0;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    width: 58px;
    z-index: 1;
    text-align: center;
    font: 14px/26px arial;
    color: #84868c;
}
/**/

#ProductList .perpage_wrap select.styled,
span.select {
    text-align: left !important;
}

/* -- */

#ProductList .order_wrap select {
    float: left;
}

#ProductList .order_wrap .select-wrap,
#ProductList .itemsizes_wrap .select-wrap,
#MobileFilters .select-wrap {
    cursor: pointer;
    height: 26px;
    position: relative;
    width: 185px;
    float: left;
}

#ProductList .order_wrap select.styled,
#ProductList .itemsizes_wrap select.styled,
#MobileFilters select.styled {
    height: 26px !important;
    line-height: 26px;
    position: relative;
    width: 185px !important;
    z-index: 3;
    cursor: pointer;
}

#ProductList .order_wrap span.select,
#ProductList .itemsizes_wrap span.select,
#MobileFilters span.select {
    background: url("/../../images/html/order_select.png");
    bottom: 0;
    cursor: pointer;
    height: 26px;
    left: 0;
    line-height: 26px;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    width: 185px;
    z-index: 1;
    text-align: center;
    font: 14px/26px arial;
    color: #84868c;
}

#ProductList .order_wrap select.styled,
span.select,
#MobileFilters select.styled,
span.select {
    text-align: left !important;
}

/* -- */

/* end of styled selects */

#CatalogSearch label {
    float: left;
    font: 16px/30px arial;
    height: 30px;
    color: #8d8d8d;
    padding-left: 10px;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    border-left: 0;
    border-right: 0;
    display: none;
}

#CatalogSearch input[type="text"] {
    float: left;
    border: none;
    color: #8d8d8d;
    padding: 0px 5px;
        padding-left: 5px;
    font: 16px/30px arial;
    margin: 0px;
    height: 30px;
    width: 380px;
    border: 1px solid #cdcdcd;
    border-right: 0;
    border-left: 0;
    padding-left: 30px;
}

#CatalogSearch ::-webkit-input-placeholder {
    color: #B6B7B8;
}

#CatalogSearch :-ms-input-placeholder {
    color: #B6B7B8;
}

#CatalogSearch ::placeholder {
    color: #B6B7B8;
}

#search_needle_wrap {
    position: relative;
}

#search_needle_wrap .loader_wrap {
    position: absolute;
    right: 15px;
    top: 15px;
}

#CatalogSearch input[type='submit'] {
    border: none;
    height: 32px;
    color: white;
    font: bold 14px/30px arial;
    text-transform: uppercase;
    width: 63px;
    background-color: #FFF;
    background-image: url("../../images/html/ormebeles/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
    padding: 0px;
    margin: 0px;
    padding-right: 44px;
    text-align: right;
    border: solid 1px #cdcdcd;
    border-left: none;
}

#ContactFormWrap {
    position: fixed;
    left: -283px;
    top: 260px;
    z-index: 10;
    background-color: #859500;
}

#ContactFormWrap .content {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: white;
    width: 255px;
    height: 276px;
    padding: 11px 14px;
    float: left;
}
#delivery-form #show-storage-map{
    display:none;
}
#ContactFormWrap .content label {
    display: block;
    font: 16px arial;
    color: #48525e;
}

#ContactFormWrap .content input[type="text"],
#ContactFormWrap .content textarea {
    background: #f3f3f3;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    /* border-radius: 5px; */
    width: 245px !important;
}

#ContactFormWrap .content input[type="text"].error,
#ContactFormWrap .content textarea.error,
#ContactFormWrap .content .security_code_wrap input[type='text'].error {
    border-color: red;
}

#ContactFormWrap .content input[type="text"] {
    height: 33px;
    font: 16px/33px arial;
    padding: 0px 5px;
    margin-bottom: 12px;
    margin-top: 3px;
}

#ContactFormWrap .content textarea {
    height: 52px !important;
    padding: 5px;
}

#ContactFormWrap .content .security_code_wrap a {
    border: 1px solid #cbcbcb;
    /* border-radius: 5px; */
    float: left;
    height: 23px;
    display: block;
    width: 77px;
    padding: 3px;
}

#ContactFormWrap .content .security_code_wrap a img {
    width: 75px;
    height: 23px;
}

#ContactFormWrap .content .security_code_wrap input[type='text'] {
    float: left;
    width: 85px !important;
    border: 1px solid #cbcbcb;
    /* border-radius: 5px; */
    padding: 0px 5px;
    height: 29px;
    background: white;
    margin: 0px;
    margin-left: 7px;
}

#ContactFormWrap .content input[type="submit"] {
    float: left;
    margin-left: 7px;
    background: #4c5560;
    /* border-radius: 5px; */
    border: 1px solid #4c5560;
    color: white;
    text-transform: uppercase;
    height: 29px;
    width: 59px;
}

#ContactFormWrap .label {
    width: 34px;
    height: 300px;
    float: left;
    margin-left: -7px;
    cursor: pointer;
}

#ContactFormWrap .label .text {
    width: 27px;
    height: 300px;
    background-position: center right;
    background-repeat: no-repeat;
}

#ContactFormWrap .label .text.lv {
    background-image: url("/../../images/html/contact_us_lv.png");
}

#ContactFormWrap .label .text.ru {
    background-image: url("/../../images/html/contact_us_ru.png");
}

#ContactFormWrap .label .text.en {
    background-image: url("/../../images/html/contact_us_en.png");
}

#ContactFormWrap .label .text.lt {
    background-image: url("/../../images/html/contact_us_lt.png");
}

#ContactFormWrap .label .text.ee {
    background-image: url("/../../images/html/contact_us_ee.png");
}

#HeaderBigSep {
    width: 100%;
    height: 0px;
}

#Slideshow {
    width: 958px;
    background-color: rgba(200, 200, 200, 0.6);
    height: 388px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

#Slideshow ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#Slideshow ul li {
    float: left;
    width: 958px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#Slideshow ul li a img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    width: 958px;
    height: 388px;
}

#Slideshow .track {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#Slideshow .track a {
    display: block;
}

#Slideshow .arrow {
    position: absolute;
    width: 24px;
    height: 44px;
    top: 175px;
    cursor: pointer;
    z-index: 3;
}

#Slideshow .arrow.right {
    background: url("/../../images/html/slidshow_arrow_right.png");
    right: 20px;
}

#Slideshow .arrow.left {
    background: url("/../../images/html/slidshow_arrow_left.png");
    left: 20px;
}

#Slideshow .bullets {
    position: absolute;
    right: 20px;
    bottom: 55px;
    background: url("/../../images/html/slideshow_bulletlist.png") repeat-x center left;
    height: 14px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 3;
    text-align: right;
}

#Slideshow .bullets li {
    display: inline-block;
    background: url("/../../images/html/slideshow_bullet.png");
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 7px;
}

#Slideshow .bullets li.first {
    margin-left: 0px;
}

#Body {
    width: 100%;
position: relative;
border-bottom: solid #dbdbdb 1px;
}

#Body .width_wrapper {
    background-color: #ffffff;
}

#TopMenu .firstlevel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#TopMenu .firstlevel > li {
    margin: 0px;
    padding: 0px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 158px;
    flex: 1 1 158px;
}#Footer .columns .second.column img, #Footer .columns .third.column img {
    height: 40px;
}

#TopMenu .firstlevel > li.first {
    border-left: none;
}

#TopMenu .firstlevel > li.last {
    border-right: none;
}

#TopMenu .sec_level {
    position: absolute;
    top: 50px;
    z-index: 1100;
    display: none;
}

#TopMenu .firstlevel > li:hover .sec_level {
    display: block;
}

#TopMenu .second_level_arrow {
    width: 100%;
    height: 6px;
    margin-top: 5px;
    margin-bottom: -1px;
    background: url("/../../images/html/topmenu_seclevel_arrow.png") no-repeat 30px 0px;
}

#TopMenu .second.menu {
    background: #3e454d;
    padding: 15px;
    /* border-radius: 5px; */
}

#TopMenu .second.menu li {
    line-height: 16px;
    width: 180px;
    background: url("/../../images/html/topmenu_seclevel_sep.png") repeat-x left bottom;
}

#TopMenu .second.menu li.last {
    background: none;
    padding-bottom: 0px;
}

#TopMenu .second.menu li.last a {
    padding-bottom: 0px;
}

#TopMenu .second.menu li.first,
#TopMenu .second.menu li.first a {
    padding-top: 0px;
}

#TopMenu .second.menu a {
    color: white;
    text-decoration: none;
    font: 16px/16px Arial;
    padding: 10px 0px;
    display: block;
}

#TopMenu .firstlevel > li > a > span {
    width: 12px;
    line-height: 50px;
    height: 6px;
    float: right;
    margin-top: 22px;
    margin-right: 10px;
}

#TopMenu .firstlevel > li > a {
    text-decoration: none;
    color: white;
    background: #17252D;
    border-top: 1px solid #17252D;
    font: bold 15px/50px arial;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px;
}

#TopMenu .firstlevel > li:first-child > a {
    border-left: 1px solid #17252D;
}

#TopMenu .firstlevel > li:last-child > a {
    border-right: 1px solid #17252D;
}

#TopMenu .firstlevel > li.has_submenu > a {
    background-position: 100px center;
    background-repeat: no-repeat;
}

#TopMenu .firstlevel > li.first a {
    /* border-top-left-radius: 7px; */
    width: 100%;
}

#TopMenu .firstlevel > li.last a {
    /* border-top-right-radius: 7px; */
    width: 100%;
}

#TopMenu .firstlevel > li.last > a span {
    background: none;
}

#BreadCrumbs {
    min-height: 18px;
    padding: 11px 0px;
    padding-left: 15px;
}

#BreadCrumbs a {
    font: 13px/18px arial;
    text-decoration: none;
    margin-right: 6px;
    color: #84868c;
}

#BreadCrumbs a:after {
    content: '\00bb';
    margin-left: 10px;
}

#BreadCrumbs a:last-child:after {
    display: none;
}

#BreadCrumbs a.active {
    text-decoration: underline;
    background: none;
}

#LeftColumn {
    float: left;
    width: 230px;
    margin-right: 5px;
    /* margin-left: 15px; */
}

#LeftColumn .box {
    border: 1px solid #d7d7d7;
    /* border-radius: 7px; */
    margin-bottom: 15px;
}

#LeftColumn .box .title {
    font: bold 18px/46px Arial;
    color: #48525e;
    border-bottom: 4px solid black;
    background: #f0f0f0;
    /* -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
    padding-left: 27px;
}

#LeftColumn .box .content {
    background: white;
}

#CatalogMenu > ul > li,
#CatalogFilter > form > ul > li {
    border-bottom: 1px solid #cccccc;
    background: white;
}

#CatalogMenu > ul > li.last,
#CatalogFilter > form > ul > li.last {
    border-bottom: none;
    /* -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; */
    overflow: hidden;
}

#CatalogMenu > ul > li > a,
#CatalogFilter li > div.head {
    text-decoration: none;
    color: #48525e;
    font: bold 14px/20px arial;
    padding-left: 27px;
    display: block;

    /*min-height: 50px;*/
    padding-right: 30px;
    cursor: pointer;
    background: url("/../../images/html/shopmenu_arrow.png") no-repeat 205px center white;
}

#CatalogMenu > ul > li.active > a {
    color: #859500;
}

#CatalogMenu > ul > li.forced-change>a,
#CatalogMenu > ul > li > ul > li.forced-change>a,
#mobile-menu > ul > li.forced-change>a,
#CategoryList > div > div>.forced-change,
#mobile-menu > ul > li.forced-change,
#CategoryList h1.black-title,
#ProductList h1.black-title{
	color:#FFFFFF !important;
	background:#333333  !important;
}
#CategoryList > div > div>.forced-change>a{ color:#FFFFFF !important; }
#ProductList > div > div>.forced-change>a{ color:#FFFFFF !important; }
#CategoryList > div > div>.forced-change-image,
#ProductList > div > div>.forced-change-image{
	border-left: solid #000000 1px !important;
	border-right: solid #000000 1px !important;
	border-top: solid #000000 1px !important;
}


#CatalogMenu > ul > li > ul > li.forced-change > a{
	color:#000000 !important;
	background:#FFFFFF  !important;
}

#CategoryList > div > div > .forced-change{
	background:#FFFFFF  !important;
	border: solid #000000 1px;
}
#CategoryList > div > div > .forced-change a,
#CategoryList > div > div > .forced-change a span{
	color: #000000;
}


#CategoryList h1.black-title,
#ProductList h1.black-title{
	padding: 8px 10px;
	margin: 0px 12px;
    margin-bottom: 0px;
	margin-bottom: 10px;
	font-size: 23px;
	padding-bottom: 10px;
	padding-right: 5px;
	line-height: 25px;
}

#ProductList h1.black-title{
	margin:0px;
	line-height: 25px;
}

div#timer { float:right; margin-right:6px; }
div#timer div {
	display: inline-block;
	line-height: 1;
	padding: 9px 3px 8px 3px;
	font-size: 40px;
}

div#timer span {
  display: block;
  font-size: 10px;
  color: white;
  float:right;
  margin-left:2px;
}

div#timer #days {
  font-size: 20px;
  color: #ffc2c0;
}
div#timer #hours {
  font-size: 20px;
  color: #f7a668;
}
div#timer #minutes {
  font-size: 20px;
  color: #f6da74;
}
div#timer #seconds {
  font-size: 20px;
  color: #abcd58;
}


.jst-hours {
  float: left;
}
.jst-minutes {
  float: left;
}
.jst-seconds {
  float: left;
}
.jst-clearDiv {
  clear: both;
}

.bodyTimeoutBackground {
  background: white;
}

.black-timer{ float: right;
margin-top: -50px;
margin-right: 20px; font-family:arial; font-weight: 700; }
.black-timer-sub{ margin-top: -45px; }
.black-timer .timer-quick{ background: #b5bb27; padding: 5px 20px; }

#CatalogFilter li > div.head {
    min-height: 50px;
}

#CatalogFilter li > div.content {
    font: 16px/21px arial;
    padding-bottom: 0px;
    height: 0px;
    min-height: 0px;
    overflow: hidden;
    padding-left: 27px;
    padding-right: 30px;
}

#CatalogFilter li.open > div.content {
    height: auto;
    min-height: 50px;
}

#CatalogFilter li > div.content .line {
    margin-bottom: 10px;
}

#CatalogMenu > ul > li.open > a,
#CatalogFilter ul > li.open > div.head {
    background: url("/../../images/html/shopmenu_arrow_open.png") no-repeat 203px center white;
}

#CatalogFilter .clear {
    text-align: center;
    background: #f9f9f9;
    padding: 12px;
    /* -webkit-border-bottom-left-radius: 710px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; */
}

#CatalogFilter input.price,
#MobileFilters input.price {
    width: 40px;
    padding: 0px 5px;
    border: 1px solid #d7d7d7;
}

#priceslider {
    height: 18px;
    width: 175px;
    position: relative;
    margin: 5px auto;
    border: none;
    background: url("/../../images/html/priceslide_bg.png") no-repeat left center;
}

#priceslider .ui-slider-handle {
    display: block;
    height: 18px;
    width: 18px;
    left: 0px;
    top: 0px;
    border: none;
    position: absolute;
    background: url("/../../images/html/priceslide_handle.png") no-repeat left center;
}

.ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: 6px;
    position: absolute;
}

#CatalogFilter input[type="submit"] {
    background: #5c5560;
    text-transform: uppercase;
    /* border-radius: 5px; */
    color: white;
    font: 14px/28px arial;
    border: none;
    height: 28px;
    width: 80%;
}

#CatalogFilter input[name="Filter"] {
    margin-bottom: 5px;
}

#CatalogMenu li a {
    padding: 15px 0px;
}

/* second level */

#CatalogMenu > ul > li > ul > li a {
    text-decoration: none;
    color: #48525e;
    padding-left: 27px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    font: 16px/16px arial;
    display: block;
}
#CatalogMenu ul li.active>a{
	color:#91953f;
}

#CatalogMenu ul ul ul li a:hover {
    text-decoration: underline;
}

#CatalogMenu ul ul.menu {
    display: none;
}

/* move 10 forward */

#CatalogMenu ul ul.menu li {
    padding-left: 10px;
}

/* move 10px back */

#CatalogMenu ul ul.menu li a {
    padding-left: 17px;
}

#CatalogMenu ul li.active > ul.menu {
    display: block;
}

#MailingListBox .content {
    padding: 12px 27px;
    /* -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px; */
}

#MailingList label {
    display: block;
    font: 14px arial;
    color: #48525e;
    margin-bottom: 5px;
}

#MailingList input[type="text"] {
    border: 1px solid #e1e1e1;
    /* border-radius: 5px; */
    width: 165px;
    padding: 0px 5px;
    font: 16px/20px arial;
    height: 30px;
    margin-bottom: 11px;
}

#MailingList input[type="submit"] {
    color: white;
    /* border-radius: 5px; */
    width: 175px;
    border: none;
    height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

#RightColumn {
    float: left;
    width: 707px;
}

#RightColumn .box {
    /* border: 1px solid #d7d7d7; */
    /* border-radius: 7px; */
    margin-bottom: 15px;
    background: white;
}

#ProductList {
    border-bottom: 20px;
}

#ProductList .list .image a {
    display: block;
}

#ProductList .header,
#CategoryList .header {
    /* background: #f0f0f0; */
    /* border-bottom: 1px solid #cccccc; */
    height: 52px;
    /* -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
    line-height: 52px;
}

#ProductList .header,
#CategoryList .header {
    font: 14px/52px arial;
    color: #84868c;
    padding-left: 15px;
	height: auto;
}

#Catalog .header .currency_menu {
    padding-left: 11px;
    float: left;
}

#Catalog .header .currency_menu a {
    color: #84868c;
    text-decoration: none;
}

#Catalog .header .currency_menu a.active {
    font-weight: bold;
}

#CategoryList h1 {
    font: bold 16px arial;
    text-transform: uppercase;
    padding-left: 11px;
    margin: 0px;
    margin-bottom: 13px;
}

#CategoryList .list {
    padding: 0px 12px;
}

#CategoryList .category {
    float: left;
    height: 185px;
    width: 154px;
    border: 1px solid #e5e5e5;
    /* border-radius: 5px; */
    margin-right: 18px;
    margin-bottom: 19px;
    overflow: hidden;
}

#CategoryList .category.last {
    margin-right: 0px;
}

#CategoryList .category .image {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    height: 117px;
}

#CategoryList .category .image a {
    display: block;
}

#CategoryList .category .link a {
    text-decoration: none;
	color: #747C81;
	display: block;
	height: 60px;
	padding: 0px 5px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	line-height: 18px;
}

#CategoryList .category .link a span {
    display: block;
}

#ProductList {
    /* margin-right: 15px; */
}

#ProductList .header .options {
    float: right;
    text-align: right;
    /* margin-right: 7px; */
}

#ProductList .header .options .itemsizes_wrap {
    display: inline-block;
    margin-left: 7px;
    margin-top: 14px;
}

#ProductList .header .options .perpage_wrap {
    display: inline-block;
    margin-left: 7px;
    margin-top: 14px;
}

#ProductList .header .options .order_wrap {
    display: inline-block;
    margin-left: 7px;
    margin-top: 14px;
}

#ProductList .header .options .list_type {
    display: inline-block;
    margin-left: 22px;
}

#ProductList .header .options .list_type a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 26px;
    height: 25px;
}

#ProductList .header .options .list_type a:last-of-type {
    margin-right: 0;
}

#ProductList .header .options .list_type a.grid {
    background: url("/../../images/html/grid_list.png") no-repeat center center;
}

#ProductList .header .options .list_type a.list {
    background: url("/../../images/html/order_list.png") no-repeat center center;
}

#ProductList .pagination {
    padding: 0px 12px;
    font: 14px/23px arial;
    color: #84868C;
}

#ProductList .pagination.bottom {
    margin-bottom: 10px;
}

#ProductList .pagination .text {
    float: left;
}

#ProductList .pagination .pages {
    float: right;
}

#ProductList .pagination.bottom .pages {
    margin: auto;
    float: none;
    text-align: center;
}

#ProductList .pagination .pages a,
#ProductList .pagination .pages span {
    text-decoration: none;
    color: #48525e;
    font: 14px/24px arial;
    display: inline-block;
    margin-right: 4px;
    border: 1px solid #d9d9d9;
    /* border-radius: 3px; */
    min-width: 25px;
    text-align: center;
}

#ProductList .pagination .pages a.next {
    margin-right: 0px;
    margin-left: 5px;
}

#ProductList .pagination .pages a.prev {
    margin-right: 11px;
}

#ProductList > .grid,
#ProductList > .list {
    padding: 12px;
    padding-right: 0;
	clear:both;
}

#ProductList .no_products {
    text-align: center;
    font-weight: bold;
    margin-bottom: 13px;
}

#TabbedProducts {
    margin-left: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
}

#ProductList .grid .product,
#TabbedProducts .product {
    float: left;
    height: 465px;
    margin-right: 14px;
    margin-bottom: 12px;
    width: 220px;
    border: 1px solid #e5e5e5;
    /* border-radius: 5px; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#ProductList .grid .product:nth-child(3n),
#TabbedProducts .product:nth-child(3n) {
    margin-right: 0;
}

#ProductList .grid .product .image,
#TabbedProducts .product .image {
    width: 217px;
    height: 115px;
    margin-top: 3px;
    margin-left: 4px;
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
}

#ProductList .grid .product .image .ratings,
#TabbedProducts .product .image .ratings {
    position: absolute;
    left: 8px;
    top: 1px;
    z-index: 2;
}

#ProductList .grid .product .image .overlay,
#TabbedProducts .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 154px;
    height: 117px;
    background: url("/../../images/html/product_image_overlay.png");
    display: none;
    z-index: 1;
}

#ProductList .grid .product.animate .image .overlay,
#TabbedProducts .product.animate .image .overlay {
    display: block;
}

#ProductList .grid .product .info,
#TabbedProducts .info {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    padding: 4px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#ProductList .grid .product .info,
#TabbedProducts .info {
    font-size: 14px;
}

#ProductList .grid .product .info span.price,
#TabbedProducts .info span.price {
    font-size: 16px;
    font-weight: 700;
}

#ProductList .grid .product .info span.price.has_discount,
#TabbedProducts .info span.price.has_discount {
    font-weight: 400;
    font-size: 14px;
    color: #CC0000;
    text-decoration: line-through;
}

#ProductList .grid .product .info span.sale_price,
#TabbedProducts .info span.sale_price {
    font-size: 16px;
    font-weight: 700;
}

#ProductList .grid .product .info .row:after,
#TabbedProducts .info .row:after {
    content: '';
    display: block;
    clear: both;
}

#ProductList .grid .product .info .row span:last-child,
#TabbedProducts .info .row span:last-child {
    float: right;
}

#ProductList .grid .product .info .price.has_discount,
#TabbedProducts .price.has_discount {
    line-height: 16px;
}

#ProductList .grid .product .info .price.has_discount span,
#TabbedProducts .price.has_discount span {
    line-height: 22px;
}

#ProductList .grid .product .info .price .discounted_price,
#TabbedProducts .price .discounted_price {
    font: bold 16px/16px arial;
    color: black;
    text-decoration: line-through;
}

#ProductList .grid .product .info .prices,
#TabbedProducts .prices {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ProductList .grid .product .info .prices .row,
#TabbedProducts .prices .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

#ProductList .grid .product .name,
#TabbedProducts .name {
    padding: 5px 9px;
    text-align: center;
    margin-top: 10px;
}

#ProductList .grid .product .name a,
#TabbedProducts .name a {
    color: #212121;
    text-decoration: none;
    padding: 5px 9px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

#ProductList .grid .product .info .name a,
#TabbedProducts .name a {
    color: #616161;
    text-decoration: none;
    display: block;
}

#ProductList .grid .product .info .actions,
#TabbedProducts .actions {
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#ProductList .grid .product .info .actions a,
#ProductList .list .product .actions a,
#TabbedProducts .actions a {
    text-decoration: none;
    color: #55565A;
    font: 14px/28px arial;
    display: block;
    float: left;
    /* border-radius: 3px; */
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #F2EAD2;
    font-weight: 700;
}

#ProductList .grid .product .info .actions a.view,
#ProductList .list .product .actions a.view,
#TabbedProducts .actions a.view {
    width: 100%;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

#ProductList .grid .product .info .actions a.buy,
#ProductList .list .product .actions a.buy,
#TabbedProducts .actions a.buy {
    width: 100%;
    border: 1px solid #cdcdcd;
    background-image: -webkit-gradient(linear, left top, right top, from(#DAE203), to(#C0C643));
    background-image: linear-gradient(to right, #DAE203, #C0C643);
    margin-top: 10px;
}

#ProductList .grid .product .info .actions a.buy:before,
#ProductList .list .product .actions a.buy:before,
#TabbedProducts .actions a.buy:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 16px;
    background-image: url("../../images/html/basket.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

#ProductList .grid .product .info .actions a.cheaper,
#ProductList .list .product .actions a.cheaper,
#TabbedProducts .actions a.cheaper,
a.cheaper {
    color: #859500;
    font-weight: 400;
    background-color: transparent;
    float: none;
}
#PageContent li {
    font-size: 13px;
    margin-bottom: 10px;
}
#ProductList .grid .product .info .actions.no_add a.view,
#ProductList .list .product .actions.no_add a.view,
#TabbedProducts .actions.no_add a.view {
    width: 100%;
}

#ProductList .list .product .actions.no_add a.view {
    width: 90%;
    margin: auto;
}

#ProductList .list .product .actions a {
    display: inline-block;
    float: none;
}

#ProductList .grid .product .featured,
#ProductList .grid .product .new,
#ProductList .grid .product .top,
#TabbedProducts .product .featured,
#TabbedProducts .product .new,
#TabbedProducts .product .top {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    width: 56px;
    height: 54px;
}

#ProductList .grid .product.featured .featured,
#ProductList .grid .product.new .new,
#ProductList .grid .product.top .top,
#TabbedProducts .product.featured .featured,
#TabbedProducts .product.new .new,
#TabbedProducts .product.top .top {
    display: block;
}

#ProductList .grid .product.featured .featured,
#ProductList .list .product.featured .featured,
#TabbedProducts .product.featured .featured {
    background: url("/../../images/html/label_featured.png");
}

#ProductList .grid .product.new .new,
#ProductList .list .product.new .new,
#TabbedProducts .product.new .new {
    background: url("/../../images/html/label_new.png");
}

#ProductList .grid .product.top .top,
#ProductList .list .product.top .top,
#TabbedProducts .product.top .top {
    background: url("/../../images/html/label_top.png");
}

#ProductList .list .product {
    border: 1px solid #e5e5e5;
    /* border-radius: 5px; */
    margin-bottom: 15px;
}

#ProductList .list .product .featured,
#ProductList .list .product .new,
#ProductList .list .product .top {
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
    width: 56px;
    height: 54px;
}

#ProductList .list .product.featured .featured,
#ProductList .list .product.new .new,
#ProductList .list .product.top .top {
    display: block;
}

#ProductList .list .product .image {
    float: left;
    height: 126px;
    width: 150px;
    text-align: center;
}

#ProductList .list .product .info {
    width: 350px;
    height: 116px;
    float: left;
    position: relative;
    padding: 10px 5px;
    border-right: 1px solid #e5e5e5;
}

#ProductList .list .product .info .name {
    font: bold 16px Arial;
    margin-bottom: 10px;
}

#ProductList .list .product .info .name a {
    color: #48525e;
    text-decoration: none;
}

#ProductList .list .product .actions {
    float: left;
    padding-top: 15px;
    width: 169px;
}

#ProductList .list .product .actions .old_price {
    font: bold 16px/22px arial;
    height: 22px;
    width: 100%;
    text-decoration: line-through;
    text-align: center;
}

#ProductList .list .product .actions .price {
    font: bold 22px arial;
    margin-bottom: 10px;
    text-align: center;
}

#ProductList .list .product .actions .buttons {
    text-align: center;
}

.labels_description {
    border-top: 1px solid #e7e7e7;
    background: #f9f9f9;
    height: 37px;
    line-height: 37px;
    /* -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; */
    margin-top: 10px;
    font: 16px/37px arial;
    color: #48525e;
    padding: 0px 10px;
}

.labels_description img {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 0px;
}

#TabbedProducts {
    margin-top: 30px;
    padding-bottom: 20px;
}

#TabbedProducts .tab {
    font: 18px/30px Arial;
    font-weight: 700;
    background: #f0f0f0;
    color: #48525e;
    float: left;
    height: 30px;
    width: 50%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#TabbedProducts .tab.active {
    background: white;
    border-bottom: none;
    color: #55565A !important;
}

#TabbedProducts .tab.active:first-child {
    margin-right: -1px;
    width: 50%;

    /* box-sizing:  border-box; */
}

#TabbedProducts .content {
    border-top: none;
    margin-top: 10px;
    overflow: hidden;
    background: white;
}

#TabbedProducts .track_wrap {
    overflow: hidden;
}

#TabbedProducts .content .track .empty {
    font: bold 16px Verdana;
    text-align: center;
}

#TabbedProducts .content .track {
    height: 472px;
    overflow: hidden;
    position: relative;
}

.slick-button-slide {
    border: solid #DAE203;
    border-width: 0 3px 3px 0;
    /* display: none !important; */
    padding: 10px;
    position: absolute;
    z-index: 999;
    background: transparent;
    cursor: pointer;
    bottom: 54%;
}

.slick-button-slide:hover, .slick-button-slide:focus {
    outline: none;
  }

.slick-prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 10px;
}

.slick-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 25px;
}

#TabbedProducts .content .track .loading {
    margin-top: 20px;
}

#TabbedProducts .content .group {
    float: left;
}

#TabbedProducts .product {
    margin-bottom: 0px;
}

#Product #TabbedProducts {
    margin-bottom: 0;
    padding-bottom: 0;
}

#Product #TabbedProducts .product {
    width: 197px;
}

#TabbedProducts .bullets {
    text-align: center;
    margin-top: 13px;
    display: none;
}

#TabbedProducts .bullets ul {
    background: url("/../../images/html/slideshow_bulletlist.png") repeat-x center left;
    height: 14px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 3;
    text-align: center;
    display: inline-block;
}

#TabbedProducts .bullets li {
    display: inline-block;
    background: url("/../../images/html/slideshow_bullet.png");
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 10px;
}

#TabbedProducts .bullets li.first {
    margin-left: 0px;
}

#TabbedProducts .bullets .left,
#TabbedProducts .bullets .right {
    display: none;
    width: 10px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

#TabbedProducts .bullets .left {
    background: url("/../../images/html/tabbed_products_slide_left.png");
    margin-right: 14px;
}

#TabbedProducts .bullets .right {
    background: url("/../../images/html/tabbed_products_slide_right.png");
    margin-left: 14px;
}

#Footer {
    background: #FFF;
    width: 100%;
    min-height: 233px;
    position: relative;
    z-index: 100;
}

#Footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
	text-align:center;
}

#Footer ul a {
    text-decoration: none;
    color: #BBBBBB;
    font: 16px Arial;
}

#Footer ul ul {
    margin-top: 10px;
}

#Footer ul ul a {
    font-size: 13px;
}

#Footer .menu > ul > li {
	display: block;
	float: left;
	margin-top: 23px;
	width: 33%;
}
#Footer .menu > ul > li:nth-of-type(2) {
    display: none;
}
#Footer li:first-child {
    text-align: left;
}


#Footer .menu > ul > li.last {
    margin-right: 0px;

}

#Footer > div > ul > li > ul {
    display: none;
}
#Footer .menu > ul > li.last {
    margin-right: 0px;
    text-align: right;
}

#Footer .menu > ul > li > a {
    font-weight: bold;
	color: #17252D;
}

#Footer .columns {

    padding: 2px 0px;
    margin-top: 20px;
}

#Footer .columns .column {
   float: left;
	width: 33%;
	height: 87px;
}
#Footer .columns .third.column {
    text-align: right !important;
}
#Footer .columns .column .title {
    font: 16px arial;
    color: #b9b9b9;
    margin-bottom: 15px;
	display:none;
}

#Footer .columns .first.column {
    font: 16px arial;
    color: #b9b9b9;
	text-align: left;
	font: 16px arial;
    line-height: normal;
color: #17252D;
line-height: 20px;
}

#Footer .columns .first.column img {
    vertical-align: middle;
    margin-right: 12px;
	display:none;
}

#Footer .columns .second.column,
#Footer .columns .third.column {
    text-align: center;
}

#Footer .columns .fourth.column {
    background: none;
    padding-left: 36px;
    width: 220px;
}

#Footer .copyrights {
    text-align: center;
    color: #a9a9a9;
    font-size: 12px;
    padding-bottom: 10px;
}
#Footer .width_wrapper {
    width: 700px;
}
/* checkboxes */

/**
 * CSS File for ezMark jQuery Plugin
 *
 **/

.ez-hide {
    opacity: 0;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0;
}

.ez-checkbox {
    background: #FFF;
    border: 1px solid #E6E6E6;
    display: inline-block;
    height: 27px;
    width: 27px;
    cursor: pointer;
    /* border-radius: 3px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
}

.ez-checked {
    background-image: url("/../../images/html/check.png");
}

.ez-selected {
    background-image: url("/../../images/html/check.png");
}

.ez-checked-green {
    background-position: 0 -18px;
}

.ez-checkbox,
.ez-radio {
    display: inline-block;
    vertical-align: top;

    /* margin-top:4px; */
}

#orderform .ez-checkbox{
    vertical-align: middle;
}

/* End of checkboxes */

#Product {
    border: solid 1px #cdcdcd;
    /* border-radius: 7px; */
    margin-left: 10px;
    margin-right: 15px;
    padding: 15px;
}

#Product h1.title {
    font: bold 24px arial;
    color: #48525e;
    margin-bottom: 0px;
    margin-top: 0px;
}

#Product .small_text {
    color: #48525e;
    font: 18px arial;
    margin-bottom: 10px;
}

#Product .wrap {
    padding: 10px 0;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    /* border-radius: 7px; */
}

#Product .wrap .columns {
    margin-bottom: 23px;
}

#Product .columns {
    position: relative;
    z-index: 20;
}

#Product .columns .column {
    float: left;
}

#Product .columns .column.one {
    width: 410px;
    background: white;
    margin-right: 26px;
    min-height: 20px;

    /* padding-left: 20px; */
}

#Product .columns .column.two {
    width: 210px;
    min-height: 20px;
    padding-top: 20px;

    /* padding-right: 30px; */
}

#ProductImages {
    /* border: 1px solid #e5e5e5; */
    background-color: #F0F0F0;
    padding: 0 10px;
    /* border-radius: 5px; */

    /*height: 463px;*/
    padding-bottom: 10px;
}

#ProductImages .main {
    /* height: 340px; */
    /* border-bottom: 1px solid #e7e7e7; */
    text-align: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 275px;
}

#ProductImages .main .arrow {
    position: absolute;
    width: 24px;
    height: 44px;
    top: 178px;
    cursor: pointer;
    display: none;
}

#ProductImages .main .arrow.left {
    left: 9px;
    background: url("/../../images/html/product_arrow_left.png");
}

#ProductImages .main .arrow.right {
    right: 9px;
    background: url("/../../images/html/product_arrow_right.png");
}

#ProductImages .main a {
    display: block;
}

#ProductImages .main img {
    max-width: 100%;
}

#ProductImages .rest {
    height: 70px;
    overflow: hidden;
    position: relative;

    /* padding-left: 25px; */
    /* padding-right: 25px; */
}

#ProductImages .rest ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 70px;
}

#ProductImages .rest ul li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    width: 100px;
    text-align: center;
    opacity: 0.7;
}

#ProductImages .rest ul li.active {
    opacity: 1;
}

#ProductImages .rest ul li img {
    max-width: 70px;
    /* max-height: 50px; */
}

#ProductImages .rest .arrow {
    position: absolute;
    top: 0px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-color: #F7EFD8;
    border: solid 1px #E3D9BD;
    top: 50%;
    z-index: 10;
    background-image: url("/../../images/html/ormebeles/login_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    /* border-radius: 5px; */
}

#ProductImages .rest .arrow.left {
    left: 0px;
}

#ProductImages .rest .arrow.right {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 0px;
}

#ProductImages .rest .track_wrap {
    height: 70px;
    overflow: hidden;
    position: relative;
}

#ProductImages .rest .arrow + .track_wrap {
    margin-left: 30px;
    margin-right: 30px;
}

#ProductImages .rest .arrow + .track_wrap li:first-child {
    margin-left: 5px;
}

#ProductImages .rest .track_wrap li:first-child {
    margin-left: 0;
}

#ProductImages .rest .track {
    position: absolute;
    left: 0px;

    /* margin-left: 30px; */
}

#Product .columns .column.two .data label {
    margin-bottom: 10px;
    display: inline-block;
}

#Product .columns .column.two .data .price_box {
    padding: 6px 0;
    background: white;
    border-bottom: 4px solid white;

    /* color should be overwritten */
    /* -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
}

#Product .columns .column.two .data .price_box .label {
    float: left;
    font: 14px Arial;
    color: #48525e;
}

#Product .columns .column.two .data .price_box .price {
    float: right;
    font: bold 22px Arial;
    padding-left: 20px;
}

#Product .columns .column.two .data .price_box .price .old {
    color: black;
    font: bold 16px/14px arial;
    float: right;
    text-decoration: line-through;
}

#Product .columns .column.two .data .line {
    padding: 6px 0;
    font: 14px Arial;
    color: #48525e;
}

#Product .columns .column.two .data .line.brand img {
    vertical-align: middle;
}

#Product .columns .column.two .data .line .stars {
    float: right;
    cursor: default;
}

#Product .columns .column.two .data .line .rating_tip {
    font-size: 11px;
    color: #48525e;
}

#Product .columns .column.two .data .line .stars img {
    cursor: pointer;
}

#Product .columns .column.two .data .line .colors {
    margin-top: 5px;
}

#Product .columns .column.two .data .line .colors .color {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    cursor: pointer;
    position: relative;

    /*border: 1px solid black;*/
}

#Product .columns .column.two .data .line .colors .color:hover {
    z-index: 2;
}

#Product .columns .column.two .data .line .colors .color div.popup {
    display: none;
    position: absolute;
    width: 140px;
    height: 140px;
    border: 1px solid #6d808b;
    padding: 5px;
    background: white;
    -webkit-box-shadow: 7px 7px 5px 0px #d8d5d5;
    box-shadow: 7px 7px 5px 0px #d8d5d5;
    top: 26px;
    z-index: 2;
}

#Product .columns .column.two .data .line .colors .color.active:hover .popup {
    width: 140px;
    height: 140px;
    border: 1px solid #6d808b;
}

#Product .columns .column.two .data .line .colors .color:hover .popup {
    display: block;
}

#Product .columns .column.two .data .line .colors .color.active .main {
    margin-top: 0px;
    margin-left: 0px;
}

#Product .columns .column.two .data .line .colors .color.active .main img {
    position: relative;
    left: 0px;
    top: 0px;
    border: 1px solid black;
    height: 20px !important;
    width: 20px !important;
}

#Product .columns .column.two .data .line .colors .color.active > div {
    border: 1px solid white;
    height: 18px;
    width: 18px;
    margin-top: 1px;
    margin-left: 1px;
}

#Product .columns .column.two .data .line .sizes {
    margin-top: 5px;
}

#Product .columns .column.two .data .line .sizes .size {
    float: left;
    margin-right: 20px;
}

#Product .columns .column.two .data .line .volumes {
    margin-top: 5px;
}

#Product .columns .column.two .data .line .volumes .select-wrap {
    cursor: pointer;
    float: left;
    height: 40px;

    /* height: 27px; */
    position: relative;

    /* width: 196px; */
    /* line-height:  34px; */
}

#Product .columns .column.two .data .line .volumes span.select {
    /* background: url("/../../images/html/volume_select.png"); */
    bottom: 0;
    color: #48525E;
    cursor: pointer;
    font: 16px/27px arial;
    height: 40px;
    line-height: 44px;
    left: 0;
    overflow: hidden;
    padding-right: 26px;
    position: absolute;
    text-indent: 10px;
    width: 100%;
    z-index: 1;
    background-size: 100% 100%;
}

#Product .columns .column.two .data .line .volumes span.select #Product .columns .column.two .data .line .volumes select.styled {
    cursor: pointer;
    height: 27px !important;
    line-height: 27px;
    position: relative;
    width: 196px !important;
    z-index: 3;
}

#Product .columns .column.two .data .buy {
    background: white;
    padding: 6px 0;
    font: 14px Arial;
    color: #48525e;
    text-align: center;
}

#Product .columns .column.two .data .buy .count {
    margin-top: 5px;
    text-align: left;
}

#Product .columns .column.two .data .buy input[type='text'] {
    float: right;
    width: 100%;
    height: 40px;
    /* border-radius: 5px; */
    border: 1px solid #d7d7d7;
    padding: 0 10px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#Product .btn,
#custom-size-form button.btn,
#Product .columns .column.two .data .buy button[type='submit'] {
    display: block;
    margin: auto;
    height: 40px;
    border: none;
    width: 100%;
    font: 14px Arial;
    /* border-radius: 6px; */
    margin-top: 18px;
    margin-bottom: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#DAE203), to(#C0C643));
    background-image: linear-gradient(to right, #DAE203, #C0C643);
    color: #393939;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#BigCart table tr td a {
    font-size: 13px;
}
#BigCart table tr td {
    height: 50px;
    font-size: 12px;
}
#Product .columns .column.two .data .buy button[type='submit']:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 18px;
    background-image: url("../../images/html/basket.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

#Product .columns .column.two .soc_wrap {
    width: 231px;
    height: 90px;
    margin-top: 10px;
}

#Product .columns .column.two .soc_wrap .content {
    padding: 17px 11px 7px;
    height: 64px;
}

#Product .columns .column.two .soc_wrap .content .text {
    font: 18px/18px Arial;
    color: #48525e;
    text-align: center;
    margin-bottom: 5px;
}

#Product .columns .column.two .soc_wrap .content .text .styled {
    font: bold 19px/19px Arial;
    text-transform: uppercase;
}

#TabbedContent {
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#TabbedContent .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    top: 1px;
    margin-right: 1px;

    /* width:  100%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#leasing-calculator{
	border-bottom: solid #c4cb38 1px;
	margin: 0px 0px 20px 0px;
	padding-bottom: 30px;
}
#leasing-calculator input{
	background: #FFF;
	padding: 5px 10px;
	width: 50%;
	border: solid #8fa750 1px;
	margin-right: 5px;
	color: gray;
	font-weight: bold;
}
/* jRANGE */
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
top: -23px;
font-size: 15px;
background: white;
white-space: nowrap;
line-height: 1;
font-weight: bold;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 10px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #a1fad0;
  background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
  background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
  background-image: -o-linear-gradient(top, #bdfade, #76fabc);
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
  width: 18px;
height: 18px;
top: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .pointer-label {
  color: #636363;
}
.theme-green .back-bar .focused {
  color: #636363;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #636363;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
#lc-chk span{
	display: inline-block;
	margin-top: 6px;
	margin-left: 7px;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
.clc-label{
	margin-bottom: 30px;
}
.clc-label-next{
	margin-top:35px;
}
#need-to-pay-aiz{
	margin-top: 45px;
	background: #e9e9e9;
	padding: 2px 10px;
	width: 290px;
	margin-left: -5px;
	font-size: 14px;
}
#need-to-pay-aiz span{
	font-weight:bold;
}
#need-to-pay-aiz>span{
	float:right;
}
#TabbedContent .tab {
    font: 15px/20px Arial;
    font-weight: 700;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #F0F0F0;
    color: #48525e;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    width: 224px;
    /* -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
}

#TabbedContent .tab.active {
    background: white;
    border-bottom: none;
    z-index: 2;
    height: 40px;
    position: relative;
}

#TabbedContent .content {
    border: 1px solid #d7d7d7;

    /* border-top: none; */
    padding: 15px 14px;
    overflow: hidden;

    /* margin-right: 1px; */
    min-height: 235px;
    /* -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px; */
    background: white;
    color: #808080;
    text-align: left;
    line-height: 2em;
    position: relative;

}

#TabbedContent .content.open{
    overflow: auto;
}

#TabbedContent .content table {
    width: 100% !important;
}

#TabbedContent .content .loading {
    margin-top: 20px;
}

#TabbedContent .tab {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#TabbedContent .first.tab {
    margin-right: -1px;
}

#TabbedContent .second.tab {
    width: 276px;
    margin-right: -1px;
    margin-left: -1px;
}

#PageContent {
    border: 1px solid #d7d7d7;
    /* border-radius: 7px; */
    background: white;

    /* min-height: 200px; */
    margin-bottom: 20px;
    /* margin-right: 15px; */
    margin-left: 10px;
}

#PageContent .formatedtext {
    padding: 0px 15px;
}

#PageContent h1.styled{
    margin: 0px;
    padding: 0px 24px;
    font: bold 16px/46px Arial;
    background: #f0f0f0;
    color: #48525e;
    text-transform: uppercase;
    /* -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
    border-bottom: 4px solid black;
}

#PageContent h2.styled {
    margin: 0px;
    padding: 0px 24px !important;
    font: bold 16px/46px Arial !important;
    background: #f0f0f0;
    color: #48525e !important;
    text-transform: uppercase;
    /* -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
    border-bottom: 4px solid black;
    text-align:left;
}

#PageContent h2.styled {
    font: bold 18px Arial;
    margin: 15px 0px;
    padding: 0px;
    text-transform: uppercase;
}

#orderform h2.styled {
    padding: 0px 15px;
}

#Registration {
    padding: 10px 24px;
}

input[type='text'].styled,
input[type='password'].styled,
#PasswordRecovery input[type='text'],
#PaswChangeForm input[type='password'],
#Registration input[type='text'],
#Registration input[type='password'] {
    width: 200px;
    font: 16px/33px Arial;
    height: 33px;
    background: #f3f3f3;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    /* border-radius: 7px; */
    padding: 0px 5px;
}

#PasswordRecovery input[type='submit'],
#PaswChangeForm input[type='submit'],
#Registration input[type='submit'] {
    background: #5c5560;
    text-transform: uppercase;
    /* border-radius: 5px; */
    color: white;
    font: 14px/28px arial;
    border: none;
    height: 28px;
}

#Registration .SocRegister {
    margin-top: 20px;
}

#Registration .SocRegister span {
    display: block;
    float: left;
    line-height: 32px;
    margin-right: 20px;
}

#PageContent > .padding {
    padding: 24px;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font: 16px Arial;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

#BigCart {
    margin-bottom: 20px;
}

#BigCart .empty {
    font: bold 16px Verdana;
    text-align: center;
    margin-top: 10px;
}

#BigCart table {
    width: 100%;
    border-collapse: collapse;
}

#BigCart th {
    background: #f9f9f9;
    border-bottom: 1px solid #d7d7d7;
    font: 16px arial;
    padding: 4px 0px;
}

#orderform #BigCart th {
    border-top: 1px solid #d7d7d7;
}

#BigCart td.picture {
    padding-left: 15px;
}

#BigCart td {
    padding: 5px 3px;
    border-bottom: 1px solid #d7d7d7;
}

#BigCart td a {
    font: 16px arial;
}

#BigCart td.price,
#BigCart td.sum {
    font: bold 16px arial;
    text-align: right;
}

#BigCart td.price .secondary,
#BigCart td.sum .secondary {
    font: 14px Arial;
    padding-top: 5px;
}

#BigCart .counts {
    text-align: center;
}

#BigCart .counts input[type='text'] {
    border: 1px solid #d7d7d7;
    text-align: right;
    padding: 2px 4px;
    width: 60px;
}

#BigCart .remove {
    padding-left: 10px;
    padding-right: 10px;
}

#BigCart .promobox td input[type='text'] {
    border: 1px solid #d7d7d7;
    padding: 2px 5px;
    width: 90px;
}

#BigCart .total_box {
    float: right;
    margin-top: 8px;
    padding-right: 34px;
}

#BigCart .total_row .label,
#BigCart .row .label {
    float: left;
}

#BigCart .total_row {
    font: 16px/22px arial;
}

#BigCart .total_row .total,
#BigCart .row .total {
    float: right;
    font: bold 22px/22px arial;
    margin-left: 50px;
}

#BigCart .total_row .secondary {
    font: bold 16px arial;
    text-align: right;
    float: right;
    clear: both;
}

.made-in-latvia img{
    width:80px;
}
.made-in-latvia{
    position: absolute;
    z-index: 1000;
    top: 20px;
    left: 20px;
}
#BigCart .total_row .delivery {
    float: right;
    clear: both;
    text-align: right;
    font: 16px arial;
}

#BigCart .actions {
    margin: 10px 12px;
    text-align: center;
}

#BigCart .actions a {
    color: white;
    padding: 6px 20px;
    font: bold 14px/28px Arial;
    /* border-radius: 5px; */
    text-decoration: none;
    display: inline-block;
    min-width: 180px;
}

#BigCart .actions .continue {
    border: solid 1px #B7B7B7;
    color: #393939;
    margin-right: 10px;
}

#BigCart .actions .checkout {
    background-image: -webkit-gradient(linear, left top, right top, from(#DAE203), to(#C0C643));
    background-image: linear-gradient(to right, #DAE203, #C0C643);
    color: #393939;
}

#BigCart .actions .checkout:after {
    content: " \00bb";
    margin-left: 3px;
    position: relative;
    top: -1px;
}

#orderform .sep {
    height: 4px;
    width: 100%;
}

#orderform .loginform table,
#orderform #shoporderform_wrap table {
    margin: auto;
    width: 485px;
}

#orderform #shoporderform_wrap table {
    width: 525px;
}

#orderform #shoporderform_wrap table tr > td {
    padding: 7px 5px;
}

#orderform table .label {
    font: 12px Arial;
    text-align: right;
    padding-right: 10px;
    width: 150px;
}

.sof_letabl td select.lea_terms{
    width: 107px;
    padding: 2px 10px;
    margin-right: 4px;
}
.sof_letabl td input{
    margin-left:10px;
    width:100px;
}

.sof_letabl td{
    font-size:11px;

}

.sof_letabl{
    width:300px !important;
    margin:0px !important;
    border: solid #9eb852 3px;
}



.loginform input[type='submit'] {
    color: white;
    padding: 0px 30px;
    font: bold 14px/28px Arial;
    text-transform: uppercase;
    /* border-radius: 5px; */
    text-decoration: none;
    background: #3e454d;
    border: none;
    height: 28px;
    margin-left: 20px;
    float: right;
}

.loginform .recover {
    font: bold 16px/28px arial;
}

form.loginform {
    margin-bottom: 20px;
}

form.loginform table {
    margin: 0 auto;
}

form.loginform table td {
    padding: 5px;
}
#readmore_block .content p {
    margin: 10px 0;
}

#shoporderform_wrap label{
	font-size:12px;
}
#shoporderform_wrap label::before{
	top:4px;
	width:16px;
	height:16px;
}
p.mini-para-text {
    font-size: 13px;
    line-height: 15px;
}
#PageContent .formatedtext {
    font-size: 15px;
}
#LoginForm input[type='text'],
#LoginForm input[type='password'] {
    width: 325px;
    font: 14px/33px Arial;
    height: 33px;
    background: url("/../../images/html/orderform_login_input_bg.png");
    padding: 0px 5px;
    border: none;
}

#orderform textarea {
    width: 100%;
    max-width: auto;
    max-width: unset;
}

#orderform .loginform .login_sep {
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin-top: 10px;
    margin-bottom: 5px;
}

#shoporderform_wrap input[type='submit'] {
    width: 335px;
    /* border-radius: 5px; */
    font: bold 14px/28px Arial;
    text-transform: uppercase;
    border: none;
    color: white;
}

#shoporderform_wrap .label span {
    color: red;
}

#MobileCatalogMenu,
#mobile-menu-trigger {
    display: none;
}

#field_promo_code .response {
    width: 100%;
    min-height: 30px;
    display: none;
    font-size: 14px;
    padding-top: 4px;
}

#field_promo_code .response .loading {
    padding-top: 20px;
}

#orderform .error {
    padding-left: 15px;
}

#orderform .select-wrap {
    cursor: pointer;
    float: left;
    height: 34px;
    position: relative;
    width: 234px;
}

.product .small_text {
    text-align: center;
}

#Product .select-wrap,
.product .select-wrap {
    cursor: pointer;
    float: left;
    height: 34px;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
    /* border-radius: 5px; */
    background-image: url("../../images/html/ormebeles/login_arrow.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-top: 10px;
}

#Product span.select,
.product span.select {
    bottom: 0;
    color: #48525E;
    cursor: pointer;
    font: 14px/34px arial;
    height: 34px;
    left: 0;
    overflow: hidden;
    padding-right: 26px;
    position: absolute;
    text-indent: 10px;
    width: 100%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#Product span.select span,
.product span.select span {
    float: left !important;
}

#Product select.styled,
.product select.styled {
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    position: relative;
    width: 100%;
    z-index: 3;
}

#Product select.styled {
    height: 40px;

    /* line-height: 39px; */
}

select.styled option {
    font-size: 14px;
}

#orderform span.select {
    background: url("/../../images/html/orderform_select.png");
    bottom: 0;
    color: #48525E;
    cursor: pointer;
    font: 16px/34px arial;
    height: 34px;
    left: 0;
    overflow: hidden;
    padding-right: 26px;
    position: absolute;
    text-indent: 10px;
    width: 208px;
    z-index: 1;
}

#PageContent .formatedtext p img {
    max-width: 100%;
    height: auto !important;
}

#orderform select.styled {
    cursor: pointer;
    height: 34px !important;
    line-height: 34px;
    position: relative;
    width: 234px !important;
    z-index: 3;
}

#map_canvas {
    width: 100%;
    height: 450px;
}

#fancybox-content #map_canvas {
    width: 600px;
}

#map_canvas .ShopContent {
    width: 400px;
    max-width: 80%;
    overflow: hidden;
}

#map_canvas .ShopContent .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

#map_canvas .ShopContent p {
    margin-bottom: 0px;
    margin-top: 0px;
}

#GiftCardBuyForm input[type="text"] {
    background: #f3f3f3;
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    /* border-radius: 5px; */
    width: 245px !important;
    line-height: 30px;
    padding: 0px 5px;
}

#GiftCardBuyForm input[type="submit"] {
    background: #4c5560;
    /* border-radius: 5px; */
    border: 1px solid #4c5560;
    color: white;
    text-transform: uppercase;
    height: 29px;
}

#BigCart .promobox {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

#BigCart .promobox td {
    border: none;
    padding: 3px 0px;
}

#BigCart .promobox input {
    float: left;
}

#BigCart .giftcard_loader,
#BigCart .promo_loader {
    float: left;
    margin-left: 5px;
}

#BigCart .giftcard_loader .loading,
#BigCart .promo_loader .loading {
    height: 22px;
    width: 22px;
}

#BigCart #giftcard_response,
#BigCart #promo_response {
    font-size: 13px;
}

#BigCart .giftcard_total .total {
    font-size: 16px;
}

#NewsList .item {
    padding: 22px;
    padding-top: 0px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 22px;
}

#Catalog #NewsList .item{
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
}

#NewsList .item.last {
    border-bottom: none;
    margin-bottom: 0px;
}

#NewsList .item .thumb {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

#NewsList .item .date {
    margin-bottom: 15px;
    font: 14px Arial;
    color: #979797;
}

#NewsList .item .short {
    font: 16px arial;
    color: #48525e;
}

#NewsList .item .short p {
    margin: 0px;
    text-align: justify;
}

#NewsList .item h2 {
    font: bold 18px Arial;
    margin-bottom: 0px;
}

#NewsList .item h2 a {
    text-decoration: none;
}

#NewsList .item h2 a:hover {
    text-decoration: underline;
}

#NewsList .item .more {
    margin-top: 10px;
}

#NewsList .pages {
    margin: auto;
    padding: 10px;
    float: none;
    text-align: center;
    border-top: 1px solid #cccccc;
}

#NewsList .pages a {
    text-decoration: none;
    color: #48525e;
    font: 16px/23px arial;
    display: inline-block;
    margin-right: 6px;
    border: 1px solid #d9d9d9;
    /* border-radius: 5px; */
    padding: 0px 2px;
    min-width: 23px;
    text-align: center;
}

#NewsList .pages a.active {
    color: white;
}

#NewsItem h1 {
    margin: 0px;
    font: bold 18px arial;
    text-transform: uppercase;
}

#NewsItem .padding {
    padding: 23px;
}

#NewsItem .date {
    margin-bottom: 15px;
    font: 14px Arial;
    color: #979797;
}

#NewsItem .short p {
    text-align: justify;
    font: 16px arial;
    color: #48525e;
}

#NewsItem .full .bigthumb {
    float: right;
    margin-left: 22px;
    margin-bottom: 22px;
}

#NewsItem .full p {
    text-align: justify;
    font: 14px arial;
}

#NewsItem .soc {
    border-top: 1px solid #cccccc;
    padding: 12px 20px;
    text-align: right;
    padding-right: 0px;
}

#NewsItem .soc .soc_item {
    float: right;
    margin-right: 5px;
    overflow: hidden;
}

#NewsItem .soc .soc_item.facebook {
    width: 90px;
}

#NewsItem .soc .soc_item.google {
    width: 65px;
}

#ProfileBannersRightColumn {
    text-align: center;
}

#Hat .third.column .box .sections {
    margin-bottom: 10px;
    padding: 0px;
}

#Hat .third.column .box .sections li {
    border-bottom: 1px solid #d7d7d7;
    padding: 0px 20px;
}

#Hat .third.column .box .sections a {
    text-decoration: none;
    color: #55565A;
    line-height: 32px;
}

#OrderViewer {
    width: 100%;
    border-collapse: collapse;
}

#OrderViewer .actions {
    text-align: center;
}

#OrderViewer th,
#OrderViewer_view th {
    border-bottom: 2px solid #97bf0e;
}

#OrderViewer td,
#OrderViewer_view td {
    padding: 3px 0px;
}

#OrderViewer .actions a {
    font-size: 14px;
    text-decoration: none;
}

#OrderViewer td.center {
    text-align: center;
}

#OrderViewer td.sum {
    text-align: right;
}

#OrderViewer_view h2 {
    margin-top: 0px;
}

#OrderViewer_view .padding {
    padding: 24px;
}

#OrderViewer_view table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#OrderViewer_view .price,
#OrderViewer_view .sum {
    text-align: right;
}

#OrderViewer_view .total {
    font-weight: bold;
    text-align: right;
}

#OrderViewer_view .button {
    margin-bottom: 10px;
}

#OrderViewer_view .success {
    margin-bottom: 10px;
}

#OrderViewer_view table td {
    vertical-align: middle;
}

#OrderViewer_view table td img {
    vertical-align: middle;
}

#OrderViewer_view table td a {
    text-decoration: none;
    color: #ee4735;
}

#CatDescription p {
    margin-top: 0px;
}

.ppalwrap {
    text-align: center;
}

.ClassyPaypal-button {
    /* border-radius: 15px; */
    padding: 5px;
    margin: 0;
    border: solid 2px #F3A800;
    background: none;
    font-family: inherit;
    font-style: normal;
    background: #F3A800;
    color: #174280;
    display: inline-block;
    font-size: 14px;
    font-family: "Verdana" !important;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-shadow: 0px 2px 12px #272727;
    box-shadow: 0px 2px 12px #272727;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffaea+0,f7b307+76,f9ca2f+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffaea+0,eabd2a+62,dda406+86,f9ca2f+100 */
    background: #fffaea;

    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fffaea), color-stop(62%, #eabd2a), color-stop(86%, #dda406), to(#f9ca2f));
    background: linear-gradient(to bottom, #fffaea 0%, #eabd2a 62%, #dda406 86%, #f9ca2f 100%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaea', endColorstr='#f9ca2f', GradientType=0);

    /* IE6-9 */
    /* IE6-9 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 10px;
}

.cards {
    position: relative;
    margin: 0 !important;
}

.ClassyPaypal-button:focus,
.ClassyPaypal-button:active {
    outline: none;
}

/* to remove arrows in number boxes */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.desc {
    padding: 5px;
    width: 100%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-bottom-left-radius: 7px; */
    /* border-bottom-right-radius: 7px; */
    text-align: center;
}

.desc > span {
    padding: 0;
    padding-left: 30px;
    margin-right: 50px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 30px;
    display: inline-block;
}

.desc > span.top {
    background-image: url("/images/html/icon_top.png");
}

.desc > span.new {
    background-image: url("/images/html/icon_new.png");
}

.desc > span.discount {
    background-image: url("/images/html/icon_featured.png");
}

.order_steps {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.order_steps .step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    position: relative;
}

.order_steps .step:before {
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background-color: #f0f0f0;
    position: absolute;
    top: 24px;
    right: 50%;
    z-index: -1;
    width: 270px;
}

.order_steps .step.active:before {
    background-color: #D6DB0F;
}

.order_steps .step a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #56575b;
}

.order_steps .step a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #F0F0F0;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #868686;
    font-size: 24px;
    margin-bottom: 10px;
}

.order_steps .step:first-child:before {
    display: none;
}

.order_steps .step.active a span {
    background-image: -webkit-gradient(linear, left top, right top, from(#D6DB0F), to(#CFD420));
    background-image: linear-gradient(to right, #D6DB0F, #CFD420);
    color: #ffffff;
}

.order_steps + #PageContent {
    border: 0;
}

.order_steps + #PageContent h1.styled,
.order_steps + #PageContent h2.styled {
    border: solid 1px #d7d7d7;
    border-bottom: solid 4px #DDDDDD;
}

.order_steps + #PageContent #BigCart table {
    border: solid 1px #d7d7d7;
}

.order_steps + #PageContent #BigCart .bottom {
    border: solid 1px #d7d7d7;
    border-top: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    /* border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; */
    margin-bottom: 20px;
}

.order_steps + #PageContent #BigCart .bottom:after {
    display: block;
    content: '';
    clear: both;
}

form.loginform,
#shoporderform_wrap {
    border: solid 1px #d7d7d7;
    /* border-radius: 7px; */
    padding-top: 20px;
    padding-bottom: 20px;
}

#shoporderform_wrap .tabs {
    width: 100%;
}

#shoporderform_wrap .tabs .tab {
    width: 50%;
    display: block;
    float: left;
}

.select-wrap.new-style {
    width: 100%;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.select-wrap.new-style * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-wrap.new-style select {
    width: 100%;
}

.select-wrap.new-style option {
    text-indent: 20px;
    padding: 10px;
}

.select-wrap.new-style span.select {
    border: 1px solid #c7c7c7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    line-height: inherit;
    /* border-radius: 5px; */
    padding-left: 20px;
    padding-right: 20px;

    /* background-image: url('../../images/html/select_dropdown.png'); */
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.select-wrap.new-style span.select:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 30px;
    background-image: url("../../images/html/select_dropdown.png");
}

textarea.new-style,
input.new-style {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    display: block;
    height: 30px;
    width: 100%;
    /* border-radius: 5px; */
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    color: #48525E;
}

textarea.new-style {
    height: 90px;
}

#delivery-map {
    height: 370px;
    text-align: left;
}

#delivery-form {
    padding-top: 20px;
    border: 1px solid #cdcdcd;
    /* border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px; */
    margin-bottom: 20px;
}

#delivery-form * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#delivery-form .row {
    margin-bottom: 15px;
}

#delivery-form .row:after {
    content: '';
    display: block;
    clear: both;
}

#delivery-form .row .col {
    width: 60%;
    float: left;
    padding: 0 10px;
    min-height: 30px;
}

#delivery-form .row .col label {
    display: inline-block;
    margin-top: 6px;
}

#delivery-form .row .col:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    width: 40%;
}

#delivery-form .row .col.span-2 {
    width: 100%;
}

#delivery-form .row .select-wrap.new-style {
    max-width: 330px;
}

textarea.new-style {
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 290px;
    font: inherit;
}

#delivery-form .row input.new-style {
    max-width: 330px;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 17px;
}

#delivery-form #autocomplete {
    background-image: url("/images/html/ormebeles/search.png");
}

#autocomplete {
    float: left;
}

#address-delivery-price {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}

.ui-timepicker-wrapper .ui-timepicker-disabled {
    display: none;
}

#delivery-date {
    width: 140px;
    float: left;
    margin-right: 20px;
    background-image: url("/images/html/calendar.png");
    background-size: auto !important;
    cursor: pointer;
}

#delivery-time {
    width: 130px;
    float: left;
    background-image: url("/images/html/clock.png");
    background-size: auto !important;
    cursor: pointer;
}

#delivery-form .floor-row .select-wrap.new-style {
    max-width: 80px;
    display: block;
    float: left;
    margin-right: 10px;
}

#delivery-div {
    display: none;
}

#BigCart .backurl {
    margin-top: 8px;
    display: inline-block;
    text-decoration: none;
    color: #859500;
    margin-left: 15px;
}

#BigCart .backurl:before {
    content: '\00ab';
    margin-right: 10px;
}

div:not(#cookie-notification) button[type='submit'] {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    font: bold 14px/28px Arial;
    /* border-radius: 5px; */
    text-decoration: none;
    display: inline-block;
    min-width: 180px;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
    border-radius: 10px;
    position: relative;
    top: 3px;
    margin-right: 7px;
    border: 1px solid #cdcdcd;
}

input[type="radio"] + label:after {
    position: absolute;
    left: 6px;
    top: 5px;
    border: 0;
    width: 6px;
    height: 6px;
    background: #CED61F;
    opacity: 0;
}

input[type="radio"]:checked + label:after {
    opacity: 1;
}

#delivery-carry-price {
    float: left;
}

#delivery-form .ez-checkbox + label {
    margin-left: 5px;
}

td.picture {
    text-align: center;
}

#cust_form #shoporderform_wrap td,
#cust_form #shoporderform_wrap label {
    font-size: 14px;
}

#readmore_block {
    /*border: 1px solid #cdcdcd;*/
    margin-left: 0px;
    /* border-radius: 7px; */
    padding: 0 15px;
    margin-bottom: 10px;
    overflow: hidden;
}

#TabbedContent #readmore_block{
    margin-right: 15px;

}

#wheel-bg{
    position:fixed;
    background:#000000;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
    z-index:22000;
}
#wheel-bg-2{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 800px;
    height: 100%;
    display: none;
    z-index: 23000;
    background: url('/scr/rats-snow-new-min-2.jpg') #050917;
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-right: solid #DDE3E4 2px;
    margin-left:-10px;
    border-radius:3px;
}
#gulbtn:hover{ background:#1f2b34; }
html,body{ overflow-x:hidden; }
#gulbtn{
    color: #FFFFFF;
    padding: 5px;
    width: 340px;
    border: none;
    text-align: center;
    background: #374650; /*url('/scr/input-bg.png');*/
    background-size:100%;
    font-weight: bold;
    cursor:pointer;
    font-size:12px;
    border: solid black 1px;
}
#gulbtn2:hover{ opacity:0.9; }
#gulbtn2{
    color: #FFFFFF;
    padding: 5px;
    width: 340px;
    border: none;
    text-align: center;
    background: url('/scr/input-bg.png') #FF0000 100%;
    background-size:100%;
    font-weight: bold;
    cursor:pointer;
    font-size:13px;
}
.input-wheel{
    display: block;
    padding: 5px;
    width: 330px;
    margin-top: 8px;
    margin-bottom: 5px;
    color:#FFFFFF;
    border:none;
    background: #374650; /*url('/scr/input-bg.png');*/
    background-size:100%;
    outline:none;
    font-size:12px;
    border:solid black 1px;
}
.input-wheel::placeholder { color: #D5D5D5; opacity: 1; }
.input-wheel:-ms-input-placeholder { color: #D5D5D5; }
.input-wheel::-ms-input-placeholder { color: #D5D5D5; }
.input-wheel-small{ width:100px; display: inline-block; }
.txt-hol-wheel-desc{
    position: absolute;
    left: 400px;
    z-index: 10000;
    top: 30px;
    text-align: left;
    color: #FFFFFF;
    font-size: 12px;
    z-index:25000;
}
.input-wheel-mandatory{ border:solid #ff9090 1px; }
a#cww img{ width:20px; height:20px; }
a#cww2 img{ width:20px; height:20px; }
a#cww{ position:absolute; left:760px; top:10px; }
a#cww2{ position: absolute; left: 50%; top: 10px; margin-left: 155px; }
#win-wheel-box{
    position:fixed;
    top:5%;
    left:50%;
    width:350px;
    padding:10px;
    text-align:center;
    margin-left:-167px;

    background: url('/scr/laimes-bg.jpg');
    background-size:100% auto;
    background-position:center;
    color:#FFFFFF;
    z-index:100000;
    border:solid #DDE3E4 1px;
    font-size:13px;
}
#win-wheel-phone{ color: #D5D5D5; font-size: 13px; }
#win-wheel-ccode{ color: #D5D5D5; font-size: 13px; }
#selected-c-country{ color: #D5D5D5; font-size: 13px; cursor:pointer;  }
#selected-c-country img{ width:15px; float:right; margin-top:3px; }
#select-cc-holder{ display:inline-block; position:relative; }
#select-c-list{
    position:absolute;
    display:block;
    height:250px;
    width:180px;
    overflow-y:scroll;
    background:#000000;
    color: #D5D5D5;
    display:none;
    left:0px;
    top:40px;
}
#select-c-list span{ display:block; padding:5px; font-size:11px;color: #D5D5D5; }
#select-c-list span img{ float:left; margin-right:10px; }
#select-c-list span:hover{ background:gray; cursor:pointer; }

.delivery-method .select-wrap {
    float: left;
}

.delivery-method .select-wrap + a {
    margin-top: 6px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
    color: #A39500;
}

#TabbedContent #readmore_block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}

#readmore_block .content {
    min-height: 0;
    padding-top: 0;
}

#readmore_block .content p {
    margin: 10px 0;
}

#BigCart td.name {
    width: 250px;
}

#social {
    position: fixed;
    left: 0;
    top: 30px;
    z-index: 101;
}

#social .social-content {
    width: 300px;
    margin-left: -302px;
    background-color: #fff;
    border: 1px solid #ccc;
    /* -moz-border-radius: 3px; */
    /* -webkit-border-radius: 3px; */
    /* border-radius: 3px; */
}

#social .social-icon {
    width: 32px;
    height: 32px;
    padding: 8px;
    /* -moz-border-radius: 3px; */
    /* -webkit-border-radius: 3px; */
    /* border-radius: 3px; */
    /* -webkit-border-top-left-radius: 0; */
    /* border-top-left-radius: 0; */
    /* -webkit-border-bottom-left-radius: 0; */
    /* border-bottom-left-radius: 0; */
    cursor: pointer;
}

#social .social-yt{
    background: transparent url("/images/html/YouTube_Icon.png") center center no-repeat;
    background-size: 60px;
    background-position: left -3px center;
    margin-bottom: 8px;
}

#social .social-ig{
    background: transparent url("/images/html/Instagram_Icon.png") center center no-repeat;
    background-size: 60px;
    background-position: left -3px center;
    margin-bottom: 8px;
}

#SocNetworks {
    text-align: left;
}

.social-fb .social-icon {
    background: transparent url("/images/fb-icon.png") center center no-repeat;
}

.social-dr .social-icon {
    background: transparent url("/images/draugiem-icon.png") center center no-repeat;
}

.social-twitter .social-icon {
    background: transparent url("/images/twitter-icon.png") center center no-repeat;
}

.social-twitter .social-content {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.social-fb, .social-twitter, .social-dr {
    height: 48px;
    margin-bottom: 8px;
}

.custom-size-wrap {
    clear: both;
    padding-top: 10px;
}

.custom-size-form .btn,
.custom-size-wrap .btn {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 6px 20px;
    line-height: 28px !important;
    margin-top: 0 !important;
}

#custom-size-form {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 560px;
    max-width: 100%;
    padding: 30px;
    padding-bottom: 0;
}

#custom-size-form * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#custom-size-form h2 {
    text-align: center;
    margin-top: 0;
}

#custom-size-form .row {
    margin-bottom: 15px;
}

#custom-size-form .row label {
    display: block;
    font-size: 14px;
    color: #333333;
}

#custom-size-form .row input,
#custom-size-form .row textarea {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    /* border-radius: 3px; */
    border: solid 1px #B9B9B9;
    padding-left: 15px;
    font-family: 'Arial';
    font-size: 16px;
}

#custom-size-form .row textarea {
    min-height: 135px;
    padding-top: 10px;
}

#custom-size-form .row .buttons {
    text-align: right;
}

#custom-size-form .row a,
#custom-size-form .row .btn {
    display: inline-block !important;
    width: auto;
    margin-left: 15px;
    cursor: pointer;
    margin-top: 0;
}


#custom-size-form .row a{
    color: #859500;
    font-size: 14px;
}

#custom-size-form .success{
    margin-bottom: 25px;
}

#Footer .disclaimer {
    padding: 15px 30px;
        padding-top: 15px;
    text-align: center;
    color: #17252D;
    padding-top: 0px;
}

#Footer .disclaimer p{
    margin-bottom: 5px;
	margin-top: 0;
	font-size: 13px;
}


.xml-icon{
    margin-top: 27px;
}

.grid .product .custom-size-wrap{
    padding-top: 0;
    display: none;
}

@media all and (min-width:701px){
    #MobileMenu{
        display: none!important;
    }
}


.side-banner{
    position: absolute;
    top: 135px;
    width:250px;
    height: 100%;

    pointer-events: none;
	/*#1B2D0F;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	*/
}
#Footer .columns .second.column .xml-icon {
    margin-top: 0px;
}
.side-banner img{
    max-width: 100%;
}

.side-banner .wrap{
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-bottom: 36px;
}

#left-banners{
    right:50%;
    -webkit-transform: translateX(-489px);
            transform: translateX(-489px);
}

#right-banners{
    left: 50%;
    -webkit-transform: translateX(489px);
            transform: translateX(489px);
}

.names{
    padding-top: 5px;
    font-size: 12px;
    padding-left: 4px;
    text-align:  left;
    top: 0;
    position: absolute;
	display:none;
}

.side-banner .title{
    font-family: 'Novecentosanswide-DemiBold', 'Arial';
    color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 110px;
	padding-bottom:60px;
	font-size: 14px;
	text-align: center;

	background: url('../1x1_ny2.png');
	background-repeat: repeat;
}

.no_slideshow ~ .side-banner{
    top: 182px;
}

.no_slideshow ~ .side-banner .wrap{
    margin-bottom: 86px;
}

iframe{
    max-width: 100%;
    max-height: 53vw;
}


#TabbedProducts .track .product:nth-child(3n){
    margin-right: 0;
}

#TabbedProducts .track.slick-initialized .product:nth-child(3n){
    margin-right: 14px;
}

#TabbedProducts .track.slick-initialized .product .image{
    width: auto;
}

#TabbedProducts .track.slick-initialized .product .image img{
    margin: 0 auto;
}

.slick-dots{
    margin-top: 10px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    float: left;
}

.slick-dots li {
    float: left;
    list-style: none;
}

.slick-dots li button{
    margin: 0 5px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: block;
    text-indent: 100px;
    overflow: hidden;
    border: solid 1px #B2B2B2;
    position: relative;
    outline: 0;
}

.slick-dots li button::after{
    content:'';
    background-color: #859500;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity .1s ease-in-out;
}

.slick-dots li.slick-active  button::after{
    opacity: 1;
}

.disc{
    display: block;
    color: #444;
    font-size: 0.8em;
    padding-top: 10px;
    clear: both;
}
#fast-contacts{
	background: #17252d;
	display: block;
	height:32px;

}

@media only screen and (max-width: 980px) {
    #rlb-1,
    #rlb-2,
    #rlb-3 {
        display: none !important;
    }
}

#fast-contacts div#fc-phone{ display: inline-block; float: left; margin-left:5px; }
#fast-contacts div#fc-email{ display: inline-block; float: right; margin-right:5px; }
#fast-contacts div.width_wrapper{ background: #17252d; height:100%; padding:6px 0px 5px 0px;  }
#fast-contacts div#fc-phone a,
#fast-contacts div#fc-email a{ font-weight: bold; color:#FFFFFF; text-decoration:none; font-size:14px; line-height:20px; }
#cookie-notification{ bottom:auto !important; top:0px !important; z-index: 1000 !important; }
#right-links-banners{ position:absolute; }
#rlb-1{
	display: block;
	width: 175px;
	height: 95px;
	position: absolute;
	z-index: 10000;
	margin-top: 88px;
	left: 50%;
	top: 283px;
	margin-left: 527px;
}
#rlb-2{
	display: block;
	width: 175px;
	height: 95px;
	position: absolute;
	z-index: 10000;
	margin-top: 88px;
	left: 50%;
	top: 385px;
	margin-left: 527px;
}
#rlb-3{
	display: block;
	width: 175px;
	height: 95px;
	position: absolute;
	z-index: 10000;
	margin-top: 88px;
	left: 50%;
	top: 486px;
	margin-left: 527px;
}
.footer-icons{
	color:#17252D;
	font-weight:bold;
	line-height:16px;
	font-size:12px;
}
.disclaimer table{
	display: table;
	margin: 10px auto;
	width: 700px;
	text-align: center;
}
.footer-icons img{
	width:60px;
	height:auto;
}
#wheel-cnt{
    position: fixed;
    left: -200px;
    top: 70px;
    width: 600px;
    height: 600px;
    display: none;
    z-index: 24000;
}
#ww-s-arrow{
    position: absolute;
    right: 90px;
    z-index: 10000;
    top: 460px;
}
@media only screen and (max-width: 800px){
    a#cww{ position:absolute; left:auto; right:10px; top:10px; }
    a#cww2{ position:absolute; left:auto; right:10px; top:10px; }
    #wheel-bg-2{
        width:100%;
        height:100%;
        margin-left:0px;
        background: #050917;
        background-image: none;
    }
    #wheel-cnt{
        width:100%;
        top:0px;
        left: 0px;
        margin-left: 14%;
        text-align:center;
        margin-top:25px;
        position:absolute;
    }
    #ww-s-arrow{
        top: 334px;
        right: auto;
        left: 295px;
    }
    .txt-hol-wheel-desc{
        top:-8px;
        left:0px;
        text-align:center;
        width:100%;
    }
    #mob-ww-delimeter{
        display:block;
        margin-top:380px;
    }
    .input-wheel{
        margin-left:auto;
        margin-right:auto;
    }
    #win-wheel-box{
        top: 5%;
        margin-top: 0px;
        margin-left: 0px;
        width: 90%;
        left: 2%;
    }
}

@media only screen and (max-width: 490px){
    #wheel-cnt{
        width:100%;
        top:0px;
        left: 0px;
        margin-left: 4%;
        text-align:center;
        margin-top:25px;
        position:absolute;
    }
}
@media only screen and (max-width: 650px){

    a.fb-item-news{
        width:93%;
    }


    /*#discountbanners{display:none !important;}*/
    #mobdbannclose a{
        color:#FFFFFF;
        text-decoration: none;
        font-size:12px;
    }
    #mobdbannclose{
        background: rgb(168, 175, 2);
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
    }
    #mobdbannclose{ display:block !important; }
	#CategoryList h1.black-title{ height:auto; display:block; text-align:center; padding-bottom: 40px; }
    #ProductList h1.black-title{ padding-bottom: 40px; }
	div#timer, .black-timer{
		float:none;
		display:block;
	}
	div.black-timer{ height:30px; text-align: center; margin-bottom:30px; }
	.disclaimer table{
		width:100%;
	}
	.disclaimer table td{
		float:left;
		width:100%;
		display:block;
		clear:both;
		margin-bottom:20px;
	}

    #Slideshow ul li a img{ height: auto !important; }
	
}
