/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}


/* General */
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 0.9em;
    height: 100%;
}

@font-face {font-family: Tahoma;font-weight: normal;src: url(../font/tahoma_1.ttf) format("truetype");}
@font-face {font-family: 'MyriadProRegular';src: url('../font/myriadpro-regular.eot');src: url('../font/myriadpro-regular.woff') format('woff'), url('../font/myriadpro-regular.ttf') format('truetype'), url('../font/myriadpro-regular.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'CenturyGothicRegular';src: url('../font/gothic.eot');src: url('../font/gothic.woff') format('woff'), url('../font/gothic.ttf') format('truetype'), url('../font/gothic.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'calibriregular';src: url('../font/calibri_0-webfont.eot');src: url('../font/calibri_0-webfont.woff') format('woff'), url('../font/calibri_0-webfont.ttf') format('truetype'), url('../font/calibri_0-webfont.svg') format('svg');font-weight: normal;font-style: normal;}

input,
select,
textarea {
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}
.Textbox,
select,
textarea {
    padding: 7px 5px;
}
input {
    padding: 2px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
}
h1,
h2,
h3,
.TitleHeading,
.slide-text,
#HeaderLower li,
.ProductActionAdd,
.ProductDetailsGrid .DetailRow.PriceRow .Value,
.QuickViewBtn,
.btn,
.fastCartSummaryBox .ProductPrice,
.ProductPriceWrap {
    font-family: 'FreightSansPro', Helvetica, Arial, Sans-Serif;
    letter-spacing: -1px;
    text-shadow: 0 0 1px transparent;
}

h1,
h2,
h3,
.TitleHeading {
    font-size: 1.2em;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 12px 0;
}

h1{
    font-size:30px;
    margin: 0 0 10px 0;
}

h1.title {
    margin-top: 20px;
}

.sharebutton{background:#68AE3C !important;border:1px solid #68AE3C !important;}

#muzza .sf-vertical, .sf-vertical li {width:242px!important;padding:0px;}
#muzza .sf-js-enabled li ul {display:none !important;}

#CartHeader h1.title {margin:0px 0px 0px 20px;color:#F58D4A; line-height:50px;}
#home-top-contener h1.title {margin:0px 0px 0px 0px;color:#F58D4A; line-height:50px;}

.FeaturedProducts h2 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 4px;
}
img,
img a {
    border: 0;
}
ul,
ol {
    /*margin: 0 0 10px 30px;*/
}


li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}

.SitemapCategories li { margin: 0; margin-bottom: 2px; margin-left: 15px; padding: 0; }

.CreateAccount li { margin: 0; margin-bottom: 2px; margin-left: 15px; padding: 0; }

blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}

/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Clearfix */
.cf:before,
.cf:after,
.fastCartTop:before,
.fastCartTop:after,
.LoginForm:before,
.LoginForm:after,
#VideoList:before,
#VideoList:after,
.Content .ProductList .ProductDetails:before,
.Content .ProductList .ProductDetails:after,
.CartCode:before,
.CartCode:after,
#CartContent:before,
#CartContent:after,
.ProceedToCheckout:before,
.ProceedToCheckout:after,
.Message:before,
.Message:after,
#WishLists .header:before,
#WishLists .header:after,
#ChooseShippingAddress .header:before,
#ChooseShippingAddress .header:after
 {
    content: " ";
    display: table;
}
.cf:after,
.fastCartTop:after,
.LoginForm:after,
#VideoList:after,
.Content .ProductList .ProductDetails:after,
.CartCode:after,
#CartContent:after,
.ProceedToCheckout:after,
.Message:after,
#WishLists .header:after,
#ChooseShippingAddress .header:after {
    clear: both;
}
.cf,
.fastCartTop,
.LoginForm
#VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header {
    *zoom: 1;
}

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
    font-weight: bold;
    padding-top: 7px;
    text-align: right;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 170px;
    margin-bottom: 15px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin: 0 0 28px 170px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}

/* Page Containers */
#Container {
    width: 100%;
    margin: auto;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    float: left;
    width: 100%;
}

.modalClose {
 cursor:pointer;
 display:block;
 height:20px;
 right:10px;
 top:10px;
 width:20px;
 z-index:100000;
 background:url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/close.png?t=1513838249") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* Top Navigational Menu */
#TopMenu {
    clear: both;
    float: left;
    padding: 0;
    margin: -4px 0px 0 0;
}
#TopMenu ul {
    float: right;
    padding: 0;
    margin: 0;
}
#TopMenu li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a,
#TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 9px;
    margin: 3px 0 4px 0;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}
#TopMenu li a:hover {
    text-decoration: underline;
}


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
}
#Wrapper {
   height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;margin: 0 0 0px 10px;width: 980px;
}

#Wrapper .Breadcrumb {display:none;}

#Wrapper-Custom {
    clear: both;
    width: 998px;
    padding: 0px;
    margin: 0;
}


#main-back-bg-product{background: none repeat scroll 0 0 #FFFFFF;border-radius: 0 0 6px 6px;height: auto;
    margin: 9px 0 0;padding: 0;text-align: left;width: 977px;}

#main-back-bg-product-new{background: none repeat scroll 0 0 #FFFFFF;border-radius: 0 0 6px 6px;height: auto;margin: 0px 0 0;padding: 0;text-align: left;width: 691px;}

#pl-box .option_image {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;margin-right:28px;line-height:39px;}

#pl-box a.option_image:hover {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;margin-right:28px;line-height:39px;}

/* Header */
#Header {
    position: relative;
    clear: both;
    width: 980px;
    min-height: 100px;
}
#HeaderUpper { /* Contains Topmenu & Search */
    position: absolute;
    top: 5px;
    right: 0;
}
#HeaderLower {
    clear: both;
    float: left;
    width: 980px;
    min-height: 50px;
}


/* Main Categories Menu */

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10px;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}


/* Horizontal Category List (Default & Flyout) */
#SideCategoryList-top {
    padding: 0;
    margin: 0;
}
#SideCategoryList-top h2 {
    display: none;
}

#SideCategoryList-top ul,
#SideCategoryList-top .sf-menu ul {
    float: left !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
#SideCategoryList-top li,
#SideCategoryList-top .sf-menu li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#SideCategoryList-top .SideCategoryListClassic li a {
    width:180px;
    padding: 4px 0 0 0;
    height:auto;
    padding:5px 0 5px 0;
}


#SideCategoryList-top li a,
#SideCategoryList-top .sf-menu li a {
    display: block;
    height: 46px;
    line-height:46px;
    padding: 0px 26px 0px 29px;
    font-size: 16px;    
    text-align: center;
    text-decoration: none;
    text-transform: Capitalize;
    color: #ffffff;
    font-family: 'CenturyGothicRegular', Tahoma;
    font-style: normal;
    font-weight: normal;
    margin-top:-7px;
}


#SideCategoryList-top li a:hover,
#SideCategoryList-top .sf-menu li a:hover {
    /*text-decoration: underline;
    color:red;*/
    color: #ff7e00;   
}

#SideCategoryList-top .ActivePage span{
    color: #ff7e00;    
}

#SideCategoryList-top li ul,
#SideCategoryList-top .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
}
#SideCategoryList-top > li > ul:before,
#SideCategoryList-top .sf-menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 20px;
}
#SideCategoryList-top li ul li ul,
#SideCategoryList-top .sf-menu li ul li ul {
    top: 0px;
    left: 170px;
    display: none;
}
#SideCategoryList-top li ul li,
#SideCategoryList-top .sf-menu li ul li {
    clear: both;
    padding: 0;
    margin: 0 10px 0 10px;    
}
#SideCategoryList-top li ul li a,
#SideCategoryList-top .sf-menu li ul li a {
    font-size: 15px;
    text-align: left;    
    height: auto;
    padding: 7px 0 7px 0;
    margin: 0;    
    width:210px;
    height:25px;
    line-height:25px;
}
#SideCategoryList-top li ul li a:hover,
#SideCategoryList-top .sf-menu li ul li a:hover {
    text-decoration: none;
    background:none;
    color:#000000;
}
#SideCategoryList-top li:hover ul,
#SideCategoryList-top li.over ul {
    display: block;
}
#SideCategoryList-top li:hover ul li ul,
#SideCategoryList-top li.over ul li ul {
    display: none;
}
#SideCategoryList-top li ul li:hover ul,
#SideCategoryList-top li ul li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement \*/
* html #SideCategoryList-top ul li {
    float: left;
    height: 1%;
}
* html #SideCategoryList-top ul li a {
    height: 1%;
}

/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0;
}
#SideCategoryList h2 {
    display: none;
}

#SideCategoryList ul,
#SideCategoryList .sf-menu ul {
    float: left !important;
    width: auto !important;
    padding: 0;
    margin: 0;
}
#SideCategoryList li,
#SideCategoryList .sf-menu li {
    float: left !important;
    width: auto !important;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#SideCategoryList .SideCategoryListClassic li a {
    width:180px;
    padding: 4px 0 0 0;
    height:auto;
    padding:5px 0 5px 0;
}

.Right #SideNewProducts {
    margin-left: -10px;
}

#SideNewProducts {
    width: 255px;
}

#SideNewProducts img {
    margin-right: 10px;
    max-width: 100px;
    float: left;
}

#SideNewProducts .ProductDetails {
    width:220px;
}

#SideNewProducts .ProductImage {
    width: 102px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#SideNewProducts .ProductList {
    margin: 0 !important;
    width: 260px;
}



#SideCategoryList li a,
#SideCategoryList .sf-menu li a {
    display: block;
    height: 46px;
    line-height:46px;
    padding: 0px 25px 0px 25px;
    font-size: 14px;    
    text-align: center;
    text-decoration: none;
    text-transform: Capitalize;
    color: #ffffff;
    font-family: 'CenturyGothicRegular', Tahoma;
    font-style: normal;
    font-weight: normal;
}


#SideCategoryList li a:hover,
#SideCategoryList .sf-menu li a:hover {
    /*text-decoration: underline;
    color:red;*/
    color: #ffffff;
    background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/menu-tab2-r.png?t=1513838249) 100% bottom no-repeat; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}

#SideCategoryList .ActivePage {
    color: #ffffff;
    background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/menu-tab2-r.png?t=1513838249) 100% bottom no-repeat; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;
}

#SideCategoryList li ul,
#SideCategoryList .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
}
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 20px;
}
#SideCategoryList li ul li ul,
#SideCategoryList .sf-menu li ul li ul {
    top: 5px;
    left: 205px;
    display: none;
    border:0px solid red;
}
#SideCategoryList li ul li,
#SideCategoryList .sf-menu li ul li {
    clear: both;
    padding: 0;
    margin: 0 10px 0 10px;    
}
#SideCategoryList li ul li a,
#SideCategoryList .sf-menu li ul li a {
    font-size: 14px;
    text-align: left;    
    height: auto;
    padding: 7px 0 7px 0;
    margin: 0;    
    width:210px;
    height:25px;
    line-height:25px;
}
#SideCategoryList li ul li a:hover,
#SideCategoryList .sf-menu li ul li a:hover {
    text-decoration: none;
    background:none;
    color:#000000;
}
#SideCategoryList li:hover ul,
#SideCategoryList li.over ul {
    display: block;
}
#SideCategoryList li:hover ul li ul,
#SideCategoryList li.over ul li ul {
    display: none;
}
#SideCategoryList li ul li:hover ul,
#SideCategoryList li ul li.over ul {
    display: block;
}

/* Holly Hack. IE Requirement \*/
* html #SideCategoryList ul li {
    float: left;
    height: 1%;
}
* html #SideCategoryList ul li a {
    height: 1%;
}
/* End */
.sf-sub-indicator {
    display: none !important;
}


/* Logo */
#Logo {
    float: left;
    display: inline;
}
#Logo h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: none;
    padding: 0;
    margin: 40px 0 15px;
}
#Logo #LogoImage {
}
#Logo h1 a {
    font-weight: 400;
    letter-spacing: -2px;
    text-decoration: none;
}


/* Top Search Form */
#SearchForm {
    display: inline;
    /*float: left;*/
    margin: 0px 0 0 10px;
    padding: 10px 0 0;
    position: relative;
    width: auto;
}
#SearchForm form {
    padding: 0;
    margin: 0;
}
#SearchForm label {
    display: none;
}
#SearchForm input {
    font-size: 0.8em;
    font-weight: 400;
    height: 18px;
    padding: 2px 3px;
    text-transform: uppercase;
    width: 222px;
}
#SearchForm .Button {
    background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/searchIcon.png?t=1513838249") no-repeat scroll center center #f58843;
    height: 24px;
    margin: 0;
    padding: 0;
    /*vertical-align: top;*/
    width: 24px; 
    text-indent: -999em;
    cursor: pointer;
}
#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}


/* Left Content Area */
.Left {
    float: left;
    width: 190px;
    margin: 0 50px 0 0;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}

.Left.NewProducts {
    margin-right: 70px;
}

.Left.NewProducts .BlockContent {
    margin: 0;
}

.Left h2 {
    font-size: 1.4em;
    padding: 0 0 8px 0;
    margin: 0 0 5px 0;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    float: left;
    width: 100%;
}
.Left ul li:first-child {
    padding-top: 0;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}


/* Primary Content Area */
.Content {
    float: left;
    width: 570px;
    margin: 0;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 700px;
}
.Content.Wide.WideWithLeft {
    width: 653px;
    padding-left: 0;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 978px;
    text-align:justify;
}


/* Right Content Area */
.Right {
    float: left;
    width: 190px;
    margin: 0 0 0 50px;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Hero slider */
.hero {
    width: 980px;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
.hero_slider div { /* Items to be rotated through */
    position: relative;
    width: 980px;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.hero_slider div .text { /* Text container for each item */
    position: absolute;
    top: 60px;
    left: 70px;
    width: 350px;
    color: #fff;
    z-index: 99;
}
.hero_slider div .text h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text p {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.hero #slide_prev { /* Previous button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    left:5px;
    width: 20px;
    height: 40px;
    background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/white/hero_prev.gif?t=1513838249) 0 0 no-repeat;
    text-indent: -9999px;
}
.hero #slide_next { /* Next button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/white/hero_next.gif?t=1513838249) 0 0 no-repeat;
    text-indent: -9999px;
}

/* Slide-show */
.slide-show {
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
}
    .slide-show a {
        text-decoration: none;
    }
    .slide-show-render.slide-show {
        margin-bottom: 20px;
        top: 0px;
    }

/* Top Banner styles */
.Block.banner_home_page_top *,
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}


/* Bottom Banner styles */
.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;    
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    float: left;
    width: 320px;
    position: relative;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    margin-left: 10px;
}
.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
    .category-featured .image-container-centered img {
        max-width: 320px;
        max-height: 264px;
    }
.category-featured h3 {
    text-transform: uppercase;
}

/* Lower & Footer Content */
.Center { /* Centers content */
    clear: both;
    width: 980px;
    margin: 0 auto;
}
/*#Footer {
    clear: both;
    font-size: 0.85em;
    padding: 15px 0;
    margin: 0;
}

#Footer #Menu li + li::before{
    content:none !important;
}

#FooterUpper {
    clear: both;
    padding: 20px 0 0;
}
#FooterUpper .Column {
    float: left;
    width: 225px;
    padding-bottom: 15px;
    margin: 0 20px 0 0;
    display: inline;
}
#FooterUpper .Column.NewsletterColumn {
    width: 245px;
    margin-right: 0;
}
#FooterUpper h2 {
    margin-bottom: 5px;
}
#FooterUpper ul {
    padding: 0;
    margin: 0;
}
#FooterUpper li {
    list-style: none;
    font-size: 0.95em;
    background: url(%%ASSET_images/white/Arrow.gif) 0 50% no-repeat;
    padding: 2px 0 2px 10px;
    margin: 0;
}
#FooterUpper li a {
    text-decoration: none;
}
#FooterUpper li a:hover {
    text-decoration: underline;
}
#FooterUpper li ul,
#FooterUpper li:hover ul {
    display: none !important;
}
#FooterUpper .RecentNews li {
    background: none;
    margin-left: -8px;
}
#FooterUpper .RecentNews li p {
    width: 15em;
    margin: 5px 0 0;
}*/

/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
    float: left;
}
.NewsletterSubscription h2 {
    padding-bottom: 8px;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    width: 75px;
    width: 6.5em;
    font-size: 0.85em;
    padding: 3px 0 0 0;
}
.NewsletterSubscription input {
    float: left;
    width: 160px;
    font-size: 0.9em;
    padding: 3px;
    margin-bottom: 10px;
}
.NewsletterSubscription .Button {
    float: right;
    width: 22px;
    height: 22px;
    border: 0;
    vertical-align: middle;
}


/* News Lists */
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}


/* Product Listings */
.ProductList {
    font-size: 0;
    list-style: none;
    margin: 0 0 0 -0px !important; /* To pull up 4th item so all in a nice row */
    padding: 0;
}
    .ProductList.List {
        margin-left: 0 !important;
    }
.Content .ProductList,
.Content .ProductList li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Content .ProductList-faetured li {
    width: 205px;
    height: auto;
    text-align: center;    
    margin: 0px 35px 5px 0;
    float: left;     
    overflow: hidden;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}

.Content .ProductList-faetured-new li {
    width: 205px;
    height: auto;
    text-align: center;    
    margin: 0px 45px 5px 0;
    float: left;     
    overflow: hidden;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
}

 .Content .ProductList, .Content .ProductList ul {width:1044px;}

.Content .ProductList li {
    text-align: center;
    list-style: none;
    width: 203px !important;
    min-height: auto;    
     margin: 0 47px 25px 0;
    padding: 0px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    border: 0px solid #D0D0D0; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;
    color: #1E1E1E;
    font-family: 'CenturyGothicRegular',Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
}

.Content .ProductList .ProductImage {
    padding: 1px;
    display: table-cell;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}
.Content .ProductList .ProductImage img {
    vertical-align: middle;
}
.Content .ProductList .ProductDetails {
    margin: 15px 0 5px 0;
}
.ProductList a {
    text-decoration: none;
}
.ProductList a:hover {
    color:#ff7e00;
    text-decoration: none;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}

.ProductList .price {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #817f7c;text-align: center;text-decoration: none;}

.ProductList .ProductPrice {
    margin-top: 3px;
    color:#ff7e00;
}
.ProductPrice,
.ProductList em {
    font-weight: bold;
    font-style: normal;

}
.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: none;
}
.ProductList li .ProductCompareButton {
    font-size: 0.9em;
    margin-top: 10px;
}
.ProductList li .ProductActionAdd {
    height: 30px;
    margin-top: 15px;    
}

.ProductList li .ProductActionAdd a,
.QuickViewBtn {
    float: left;
}

.Submit input,
.ProductList li .ProductActionAdd a,
.QuickViewBtn,
#bottom_payment_button,
.ExpressCheckoutContent input[type="submit"],
.btn {
    cursor: pointer;
    font-size: 14px !important;
    padding: 7px 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    background: #01B26C !important;
    border: none !important;
    border-radius: 3px !important;
    font-family: 'Montserrat', Helvetica, Arial, Sans-Serif;
    color:#fff;
}

#bottom_payment_button {
    float:right;
}

.ProductList li .ProductActionAdd a:hover,
.btn:hover {
    color: #000;
    background: #d4d4d4 !important;
}

.btn {
    display: inline-block;
}

.btn,
.ProductList li .ProductActionAdd a {
    letter-spacing: -1px !important;
}
.btn-secondary,
.btn-secondary:hover {
    letter-spacing: -1px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #01B26C !important;
}
.QuickViewBtn {    
    font-weight: 400 !important;    
    background: url(%%ASSET_images/icon-eye-open.png%%) 10px 10px #e8e8e8 no-repeat !important;
    filter: none !important; /* filter screws up the icon in the quickview button in IE */
}
.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
    padding:0 !important;
}
.ToggleSearchFormLink.btn a{
    padding:14px 10px 12px 3px !important;
    float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:7px 3px 7px 10px !important;
}

.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 15px;
}


/* Top Seller Block Specific */
.Right .TopSellers,
.Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul,
.Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li,
.Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber,
.Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 img,
.Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}

/* Page Header */
.PageHeader {
    padding: 24px 10px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

/* Page Breadcrumbs */
.Breadcrumb ul,
.Breadcrumb li {
    list-style: none;
    margin-left: 5px;
    padding: 0;
}
.Breadcrumb {
    /*font-size: 12px;
    padding: 10px 0 0px 2px;
    clear:both;
    clear: both;
    font-size: 12px;
    margin-bottom: -4px;
    margin-left: 10px;
    padding: 10px 0 0;*/
    font-size: 12px;
    margin-bottom: 7px;
    padding: 5px 0 0;
}

#Wrapper .Breadcrumb {
    padding-top:0;
}

.Breadcrumb li {
    padding-right: 5px;
    display: inline;
    color:#ff7e00;
}
.Breadcrumb li a {
    /*padding-right: 10px;
    margin-left: 10px;*/
    
    color:#3C3B3B;
}
.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/BreadcrumbSep.gif?t=1513838249') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 8px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.95em;
    color: #444;
    margin: 0px 10px 0px 0;
    padding: 10px 0;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 0px;
    padding: 10px 24px 0;
}


.Clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}


.Field45 {
    width: 45px;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

.MB10 {
    margin-bottom:10px;
}
.MT0 {
    margin-top:0px;
}
.LH140 {
    line-height:140%;
}
.PLRB5 {
    padding:0px 5px 5px 5px;
}
.PLR10 {
    padding:0px 10px 0px 10px;
}
.PL20 {
    padding:0;
}
.PL40 {
    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.PL10 {
    padding-left:10px;
}
.PB2 {
    padding-bottom:2px;
}
.NoMarginBottom {
    margin-bottom: 0;
}

.Required {
    color: red;
    font-weight: bold;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.Message {
    padding: 12px 6px 10px 52px;
    margin-bottom: 15px;
}
.AccountLogin .Message {
    margin-bottom: 30px;
}

.Message p {
    float:left;
}

.Message ul{
    float:left;
    list-style-position: inside;
    margin: 0 0 5px 30px;
}
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
    float: left;
    width: 404px;
    padding: 20px 10px 0 10px;
}

.CreateAccount .btn
{
    margin-top: 24px;
}

.AccountLogin {
    float: left;
    width: 501px;
    padding: 20px 10px 0 23px;
}
.CreateAccount h2,
.AccountLogin h2,
#CreateAccountForm h2 {
    font-size: 24px;
}
.AccountLogin .Submit .btn,
.AccountLogin .Submit a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 10px;
}

#CreateAccountForm {
    padding-left: 10px;
}
#CreateAccountForm h2 {
    margin-bottom: 5px;
    padding: 20px 0 0;
}
#CreateAccountForm h3 {
    padding: 20px 0;
    font-size: 19px;
}
.CreateAccountIntro {
    margin-bottom: 30px;
}

ul.ShippingAddressList,
ul.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.PrimaryProductDetails {
    /*margin-top: 10px;*/
    margin-top: 0px;
}

.PrimaryProductDetails .ProductAside {
    width: 386px;
    float: left;
}
.PrimaryProductDetails .ProductAside .AddThisButtonBox {
    margin-left: 0;
    margin-right: 0;
}

.PrimaryProductDetails .ProductThumbWrap {
    border-width: 0 1px 1px 1px;
}
.PrimaryProductDetails .ProductThumb {
    text-align: center;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;

    /* Firefox doesn't like margin: 0 auto when it's got display:-moz-box. Hence moz styling is not here */
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;

    display: box;
    box-align: center;
    box-pack: center;
}


.ProductThumbImage {
    margin: 0 auto;
}


.ProductThumbImage .zoomPad{
    cursor: crosshair;
    float: none;
    position: relative;
    z-index: 5;
}


.ProductThumbImage .zoomWindow {
    width: 100%;
    background: none;
}

.ProductThumbImage .zoomWrapper {
    margin: auto;
    border: 1px solid #ffffff;
    border-top: none;
}

.PrimaryProductDetails .ProductMain,
.PrimaryProductDetails .productAddToCartBelow {
    float: right;    
    width: 485px;
    padding:0 0 10px
}

.nups h1 {color:#CA5F1B !important;margin:0 0 5px;border-bottom:1px solid #CA5F1B;}
.nups-new h1 {color:#CA5F1B;margin:-6px 0 5px;border-bottom:1px solid #CA5F1B;line-height:48px;}


.PrimaryProductDetails .productAddToCartBelow {padding: 0 0 0 30px;}

.PrimaryProductDetails .ProductMain h1 {
    font-size: 29px;
    padding-top: 0;
    color:#CA5F1B;
}
.PrimaryProductDetails h2{
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription,
.ProductReviews,
.ProductsByCategory,
.ProductOtherDetails {
    margin-top: 20px;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.ProductDescriptionContainer {
    line-height: 1.5;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.Content h3 {
    margin-bottom: 5px;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable {
    width: 100%;
}
.ComparisonTable td {
    vertical-align:top;
    font-size: 11px;
}
.CompareFieldName {
    width:95px;
    padding:8px 10px 8px 15px;
}
.CompareFieldTop {
    padding:5px;
    text-align:center;
}
.CompareFieldTop a {
    text-decoration:none;
    font-size:10px;
}
.CompareFieldTop a:hover {
    text-decoration:underline;
}
.CompareLeft {
    padding:5px 10px 5px 10px;
}
.CompareCenter {
    text-align:center;
    padding:5px;
}
.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}
.CompareProductOption {
    margin-left:20px;
    padding-left:5px;
}

.Availability {
    color:gray;
}
.LittleNote {
    color:gray;
    font-size: 0.85em;
}

.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* General Tables & Carts Table commong styling */
table.General,
table.CartContents,
table.General {
    width: 100%;
    margin: 20px 0;
}

table.General thead tr th {
    padding: 15px 10px;
    text-align: left;
}

table.General tbody td {
    padding: 15px 10px;
    vertical-align: top;
}

table.General tbody tr.First td {
    border-top: 0;
}


/* Cart Contents Table */
table.CartContents thead tr th,
table.CartContents tr td {
    padding: 15px 23px;
}

.CartContents .productAttributes td {
    font-size: 12px;
    padding: 3px 8px 2px 0;
    text-align: left;
    text-transform: none;
    float: left;
}

.CartContents .ProductName a {
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {
    float: right;
}

.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList {
    margin-top: 5px;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.ProductOptionList input {
    vertical-align: middle;

}

.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.Field45.quantityInput {
    margin: 0 0 10px;
}


/* Quick Search */
.QuickSearch {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 9999;
}
.QuickSearchTitle td,
.QuickSearchAllResults td {
    font-weight: bold;
    padding: 5px 44px 15px;
    font-size: 11px;
}
.QuickSearchResult td {
    font-size: 12px;
    padding:8px 0px 8px 8px;
    cursor: pointer;
}
.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
}
.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}
.QuickSearchResultName {
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover a {
    text-decoration: underline;
}
.QuickSearchAllResults {
    text-indent: -7000px;
}
.QuickSearchAllResults a {
    text-decoration: underline;
    height: 25px;
    display: block;
}
.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
    outline: none;
    -moz-outline-style: none;
}

/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}
.BrandCloud .small {
    font-size:15px;
}
.BrandCloud .medium {
    font-size:18px;
}
.BrandCloud .large {
    font-size:20px;
}
.BrandCloud .largest {
    font-size:26px;
}
.BrandCloud a {
    padding-right: 5px;
}
.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}
.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}
.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}

.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    /*padding: 10px 5px 4px;
    margin: 20px 0;*/
}
    .SubCategoryList a {
        text-decoration: none;
    }

.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 0px;
    padding-left: 36px;
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/products_list_24.jpg?t=1513838249') no-repeat 7px 50%;
}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}
.ProductReviewList li {
    border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
    border: 0;
}

.SortBox select {
    font-size: 0.9em;
}

 .SortBox option {
    color: #444;
}

.YourAccount li {
    margin-bottom: 8px;
}

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 190px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 0;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #fff !important;
}


.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-right:10px !important;
    margin-bottom: 7px;
    padding: 0 !important;
    border-color: #ccc !important;
    margin: 2px;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
    border: 2px solid #000 !important;
    margin:0;
    margin-right: 8px !important;
}

/* Hack to get the strike through working on IE8 */
.productOptionPickListSwatch .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail {
    position: relative \9;
}

/* Gave out of stock swatches a strike through background image */
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/out-of-stock-bg.png?t=1513838249") center no-repeat;
    z-index: 999;
    content: "";
}


/* Made the container of the label inline-block and gave it a border */
html.javascript .productOptionViewRectangle li {
    zoom: 1;
    *display: inline;
    border: 1px solid #000;
    background-color: #D9D8D8 !important;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
html.javascript .productOptionViewRectangle label {
    margin-bottom: 0 !important;
    border: 1px solid #fff !important;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: -10000px;
}

.ShippingProviderList {
    list-style: none;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear:both;
}

.KeepShopping {
    width: 180px;
    margin: 10px 0;
    clear: both;
    text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#TopMenu li.Flag div {
    border: 0;
}

#TopMenu li.Flag img {
    margin: 3px;
}

#TopMenu li.Flag img.Last {
    margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
    border: 2px solid #dadada;
    margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 11px;
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    float: right;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    text-align: left;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
    text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}

.SharePublicWishList {
    padding:5px;
    border:1px solid lightgray;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 250px;
    top: 7px;
    width: 650px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 4px;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/SubBrand.gif?t=1513838249') no-repeat 3px 50%;
}

.SubBrandListGrid {
    padding: 4px;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}



.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart input.Textbox,
#CartEditProductFieldsForm input.Textbox {
    width:181px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/GiftWrappingAvailable.gif?t=1513838249') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput,
p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
}

.ProductActionAdd a,
.ProductActionAdd strong a {
    text-decoration: underline;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/GiftWrappingAvailable.gif?t=1513838249') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */
.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 25px;
}
.TabNav li {
    display: inline;
}
.TabNav li a {
    position: relative;
    top: 0px;
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 3px;
    margin-top: 3px;
    text-decoration: none;
}
.TabNav li a:hover {
    text-decoration: none;
}
.TabNav li.Active a {
    margin-top: 0px;
}


.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    clear: both;
}
    .ProductAddToCart .BulkDiscount input {
        margin: 20px 0;
    }

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    width: auto !important;
    float: none;
    clear: both;
    padding: 6px;
    min-height: 0;
    background-image: none;
}

.Content .ProductList.List .ProductImage {
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
}

.Content .ProductList.List .ProductDetails {
    height: auto;
    display: block;
    clear: none;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    margin-left: 222px;
    text-align: left;
    background-image: none;
}

.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}

.Content .ProductList.List .ProductDescription {
    margin-top: 5px;
}

.Content .ProductList .ProductRightCol {
    float: right;
}

.Content .ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 6px;
}


.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    padding:2px 0px 2px 0px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 0px dotted #dbdbdb;
}
    .ProductDetailsGrid .DetailRow:last-child {
        border-bottom: none;
    }

/* Product Details Price */
.ProductDetailsGrid .DetailRow.PriceRow {
    margin: 0;
    padding: 0;
    background: none;
    border-top: 1px dotted #dbdbdb;
}
    .ProductDetailsGrid .ProductPriceWrap .DetailRow {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .ProductDetailsGrid .ProductPriceWrap .DetailRow {
        border: 0;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Label {
        margin: 0;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Value {
        font-size: 34px;
        line-height:26px;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Value em {
        font-weight: 400;
        letter-spacing: 0;
        color:#008752;
    }

.ProductDetailsGrid .Label {
    margin: 0 0 5px;
    width: 130px;
    font-weight: bold;
}

.ProductDetailsGrid .Value {
    display: inline;
}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}

.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

.ProductPriceWrap {
    margin: 22px 0;
    font-size: 23px;
    border-style: dotted;
    border-width: 1px 0;
    overflow: hidden;
    position: relative;
}
.ProductPriceWrap em {
    font-weight: normal;
}
.ProductPriceWrap .RetailPrice {
    font-size: 12px;
    color: #666;
}
.ProductPriceWrap .RetailPrice .YouSave {
    float: right;
}
#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}

/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

.SearchSorting select {
    font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
    margin: 5px;
    padding: 5px;
}

.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/

/** Product image gallery **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

#ProductDetails #ImageScrollPrev {
    clear:left;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:4px;
    white-space:    white-space:nowrap;
    width: 80%;
    overflow: hidden;
    margin-left: -3px;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-left:3px;
    border: 1px solid gray;
    padding: 2px;
    display: table-cell;
}

#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv {
    margin: 0 auto;
}

#ProductDetails .ProductTinyImageList ul li div {
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}


.ImageCarouselBox {
    padding-left: 0 !important;
}

.ProductPriceWrap {
    padding: 0px;
    line-height:20px;
    margin-bottom:14px;
}

/* set up the row for css table-like alignment */
.productAttributeList .productAttributeRow {
    margin-top: 0px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #ccc;
}
    .productAttributeList .productAttributeRow ul,
    .productAttributeList .productAttributeRow ol,
    .productAttributeList .productAttributeRow li:last-child {
        margin-bottom: 0 !important;
    }
    .productAttributeList .productAttributeRow input {
        margin-bottom: 5px !important;
        border:1px solid #CCCCCC;
    }

.productAttributeList .required {
    color: #be0303 !important;
}

/* position the label in the left-padding area of the row */
.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}
    .productAttributeList .productAttributeLabel label {
        display: block;
        margin-bottom: 10px !important;
    }

.productAttributeList ul {
    margin-bottom: 20px;
}
.productAttributeList li {
    margin-bottom: 8px;
}

.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
    .productOptionViewProductPickListWithImage .scrollContainer {
        max-height: 160px !important;
    }
    .productOptionViewProductPickListWithImage td {
        padding: 10px 5px !important;
        border-bottom: 1px dotted #e0e0e0;
        vertical-align: middle !important;
    }

.productOptionViewRectangle .option.selectedValue label {
    background: #D9D8D8 !important;
    padding: 3px 15px !important;
    border: 1px solid black !important;
}
    .productOptionViewRectangle .option label {
        padding: 3px 15px !important;
        background: #fff !important;
    }
    /* Gave the container a relative position to hold the absolutely positioned strike through image and made it 50% transparency */
    .productOptionViewRectangle .option label.outStock {
        position: relative;
        opacity: .5;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        *zoom: 1;
    }
    /* Added a background strike through background image, a white border and gave 50% transparency for out of stock rectangle select labels */
    .productOptionViewRectangle .option label.outStock span:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/out-of-stock-bg.png?t=1513838249") center no-repeat;
    }
    /* Gave a background colour to selected out of stock rectangle selects and removed transparency */
    .productOptionViewRectangle .option.selectedValue label.outStock {
        background-color: #D9D8D8 !important;
        opacity: 1;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        *zoom: 1;
    }
    .productOptionViewRectangle .option label .name {
        line-height: 19px;
    }


/* Gave out of stock lists and radio selects 50% transparency */
.productOptionViewRadio .outStock span,
.productOptionViewProductPickList .outStock span,
.productOptionViewProductPickListWithImage .outStock span {
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}

/* Removes transparency of out of stock lists and radio selects */
.productOptionViewRadio .selectedValue .outStock span,
.productOptionViewProductPickList .selectedValue .outStock span,
.productOptionViewProductPickListWithImage .selectedValue .outStock span {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    *zoom: 1;
}

.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
  padding-left: 28px !important;
}

.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
    margin-top: 4px !important;
    margin-left: -29px !important;
}

.TinyOuterDiv {
    border-width: 0 !important;
}

/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#VideoList li {
    float: left;
    list-style: none;
    padding: 10px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    margin-bottom: 4px;
}

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
}

.videoRowTitle {
    font-weight: bold;
    overflow: hidden;
    width: 146px;
    float: left;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/VideoOverlay.png?t=1513838249')center center no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}


/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 146px;
    height: 115px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
}

#VideoSingle {
    padding-left: 10px;
    width:240px;
}

#VideoContainer {
    padding: 10px;
}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-right:5px;
}

.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
}


/* Add to cart modal */
#fastCartWrapper {
    padding: 0;
}
#fastCartContainer .ProductList .ProductImage {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fastCartTop {
    padding: 0;
}
.fastCartProdLink {
    margin-bottom: 20px;
}
.fastCartContent {
    width: auto;
}

.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
}
.fastCartItemBox h2 {
    font-size: 11px;
    font-family: "Helvetica Neue", Arial, "Sans-Serif";
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartProd {
    font-weight: bold;
    margin-bottom: 20px;
}
.fastCartSummaryBox {
    max-width: none;
    width: 217px;
    padding: 28px;
    max-width: auto;
    padding: 20px;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 30px;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 20px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .CartActions {
    margin-top: 15px;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 29px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
}
.fastCartBottom h3 {
    padding: 20px 0;
    font-size: 19px;
    border-width: 1px 0;
    text-transform: uppercase;
}/*
#fastCartSuggestive {
    margin-left: -76px !important;
}*/
#fastCartContainer .ProductList li {
    margin: 0 12px 30px 40px;
    padding: 0;
}
.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}

.Panel#ProductTabs {
    padding-top: 0px;
}

.productAttributeLabel {
    text-align: left !important;
}

.AddThisButtonBox {
    float: none !important;
    margin: 20px 0 0 !important;
}

.PinterestButtonContainer {
    text-align: left;
}

/* Modal
....................................................................... */
#ModalContainer {
    border: 5px solid;
}
#ModalContentContainer,
#ModalTitle,
.ModalTitle {
    -moz-border-radius: 10px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.ModalTitle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 45px;
}
.ModalContent {
    padding: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 460px !important;
    color: #000 !important;
}
.modalContainer {
    width: 875px !important;
    margin-left: -434px !important;
}
#fastCartContainer,
#QuickViewContent {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
}
.modalClose {
    padding-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    top: 15px !important;
    right: 10px !important;
    text-align: left !important;
    text-indent: -999em !important;
    background: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/close.gif?t=1513838249') no-repeat !important;
}

#fastCartContainer .ProductDetails {
    height: 40px;
}

/* Social elements
....................................................................... */
#socnet {
    clear: both;
    font-size: 0.85em;
    padding: 20px 0 15px 0;
}
#socnet a {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
}


/* Accordion for product page
....................................................................... */
#prodAccordion {
}
#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
}
#prodAccordion .Block.current {
}
#prodAccordion .Block h2,
#prodAccordion .Block.current h2 {
    font-size: 1.2em;
    padding: 8px 15px 8px 0px;
    margin: 0;
    cursor: pointer;
}
#prodAccordion .Block h2:hover {
    text-decoration: underline;
    color:#ff7e00;
}
#prodAccordion .Block:last-child {
}
.prodAccordionContent {
    padding: 10px;
    display: none;
}
.current .prodAccordionContent {
    display: block;
}


/* Account Menu (horizontal)
....................................................................... */

.AccountMenu ul {
    padding: 0;
    margin: 0;
}
.AccountMenu li {
    list-style: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.AccountMenu h2 {
    padding-left: 0;
    padding-right: 0;
    display:block;
}

/* Tabcontent
....................................................................... */
#tabcontent {
    overflow: hidden;
}

#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu,
#GiftCertificatesMenu {
    padding: 13px 20px 25px;
    background: #f4f4f4;
    float:left;
}
#SideAccountMenu .BlockContent,
#GiftCertificatesMenu .BlockContent {
    margin: 0;
}
#SideAccountMenu li,
#GiftCertificatesMenu li {
    padding: 0 0 5px 15px;
}
#frmGiftCertificate {
    margin-top: 75px;
}
.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList  label {
    display: block;
    margin-bottom: 5px;
}

button {border:1px solid red;}

#frmGiftCertificate .Submit input[type="submit"] {
  /*background: url("%%ASSET_images/white/AddCartButton.gif") no-repeat 0 0;
  border: 0 none;
  height: 37px;
  padding: 0;
  text-indent: -9999em;
  width: 151px;
  display: inline-block;*/
    border: 0 none;
    display: inline-block;
    height: 37px;
    padding: 0;
    width: 248px;
}
#frmGiftCertificate .Submit input[type="button"] {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 15px;
}

/* Shopping cart    
....................................................................... */
#CartContent {
    padding: 0px;
}

.CartCode {
    margin: 0 10px;
    padding: 20px 10px;
}
.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 455px;
}
.CartCode .GiftCertificate {
    padding-left: 0px;
}
.CartCode input[type="submit"] {
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}
.CartContents .GrandTotal {
    font-size: 19px;
}
.CartUpdateBtn {
    margin-right: 10px;
}

#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#CartContent .AlternativeCheckoutOr {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}


/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}
#WishListEditFrom dt{
    width:auto;
}

#WishListEditFrom dd{
    margin-left: 125px;
    margin-bottom: 25px;
}

#WishListEditFrom label {
    margin-left: 10px;
}
.header h1,
.header h2,
.header h3 {
    float:left;
}

.header .actions
 {
    float:right;
}

#WishLists .header,
#ChooseShippingAddress .header{
    margin-bottom:15px;
}

#wishlistsform .action {
    text-indent: -9999px;
    padding-left: 50px;
}

#wishlistsform .action a {
    width:20px;
    height:20px;
    float:left;
    margin-left:5px;
}



/* Footer Menu
....................................................................... */
#Menu ul {
    margin: 0;
}
#Footer #Menu ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #BBB;
    margin-bottom: 10px;
    width: 100% !important;
}
#Menu li {
    display: inline;
}

#Footer #Menu li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 10px;
    height: auto;
    border-left: 1px solid #000;
    margin-left: 10px;
}
#Footer #Menu li a:hover {
    text-decoration: underline;
}

#currency-chooser .currencies:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 79px;
}

#Footer #Menu li.First a{
    padding: 0;
    margin: 0;
    border-left: 0;

}
#Footer #Menu ul ul {
    display: inline-block;
    padding: 0;
    border: 0;
}
#Footer #Menu ul ul li:before {
    content: '|';
    padding: 5px;
}

/* Header Menu */
#Header #SideCategoryList {
    display: inline-block;
    float:left;
}
#Header #Menu .First {
    display: none;
}

/* Pagination */
.CategoryPagination {
    display: inline-block;
    white-space: nowrap;
    float: right;
    margin: 10px;
}
.CategoryPagination .PagingList {
    display: inline;
    margin-left: 0;
}
.CategoryPagination .PagingList li.ActivePage {
    padding: 5px 8px;
}
.CategoryPagination .FloatLeft {
    margin-right: 13px;
}
.CategoryPagination .FloatRight {
    margin-left: 3px;
}
.CategoryPagination .FloatLeft a,
.CategoryPagination .FloatRight a {
    display: inline-block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
}
.CategoryPagination .FloatLeft a {
    background-image: url('%%ASSET_images/l-arrow.png%%');
    margin-top: 8px;
}
.CategoryPagination .FloatRight a {
    background-image: url('//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/r-arrow.png?t=1513838249');
    margin-top: 8px;
}
.CategoryPagination li {
    display: inline-block;
    margin-right: 7px;
}
#frmCompare {    
    clear: both;
}
.PagingBottom {
    margin-top: 10px;
}

#fastCartContainer .ProductList{
    width:801px !important;
    overflow:hidden !important;
    float: left;
}

#fastCartContainer #pl-box h2 {height:68px;}

.nups_fast_cart {background-color: #008752;border: 1px solid #008752;border-radius: 5px;color: #FFFFFF;
    height: 20px;line-height: 40px;padding: 6px;}

.ProductReviewFormContainer dt {
    width: 100%;
    clear: both;
    margin: 15px 0 10px;
}

.ProductReviewFormContainer dd {
    margin: 0 0 10px;
}

.ProductReviewFormContainer .Field400 {
    width: 430px;
}

#revrating {
    width: 230px;
    background: #fff;
}

.ExpressCheckoutContent input[type="submit"],
#bottom_payment_button,#bottom_payment_button,
.Submit input {
    background: #01B26C !important;
    color: #fff;
}

/************ new added css start **************/
.homecontxt {font-family: 'HelveticaRegular', Arial;font-size: 14px;font-style: normal;font-weight: normal;color: #3C3C3C;text-align: justify;text-decoration: none;line-height: 21px;}
.copytxt {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}

.signupN {color: #F57421;font-family: 'CenturyGothicRegular',Tahoma;font-size: 18px;font-style: normal;
    font-weight: bold;padding-left: 30px;text-align: left;text-decoration: none;}

/* ################################################################################# */
/* Home Page div section difine here*/

#wapper-top{padding:0;color: #817f7c;width: 100%;height: 100%;margin:0;}
#wapper-bot{padding:0;color: #817f7c;width: 100%;height: 100%;margin:0;}
#main{width: 100%;height: 100%;padding: 0px;overflow: hidden;position: relative;border: 0px solid red;margin: 0 auto;}

#header{width: 1001px;height: auto;text-align: left;margin: 0px auto;}
#header-left{width: 246px;height: 108px;text-align: left;float: left;padding: 30px 0px 0 0;}
#header-right{width: 755px;height: 150px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-top{width: 755px;height: 28px;text-align: right;float: left;padding: 10px 0px 0 0px;}
#header-top h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 23px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 0px 0px 6px 0px;margin-top:-6px;}
#header-top span {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none;display:block;float:right;width:500px;}
#header-bottom{width: 755px;height: 60px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-bottom .shopping {height: 41px; float: right; font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 5px 5px 0 0;}

#header-bottom img {float: right; margin: 0 0 0 5px;}
#header-bottom a:hover { opacity: 0.8; transition: opacity 0.8s ease-in-out 0s;}

#home-top-contener{width: 999px;height: auto;text-align: left;padding: 10px 0 10px 0px;background: #ffffff;border: 1px solid #ffffff;margin: 0px auto;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}

#top-menu{width: 999px;height: 46px;text-align: left;padding: 0px 0 0 0px;margin: 0px auto;background: #ff7e00;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#tab-top-menu {width: 250px;height: 43px;text-align: left;padding: 0px 0px 0 0px; display: none; float: left;}

#banner{width: 981px;height: 400px;text-align: left;padding: 0px 0 0 0px;margin: 13px auto 0 auto;}
#banner-left{width: 712px;height: 358px;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 12px 0 0;}
#banner-right{width: 257px;height: 358px;text-align: left;padding: 0px 0 0 0px;float: left;}
#banner-bottom-menu{width: 981px;height: 46px;text-align: left;padding: 0px 0 0 0px;margin: 12px auto 0 auto;background: #008752;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}

#banner-bottom-menu ul, ol {margin:0px;}

#banner-bottom-menu li {list-style: none; float: left; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/bottom_shad.png?t=1513838249") left center no-repeat; display: block; height: 46px; line-height: 43px; padding:0 44px 0 15px;}
#banner-bottom-menu img {float: left; margin: 6px 10px 0px 0;}
#banner-bottom-menu a {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#banner-bottom-menu a:hover {color: #ff7e00;}

#home-center{width: 981px;height: auto;text-align: left;margin: 15px auto -15px auto;padding: 0;}
#fpro-bg{width: 976px;height: auto;text-align: left;padding: 0;}
#fpro-box {width: 203px;height: 280px;text-align: center;padding: 0;float: left;}

#fpro-box .proimg {height:160px;}

#fpro-box .proimg img {/*border: 0px solid #D0D0D0; margin: 0 0 10px 0; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;width:203px;height:160px;*/}
#subscribe_form {
    margin-top: 12px;
}

#fpro-box .proimgTopseller {height:auto;}
#fpro-box .procontentTopseller {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;line-height: 29px; margin: 10px 0 10px 0;;}

#fpro-box .procontent {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #817f7c;text-align: center;text-decoration: none;line-height: 29px; margin: 15px 0 10px 0;}
#fpro-box span {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #817f7c;text-align: left;text-decoration: none;line-height: 0px;}
#fpro-box a:hover { opacity: 0.7; transition: opacity 0.7s ease-in-out 0s;}
#bspro-bg{width: 976px;height: auto;text-align: left;padding: 0 0 22px 0;}

#home-bottom-contener{width: 1001px;height: auto;text-align: left;margin: 17px auto 0 auto;padding: 0 0 0px 0;background: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}

#home-bottom{width: 981px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 10px 0 0px 0;}
#hbottom-left{width: 260px;height: auto;text-align: left;padding: 0;float: left;margin: 0 11px 0px 0px;}
#hbottom-left p {margin: 0 0 10px 0;}
#hbottom-right{width: 709px;height: 240px;text-align: left;padding: 0;float: left;margin: 0 0px 0 0px;padding: 0px;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/bottom-front.jpg?t=1513838249") center top no-repeat;}
#hr-form{width: 631px;height: auto;text-align: left;margin: 149px 0px 0 17px;padding: 0px 0px 8px 12px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;position: absolute;background: #fff;z-index: 9999;}
#form-one{width: 255px;height: auto;text-align: left;margin: 0 17px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-one h1 {border-bottom: 1px solid #ACACAC; height: 26px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one .content {padding: 12px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 14px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one span {padding: 0 9px 0 0;}
#form-one img {padding: 30px 0px 0 0;}
#form-two{width: 126px;height: auto;text-align: left;margin: 0 0px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-two h1 {border-bottom: 1px solid #ACACAC; height: 26px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-two select {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #008752;padding: 2px; margin: 8px 0 0 0; width: 126px;border-width:1px;border-color: #939393;border-style:solid;}
#form-three{width: 208px;height: auto;text-align: right;margin: 0 0px 0 0px;padding: 0px 15px 0px 0px;float: right;}
#form-three h1 {height: 27px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-three .commentbox {border: 1px solid #939393;width: 207px;height: auto; padding: 0 0 5px 0; margin: 0 0 10px 0; text-align: center; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);}
#form-three .commentbox textarea {font-family: 'CenturyGothicRegular';font-size: 12px;font-style: normal;font-weight: normal;color: #777777;padding: 5px 0 0 5px; margin: 9px 0 6px 0; height: 40px; width: 183px;border-width:1px;border-color: #939393;border-style:solid; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#hr-form1 {width: 500px;height: auto;text-align: left;margin: 0px auto 0px auto;padding: 0px 0px 8px 9px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;background: #fff;z-index: 9999; display: none;}

#footer-one #pll-topimg {display:none;}
#nups-l #pll-topimg {display:none;}


#footer-main-bg{width: 100%;height: auto;text-align: left;margin: 17px auto 0 auto;background:#005735;}

#footer{width: 999px;height: auto;text-align: left;margin: 17px auto 0 auto;}


#footer-one{width: 256px;height: auto;text-align: left;float: left;padding: 20px 0px 0 10px;}
#footer-one li { margin: 0px 0 0 18px; line-height: 26px;}
#footer-one h4 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px;}
#footer-one a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;width:174px;}
#footer-one a:hover {color: #ff7e00;}

#footer-one .sf-menu ul {width:255px; background:#005735; border:#eee 1px solid;}

#footer-two{width: 233px;height: 234px;text-align: left;float: left;padding: 20px 0px 0 0px;}
#footer-two li { margin: 0px 0 0 18px; line-height: 26px;}
#footer-two h4 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px;}
#footer-two a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-two a:hover {color: #ff7e00;}

#footer-three{width: 233px;height: 234px;text-align: center;float: left;padding: 20px 0px 0 0px;}
#footer-three h4 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: center;text-decoration: none; text-transform: uppercase; padding: 0px;}
#footer-three img {}
#footer-three .join {background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fruitcorp_75.png?t=1513838249") no-repeat scroll left top rgba(0, 0, 0, 0);float: right;height: 32px;margin: -2px 10px 0 0;padding: 13px 16px 0 0;text-align: right;width: 475px;}
#footer-three .input {font-family: 'calibriregular';font-size: 13px;font-style: normal;font-weight: normal;color: #717171;padding-left: 10px; margin: 0 0px 10px 0;width: 175px;height: 23px;line-height: 23px;border-width:0px;border-color: #C2D8AE;border-style:solid;background: #fff;}
#footer-three .every {width: 145px;height: 145px;margin: 20px 0px 0 0px; position: absolute;}


#footer-four{width: 233px;height: 234px;text-align: right;float: left;padding: 20px 0px 0 0px;}
#footer-four h4 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: right;text-decoration: none; text-transform: uppercase; padding: 0px;}
#footer-four img {}
#footer-four .join {background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fruitcorp_75.png?t=1513838249") no-repeat scroll left top rgba(0, 0, 0, 0);float: right;height: 32px;margin: -2px 10px 0 0;padding: 13px 16px 0 0;text-align: right;width: 475px;}
#footer-four .input {font-family: 'calibriregular';font-size: 13px;font-style: normal;font-weight: normal;color: #717171;padding-left: 10px; margin: 0 0px 10px 0;width: 175px;height: 23px;line-height: 23px;border-width:0px;border-color: #C2D8AE;border-style:solid;background: #fff;}
#footer-four .every {width: 145px;height: 145px;margin: 20px 0px 0 0px; position: absolute;}


#footer ul,ol {margin:0px;}

#copyright-contener{width: 100%;height: 54px;text-align: left;margin: 0 auto;background: #008752;}
#copyright{width: 1001px;height: 54px;text-align: left;margin: 0 auto;}
#copy-left{width: 501px;height: 37px;text-align: left;float: left;padding: 17px 0px 0px 0px;}
#copy-left a {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; padding: 0 2px 0 2px;}
#copy-left a:hover { color: #ff7e00;}
#copy-left p { margin: 0 0 0 -2px;}
#copy-right{width: 500px;height: 37px;text-align: right;float: left;padding: 17px 0px 0px 0px;}
#copy-right img {margin: 0 0 0 5px;}

.tabs {width: 100%;height: 44px;margin-left: 0px;padding-top: 0px;border: 0px solid #CFCFCF;}
.tabs a {float: left;display: block;height: 44px; padding: 0 20px 0 20px; color: #1A1A1A;font-family: 'CenturyGothicRegular', Arial;font-weight: normal;font-size: 15px;text-decoration: none;z-index: 1;position: relative;line-height: 44px;cursor: pointer;text-transform: uppercase;}
.tabs a.selected {color: #fff;height: 44px;border-bottom: none;background: #CA5F1B; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.tab_page {margin-top: 0px;display: block; background: #fff;width: 937px; padding: 22px 22px 0px 22px; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}

.clear_both { clear: both;}

/* Slideshow */
#slides {padding-top: 0px;margin-left:0px;}
.slides_container {width:712px;height:358px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
.slides_container div.slide {width:712px;height:358px;display:block;text-align: center;}
#slides .next,#slides .prev {position:absolute;top:180px;left:135px;width:36px;height:54px;display:block;z-index:101;}
#slides .next {left:1180px;}
.pagination {margin:-35px 0px 0 25px;width:100px;position: absolute;z-index: 99;}
.pagination li {float:left;margin:0 2px;list-style:none;}
.pagination li a {display:block;width:18px;height:0;padding-top:18px;background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/pagination.png?t=1513838249);background-position:0 0px;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -18px;}
/* Slideshow End */

/* Slideshow 2 */
#slides_two {padding-top: 0px;margin-left:0px;}
#slides_two .slides_container {width:682px;height:370px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
#slides_two .slides_container div.slide {width:682px;height:370px;display:block;text-align: center;}
#slides_two .next,#slides_two .prev {position:absolute;top:72px;left:-10px;width:43px;height:45px;display:block;z-index:101; background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/left.png?t=1513838249);background-position:0 0px;}
#slides_two .next {left:665px; background-position:0 -45px;}
#slides_two .pagination {margin:-35px 0px 0 25px;width:100px;position: absolute;z-index: 99;}
#slides_two .pagination li {float:left;margin:0 2px;list-style:none;}
#slides_two .pagination li a {display:block;width:18px;height:0;padding-top:18px;float:left;overflow:hidden;}
#slides_two .pagination li.current a {background-position:0 -18px;}
/* Slideshow 2 End */

/* ################################################################################# */
/* Top Main Menu */
#horiz-menu {margin: 0px 0px 0px 0px; display: block; z-index:50; position: absolute;}
ul#horiznav.menutop, #horiz-menu ul.menutop {padding: 0;margin: 0;position: relative; z-index:50;cursor:pointer;}
#horiz-menu li, #horiz-menu li .link {position:relative;display: block; text-align: center;}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link {z-index: 100;cursor: pointer;margin: 0;}
#horiz-menu .link {white-space: nowrap;display: block;float: left;height: 46px;line-height: 46px;font-weight: normal;font-size: 16px;text-decoration: none; z-index: 0;cursor: pointer;padding: 0;}
#horiz-menu li:hover .link, #horiz-menu li.sfHover .link, #horiz-menu li.active .link {z-index: 100;cursor: pointer; text-align: center;}
#horiz-menu ul {list-style: none;padding: 0;margin: 0;}
#horiz-menu li {display: block;float: left;margin: 0 3px 0 0px;padding: 0;font-weight: normal; font-family: 'CenturyGothicRegular',Tahoma;  }
#horiz-menu li .link span {display: block;padding: 0px 26px 0px 25px; height: 46px;}

/* Horizontal Menu */
#horiz-menu li, #horiz-menu li .link {color: #7B7B7B; font-family: 'CenturyGothicRegular', Tahoma; font-style: normal; font-weight: normal;}
#horiz-menu li.parent.sfHover .link.topdaddy {background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/menu-tab2-r.png?t=1513838249) 100% bottom no-repeat; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#horiz-menu li.parent.sfHover .link.topdaddy span {background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/menu-tab2-l.png?t=1513838249) transparent 0 0 no-repeat;}

#horiz-menu li.active .link, #horiz-menu li:hover .link, #horiz-menu li.sfHover .link {}

#horiz-menu li.active .link span, #horiz-menu li:hover .link span, #horiz-menu li.sfHover .link span {background: url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/menu-tab2-l.png?t=1513838249) transparent 0 0 no-repeat;}
/* IE6 Fix */
#horiz-menu li.parent-sfHover .link, #horiz-menu li.parent-sfHover .topdaddy {background: url(%%ASSET_images/menu-tab2-r.png) 100% bottom no-repeat; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#horiz-menu li.parent-sfHover .link span, #horiz-menu li.parent-sfHover .topdaddy span {background: url(%%ASSET_images/menu-tab2-l.png%%) transparent 0 0 no-repeat;}

#horiz-menu li.active .link, #horiz-menu li:hover .link, #horiz-menu li.sfHover .link {color: #7B7B7B; font-family: 'CenturyGothicRegular', Tahoma; font-style: normal;
font-weight: normal;}


#pl-left{width: 200px;height: auto;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 0 0;}
#pl-left ul, ol{margin:0px;}
#pll-topimg{width: 277px;height: 42px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/products_list_07.jpg?t=1513838249") left top no-repeat;}
#pll-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#pll-bg{width: 277px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pll-bg ul {padding: 0px;}
#pll-bg li {list-style: none;border-bottom: 1px solid #C3C3C3; line-height: 42px;}
#pll-bg li a {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: left;text-decoration: none;}
#pll-bg li a:hover {color: #CA5F1B;}
#pll-bg li img {margin: 0 20px 0 6px;}

#pl-right{width: 691px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}

#pl-right-page{width: 980px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}


#plr-topimg{width: 691px;height: 49px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/products_list_09.jpg?t=1513838249") left top no-repeat;}

#plr-topimg-page{width: 980px;height: 49px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/products_list_007.jpg?t=1513838249") left top no-repeat;}


#plr-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}

#plr-topimg-page h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}

#plr-bg{width: 691px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}

#pl-box-bg{width: 691px;height: auto;text-align: left;padding: 11px 0 0 11px;margin: 0px 0px 0 0;}

#pl-box-bg-new{width: 691px;height: auto;text-align: left;margin: 0px 0px 0 0;}

#pl-box-bg-account{width: 687px;height: auto;text-align: left;padding: 11px 0 0 3px;margin: 0px 0px 0 0;}

#pl-box{width: 203px;height: auto;text-align: center;padding: 3px 0 0px 0;margin: 0px 23px 0px 0;float: left;}

#pl-box a:hover{border:0px;}

#pl-box h2 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;}
#pl-box div {text-align: center; line-height: 29px;}
#pl-box p {text-align: center;}
#pl-box .from {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #4b4b4d;text-align: center;text-decoration: none;}
#pl-box .price {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #4b4b4d;text-align: center;text-decoration: none;}
#pl-box .qty {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 10px 10px 0px; width: 60px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
#pl-box .size {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 0 10px 0; width: 100px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}

.tab_pagemenu{display:block; width:100%;}
#tab_pagemenu1{display:none;}

.legal_notice {line-height:5px;font-size:11px;}

.fruit-para {width:1000px;}
.fruit-para-inner {margin-left:10px!important;margin-bottom:10px!important;}

#similar_products {width:1012px;}

.half_inner_para {padding-left: 10px;padding-right: 0;width: 660px;}

.height_banner {height:94px;}

#thumb_mob_outer {width:460px;height:auto;line-height:auto;}

#pd_mob_cart {margin-left: 154px;margin-top: -56px;position: absolute;width: 349px;}

.facebook_mob {margin-top: 54px;position: absolute;width:400px;}

.add_to_cart_pd_image{margin-right:100px;}

.productOptionViewRectangle {margin-bottom: 0px;}

.mymenu{margin:0 auto;width:999px;}

/*******css for shoping cart**********/
.CartCode {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(220, 220, 220);
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    width: 945px;
}

/************ new added css end **************/





/* ================= Tablet (Portrait) 575px - 1000px ================= */
@media only screen and (min-width: 575px) and (max-width: 980px) {
.add_to_cart_pd_image{margin-right:100px;}

.facebook_mob {margin-top: 65px;position: absolute;}

#pd_mob_cart {margin-left: 154px;margin-top: -56px;position: absolute;width: 349px;}

#thumb_mob_outer {width:460px;height:auto;line-height:auto;}

.height_banner {display:none;}

.half_inner_para {padding-left: 10px;padding-right: 0;width: 480px;}
#nups111 {font-size:11px;}
.Field350 {width:200px;}

#Wrapper {
   height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;margin: 0 0 0px 10px;width: 500px;
}

.cat_image{width:495px;height:55px;}

#similar_products {width:500px;}


#main-back-bg-product {background: none repeat scroll 0 0 #FFFFFF;border-radius: 0 0 6px 6px;height: auto;
margin: 9px 0 0;padding: 0;text-align: left;width: 500px;}

.Content .ProductList, .Content .ProductList ul {width:500px;}

.fruit-para {width:520px;float:right;}
.fruit-para-inner {margin-left:10px!important;margin-bottom:10px!important;}

#pl-right-page{width: 517px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}
#plr-topimg-page{width: 520px;height: 40px;line-height:40px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background:#CA5F1B;}

#plr-topimg-page h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 0px 12px;}


.tab_pagemenu{display:block;}

#tab_pagemenu1{background: none repeat scroll 0 0 #68AE3C;color: #FFFFFF;display: none;font-family: 'CenturyGothicRegular',Arial;font-size: 16px;height: 43px;line-height: 43px;margin-bottom: 20px;text-transform: uppercase;width: 100%;}

#tab_pagemenu1 .nups{background: none repeat scroll 0 0 #68AE3C;color: #FFFFFF;display: block;font-family: 'CenturyGothicRegular',Arial;font-size: 16px;height: 43px;line-height: 43px;margin:0 auto;text-transform: uppercase;width: 100%;width:515px;}

#tab_pagemenu1 .tab_menu1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-decoration: none;text-transform: uppercase;cursor:pointer;display: block; height: 43px; line-height: 41px; width:512px; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_icon.png?t=1513838249") right center no-repeat;}

#tab_pagemenu1 a.tab_menu1:hover {color: #000;text-decoration: none; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_over.png?t=1513838249") right center no-repeat;}
#tab_pagemenu1 li {list-style: square;  border-bottom: 0px solid #E4E4E4; margin: 0 0 0px 25px;color:#3C3B3B;}
#tab_pagemenu1 a {font-family: 'CenturyGothicRegular';font-size: 15px;font-style: normal;font-weight: normal;color: #1C1C1C;text-decoration: none;display: block;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_menu_bull.png?t=1513838249") 10px center no-repeat; padding: 0 0 0 0px;width: 466px;height: 25px;line-height: 25px;margin: 0 0 0 0px;text-transform:capitalize;}
#tab_pagemenu1 li a:hover {color: #ff7e00;text-decoration: none;}
#tab_pagemenu1 li .submenu li  {margin: 0 0 0px 40px; padding: 0px; border: none; list-style: circle;}


.nups-phone{display:none;}

#footer-main-bg{width: 100%;height: auto;text-align: left;margin: 17px auto 0 auto;background:#005735;}

#Wrapper-Custom {clear: both;margin: 0;padding: 0;width: 100%;}
.Content.Widest {padding:0 10px;width:500px;}

#TopMenu {clear: both;float: left;margin: 1px 0 0 26px;padding: 0;width: 315px;}
.slide-show-render-full .slide-content, .slide-show-render-full .drop-indicator {height:0px;}
#header{width: 535px;height: auto;text-align: left;margin: 0px auto;}
#header-left{width: 250px;height: auto;text-align: left;float: left;padding: 30px 0px 0 0;}
#header-left img {margin-top: 22px;width: 236px;}
#header-right{width: 285px;height: 178px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-top{width: 305px;height: 100px;text-align: right;float: left;padding: 10px 0px 0 0px;}
#header-top h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 23px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 0px 0px 6px 140px;}
#header-top span {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none;}
#header-bottom{width: 305px;height: 64px;text-align: right;float: left;padding: 0px 0px 0 0px;margin-top:-61px;}
#header-bottom .shopping {}
#header-bottom img {float: right; margin: 0 0 0 5px;}
#header-bottom a:hover { opacity: 0.8; transition: opacity 0.8s ease-in-out 0s;}

#home-top-contener{width: 535px;height: auto;text-align: left;padding: 10px 0 10px 0px;background:#ffffff;border: 1px solid #ffffff;margin: 0px auto;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}

#top-menu{width: 515px;height: 43px;text-align: left;padding: 0px 0 0 0px;margin: 0px auto;background: #ff7e00;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}

#horiz-menu {display: none;}

#tab-top-menu {width: 250px;height: 43px;text-align: left;padding: 0px 0px 0 0px; display: block; float: left;border}
#tab-top-menu .tab_menu {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-decoration: none;text-transform: uppercase;cursor:pointer;padding: 0 0px 0 15px; display: block; height: 43px; line-height: 41px; width:485px; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_icon.png?t=1513838249") right center no-repeat;}

#tab-top-menu a.tab_menu:hover {color: #000;text-decoration: none; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_over.png?t=1513838249") right center no-repeat;}
#tab-top-menu li {list-style: square;  border-bottom: 0px solid #E4E4E4; margin: 0 0 0px 25px;}
#tab-top-menu a {font-family: 'CenturyGothicRegular';font-size: 15px;font-style: normal;font-weight: normal;color: #1C1C1C;text-decoration: none;display: block;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_menu_bull.png?t=1513838249") 10px center no-repeat; padding: 0 0 0 0px;width: 466px;height: 25px;line-height: 25px;margin: 0 0 0 0px;}
#tab-top-menu li a:hover {color: #ff7e00;text-decoration: none;}
#tab-top-menu li .submenu li  {margin: 0 0 0px 40px; padding: 0px; border: none; list-style: circle;}

#banner{width: 515px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 13px auto 0 auto;}
#banner-left{width: 515px;height: 247px;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 13px 0;}
#banner-left img {width: 515px;height: 247px;}
#banner-right{width: 515px;height: 358px;text-align: center;padding: 0px 0 0 0px;float: left;}
#banner-bottom-menu{width: 500px;height: 108px;text-align: left;padding: 0px 0 0 15px;margin: 12px auto 0 auto;background: #008752 url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_bottom_shad.jpg?t=1513838249") center 22px repeat-x;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#banner-bottom-menu li {list-style: none; float: left;  display: block; height: 46px; line-height: 43px; width: 248px; padding:7px 0px 0 0px;}
#banner-bottom-menu img {float: left; margin: 6px 5px 0px 0;}
#banner-bottom-menu a {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase;}
#banner-bottom-menu a:hover {color: #ff7e00;}

#home-center{width: 515px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 0;}
#fpro-bg{width: 515px;height: auto;text-align: left;padding: 0;}
#fpro-box {height: 280px;text-align: left;margin: 0px 0;padding: 0;float: left;border:0px solid red;}
#fpro-box .proimg img {margin: 0 0 10px 0; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#fpro-box .procontent {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;line-height: 29px; margin: 0 0 0px 0;}
#fpro-box span {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #ff7e00;text-align: left;text-decoration: none;line-height: 29px;}
#fpro-box a:hover { opacity: 0.7; transition: opacity 0.7s ease-in-out 0s;}
#bspro-bg{width: 976px;height: auto;text-align: left;padding: 0 0 22px 0;}

#home-bottom-contener{width: 535px;height: auto;text-align: left;margin: 17px auto 0 auto;padding: 0 0 0px 0;background: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}
#home-bottom{width: 515px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 10px 0 10px 0;}
#hbottom-left{width: 515px;height: auto;text-align: center;padding: 0;float: left;margin: 0 0px 13px 0px;}
#hbottom-left p {margin: 0 0 10px 0;}
#hbottom-right{width: 505px;height: 240px;text-align: left;padding: 0;float: left;margin: 0 0px 0 0px;padding: 0px 0px 0 10px;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/bottom-front.jpg?t=1513838249") center top no-repeat;border-radius:5px;}
#hbottom-right img {width: 505px;height: 240px;}
#hr-form{width: 631px;height: auto;text-align: left;margin: 167px 0px 0 17px;padding: 0px 0px 8px 12px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;position: absolute;background: #fff;z-index: 9999; display: none;}
#form-one{width: 216px;height: auto;text-align: left;margin: 0 10px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-one h1 {border-bottom: 1px solid #ACACAC; height: 20px; padding: 10px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 13px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one .content {padding: 12px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 12px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one span {padding: 0 5px 0 0;}
#form-one img {padding: 20px 0px 0 0; width:200px; }
#form-two{width: 88px;height: auto;text-align: left;margin: 0 0px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-two h1 {border-bottom: 1px solid #ACACAC; height: 20px; padding: 10px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 13px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-two select {font-family: 'CenturyGothicRegular';font-size: 12px;font-style: normal;font-weight: normal;color: #008752;padding: 2px; margin: 8px 0 0 0; width: 88px;border-width:1px;border-color: #939393;border-style:solid;}
#form-three{width: 169px;height: auto;text-align: right;margin: 0 0px 0 0px;padding: 0px 0px 0px 0px;float: right;}
#form-three h1 {height: 20px; padding: 10px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 13px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-three .commentbox {border: 1px solid #939393;width: 167px;height: auto; padding: 0 0 3px 0; margin: 0 0 10px 0; text-align: center; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);}
#form-three .commentbox textarea {font-family: 'CenturyGothicRegular';font-size: 9px;font-style: normal;font-weight: normal;color: #777777;padding: 5px 0 0 5px; margin: 5px 0 6px 0; height: 40px; width: 148px;border-width:1px;border-color: #939393;border-style:solid; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#hr-form1 {width: 491px;height: auto;text-align: left;margin: 0px auto 0px auto;padding: 0px 9px 8px 9px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;background: #fff;z-index: 9999; display: block;}

#footer{width: 533px;height: auto;text-align: left;margin: 17px auto 0 auto;}
#footer-one{width: 200px;height: auto;text-align: left;float: left;padding: 20px 0px 0 65px;}
#footer-one li { list-style-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fot_bull.png?t=1513838249); margin: 0px 0 0 18px; line-height: 26px;}
#footer-one h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 0px 0px;}
#footer-one a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-one a:hover {color: #ff7e00;}
#footer-two{width: 203px;height: 234px;text-align: left;float: left;padding: 20px 0px 0 65px;}
#footer-two li { list-style-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fot_bull.png?t=1513838249); margin: 0px 0 0 18px; line-height: 26px;}
#footer-two h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 0px 0px;}
#footer-two a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-two a:hover {color: #ff7e00;}
#footer-three{width: 533px;height: auto;text-align: right;float: left;padding: 0px 0px 0 0px;}
#footer-three img {margin: 0px 100px 0 0;height: auto;}
#footer-three .join {width: 475px;height: 32px;text-align: right;float: right;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fruitcorp_75.png?t=1513838249") left top no-repeat;padding: 13px 16px 0 0px; margin: 0 5px 0 0;}
#footer-three .input {font-family: 'calibriregular';font-size: 13px;font-style: normal;font-weight: normal;color: #717171;padding-left: 10px; margin: 0 10px 0 0;width: 158px;height: 23px;line-height: 23px;border-width:0px;border-color: #C2D8AE;border-style:solid;background: #fff;}
#footer-three .every {margin: 0px 0 0 7px;position: absolute;}

#copyright-contener{width: 100%;height: 100px;text-align: left;margin: 0 auto;background: #008752;}
#copyright{width: 535px;height: 100px;text-align: left;margin: 0 auto;}
#copy-left{width: 535px;height: 32px;text-align: center;float: left;padding: 17px 0px 0px 0px;}
#copy-left a {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; padding: 0 2px 0 2px;}
#copy-left a:hover { color: #ff7e00;}
#copy-left p { margin: 0 0 0 -2px;}
#copy-right{width: 535px;height: 34px;text-align: center;float: left;padding: 17px 0px 0px 0px;}
#copy-right img {margin: 0 0 0 5px;}

.tabs {width: 100%;height: 44px;margin-left: 0px;padding-top: 0px;border: 0px solid #CFCFCF;}
.tabs a {float: left;display: block;height: 44px; padding: 0 20px 0 20px; color: #1A1A1A;font-family: 'CenturyGothicRegular', Arial;font-weight: normal;font-size: 15px;text-decoration: none;z-index: 1;position: relative;line-height: 44px;cursor: pointer;text-transform: uppercase;}
.tabs a.selected {color: #fff;height: 44px;border-bottom: none;background: #CA5F1B; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}

.tab_page {margin-top: 0px;display: block; background: #fff;width: 471px; padding: 22px 22px 0px 22px; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}


/* Slideshow */
#slides {padding-top: 0px;margin-left:0px;}
.slides_container {width:515px;height:247px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
.slides_container div.slide {width:515px;height:247px;display:block;text-align: center;}
#slides .next,#slides .prev {position:absolute;top:180px;left:135px;width:36px;height:54px;display:block;z-index:101;}
#slides .next {left:1180px;}
.pagination {margin:-30px 0px 0 14px;width:100px;position: absolute;z-index: 99;}
.pagination li {float:left;margin:0 2px;list-style:none;}
.pagination li a {display:block;width:18px;height:0;padding-top:18px;background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/pagination.png?t=1513838249);background-position:0 0px;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -18px;}
/* Slideshow End */

/* Slideshow 2 */
#slides_two {padding-top: 0px;margin-left:0px;}
#slides_two .slides_container {width:494px;height:276px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
#slides_two .slides_container div.slide {width:494px;height:276px;display:block;text-align: center;}
#slides_two .next,#slides_two .prev {position:absolute;top:122px;left:-4px;width:43px;height:45px;display:block;z-index:101; background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/left.png?t=1513838249);background-position:0 0px;}
#slides_two .next {left:476px; background-position:0 -45px;}
#slides_two .pagination {margin:-35px 0px 0 25px;width:100px;position: absolute;z-index: 99;}
#slides_two .pagination li {float:left;margin:0 2px;list-style:none;}
#slides_two .pagination li a {display:block;width:18px;height:0;padding-top:18px;float:left;overflow:hidden;}
#slides_two .pagination li.current a {background-position:0 -18px;}
/* Slideshow 2 End */

/* ################################################################################# */
/* Products List Page */

#pl-left{width: 515px;height: auto;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 0 0;}
#pll-topimg{width: 515px;height: 42px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_products_list_07.jpg?t=1513838249") left top no-repeat;}
#pll-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#pll-bg{width: 515px;height: auto;text-align: left;padding: 0px 0 15px 0px;margin: 0px 0px 15px 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pll-bg ul {padding: 8px 8px 8px 8px;}
#pll-bg li {list-style: none;border-bottom: 1px solid #C3C3C3; line-height: 42px; float: left; width: 420px; margin: 0 0px 0 20px;}
#pll-bg li a {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: left;text-decoration: none;}
#pll-bg li a:hover {color: #CA5F1B;}
#pll-bg li img {margin: 0 20px 0 6px;}

#pl-right{width: 515px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}
#plr-topimg{width: 515px;height: 49px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_products_list_09.jpg?t=1513838249") left top no-repeat;}
#plr-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#plr-bg{width: 515px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}

#pl-box-bg{width: 515px;height: auto;text-align: left;padding: 11px 0 0 5px;margin: 0px 0px 0 0;}
#pl-box{width: 203px;height: auto;text-align: center;padding: 3px 0 8px 0;margin: 0px 45px 18px 0;float: left; border: 0px solid #D0D0D0; border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pl-box h2 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;}
#pl-box div {text-align: center; line-height: 29px;}
#pl-box p {text-align: center;}
#pl-box .from {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #817f7c;text-align: center;text-decoration: none;}
#pl-box .price {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #ff7e00;text-align: center;text-decoration: none;}
#pl-box .qty {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 10px 10px 0px; width: 60px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
#pl-box .size {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 0 10px 0; width: 100px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
#pl-box p img {height: auto;}
.legal_notice {line-height:5px;font-size:11px;}
.show_cat {display: none; position:absolute; z-index:999; background: #fff; border-radius: 5px; border: 2px solid #ff7e00; padding: 10px;width:490px;}
#tab-top-menu .sf-menu ul {position:relative;top:0px;width:0px;left:0px;}
#SideCategoryList-top li a,
#SideCategoryList-top .sf-menu li a {
   color: rgb(255, 255, 255);
display: block;
font-family: 'CenturyGothicRegular',Tahoma;
font-size: 13px;
font-style: normal;
font-weight: normal;
height: 46px;
letter-spacing: -1px;
line-height: 46px;
margin-top: -7px;
padding: 0 8px;
text-align: center;
text-decoration: none;
text-transform: capitalize;
}
.mymenu{margin:0 auto;width:535px;}
/*******css for shoping cart**********/
.CartCode {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgb(220, 220, 220);
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    width: 500px;
}
.CartCode .CouponCode, .CartCode .GiftCertificate {
    float: left;
    margin: 0 0 10px;
    width: 455px;
}
.CartContents tfoot .SubTotal td {
    font-weight: bold;
    padding: 5px 9px 5px 0;
    text-align: right;
}
.CartContents .ProductName a {
    letter-spacing: 0;
}

.cartfoot {
    width: 499px;
}

#LayoutColumn1 {
    margin: 0 0 0 -10px;
    width: 500px !important;
}
table.General, table.CartContents, table.General {
    margin: 20px 0;
    width: 50%;
}

table.CartContents thead tr th, table.CartContents tr td {
    padding: 15px 3px;
}
table.General tbody tr.First td {
    border-top: 0 none;
    padding: 10px 2px;
}
table.CartContents th, table.General th {
    background-color: rgb(244, 244, 244);
    border-bottom: 0 none;
    color: rgb(49, 46, 41);
    font-size: 12px;
    padding: 20px 23px;
    text-align: left;
    text-transform: uppercase;
}
.Content.Widest {padding: 0;}
.href_button_background { margin-bottom: 10px;}
.productAttributes label {
    font-size: 12px;
    font-weight: bold;
}

.Odd.Even > span {
    font-size: 12px;
}
.CartItemQuantity.Odd {
    padding: 13px 0 0 10px !important;
}
.CartCode {
    margin: 0;
    padding: 20px 18px;
}
}

/* ================= Tablet (Portrait) 575px - 1000px End ================= */
/* ================= Mobile (Portrait) 320px - 575px ================= */
@media screen and (min-width: 320px) and (max-width: 575px) {

.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {margin-right:0px;}

.productAttributeList .productAttributeRow ul,
    .productAttributeList .productAttributeRow ol,
    .productAttributeList .productAttributeRow li:last-child {
        margin-bottom: 22px !important;
    }

.add_to_cart_pd_image{height: 35px;margin-left: -22px;margin-right: 100px;position: absolute;width: 105px;}

.Breadcrumb {font-size: 11px;margin-bottom: 7px;padding: 5px 0 0;}

.facebook_mob {margin-left:0px; margin-top: 67px;position: absolute;}

#pd_mob_cart {margin-left: 134px;margin-top: -56px;position: absolute;width: 349px;}

.thumb_mob {width:290px; }
#thumb_mob_outer {width:290px;height:auto;line-height:auto;}

.height_banner {display:none;}

#Wrapper {
   height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;margin: 0 0 0px 10px;width: 278px;
}


.half_inner_para {padding-left: 10px;padding-right: 0;width: 280px;}
#nups111 {font-size:11px;}
.Field350 {width:200px;}

table.CartContents thead tr th, table.CartContents tr td {padding:15px 1px;}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {display:none;}

.Field400 {width:200px;}

.CheckoutRedeemCoupon{background: none repeat scroll 0 0 #F4F4F4;border: 1px solid #DCDCDC;margin-bottom: 10px;padding: 10px;width:200px;}

#main-back-bg-product {background: none repeat scroll 0 0 #FFFFFF;border-radius: 0 0 6px 6px;height: auto;margin: 9px 0 0;padding: 0;text-align: left;width: 292px;}

.PrimaryProductDetails .ProductMain, .PrimaryProductDetails .productAddToCartBelow {
 float: right;padding: 0 0 10px;width: 281px;}


h1, h2, h3, .TitleHeading {font-size: 17px;font-weight: 300;margin: 0 0 12px;text-transform: uppercase;}

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;padding-top: 4px;padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 150px;float: left;clear: left;font-weight: bold;padding-top: 7px;text-align: left;margin-left:13px;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 25px;margin-bottom: 15px;
}

.HorizontalFormContainer p.Submit {margin: 0 0 28px 26px;}

.half_inner_para {padding-left: 10px;padding-right: 0;width: 275px;margin-left:-10px;}

#nups111 {font-size:10px;}
#similar_products {width:300px;}
.Content .ProductList, .Content .ProductList ul {width:300px;}
.fruit-para {width:285px;float:right;}
.fruit-para-inner {margin-left:10px!important;margin-bottom:10px!important;}

.nups-news {font-size:8px;}
#TopMenu {clear: both;float: left;font-size: 14px;margin: -17px 20px 0 0;padding: 0;}

.tab_pagemenu{display:none;}
#tab_pagemenu1{background: none repeat scroll 0 0 #68AE3C; color: #FFFFFF;display: block;font-family: 'CenturyGothicRegular',Arial;font-size: 16px;height: 43px;line-height: 43px;margin-bottom: 20px;padding: 0 0 0 10px;text-transform: uppercase;}
#tab_pagemenu1 .nups{width: 300px;height: 43px;text-align: left;margin:0 auto;display: block;}
#tab_pagemenu1 .tab_menu1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-decoration: none;text-transform: uppercase;cursor:pointer;display: block; height: 43px; line-height: 41px; width:300px; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_icon.png?t=1513838249") right center no-repeat;}
#tab_pagemenu1 a.tab_menu1:hover {color: #000;text-decoration: none; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_over.png?t=1513838249") right center no-repeat;}
#tab_pagemenu1 li {list-style: square;  border-bottom: 0px solid #E4E4E4; margin: 0 0 0px 25px;color:#3C3B3B;}
#tab_pagemenu1 a {font-family: 'CenturyGothicRegular';font-size: 15px;font-style: normal;font-weight: normal;color: #1C1C1C;text-decoration: none;display: block;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_menu_bull.png?t=1513838249") 10px center no-repeat; padding: 0 0 0 0px;width: 249px;height: 25px;line-height: 25px;margin: 0 0 0 0px;text-transform:capitalize;}
#tab_pagemenu1 li a:hover {color: #ff7e00;text-decoration: none;}
#tab_pagemenu1 li .submenu li  {margin: 0 0 0px 40px; padding: 0px; border: none; list-style: circle;}



.nups-phone{display:none;}
#plr-topimg-page{width: 300px;height: 44px;line-height: 22px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #CA5F1B;}
#pl-right-page{width: 300px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}
#Wrapper-Custom {clear: both;margin: 0;padding: 0;width: 100%;}
.Content.Widest {padding:0 10px;width:100%;}
#header{width: 310px;height: auto;text-align: left;margin: 0px auto;}
#header-left{float: left;
    height: auto;
    padding: 10px 0;
    text-align: left;
    width: 310px;}
#header-left img {width: 250px;}
#header-right{width: 310px;height: 150px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-top{width: 305px;height: 70px;text-align: right;float: left;padding: 10px 0px 0 0px;}
#header-top h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 23px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 0px 0px 6px 0px;margin:3px 0 41px 7px}
#header-top span {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none;}
#header-bottom{width: 310px;height: 64px;margin-top:-64px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-bottom .shopping {width: 209px; height: 41px; float: none; position: absolute; margin: 0px 0 0 44px; font-family: 'CenturyGothicRegular', Arial;font-size: 14px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 14px 5px 0 0;}
#header-bottom img {float: right; margin: 0 0 0 2px;}
#header-bottom a:hover { opacity: 0.8; transition: opacity 0.8s ease-in-out 0s;}
#home-top-contener{width: 310px;height: auto;text-align: left;padding: 6px 0 6px 0px;background: #ffffff;border: 1px solid #ffffff;margin: 0px auto;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}
#top-menu{width: 298px;height: 43px;text-align: left;padding: 0px 0 0 0px;margin: 0px auto;background: #ff7e00;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#horiz-menu {display: none;}
#tab-top-menu {width: 298px;height: 43px;text-align: left;padding: 0px 0px 0 0px; display: block; float: left;}
#tab-top-menu .tab_menu {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-decoration: none;text-transform: uppercase;cursor:pointer;padding: 0 0px 0 15px; display: block; height: 43px; line-height: 41px; width:270px; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_icon.png?t=1513838249") right center no-repeat;}
#tab-top-menu a.tab_menu:hover {color: #000;text-decoration: none; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_over.png?t=1513838249") right center no-repeat;}
#tab-top-menu li {list-style: square;  border-bottom: 0px solid #E4E4E4; margin: 0 0 0px 25px;}
#tab-top-menu a {font-family: 'CenturyGothicRegular';font-size: 15px;font-style: normal;font-weight: normal;color: #1C1C1C;text-decoration: none;display: block;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_menu_bull.png?t=1513838249") 10px center no-repeat; padding: 0 0 0 0px;width: 249px;height: 25px;line-height: 25px;margin: 0 0 0 0px;}
#tab-top-menu li a:hover {color: #ff7e00;text-decoration: none;}
#tab-top-menu li .submenu li  {margin: 0 0 0px 40px; padding: 0px; border: none; list-style: circle;}

#banner{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 13px auto 0 auto;}
#banner-left{width: 298px;height: 186px;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 13px 0;}
#banner-left img {width: 298px;height: 186px;}
#banner-right{width: 298px;height: 358px;text-align: center;padding: 0px 0 0 0px;float: left;}
#banner-bottom-menu{width: 298px;height: 192px;text-align: left;padding: 10px 0 0 0px;margin: 12px auto 0 auto;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#banner-bottom-menu li {list-style: none; float: left; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_bottom_shad.jpg?t=1513838249") left center repeat-x; display: block; height: 38px; line-height: 25px; width: 283px; padding:0px 0px 10px 15px;}
#banner-bottom-menu img {float: left; margin: 0px 5px 0px 0;}
#banner-bottom-menu a {font-family: 'CenturyGothicRegular', Arial;font-size: 13px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase;}
#banner-bottom-menu a:hover {color: #ff7e00;}

#home-center{width: 298px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 0;}
#fpro-bg{width: 298px;height: auto;text-align: center;padding: 0;}
#fpro-box {width: 205px;height: auto;text-align: center;margin: 0px 50px 0px 22px;padding: 0;float: left;}
#fpro-box .proimg img {border: 0px solid #D0D0D0; margin: 0 0 0px 0; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#fpro-box .procontent {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;line-height: 29px; margin: 0 0 10px 0;}
#fpro-box span {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #ff7e00;text-align: left;text-decoration: none;line-height: 29px;}
#fpro-box a:hover { opacity: 0.7; transition: opacity 0.7s ease-in-out 0s;}
#bspro-bg{width: 976px;height: auto;text-align: left;padding: 0 0 22px 0;}

#home-bottom-contener{width: 310px;height: auto;text-align: left;margin: 17px auto 0 auto;padding: 0 0 0px 0;background: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}
#home-bottom{width: 298px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 10px 0 10px 0;}
#hbottom-left{width: 298px;height: auto;text-align: center;padding: 0;float: left;margin: 0 0px 13px 0px;}
#hbottom-left p {margin: 0 0 10px 0;}
#hbottom-right{width: 285px;height: 240px;text-align: left;padding: 0;float: left;margin: 0 0px 0 0px;padding: 0px 0px 0 13px;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/bottom-front.jpg?t=1513838249") center top no-repeat;}
#hbottom-right img {width: 285px;height: 166px;}
#hr-form{width: 631px;height: auto;text-align: left;margin: 167px 0px 0 17px;padding: 0px 0px 8px 12px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;position: absolute;background: #fff;z-index: 9999; display: none;}
#form-one{width: 274px;height: auto;text-align: left;margin: 0 0px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-one h1 {border-bottom: 1px solid #ACACAC; height: 26px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one .content {padding: 12px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 14px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one span {padding: 0 9px 0 0;}
#form-one img {padding: 15px 0px 0 0;}
#form-two{width: 274px;height: auto;text-align: left;margin: 5px 0px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-two h1 {border-bottom: 1px solid #ACACAC; height: 26px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-two select {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #008752;padding: 2px; margin: 8px 0 0 0; width: 274px;border-width:1px;border-color: #939393;border-style:solid;}
#form-three{width: 274px;height: auto;text-align: right;margin: 10px 0px 0 0px;padding: 0px 0px 0px 0px;float: right;}
#form-three h1 {height: 27px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-three .commentbox {border: 1px solid #939393;width: 273px;height: auto; padding: 0 0 5px 0; margin: 0 0 10px 0; text-align: center; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);}
#form-three .commentbox textarea {font-family: 'CenturyGothicRegular';font-size: 12px;font-style: normal;font-weight: normal;color: #777777;padding: 5px 0 0 5px; margin: 9px 0 6px 0; height: 40px; width: 249px;border-width:1px;border-color: #939393;border-style:solid; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#hr-form1 {width: 274px;height: auto;text-align: left;margin: 0px auto 0px auto;padding: 0px 9px 8px 9px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;background: #fff;z-index: 9999; display: block;}

#footer{width: 308px;height: auto;text-align: left;margin: 17px auto 0 auto;}

#footer-one{width: 243px;height: auto;text-align: left;float: left;padding: 20px 0px 0 65px;}
#footer-one li { list-style-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fot_bull.png?t=1513838249); margin: 0px 0 0 18px; line-height: 26px;}
#footer-one h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 10px 0px;}
#footer-one a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-one a:hover {color: #ff7e00;}
#footer-two{width: 243px;height: 234px;text-align: left;float: left;padding: 20px 0px 0 65px;}
#footer-two li { list-style-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fot_bull.png?t=1513838249); margin: 0px 0 0 18px; line-height: 26px;}
#footer-two h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 10px 0px;}
#footer-two a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-two a:hover {color: #ff7e00;}
#footer-three{width: 308px;height: 146px;text-align: center;float: left;padding: 0px 0px 0 0px;}
#footer-three img {margin: 0px 5px 0 0; width: 220px; height: auto;}
#footer-three .join {width: 285px;height: 32px;text-align: left;float: right;background: #008752 url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fruitcorp_75.png?t=1513838249") left -5px no-repeat;padding: 40px 0px 0 13px; margin: 0 5px 0 0;}
#footer-three .input {font-family: 'calibriregular';font-size: 13px;font-style: normal;font-weight: normal;color: #717171;padding-left: 10px; margin: 0 5px 0 0;width: 178px;height: 23px;line-height: 23px;border-width:0px;border-color: #C2D8AE;border-style:solid;background: #fff;}
#footer-three .every {width: 92px;height: 92px;margin: 0px 0px 0 5px; position: absolute;display:none;}

#copyright-contener{width: 100%;height: 100px;text-align: left;margin: 0 auto;background: #008752;}
#copyright{width: 310px;height: 100px;text-align: left;margin: 0 auto;}
#copy-left{width: 310px;height: 32px;text-align: center;float: left;padding: 17px 0px 0px 0px;}
#copy-left a {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; padding: 0 2px 0 2px;}
#copy-left a:hover { color: #ff7e00;}
#copy-left p { margin: 0 0 0 -2px;}
#copy-right{width: 310px;height: 34px;text-align: center;float: left;padding: 17px 0px 0px 0px;}
#copy-right img {margin: 0 0 0 5px;}

.tabs {width: 100%;height: 35px;margin-left: 0px;padding-top: 0px;border: 0px solid #CFCFCF;}
.tabs a {float: left;display: block;height: 35px; color: #1A1A1A;font-family: 'CenturyGothicRegular', Arial;font-weight: normal;font-size: 11px;text-decoration: none;z-index: 1;position: relative;line-height: 35px;cursor: pointer;text-transform: uppercase;}
.tabs a.selected {color: #fff;height: 35px;border-bottom: none;background: #CA5F1B; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.tab_page {margin-top: 0px;display: block; background: #fff;width: 254px; padding: 22px 22px 0px 22px; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}

/* Slideshow */
#slides {padding-top: 0px;margin-left:0px;}
.slides_container {width:298px;height:186px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
.slides_container div.slide {width:298px;height:186px;display:block;text-align: center;}
#slides .next,#slides .prev {position:absolute;top:180px;left:135px;width:36px;height:54px;display:block;z-index:101;}
#slides .next {left:1180px;}
.pagination {margin:-30px 0px 0 7px;width:100px;position: absolute;z-index: 99;}
.pagination li {float:left;margin:0 2px;list-style:none;}
.pagination li a {display:block;width:18px;height:0;padding-top:18px;background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/pagination.png?t=1513838249);background-position:0 0px;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -18px;}
/* Slideshow End */

/* Slideshow 2 */
#slides_two {padding-top: 0px;margin-left:0px;}
#slides_two .slides_container {width:285px;height:166px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
#slides_two .slides_container div.slide {width:285px;height:166px;display:block;text-align: center;}
#slides_two .next,#slides_two .prev {position:absolute;top:65px;left:-4px;width:43px;height:45px;display:block;z-index:101; background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/left.png?t=1513838249);background-position:0 0px;}
#slides_two .next {left:259px; background-position:0 -45px;}
#slides_two .pagination {margin:-35px 0px 0 25px;width:100px;position: absolute;z-index: 99;}
#slides_two .pagination li {float:left;margin:0 2px;list-style:none;}
#slides_two .pagination li a {display:block;width:18px;height:0;padding-top:18px;float:left;overflow:hidden;}
#slides_two .pagination li.current a {background-position:0 -18px;}
/* Slideshow 2 End */

/* ################################################################################# */
/* Products List Page */

#pl-left{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 0 0;}
#pll-topimg{width: 298px;height: 42px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/mob_products_list_07.jpg?t=1513838249") left top no-repeat;}
#pll-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#pll-bg{width: 298px;height: auto;text-align: left;padding: 0px 0 10px 0px;margin: 0px 0px 15px 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pll-bg ul {padding: 8px 8px 8px 8px;}
#pll-bg li {list-style: none;border-bottom: 1px solid #C3C3C3; line-height: 42px;}
#pll-bg li a {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: left;text-decoration: none;}
#pll-bg li a:hover {color: #CA5F1B;}
#pll-bg li img {margin: 0 20px 0 6px;}

#pl-right{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}
#plr-topimg{width: 298px;height: 49px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/mob_products_list_09.jpg?t=1513838249") left top no-repeat;}
#plr-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#plr-bg{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}

#pl-box-bg{width: 298px;height: auto;text-align: left;padding: 11px 0 0 0px;margin: 0px 0px 0 0;}
#pl-box{width: 203px;height: auto;text-align: center;padding: 3px 0 8px 0;margin: 0px 0px 18px 14px;float: left; border: 0px solid #D0D0D0; border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pl-box h2 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;}
#pl-box div {text-align: center; line-height: 29px;}
#pl-box p {text-align: center;}
#pl-box .from {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #817f7c;text-align: center;text-decoration: none;}
#pl-box .price {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #ff7e00;text-align: center;text-decoration: none;}
#pl-box .qty {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 10px 10px 0px; width: 60px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
#pl-box .size {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 0 10px 0; width: 100px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
.legal_notice {line-height:5px;font-size:8px;}

.show_cat {display: none; position:absolute; z-index:999; background: #fff; border-radius: 5px; border: 2px solid #ff7e00; padding: 10px;width:273px;}

#tab-top-menu .sf-menu ul {position:relative;top:0px;width:0px;left:0px;}
}
/* ================= Mobile (Portrait) 320px - 575px End ================= */


/* ================= Mobile (Portrait) 320px ================= */
@media screen and (max-width: 320px) {


.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {margin-right:0px;}

.productAttributeList .productAttributeRow ul,
    .productAttributeList .productAttributeRow ol,
    .productAttributeList .productAttributeRow li:last-child {
        margin-bottom: 22px !important;
    }

.add_to_cart_pd_image{height: 35px;margin-left: -22px;margin-right: 100px;position: absolute;width: 105px;}

.Breadcrumb {font-size: 11px;margin-bottom: 7px;padding: 5px 0 0;}

.facebook_mob {margin-left:0px; margin-top: 67px;position: absolute;}

#pd_mob_cart {margin-left: 134px;margin-top: -56px;position: absolute;width: 349px;}

.thumb_mob {width:290px; }
#thumb_mob_outer {width:290px;height:auto;line-height:auto;}

.height_banner {display:none;}

#Wrapper {
   height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;margin: 0 0 0px 10px;width: 278px;
}


.half_inner_para {padding-left: 10px;padding-right: 0;width: 280px;}
#nups111 {font-size:11px;}
.Field350 {width:200px;}

table.CartContents thead tr th, table.CartContents tr td {padding:15px 1px;}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {display:none;}

.Field400 {width:200px;}

.CheckoutRedeemCoupon{background: none repeat scroll 0 0 #F4F4F4;border: 1px solid #DCDCDC;margin-bottom: 10px;padding: 10px;width:200px;}

#main-back-bg-product {background: none repeat scroll 0 0 #FFFFFF;border-radius: 0 0 6px 6px;height: auto;margin: 9px 0 0;padding: 0;text-align: left;width: 292px;}

.PrimaryProductDetails .ProductMain, .PrimaryProductDetails .productAddToCartBelow {
 float: right;padding: 0 0 10px;width: 281px;}


h1, h2, h3, .TitleHeading {font-size: 17px;font-weight: 300;margin: 0 0 12px;text-transform: uppercase;}

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;padding-top: 4px;padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 150px;float: left;clear: left;font-weight: bold;padding-top: 7px;text-align: left;margin-left:13px;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-left: 25px;margin-bottom: 15px;
}

.HorizontalFormContainer p.Submit {margin: 0 0 28px 26px;}

.half_inner_para {padding-left: 10px;padding-right: 0;width: 275px;margin-left:-10px;}

#nups111 {font-size:10px;}
#similar_products {width:300px;}
.Content .ProductList, .Content .ProductList ul {width:300px;}
.fruit-para {width:285px;float:right;}
.fruit-para-inner {margin-left:10px!important;margin-bottom:10px!important;}

.nups-news {font-size:8px;}
#TopMenu {clear: both;float: left;font-size: 14px;margin: -17px 20px 0 0;padding: 0;}

.tab_pagemenu{display:none;}
#tab_pagemenu1{background: none repeat scroll 0 0 #68AE3C; color: #FFFFFF;display: block;font-family: 'CenturyGothicRegular',Arial;font-size: 16px;height: 43px;line-height: 43px;margin-bottom: 20px;padding: 0 0 0 10px;text-transform: uppercase;}
#tab_pagemenu1 .nups{width: 300px;height: 43px;text-align: left;margin:0 auto;display: block;}
#tab_pagemenu1 .tab_menu1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-decoration: none;text-transform: uppercase;cursor:pointer;display: block; height: 43px; line-height: 41px; width:300px; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_icon.png?t=1513838249") right center no-repeat;}
#tab_pagemenu1 a.tab_menu1:hover {color: #000;text-decoration: none; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_over.png?t=1513838249") right center no-repeat;}
#tab_pagemenu1 li {list-style: square;  border-bottom: 0px solid #E4E4E4; margin: 0 0 0px 25px;color:#3C3B3B;}
#tab_pagemenu1 a {font-family: 'CenturyGothicRegular';font-size: 15px;font-style: normal;font-weight: normal;color: #1C1C1C;text-decoration: none;display: block;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_menu_bull.png?t=1513838249") 10px center no-repeat; padding: 0 0 0 0px;width: 249px;height: 25px;line-height: 25px;margin: 0 0 0 0px;text-transform:capitalize;}
#tab_pagemenu1 li a:hover {color: #ff7e00;text-decoration: none;}
#tab_pagemenu1 li .submenu li  {margin: 0 0 0px 40px; padding: 0px; border: none; list-style: circle;}



.nups-phone{display:none;}
#plr-topimg-page{width: 300px;height: 44px;line-height: 22px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #CA5F1B;}
#pl-right-page{width: 300px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}
#Wrapper-Custom {clear: both;margin: 0;padding: 0;width: 100%;}
.Content.Widest {padding:0 10px;width:100%;}
#header{width: 310px;height: auto;text-align: left;margin: 0px auto;}   
#header-left{width: 310px;height: auto;text-align: left;float: left;padding: 10px 0;}
#header-left img {width: 250px;}
#header-right{width: 310px;height: 150px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-top{width: 305px;height: 70px;text-align: right;float: left;padding: 10px 0px 0 0px;}
#header-top h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 23px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 0px 0px 6px 0px;margin:3px 0 41px 7px}
#header-top span {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none;}
#header-bottom{width: 310px;height: 64px;margin-top:-64px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#header-bottom .shopping {width: 209px; height: 41px; float: none; position: absolute; margin: 0px 0 0 44px; font-family: 'CenturyGothicRegular', Arial;font-size: 14px;font-style: normal;font-weight: normal;color: #131313;text-align: right;text-decoration: none; padding: 14px 5px 0 0;}
#header-bottom img {float: right; margin: 0 0 0 2px;}
#header-bottom a:hover { opacity: 0.8; transition: opacity 0.8s ease-in-out 0s;}
#home-top-contener{width: 310px;height: auto;text-align: left;padding: 6px 0 6px 0px;background: #ffffff;border: 1px solid #ffffff;margin: 0px auto;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}
#top-menu{width: 298px;height: 43px;text-align: left;padding: 0px 0 0 0px;margin: 0px auto;background: #ff7e00;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#horiz-menu {display: none;}
#tab-top-menu {width: 298px;height: 43px;text-align: left;padding: 0px 0px 0 0px; display: block; float: left;}
#tab-top-menu .tab_menu {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-decoration: none;text-transform: uppercase;cursor:pointer;padding: 0 0px 0 15px; display: block; height: 43px; line-height: 41px; width:270px; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_icon.png?t=1513838249") right center no-repeat;}
#tab-top-menu a.tab_menu:hover {color: #000;text-decoration: none; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/responsive_menu_over.png?t=1513838249") right center no-repeat;}
#tab-top-menu li {list-style: square; border-bottom: 0px solid #E4E4E4; margin: 0 0 0px 25px;}
#tab-top-menu a {font-family: 'CenturyGothicRegular';font-size: 15px;font-style: normal;font-weight: normal;color: #1C1C1C;text-decoration: none;display: block;background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_menu_bull.png?t=1513838249") 10px center no-repeat; padding: 0 0 0 0px;width: 249px;height: 25px;line-height: 25px;margin: 0 0 0 0px;}
#tab-top-menu li a:hover {color: #ff7e00;text-decoration: none;}
#tab-top-menu li .submenu li  {margin: 0 0 0px 40px; padding: 0px; border: none; list-style: circle;}

#banner{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 13px auto 0 auto;}
#banner-left{width: 298px;height: 186px;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 13px 0;}
#banner-left img {width: 298px;height: 186px;}
#banner-right{width: 298px;height: 358px;text-align: center;padding: 0px 0 0 0px;float: left;}
#banner-bottom-menu{width: 298px;height: 192px;text-align: left;padding: 10px 0 0 0px;margin: 12px auto 0 auto;background: #008752;border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#banner-bottom-menu li {list-style: none; float: left; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/tab_bottom_shad.jpg?t=1513838249") left center repeat-x; display: block; height: 38px; line-height: 25px; width: 283px; padding:0px 0px 10px 15px;}
#banner-bottom-menu img {float: left; margin: 0px 5px 0px 0;}
#banner-bottom-menu a {font-family: 'CenturyGothicRegular', Arial;font-size: 13px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase;}
#banner-bottom-menu a:hover {color: #ff7e00;}

#home-center{width: 298px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 0;}
#fpro-bg{width: 298px;height: auto;text-align: center;padding: 0;}
#fpro-box {width: 205px;height: auto;text-align: center;margin: 0px 50px 0px 22px;padding: 0;float: left;}
#fpro-box .proimg img {border: 0px solid #D0D0D0; margin: 0 0 0px 0; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#fpro-box .procontent {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;line-height: 29px; margin: 0 0 10px 0;}
#fpro-box span {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #ff7e00;text-align: left;text-decoration: none;line-height: 29px;}
#fpro-box a:hover { opacity: 0.7; transition: opacity 0.7s ease-in-out 0s;}
#bspro-bg{width: 976px;height: auto;text-align: left;padding: 0 0 22px 0;}

#home-bottom-contener{width: 310px;height: auto;text-align: left;margin: 17px auto 0 auto;padding: 0 0 0px 0;background: #fff;border-top-left-radius: 10px;border-top-right-radius: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);}
#home-bottom{width: 298px;height: auto;text-align: left;margin: 0px auto 0 auto;padding: 10px 0 10px 0;}
#hbottom-left{width: 298px;height: auto;text-align: center;padding: 0;float: left;margin: 0 0px 13px 0px;}
#hbottom-left p {margin: 0 0 10px 0;}
#hbottom-right{width: 285px;height: 240px;text-align: left;padding: 0;float: left;margin: 0 0px 0 0px;padding: 0px 0px 0 13px;}
#hbottom-right img {width: 285px;height: 166px;}
#hr-form{width: 631px;height: auto;text-align: left;margin: 167px 0px 0 17px;padding: 0px 0px 8px 12px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;position: absolute;background: #fff;z-index: 9999; display: none;}
#form-one{width: 274px;height: auto;text-align: left;margin: 0 0px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-one h1 {border-bottom: 1px solid #ACACAC; height: 26px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one .content {padding: 12px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 14px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-one span {padding: 0 9px 0 0;}
#form-one img {padding: 15px 0px 0 0;}
#form-two{width: 274px;height: auto;text-align: left;margin: 5px 0px 0 0px;padding: 0px 0px 0 0px;float: left;}
#form-two h1 {border-bottom: 1px solid #ACACAC; height: 26px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-two select {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #008752;padding: 2px; margin: 8px 0 0 0; width: 274px;border-width:1px;border-color: #939393;border-style:solid;}
#form-three{width: 274px;height: auto;text-align: right;margin: 10px 0px 0 0px;padding: 0px 0px 0px 0px;float: right;}
#form-three h1 {height: 27px; padding: 13px 0 0 0;font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #008752;text-align: left;text-decoration: none;}
#form-three .commentbox {border: 1px solid #939393;width: 273px;height: auto; padding: 0 0 5px 0; margin: 0 0 10px 0; text-align: center; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);}
#form-three .commentbox textarea {font-family: 'CenturyGothicRegular';font-size: 12px;font-style: normal;font-weight: normal;color: #777777;padding: 5px 0 0 5px; margin: 9px 0 6px 0; height: 40px; width: 249px;border-width:1px;border-color: #939393;border-style:solid; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
#hr-form1 {width: 274px;height: auto;text-align: left;margin: 0px auto 0px auto;padding: 0px 9px 8px 9px;border: 3px solid #392B24;border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;background: #fff;z-index: 9999; display: block;}

#footer{width: 308px;height: auto;text-align: left;margin: 17px auto 0 auto;}

#footer-one{width: 243px;height: auto;text-align: left;float: left;padding: 20px 0px 0 65px;}
#footer-one li { list-style-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fot_bull.png?t=1513838249); margin: 0px 0 0 18px; line-height: 26px;}
#footer-one h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 10px 0px;}
#footer-one a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-one a:hover {color: #ff7e00;}
#footer-two{width: 243px;height: 234px;text-align: left;float: left;padding: 20px 0px 0 65px;}
#footer-two li { list-style-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fot_bull.png?t=1513838249); margin: 0px 0 0 18px; line-height: 26px;}
#footer-two h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 0px 0px 10px 0px;}
#footer-two a {font-family: 'calibriregular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none;}
#footer-two a:hover {color: #ff7e00;}
#footer-three{width: 308px;height: 191px;text-align: right;float: left;padding: 0px 0px 0 0px;}
#footer-three img {margin: 0px 5px 0 0; width: 220px; height: auto;}
#footer-three .join {width: 285px;height: 32px;text-align: left;float: right;background: #008752 url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/fruitcorp_75.png?t=1513838249") left -5px no-repeat;padding: 40px 0px 0 13px; margin: 0 5px 0 0;}
#footer-three .input {font-family: 'calibriregular';font-size: 13px;font-style: normal;font-weight: normal;color: #717171;padding-left: 10px; margin: 0 5px 0 0;width: 178px;height: 23px;line-height: 23px;border-width:0px;border-color: #C2D8AE;border-style:solid;background: #fff;}
#footer-three .every {width: 92px;height: 92px;margin: 0px 0px 0 5px; position: absolute;}

#copyright-contener{width: 100%;height: 100px;text-align: left;margin: 0 auto;background: #008752;}
#copyright{width: 310px;height: 100px;text-align: left;margin: 0 auto;}
#copy-left{width: 310px;height: 32px;text-align: center;float: left;padding: 17px 0px 0px 0px;}
#copy-left a {font-family: 'calibriregular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; padding: 0 2px 0 2px;}
#copy-left a:hover { color: #ff7e00;}
#copy-left p { margin: 0 0 0 -2px;}
#copy-right{width: 310px;height: 34px;text-align: center;float: left;padding: 17px 0px 0px 0px;}
#copy-right img {margin: 0 0 0 5px;}

.tabs {width: 100%;height: 35px;margin-left: 0px;padding-top: 0px;border: 0px solid #CFCFCF;}
.tabs a {float: left;display: block;height: 35px; color: #1A1A1A;font-family: 'CenturyGothicRegular', Arial;font-weight: normal;font-size: 11px;text-decoration: none;z-index: 1;position: relative;line-height: 35px;cursor: pointer;text-transform: uppercase;}
.tabs a.selected {color: #fff;height: 35px;border-bottom: none;background: #CA5F1B; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.tab_page {margin-top: 0px;display: block; background: #fff;width: 254px; padding: 22px 22px 0px 22px; border-top-left-radius: 5px;border-top-right-radius: 5px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}

/* Slideshow */
#slides {padding-top: 0px;margin-left:0px;}
.slides_container {width:298px;height:186px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
.slides_container div.slide {width:298px;height:186px;display:block;text-align: center;}
#slides .next,#slides .prev {position:absolute;top:180px;left:135px;width:36px;height:54px;display:block;z-index:101;}
#slides .next {left:1180px;}
.pagination {margin:-30px 0px 0 7px;width:100px;position: absolute;z-index: 99;}
.pagination li {float:left;margin:0 2px;list-style:none;}
.pagination li a {display:block;width:18px;height:0;padding-top:18px;background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/pagination.png?t=1513838249);background-position:0 0px;float:left;overflow:hidden;}
.pagination li.current a {background-position:0 -18px;}
/* Slideshow End */

/* Slideshow 2 */
#slides_two {padding-top: 0px;margin-left:0px;}
#slides_two .slides_container {width:285px;height:166px;overflow:hidden;position:relative;display:none;border: 0px solid red;}
#slides_two .slides_container div.slide {width:285px;height:166px;display:block;text-align: center;}
#slides_two .next,#slides_two .prev {position:absolute;top:65px;left:-4px;width:43px;height:45px;display:block;z-index:101; background-image:url(//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/left.png?t=1513838249);background-position:0 0px;}
#slides_two .next {left:259px; background-position:0 -45px;}
#slides_two .pagination {margin:-35px 0px 0 25px;width:100px;position: absolute;z-index: 99;}
#slides_two .pagination li {float:left;margin:0 2px;list-style:none;}
#slides_two .pagination li a {display:block;width:18px;height:0;padding-top:18px;float:left;overflow:hidden;}
#slides_two .pagination li.current a {background-position:0 -18px;}
/* Slideshow 2 End */

/* ################################################################################# */
/* Products List Page */

#pl-left{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;float: left;margin: 0px 0px 0 0;}
#pll-topimg{width: 298px;height: 42px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/mob_products_list_07.jpg?t=1513838249") left top no-repeat;}
#pll-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#pll-bg{width: 298px;height: auto;text-align: left;padding: 0px 0 10px 0px;margin: 0px 0px 15px 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pll-bg ul {padding: 8px 8px 8px 8px;}
#pll-bg li {list-style: none;border-bottom: 1px solid #C3C3C3; line-height: 42px;}
#pll-bg li a {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: left;text-decoration: none;}
#pll-bg li a:hover {color: #CA5F1B;}
#pll-bg li img {margin: 0 20px 0 6px;}

#pl-right{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;float: right;}
#plr-topimg{width: 298px;height: 49px;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: url("//cdn2.bigcommerce.com/n-biq04i/ukrmea8/templates/__custom/images/mob_products_list_09.jpg?t=1513838249") left top no-repeat;}
#plr-topimg h1 {font-family: 'CenturyGothicRegular', Arial;font-size: 15px;font-style: normal;font-weight: normal;color: #fff;text-align: left;text-decoration: none; text-transform: uppercase; padding: 11px 0px 0px 12px;}
#plr-bg{width: 298px;height: auto;text-align: left;padding: 0px 0 0 0px;margin: 0px 0px 0 0; background: #fff; border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}

#pl-box-bg{width: 298px;height: auto;text-align: left;padding: 11px 0 0 0px;margin: 0px 0px 0 0;}
#pl-box{width: 203px;height: auto;text-align: center;padding: 3px 0 8px 0;margin: 0px 0px 18px 14px;float: left; border: 0px solid #D0D0D0; border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius: 6px;border-bottom-right-radius: 6px;}
#pl-box h2 {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #1E1E1E;text-align: center;text-decoration: none;}
#pl-box div {text-align: center; line-height: 29px;}
#pl-box p {text-align: center;}
#pl-box .from {font-family: 'CenturyGothicRegular', Arial;font-size: 16px;font-style: normal;font-weight: normal;color: #817f7c;text-align: center;text-decoration: none;}
#pl-box .price {font-family: 'CenturyGothicRegular', Arial;font-size: 19px;font-style: normal;font-weight: normal;color: #ff7e00;text-align: center;text-decoration: none;}
#pl-box .qty {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 10px 10px 0px; width: 60px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
#pl-box .size {font-family: 'CenturyGothicRegular';font-size: 14px;font-style: normal;font-weight: normal;color: #1E1E1E;padding: 4px; margin: 8px 0 10px 0; width: 100px;border-width:1px;border-color: #BFBFBF;border-style:solid; border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px; background: #F1F1F1;}
.legal_notice {line-height:5px;font-size:8px;}
.show_cat {display: none; position:absolute; z-index:999; background: #fff; border-radius: 5px; border: 2px solid #ff7e00; padding: 10px;width:273px;}
#tab-top-menu .sf-menu ul {position:relative;top:0px;width:0px;left:0px;}
}
/* ================= Mobile (Portrait) 320px End ================= */
