/* Global Reset */
    * {
        margin: 0;
        padding: 0;
    }
    /* General */
    
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        height: 100%;
    }
    input,
    select {
        font-size: 12px;
    }
    input {
        padding: 2px;
    }
    p {
        margin-bottom: 15px;
    }
    a {
        font-weight: normal;
        text-decoration: underline;
    }
    h2 {
        font-size: 2em;
        margin: 0 0 8px 0;
    }
    h3 {
        font-size: 1.6em;
        margin-bottom: 6px;
    }
    h4 {
        font-size: 1.2em;
        margin-bottom: 4px;
    }
    .rlAccordion > h3 {
        line-height: 25px;
    }
    img,
    img a {
        border: 0;
    }
    ul,
    ol {
        margin: 0 0 10px 30px;
    }
    li {
        margin: 0;
        margin-bottom: 2px;
        padding: 0;
    }
    blockquote {
        margin-left: 28px;
    }
    select option {
        padding: 0 10px;
    }
    hr {
        margin: 10px 0;
        padding: 0;
        height: 1px;
        border: 0;
    }
    /* 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;
    }
    .HorizontalFormContainer dd.ProductField {
        height: 20px;
    }
    .HorizontalFormContainer dd {
        padding-top: 4px;
        margin-left: 170px;
    }
    .NarrowFormContainer dt {
        width: 110px;
    }
    .NarrowFormContainer dd {
        margin-left: 120px;
    }
    .HorizontalFormContainer p.Submit {
        margin-left: 170px;
    }
    .NarrowFormContainer p.Submit {
        margin-left: 120px;
    }
    .VerticalFormContainer dt {
        margin-bottom: 6px;
    }
    .VerticalFormContainer dd {
        margin-bottom: 6px;
        margin-left: 10px;
    }
    /* Page Container */
    
    #Container {
        width: 980px;
        margin: auto;
        max-width: 95%;
    }
    /* Top Navigational Menu */
    
    #TopMenu {
        width: 980px;
        height: 35px;
        padding: 0;
        margin: 10px 0 0 0;
    }
    #TopMenu ul {
        float: right;
        list-style: none;
        padding: 0;
        margin: 0 10px 0 0;
    }
    #TopMenu li {
        list-style: none;
        float: left;
        margin: 7px 0 0 0;
        padding: 0;
    }
    #TopMenu li.First a {
        border-left: 0;
    }
    #TopMenu li a,
    #TopMenu li div {
        display: block;
        text-decoration: none;
        font-size: 0.85em;
        padding: 0 10px 0 5px;
        margin: 4px 0 4px 0;
    }
    #TopMenu li div a {
        padding: 0;
        margin: 0;
        display: inline;
        font-size: 1em;
    }
    #TopMenu li a:hover {
        text-decoration: underline;
    }
    /* Pages Menu */
    
    #Menu {
        clear: both;
        float: left;
        height: 30px;
        width: 960px;
        margin: 0 0 0 10px;
        display: inline;
    }
    #Menu ul {
        margin: 0;
        padding: 0;
    }
    #Menu li {
        float: left;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #Menu li.First a {}
    #Menu li a {
        display: block;
        font-size: 1.3em;
        text-align: center;
        text-decoration: none;
        padding: 4px 15px 6px 15px;
        height: 20px;
    }
    #Menu li a:hover {}
    #Menu li ul {
        width: auto;
        position: absolute;
        clear: left;
        top: 30px;
        left: 0;
        display: none;
        text-align: left;
        font-size: 1.2em;
        background: transparent;
        z-index: 1;
        margin: 0;
    }
    #Menu li ul li {
        clear: both;
        text-align: left;
        background: transparent;
    }
    #Menu li ul li a {
        padding: 5px 10px 5px 10px;
        font-size: 0.9em;
        text-align: left;
        margin: 0;
        width: 120px;
        height: auto;
    }
    #Menu li ul li a:hover {}
    #Menu li:hover a,
    #Menu li.over a {}
    #Menu li ul li a,
    #Menu li.over li a {
        text-decoration: none !important;
    }
    #Menu li:hover ul,
    #Menu li.over ul {
        display: block;
    }
    /* Holly Hack. IE Requirement \*/
    
    * html #Menu ul li {
        float: left;
        height: 1%;
    }
    * html #Menu ul li a {
        height: 1%;
    }
    /* End */
    /* Outer Content Wrapper (Surrounds header & content) */
    
    #Outer {
        clear: both;
        padding-bottom: 15px;
    }
    #Wrapper {
        clear: both;
        width: 980px;
        padding: 10px 0 0 0;
        margin: 0;
        max-width: 100%;
    }
    /* Header */
    
    #Header {
        width: 960px;
        height: 95px;
        clear: both;
        float: left;
        padding: 0;
        margin: 0 0 0 10px;
        display: inline;
    }
    /* Logo */
    
    #Logo {
        float: left;
        width: 680px;
        height: 85px;
        margin-top: 25px;
        display: inline;
    }
    #Logo h1 {
        margin: 4px 0 0 0;
        font-size: 30px;
    }
    #Logo #LogoImage {}
    #Logo h1 a {
        text-decoration: none;
    }
    /* Top Search Form */
    
    #SearchForm {
        float: right;
        margin: 15px 10px 0 0;
        padding: 0;
        display: inline;
    }
    #SearchForm form {}
    #SearchForm label {
        display: none;
    }
    #SearchForm input {
        width: 150px;
        height: 15px;
        font-size: 0.85em;
        padding: 2px 3px 2px 3px;
    }
    #SearchForm .Button {
        width: 60px;
        height: 19px;
        padding: 0;
        background: transparent;
        vertical-align: top;
        margin: 1px 0 0 3px;
    }
    #SearchForm p {
        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: 180px;
        margin: 0 10px 0 10px;
        display: inline;
    }
    .Left .BlockContent {
        margin: 0 10px 0 10px;
    }
    .Left h2 {
        font-size: 1.4em;
        padding: 0 0 10px 10px;
        margin: 0;
    }
    .Left ul {
        margin: 0;
        padding: 0;
    }
    .Left li {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 3px 0;
    }
    .Left li {}
    .Left li a {
        text-decoration: none;
    }
    .Left li a:hover {
        text-decoration: underline;
    }
    #SideCategoryList {
        padding: 5px 0 5px 0;
    }
    #SideCategoryList li {
        padding: 3px 0 2px 0;
    }
    #SideCategoryList li a {
        font-size: 1em;
    }
    #SideCategoryList li a:hover {
        text-decoration: underline;
    }
    #SideCategoryList li ul {
        padding-left: 10px;
    }
    #SideShopByBrand li {
        padding: 3px 0 2px 0;
    }
    #SideShopByBrand li a {
        font-size: 1em;
    }
    #SideShopByBrand li a:hover {
        text-decoration: none;
    }
    /* Primary Content Area */
    
    .Content {
        float: left;
        width: 580px;
        min-height: 500px;
        margin: 0;
        padding: 0 0 10px 0;
    }
    .Content .Block {
        clear: both;
    }
    .Block {
        margin-top: 0;
        margin-bottom: 10px;
        font-family: "Lora-Regular";
    }
    /* Primary Content Area (column span of 2) */
    
    .Content.Wide {
        width: 770px;
    }
    .Content.Wide.WideWithLeft {
        width: 760px;
        margin: 0 0 0 10px;
        display: inline;
    }
    /* Primary Content Area (column span of 3 - spans entire page width) */
    
    .Content.Widest {
        width: 960px;
        margin: 0 0 0 10px;
        display: inline;
    }
    /* Right Content Area */
    
    .Right {
        float: right;
        width: 180px;
        margin: 0 10px 0 10px;
        display: inline;
    }
    .Right .BlockContent {
        margin: 0 10px 0 10px;
    }
    .Right h2 {
        font-size: 1.4em;
        padding: 0 0 10px 10px;
        margin: 0;
    }
    .Right ul {
        margin: 0;
        padding: 0;
    }
    .Right li {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 3px 0;
    }
    .Right li a {
        text-decoration: none;
    }
    .Right li a:hover {
        text-decoration: underline;
    }
    .PinterestButtonContainer {
        display: none;
    }
    /* Page Footer */
    
    #Footer {
        clear: both;
        font-size: 0.85em;
        text-align: center;
        width: 958px;
        height: 20px;
        margin: 5px 0 0 10px;
        padding: 10px 0 5px 0;
    }
    /* Newsletter Subscription Form */
    
    .NewsletterSubscription {
        clear: both;
    }
    .NewsletterSubscription label {
        clear: both;
        float: left;
        font-size: 0.9em;
    }
    .NewsletterSubscription input {
        width: 150px;
        font-size: 0.9em;
        padding: 3px;
        margin-bottom: 5px;
    }
    .NewsletterSubscription .Button {
        width: 100px;
        height: 19px;
        border: 0;
        vertical-align: middle;
    }
    /* Product Listings */
    
    .ProductList {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .Content .ProductList,
    .Content .ProductList li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .Content .ProductList li {
        list-style: none;
        float: left;
        width: 130px;
        min-height: auto;
        font-size: 1em;
        margin: 5px 7px 10px 7px;
        overflow: hidden;
    }
    .Content .ProductList .ProductImage {
        width: 183px;
        height: 302px!important;
        text-align: center;
        display: table-cell;
        overflow: hidden;
        vertical-align: middle;
    }
    .Content .ProductList .ProductImage img {
        vertical-align: middle;
    }
    .Content .ProductList .ProductDetails {
        margin: 5px;
        font-size: 1.1em;
    }
    .ProductList a {
        text-decoration: none;
    }
    .ProductList a:hover {
        text-decoration: underline;
    }
    .ProductList em {
        margin-top: 3px;
        display: block;
    }
    .ProductPrice,
    .ProductList em {
        font-style: normal;
        font-weight: bold;
    }
    .ProductList .Rating {
        font-size: 0.9em;
        margin-top: 3px;
        font-weight: bold;
        display: block;
    }
    .ProductList li .ProductCompareButton {
        margin-top: 3px;
        text-align: center;
    }
    .Left .ProductList li,
    .Right .ProductList li {
        margin-bottom: 10px;
    }
    .Left .ProductList .ProductImage,
    .Right .ProductList .ProductImage {
        display: none;
    }
    /* Top Seller Block Specific */
    
    .Right .TopSellers {
        clear: both;
        padding: 0 0 10px 0;
    }
    .Right .TopSellers ul {
        margin: 0;
        padding: 0;
    }
    .Right .TopSellers li {
        clear: both;
        margin: 0 0 5px 0;
    }
    .Right .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 {
        /* Contains the details of the item */
        margin: 0;
        margin-left: 28px;
    }
    .Right .TopSellers li.TopSeller1 {
        /* No1 seller box */
    }
    .Right .TopSellers li.TopSeller1 img {
        display: none;
    }
    .Right .TopSellers li.TopSeller1 .TopSellerNumber {}
    .Right .TopSellers li.TopSeller1 .ProductDetails {}
    .Right .TopSellers li.TopSeller1 .ProductImage {
        display: none;
    }
    .Content .TopSellers li.TopSeller1 .TopSellerNumber,
    .Content .TopSellers li .TopSellerNumber {
        display: none;
    }
    /* Page Breadcrumbs */
    
    .Breadcrumb ul,
    .Breadcrumb li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .Breadcrumb {
        font-size: 0.9em;
        padding-bottom: 4px;
    }
    .Breadcrumb li {
        padding-left: 6px;
        display: inline;
    }
    .Breadcrumb li a {
        padding-right: 10px;
        background: url('../images/BreadcrumbSep.gif') no-repeat right;
    }
    .FindByCategory ul,
    .FindByCategory li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .FindByCategory li {
        padding-left: 12px;
        background: url('../images/BreadcrumbSep.gif') 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: 5px 4px 0 0;
    }
    .FloatRight {
        float: right;
    }
    .FloatLeft {
        float: left;
    }
    .ClearRight {
        clear: right;
    }
    .ClearLeft {
        clear: left;
    }
    .SortBox {
        font-size: 0.95em;
        color: #444;
    }
    .CompareButton {
        clear: both;
        text-align: right;
        margin-top: 12px;
        padding: 4px;
    }
    .Clear {
        clear: both;
    }
    .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: 0px 0px 0px 20px;
    }
    .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;
    }
    .InfoMessage {
        padding: 8px 6px 8px 28px;
        margin-bottom: 10px;
    }
    .SuccessMessage {
        padding: 8px 6px 8px 28px;
        margin-bottom: 10px;
    }
    .ErrorMessage {
        padding: 8px 6px 8px 28px;
        margin-bottom: 10px;
    }
    /************* Page Specific: Create Account / Login Page *************/
    
    .CreateAccount {
        font-family: "Lora-Regular";
        float: left;
        width: 45%;
        padding-right: 1%;
    }
    .AccountLogin {
        font-family: "Lora-Regular";
        float: left;
        padding-left: 1%;
        width: 45%;
    }
    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 .ProductThumb {
        float: left;
        width: 190px;
        text-align: center;
    }
    .PrimaryProductDetails .ProductMain {
        float: left;
        width: 340px;
    }
    .PrimaryProductDetails h2 {
        border: 0;
    }
    .PrimaryProductDetails .ProductThumb p a {
        font-weight: bold;
    }
    .ProductDescription,
    .ProductReviews,
    .ProductsByCategory,
    .ProductOtherDetails {
        margin-top: 20px;
    }
    .PrimaryProductDetails .ProductMain {
        float: left;
    }
    .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;
    }
    .ComparisonTable a {
        text-decoration: none;
        color: #00205c!important;
        font-family: "Lora-Regular";
        font-size: 14px;
    }
    #CompareContent {
        margin-bottom: 80px;
    }
    /* Product Comparisons */
    
    .ComparisonTable {
        width: 100%;
        font-family: "latoregular";
    }
    .ComparisonTable td {
        vertical-align: top;
        font-size: 14px
    }
    .CompareFieldName {
        width: 95px;
        padding: 8px 10px 8px 15px;
    }
    .CompareFieldTop {
        padding: 5px;
        text-align: center;
    }
    .CompareFieldTop a {
        text-decoration: none;
        color: #00205c !important;
        font-family: "Lora-Regular";
        font-size: 14px;
    }
    .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;
    }
    #CompareBreadcrumb {
        margin-top: 10px;
    }
    .Availability {
        color: gray;
    }
    .LittleNote {
        color: gray;
        font-size: 0.85em;
    }
    .ViewCartLink {
        padding-left: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        margin-left: 10px;
    }
    /* General Tables */
    
    table.General,
    table.CartContents,
    table.General {
        width: 100%;
        margin: 10px 0px 40px 0px;
    }
    table.General thead tr th,
    table.CartContents thead tr th {
        padding: 6px 10px;
        text-align: left;
    }
    table.General tbody td,
    table.CartContents tbody td {
        padding: 10px 10px;
        vertical-align: top;
        color: #111932;
        font-family: "Lora-Regular";
        font-size: 16px;
    }
    table.General tbody tr.First td {
        border-top: 0;
    }
    /* Cart Contents Table */
    
    .CartContents tbody td {
        border-bottom: 0;
    }
    .CartContents .ProductName a {
        font-weight: bold;
    }
    .CartContents tfoot .SubTotal td {
        text-align: right;
        font-weight: bold;
        font-family: "Lora-Regular";
        font-size: 16px;
    }
    .ProceedToCheckout {
        text-align: right;
    }
    .ProceedToCheckout a {
        padding-top: 5px;
    }
    .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;
    }
    .CategoryPagination .PagingList,
    .CategoryPagination .PagingList li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .CategoryPagination {
        padding: 5px;
        text-align: center;
        margin-bottom: 10px;
    }
    .CategoryPagination .PagingList li {
        display: inline;
        padding: 0 5px;
    }
    /* Quick Search */
    
    .QuickSearch {
        margin: 0;
        padding: 0;
        text-align: left;
        border-collapse: collapse;
        background: #fff;
    }
    .QuickSearchTitle td,
    .QuickSearchAllResults td {
        font-weight: bold;
        padding: 4px;
        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 td {}
    .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;
        color: #111932;
    }
    .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: 4px;
    }
    .SubCategoryList ul,
    .SubCategoryList li {
        list-style: none;
        margin-left: 0;
    }
    .SubCategoryList li {
        margin-bottom: 4px;
        padding-left: 25px;
        background: url('../images/SubCategory.gif') no-repeat 3px 1px;
    }
    .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;
    }
    .SortBox select {
        font-size: 0.9em;
    }
    .SortBox option {
        color: #444;
    }
    .YourAccount li {
        margin-bottom: 8px;
    }
    .SoldOut {
        color: #999;
    }
    .RemoveFromWishlistForm {
        margin: 5px;
    }
    .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: 300px;
        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 #ffffaa;
        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.Sel {
        background-color: #FFFFAA;
    }
    .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;
    }
    .PrimaryProductDetails .YouSave {
        font-weight: bold;
        margin-top: 3px;
        display: block;
    }
    /* 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 {
        background-color: seashell;
        padding: 5px;
        border: 1px solid lightgray;
    }
    /* Express Checkout */
    
    .ExpressCheckoutBlock .ExpressCheckoutTitle {
        position: relative;
        padding: 10px 6px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ExpressCheckoutBlock h3 a {
        font-size: 12px;
    }
    .ExpressCheckoutBlock {
        padding-top: 6px;
    }
    .ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
        display: none;
    }
    .ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
        display: inline;
        font-size: 12px;
        font-weight: normal;
        font-style: italic;
    }
    .ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
        display: none;
    }
    a.ChangeLink {
        position: absolute;
        right: 15px;
        color: #111932;
        font-family: "Lora-Bold";
        font-size: 12px;
        line-height: 18px;
    }
    .ExpressCheckoutBlock a.ChangeLink {
        display: none;
    }
    .ExpressCheckoutBlockCompleted a.ChangeLink {
        display: inline;
    }
    .ExpressCheckoutCompletedContent {
        position: absolute;
        left: 355px;
    }
    .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 {}
    .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('../images/SubBrand.gif') no-repeat 3px 1px;
    }
    .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('../images/GiftWrappingAvailable.gif') 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: 120px;
    }
    .WrappingOptions {
        font-size: 11px;
        color: #666;
        margin-top: 6px;
        padding-left: 22px;
        background: url('../images/GiftWrappingAvailable.gif') 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: 11px;
        margin-bottom: 10px;
        padding: 6px 4px 6px 4px;
    }
    .TabNav li {
        display: inline;
    }
    .TabNav li a {
        position: relative;
        top: 2px;
        font-size: 12px;
        padding: 4px 8px;
        margin-right: 6px;
        margin-top: 3px;
        text-decoration: none;
    }
    .TabNav li a:hover {
        text-decoration: none;
    }
    .TabNav li.Active a {
        margin-top: 0px;
        padding-top: 7px;
        font-weight: bold;
    }
    .ProductAddToCart dd.AddCartButton div.BulkDiscount {
        display: inline-block;
        float: left;
    }
    .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;
        float: none;
        padding: 6px;
        min-height: 0;
        height: 132px;
        background-image: none;
    }
    .Content .ProductList.List .ProductImage {
        margin: 0 !important;
        padding: 0px;
        margin-right: 15px;
        float: left;
        background-image: none;
        width: 120px;
        height: 120px;
    }
    .Content .ProductList.List .ProductDetails {
        height: auto;
        display: block;
        clear: none;
        padding: 0px;
        padding-left: 5px;
        margin: 0px;
        margin-left: 135px;
        text-align: left;
        background-image: none;
    }
    .Content .ProductList.List .ProductQty {
        margin-left: 10px;
    }
    .Content .ProductList.List .ProductDescription {
        font-style: italic;
        margin-top: 5px;
    }
    .Content .ProductList .ProductRightCol {
        float: right;
    }
    .Content .ProductList.List li .ProductCompareButton {
        text-align: left;
        margin-top: 10px;
    }
    .OrderItemMessage {
        background-color: #fff1a8;
        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-top: 6px;
        padding-left: 140px;
    }
    .ProductDetailsGrid .Label {
        margin: 0 0 6px -140px;
        float: left;
        width: 130px;
        font-weight: bold;
        padding-top: 1px;
        display: inline;
        text-align: right;
    }
    .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;
    }
    /** 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: 0px 5px 5px 5px;
        padding: 0px 5px 5px 5px;
    }
    .ContentList em,
    .QuickSearchResultMeta em {
        font-size: 0.8em;
    }
    /** Search All Form Result - End **/
    /** AJAX loading box - Start **/
    
    #AjaxLoading {
        display: none;
        text-align: center;
        background: #FCF5AA;
        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 .ProductTinyImageList {
        float: left;
        margin-top: 10px;
        white-space: nowrap;
        width: 80%;
        overflow: hidden;
        margin-left: auto;
    }
    #ProductDetails .ProductTinyImageList ul li {
        width: 40px;
        height: 30px;
        overflow: hidden;
        float: left;
        margin-left: 3px;
        border: 1px solid gray;
    }
    #ProductDetails .ProductTinyImageList ul li div {
        display: table-cell;
        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;
    }
    #ProductDetails .ProductThumbImage {
        height: 220px;
        width: 220px;
        margin: auto;
    }
    .carousel {
        position: relative;
        visibility: hidden;
        left: -5000px;
        width: 180px;
    }
    /** Product image gallery end **/
    /** AJAX loading box - End **/
    /* Product Videos */
    
    #FeaturedVideo,
    #VideoList,
    #VideoSingle {
        float: left;
    }
    #VideoList {
        padding-left: 5px;
    }
    .VideoSeparator {
        clear: both;
    }
    .videoRow {
        clear: both;
        margin-bottom: 4px;
        display: block;
        height: 75px;
    }
    .previewImageContainer {
        height: 30px;
        width: 50px;
    }
    .videoRow img {
        float: left;
        padding-right: 5px;
    }
    .videoRowTitle {
        font-weight: bold;
    }
    .videoRowDescription {
        max-height: 50px;
        overflow: hidden;
    }
    .VideoOverlay {
        background-image: url('../images/VideoOverlay.png');
        background-position: center center;
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        top: 0;
    }
    .VideoContentContainer {
        position: relative;
        margin-left: 3px;
        padding-left: 92px;
    }
    /** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/
    
    .VideoPreviewSize {
        width: 92px;
        height: 69px;
    }
    .videoRowLength {
        padding-left: 4px;
    }
    .videoRow,
    .videoRowTitle,
    .videoRow img,
    .videoRowLength {
        cursor: pointer;
    }
    #VideoList ul {
        position: relative;
        overflow-y: auto;
        padding: 0;
        margin: 0;
        width: 240px;
        height: 265px;
    }
    #VideoSingle {
        padding-left: 10px;
        width: 240px;
    }
    #VideoContainer {
        padding: 5px 0 5px 5px;
        height: 265px;
    }
    .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;
        float: left;
    }
    #SideCategoryList ul ul li a {
        padding: 0px!important;
        color: #ffffff!important;
        text-decoration: none!important;
    }
    .sf-menu ul ul li a {
        padding: 0px!important;
    }
    /* Category flyout styles (structural) */
    /* Menu containers */
    
    #SideCategoryList .sf-menu,
    #SideCategoryList .sf-menu ul,
    #SideCategoryList .sf-menu li {
        width: 100%;
        /* the width must be fixed to the use of floats */
    }
    /* Menu links */
    
    #SideCategoryList .sf-menu a {
        padding: 5px 19px 15px;
        width: 100%;
        /* this + paddings must equal the root width above for hovers to work */
    }
    /* Child override: menu containers */
    
    #SideCategoryList .sf-menu ul {
        width: 100%;
    }
    /* Child override: menu links */
    
    #SideCategoryList .sf-menu ul a {
        padding: 5px 8px 5px 8px;
        width: 100%;
        /* this + paddings must equal the child width above for hovers to work */
    }
    /* End: category flyout styles */
    
    .sf-vertical li.sfHover ul,
    .sf-vertical li:hover ul {
        left: 0px!important;
    }
    /*** yogesh *****/
    
    .facet-container .facet-form .btn {
        background: #00205c none repeat scroll 0 0!important;
        color: #ffffff;
        display: inline-block;
        font-family: "Lora-Regular";
        font-size: 11px;
        padding: 6px 8px;
        text-transform: uppercase;
    }
    ul.facet-options-list li label {
        color: #909ba3;
        display: block;
        font-family: "latoregular";
        font-size: 15px;
    }
    ul.facet-options-list li label:hover {
        color: #909ba3;
        display: block;
        font-family: "latoregular";
        font-size: 15px;
    }
    .facet-container .facet-option:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    }
    .js-facet-wrapper .close {
        opacity: 1px!important;
        opacity: 1!important;
        filter: alpha(opacity=1)!important;
    }
    .facet-container .facet-header {
        padding: 15px 0px!important;
    }
    .facet-container .facet-header h6 {
        color: #00205c;
        font-family: "Lora-Regular";
        font-size: 18px;
        padding: 0;
        width: 100%;
    }
    .facet-container-category .facet-body ul li a {
        color: #49505c;
        display: block;
        font-family: "latoregular";
        font-size: 18px;
        margin: 5px 0 0;
        padding: 5px 0 0;
    }
    .SharingButtons a {
        color: #909ba3;
        float: left;
        font-family: "Lora-Regular";
        font-size: 17px;
        margin: 0 14px;
        padding: 0;
    }
    #QuickViewProductDetails .ProductAddToCart {
        float: right;
        margin-right: 105px;
    }
    .quanity_sect {
        float: left;
        margin: 0 0 38px;
        padding: 0;
        width: 100%;
    }
    .selectIn2 {
        color: #49505c;
        display: table;
        font-family: "Lora-Regular";
        font-size: 14px;
        letter-spacing: 1.5px;
        margin: 0 auto;
        padding: 4px 7px;
        width: 77%;
    }
    .select-wrapper-s {
        color: #49505c;
    }
    .select-wrapper-s {
        float: left;
        display: inline-block;
        border: 1px solid #d3d5d4;
        background: url("../images/pop-arrow.png") #D3D5D4 no-repeat 95% 48%;
        cursor: pointer;
    }
    .select-wrapper-s,
    .select-wrapper-s select {
        height: 71px;
        line-height: 59px;
        width: 100%;
        position: relative;
        padding: 0 15px;
    }
    .select-wrapper-s .holder {
        display: block;
        margin: 4px 35px 0 12px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        z-index: 1;
        font-family: "latoregular";
        font-size: 30px;
        color: #00205c;
        text-align: left;
    }
    .select-wrapper-s select {
        font-family: "latoregular";
        font-size: 16px;
        color: #00205c;
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        width: 100%;
        left: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }
    .rlAccordion div {
        overflow: visible!important;
        overflow-y: hidden!important;
    }
    .qucik123 {
        float: left;
    }
    .qucik123 input.WishListButton {
        font-size: 16px;
        margin: 20px 0;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
        color: #00205c !important;
        float: left;
        font-family: "latoregular";
        background: transparent;
        border-radius: 0px;
        padding: 0px!important;
    }
    #SearchResultsProduct .CompareButtonContainer {
        float: left;
        margin: 28px 0;
        padding: 0;
        width: 50%;
    }
    #SearchResultsProduct .CompareButtonContainer input.combutton {
        background: hsl(219, 100%, 18%) none repeat scroll 0 0;
        color: hsl(0, 0%, 100%);
        float: left;
        font-family: "latoregular";
        font-size: 16px;
        margin: 0;
        padding: 12px;
        transition: all 1s ease 0s;
    }
    #SearchResultsProduct .CompareButtonContainer input.combutton:hover {
        background: hsl(219, 100%, 18%) none repeat scroll 0 0;
        color: hsl(0, 0%, 100%);
        float: left;
        font-family: "latoregular";
        font-size: 16px;
        margin: 0;
        padding: 12px;
        transition: all 1s ease 0s;
    }
    #SearchResultsProduct .CompareButtonContainer input.disable {
        background: #b0b8bd none repeat scroll 0 0;
        color: #d3d5d4;
        float: left;
        font-family: "latoregular";
        font-size: 16px;
        margin: 0;
        padding: 12px;
        transition: all 1s ease 0s;
    }
    #SearchResultsProduct .CompareButtonContainer input.disable:hover {
        background: #b0b8bd none repeat scroll 0 0;
        color: #d3d5d4;
        float: left;
        font-family: "latoregular";
        font-size: 16px;
        margin: 0;
        padding: 12px;
        transition: all 1s ease 0s;
    }
    .FeedLink {
        display: none;
    }
    .search-with-facets #SearchPage .Block {
        padding: 0px 0px 30px 0px!important;
    }
    .SearchContainer .info1 {
        width: 38%;
    }
    #SearchResultsCategoryAndBrand {
        display: none;
    }
    #SearchResultsBrand {
        font-family: "Lora-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        display: none;
        padding: 0;
    }
    .CreateAccountIntro {
        color: #111932;
        font-family: "Lora-Bold";
        font-size: 16px;
        letter-spacing: 2px;
        padding: 0;
    }
    * {
        margin: 0;
        padding: 0;
    }
    html,
    body,
    address,
    blockquote,
    div,
    dl,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ol,
    p,
    pre,
    table,
    ul,
    dd,
    dt,
    li,
    tbody,
    td,
    tfoot,
    th,
    thead,
    tr,
    button,
    del,
    ins,
    map,
    object,
    a,
    abbr,
    acronym,
    b,
    bdo,
    big,
    br,
    cite,
    code,
    dfn,
    em,
    i,
    img,
    kbd,
    q,
    samp,
    small,
    span,
    strong,
    sub,
    sup,
    tt,
    var,
    legend,
    fieldset,
    p {
        margin: 0;
        padding: 0;
        border: none;
    }
    a,
    input,
    select,
    textarea {
        outline: none;
        margin: 0;
        padding: 0;
    }
    img,
    fieldset {
        border: 0;
    }
    a {
        outline: none;
        border: none;
    }
    img {
        max-width: 100%;
        height: auto;
        width: auto\9;
        vertical-align: middle;
        border: none;
        outline: none;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
        margin: 0;
        padding: 0;
    }
    div,
    h1,
    h2,
    h3,
    h4,
    span,
    p,
    input,
    form,
    img,
    hr,
    img,
    a {
        margin: 0;
        padding: 0;
        border: none;
    }
    body {
        margin: 0;
        padding: 0;
        background: #fff;
        font-family: 'Lora-Regular';
    }
    a[href^=tel].call {
        color: #FFF;
    }
    .logo {
        text-align: center;
        margin: 20px 0px 23px 0px;
    }
    .topLink {
        margin: 5px auto 0;
        display: table;
    }
    .topLink ul {
        list-style: none;
    }
    .topLink ul li:first-child {
        background: none;
    }
    .topLink ul li {
        display: inline-block;
        line-height: 11px;
        padding: 0px 12px 0px 15px;
        background: url(../images/borde-mg.jpg) no-repeat;
        font-size: 11px;
    }
    .topLink ul li:first-child {
        border: none;
    }
    .topLink ul li span {
        padding: 0 5px;
        font-size: 13px;
    }
    .topLink ul li a {
        font-size: 11px;
        font-family: 'latoregular';
        color: #49505c;
    }
    .topLink ul li a:hover {
        color: #000;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .searchBox {
        background: #ebebeb none repeat scroll 0 0;
        float: right;
        margin: -87px 9% 0 0;
        padding: 4px 7px;
        width: 12.8%;
    }
    .searchBox input {
        background: #ebebeb none repeat scroll 0 0;
        color: #49505c;
        font-family: "latoregular";
        font-size: 11px;
        width: 83%;
        padding: 2px 0px;
    }
    .searchBox input.Button {
        width: auto;
        float: right;
    }
    .nav {
        padding: 1% 0;
    }
    .navigationBg {
        border-top: 1px solid #d0d2d2;
        border-bottom: 1px solid #d0d2d2;
        background: #f9f9f9;
        padding: 0;
    }
    .menusec {
        margin: 0 auto;
        padding: 0;
        display: table;
    }
    .submenu_main {
        float: left;
        margin: 10px 0 0;
        padding: 10px 10px 0;
        width: 100%;
    }
    .heading {
        color: #ccbf9f;
        float: left;
        font-family: "myriad_proregular";
        font-size: 20px;
        margin: 0 0 10px;
        padding: 0;
        text-transform: uppercase;
        width: 100%;
    }
    .submenu_main ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .submenu_main ul li {
        border-bottom: 1px solid #ffffff;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 10px 0 7px 20px;
        position: relative;
        width: 100%;
    }
    .submenu_main ul li:before {
        content: "\f101";
        position: absolute;
        display: inline-block;
        font-family: FontAwesome;
        color: #fff;
        left: 0;
    }
    .submenu_main ul li a {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 0px;
        transition: 1s all;
        -moz-transition: 1s all;
        -webkit-transition: 1s all;
        -ms-transition: 1s all;
    }
    .submenu_main ul li a:hover {
        color: #fff;
        padding: 0 0px 0 10px;
        transition: 1s all;
        -moz-transition: 1s all;
        -webkit-transition: 1s all;
        -ms-transition: 1s all;
    }
    .submenu_main_b {
        background: #CCBF9F;
        border-radius: 0 50% 0 0;
        height: 100%;
        padding: 69px 15px;
        text-align: center;
        width: 377px;
        border-bottom-left-radius: 8px;
    }
    .submenu_main_b h2 {
        color: #ffffff;
        font-family: "myriad_proregular";
        font-size: 20px;
        font-weight: normal;
        line-height: 26px;
        margin: 32px 0 0;
        text-align: center;
        text-transform: uppercase;
    }
    .left-info {
        position: absolute;
        right: 0;
        text-align: center;
        top: 30%;
        width: 100%;
    }
    .mainBox {
        width: 90%;
        margin: 0 auto;
    }
    .outerBox {
        height: 100%;
        width: 100%;
    }
    .bannerBox {
        margin: 20px 0;
    }
    .banner_text {
        margin: 0;
        padding: 0;
        width: 89%;
    }
    .banner_text h2 {
        color: #ffffff;
        font-size: 40px;
        font-family: 'Lora-Bold';
        text-transform: uppercase;
        text-shadow: 0 1px rgba(0, 0, 0, 0.7);
        margin: 0px;
    }
    .banner_text h1 {
        color: #ffffff;
        font-size: 30px;
        font-family: 'Lora-Regular';
        text-shadow: 0 1px rgba(0, 0, 0, 0.7);
        margin: 10px 0 0 0;
    }
    .ask_btn {
        margin: 20px 0 0 0;
    }
    .ask_btn a {
        color: #fff;
        background: #00205c;
        font-family: 'Lora-Regular';
        font-size: 16px;
        padding: 8px 20px;
    }
    .ask_btn a:hover {
        color: #fff;
        background: #000;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .banner_text_b {
        text-align: center;
    }
    .thumbIn {
        margin: 20px 0 0 0;
    }
    .thumbIn ul {
        list-style: none;
    }
    .thumbIn ul li {
        display: inline-block;
    }
    .thumbIn ul li:last-child {
        float: right;
    }
    .thumbImg {
        margin: 0px;
        position: relative;
    }
    .buttonInOuter {
        position: absolute;
        top: 40%;
        left: 10%;
        transition: all 1s ease 0s;
    }
    .buttonInOuter:hover {
        left: 15%;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .buttonInOuter3 {
        position: absolute;
        top: 00%;
        left: 0%;
        transition: all 1s ease 0s;
    }
    .buttonInOuter3:hover {
        left: 3%;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .buttonInOuter1 {
        position: absolute;
        top: 40%;
        right: 10%;
        transition: all 1s ease 0s;
    }
    .buttonInOuter1:hover {
        right: 15%;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .buttonIn {
        margin: 0px;
    }
    .reorderbutton {
        background: #00205c none repeat scroll 0 0;
        box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        font-family: "latoregular";
        font-size: 16px;
        padding: 13px 26px;
        text-transform: uppercase;
        margin-top: 10px;
        width: 150px;
    }
    .defaultbutton2 {
        background: #00205c none repeat scroll 0 0;
        box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        font-family: "latoregular";
        font-size: 16px;
        padding: 13px 26px;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .messageboxtext {
        width: 100%;
    }
    .defaultbutton1 {
        background: #00205c none repeat scroll 0 0;
        box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5);
        color: #ffffff;
        font-family: "latoregular";
        font-size: 16px;
        padding: 13px 26px;
        text-transform: uppercase;
    }
    .buttonIn a {
        background: #00205c none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-family: "Lora-Regular";
        font-size: 25px;
        padding: 8px 15px 8px;
        transition: all 1s ease 0s;
    }
    .buttonIn a:hover {
        color: #fff;
        background: #000;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .mainBox1 {
        width: 83.3333%;
        margin: 0 auto;
    }
    .mainBox222 {
        width: 74%;
        margin: 0 auto;
    }
    .mainBox222 p {
        color: #49505c;
        font-family: 'latoregular';
        font-size: 14px;
        padding: 9px 0 10px 0;
        margin: 0 0 0 21px;
        letter-spacing: 1px
    }
    .mainBox222 p strong {
        font-family: 'latobold';
    }
    .mainBox222 h6 {
        color: #49505c;
        font-family: "latoregular";
        font-size: 14px;
        margin: 0 0 0 0px;
        padding: 9px 0 10px;
        line-height: 20px;
    }
    .mainBox2 {
        width: 60%;
        margin: 0 auto;
    }
    .textInfo2 {
        color: #49505c;
        font-family: "latoregular";
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 9px 20px 40px;
    }
    .headingText1 {
        color: #111932;
        font-family: "Lora-Regular";
        font-size: 20px;
        letter-spacing: 2px;
        margin: 0;
        padding: 0px 0 10px;
        text-align: center;
    }
    .heading1 {
        width: 100%;
        background: url(../images/borderIn.jpg) repeat-x;
        height: 33px;
        text-align: center;
        margin: 0 0 15px;
    }
    .heading1 span {
        background: #ffffff none repeat scroll 0 0;
        color: #111932;
        font-family: "Lora-Bold";
        font-size: 24px;
        letter-spacing: 1px;
        padding: 0 20px;
        text-transform: uppercase;
        line-height: 30px;
    }
    .heading3 .heading2 {
        background: url(../images/lineIn.jpg) repeat-x;
    }
    .heading2 {
        width: 100%;
        background: url(../images/headingLine.png) repeat-x;
        height: 33px;
        text-align: center;
        margin: 40px 0 15px;
    }
    .heading2 span {
        background: #fff;
        font-family: 'Lora-Bold';
        color: #111932;
        font-size: 24px;
        padding: 0 20px;
        line-height: 30px;
        text-transform: uppercase;
    }
    .productIn {
        margin: 0px;
    }
    .productIn ul {
        list-style: none;
    }
    .productIn ul li {
        display: inline-block;
        margin: 0 16px 0 23px;
        width: 29%;
    }
    .rowInner {
        margin: 0px auto;
        width: 50%;
    }
    .rowInner ul {
        list-style: none;
    }
    .rowInner ul li {
        background: url(../images/lineMiddle.jpg) repeat-x;
        float: left;
        line-height: 15px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .rowInner ul li strong {
        background: #fff;
        color: #49505c;
        font-family: 'latobold';
        font-size: 18px;
        float: left;
        padding: 0 10px;
    }
    .rowInner ul li span {
        background: #fff;
        color: #49505c;
        font-family: 'latoregular';
        font-size: 18px;
        margin: 0 30px 0 0;
        padding: 0 10px;
        float: left;
    }
    .colum1 {
        float: right;
        width: 50%;
    }
    .rowInner ul li strong.mybold {
        background: #fff;
        color: #49505c;
        font-family: 'latoregular';
        font-size: 18px;
        padding: 0 10px;
        float: right;
        font-weight: normal;
    }
    #CategoryContent .productIn ul li {
        display: inline-block;
        margin: 0 20px;
        width: 32.5%;
    }
    .box1 {
        background: #fff;
        padding: 10px;
        float: left;
        transition: all 1s ease 0s;
        height: 390px;
        position: relative;
    }
    .box1:hover {
        background: #f8f9f8;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .box1 h1,
    h4.bs-prod-name {
        font-family: 'Lora-Bold';
        font-size: 12px;
        color: #111932;
        margin: 0px;
        padding: 10px 0 0 0;
        line-height: 18px;
        text-transform: uppercase;
        width: 100%;
    }
    .info1 {
        float: left;
    }
    .info1 h2 {
        font-size: 12px;
        color: #111932;
        margin: 0px;
        padding: 0;
        font-family: 'Lora-Bold';
        text-transform: uppercase;
    }
    .info1 h3 {
        font-size: 9px;
        color: #909ba3;
        margin: 0px;
        padding: 10px 0 0 0;
        font-family: 'Lora-Regular';
        text-transform: uppercase;
    }
    .info1 h4 {
        font-size: 11px;
        color: #909ba3;
        margin: 0px;
        padding: 10px 0 0 0;
        font-family: "latoregular";
        text-transform: uppercase;
        display: none;
    }
    .info1 h4 input {
        margin: -3px 8px 0 0;
        float: left;
    }
    .optionIn {
        margin: 10px 0 0 0;
        float: right;
        display: none;
    }
    .optionIn a {
        background: #00205c none repeat scroll 0 0;
        color: #ffffff;
        display: inline-block;
        font-family: "latoregular";
        font-size: 11px;
        padding: 9px 8px;
        text-transform: uppercase;
    }
    .optionIn a:hover {
        color: #ffffff;
    }
    .imageBox {
        position: relative;
    }
    .imageBox span {
        display: inline-table;
        left: 30%;
        right: 0;
        top: 40%;
        position: absolute;
    }
    .imageBox span a {
        right: 0;
        background: #00205c;
        color: #fff;
        padding: 8px 14px;
        display: none;
        text-transform: uppercase;
        font-size: 11px;
    }
    .imageBox span a i {
        display: inline-block;
    }
    .box1:hover .imageBox span a {
        display: block;
        transition: 1s all;
        -webkit-transition: 1s all;
        display: inline-table;
    }
    .box1:hover .info1 h4 {
        display: block;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .box1:hover .optionIn {
        display: block;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .outerBottom {
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        padding: 0px;
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        padding: 10px 0;
    }
    .iconFoot {
        margin: 0px auto;
        display: table;
        padding: 8px 0;
    }
    .iconFoot ul {
        list-style: none;
        margin: 0px;
    }
    .iconFoot ul li {
        display: inline-block;
        margin: 0 5px 0 0;
    }
    .textInfo {
        margin: 0 auto;
        display: table;
    }
    .textInfo p {
        color: #5c5c5c;
        font-family: "latoregular";
        font-size: 13px;
        padding: 15px 0;
    }
    .textInfo p span {
        font-family: "latobold";
        text-shadow: 0.5px 0.8px rgba(0, 0, 0, 0.5);
    }
    .textInfo p a {
        color: #82a727;
        font-family: 'latobold';
        text-decoration: underline;
    }
    .textInfo p a:hover {
        background: #F9F9F9;
        color: #000;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .newsletter {
        background: #101623;
        display: table;
        margin: 0 auto 10px;
        padding: 5px 10px;
    }
    .newsletter ul {
        list-style: none;
        margin: 0px;
    }
    .newsletter ul li {
        display: inline-block;
        margin: 0 5px;
    }
    .newsletter ul li:last-child {
        margin: 0 0 0 5px;
    }
    .newsletter ul li span {
        color: #ffffff;
        font-family: 'Lora-Regular';
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .newsletter ul li input {
        background: #ffffff none repeat scroll 0 0;
        color: #00205c;
        font-family: "latoregular";
        font-size: 15px;
        padding: 5px 10px;
        width: 240px;
    }
    .newsletter ul li a {
        background: #b2cbea;
        color: #111932;
        font-size: 16px;
        text-transform: uppercase;
        padding: 5px 10px;
        font-weight: bold;
    }
    .newsletter ul li a:hover {
        background: #F9F9F9;
        color: #000;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    footer {
        width: 100%;
        background: #f9f9f9;
        border-top: 2px solid #dbdddd;
        padding: 30px 0;
    }
    .footerLink {
        margin: 0px auto;
        display: table;
    }
    .footerLink ul {
        list-style: none;
        margin: 8px 0 0 0;
        float: left;
    }
    .footerLink ul li {
        display: inline-block;
    }
    .footerLink ul li a {
        color: #111932;
        font-family: 'Lora-Bold';
        font-size: 13px;
        text-transform: uppercase;
        padding: 0 15px;
        letter-spacing: 1.5px;
    }
    .searchBox1 {
        background: #fff;
        border: 1px solid #d6d6d6;
        float: right;
        margin: 0px 0 0 0;
        padding: 5px 10px;
    }
    .searchBox1 input {
        background: #ffffff none repeat scroll 0 0;
        color: #49505c;
        font-size: 11px;
        height: 20px;
        vertical-align: middle;
        width: 195px;
    }
    .newsletter::-webkit-input-placeholder {
        opacity: 1;
        filter: alpha(opacity=1);
        color: #00205c;
    }
    .newsletter:-moz-placeholder {
        /* Firefox 18- */
        color: #00205c;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    .newsletter::-moz-placeholder {
        /* Firefox 19+ */
        color: #00205c;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    .newsletter:-ms-input-placeholder {
        color: #00205c;
        opacity: 1;
        filter: alpha(opacity=1);
    }
    .socialBox {
        margin: 10px auto 0;
        display: table;
    }
    .socialBox ul {
        list-style: none;
    }
    .socialBox ul li {
        display: inline-block;
    }
    .socialBox ul li a {
        border: 1px solid #909ba3;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        float: left;
        font-size: 20px;
        color: #909ba3;
        text-align: center;
        padding: 0;
        margin: 0 5px 0 0;
    }
    .socialBox ul li a:hover {
        color: #111932;
        border: 1px solid #111932;
        transition: 1s all;
        -webkit-transition: 1s all;
    }
    .textFoot {
        color: #0a2c3c;
        font-size: 15px;
        text-align: center;
        font-family: 'Lora-Regular';
    }
    /*
.boxwidth1 {
    width: 20%;
}
.boxwidth2 {
    width: 25%;
}*/
    
    .boxwidth1,
    .boxwidth2 {
        display: table-cell;
        float: none !important;
        width: 1%;
    }
    .box2.boxwidth1 > a {
        white-space: nowrap;
    }
    .box2 {
        margin: 0px;
        float: left;
    }
    .box2 h1,
    .box2 h2 {
        border-bottom: 1px solid #b2cbea;
        color: #b2cbea;
        font-family: "Lora-Bold";
        font-size: 15px;
        letter-spacing: 1px;
        margin: 15px 0;
        padding: 4px 25px 16px 20px;
    }
    .box2 h2 a{
        padding: 0px;
    }
    .box2 a {
        color: #d3d5d4;
        display: block;
        font-family: "Lora-Regular";
        font-size: 15px;
        font-weight: normal;
        line-height: 25px;
        padding: 0 20px;
    }
    .box2 a:hover {
        color: #d3d5d4;
    }
    .bannerInner {
        margin: 25px 0;
        text-align: center;
    }
    .storyBox {
        margin: 0 0 25px 0;
        clear: both;
        display: inline-block;
    }
    .storyBox h1 {
        color: #111932;
        font-family: "Lora-Regular";
        font-size: 18px;
    }
    .storyBox p {
        color: #111932 !important;
        display: table;
        font-family: "latoregular" !important;
        font-size: 15px !important;
        line-height: 24px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .imageIn {
        float: left;
        margin: 0 30px 0 0;
    }
    .imageIn1 {
        float: right;
        margin: 0 0 0 30px;
    }
    .text1 {
        padding: 38px 0 0 0;
    }
    .text2 {
        padding: 74px 0 0 0;
    }
    .headingText {
        margin: 0px;
        padding: 0 0 30px 0;
        font-family: 'Lora-Regular';
        font-size: 20px;
        color: #111932;
        letter-spacing: 1px;
        text-align: center;
    }
    .outerBox1 {
        background: #f3f5f3;
        width: 100%;
        clear: both;
        padding: 20px 0;
        margin: 0 0 30px 0;
    }
    .outerBox1 p {
        color: #49505c;
        font-size: 15px;
        font-family: 'latoregular';
        line-height: 23px;
        padding: 0 20px;
    }
    .outerBox1 p span {
        font-family: 'latoitalic';
    }
    .outerBox1 a {
        color: #49505c;
        text-decoration: underline;
    }
    .stepBox {
        display: table;
        margin: 0px auto 0;
    }
    .stepBox ul {
        list-style: none;
    }
    .stepBox ul {
        list-style: outside none none;
        margin: 0 auto;
        width: 76%;
    }
    .stepBoxIn2 {
        width: 90% !important;
    }
    .stepBox ul li {
        clear: both;
        display: block;
        margin: 0 0 10px;
    }
    .stepBoxIn1 {
        padding-bottom: 10px;
    }
    .stepBox ul li h1 {
        color: #49505c;
        font-family: "latoregular";
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 0;
    }
    .stepBox ul li h1 span {
        color: #00205c;
        font-family: "latobold";
    }
    .stepBox ul li h1 strong {
        background: #00205c none repeat scroll 0 0;
        border-radius: 100%;
        color: #ffffff;
        display: inline-block;
        float: left;
        font-family: "Lora-Regular";
        font-size: 15px;
        height: 22px;
        margin: 0 10px 10px 0;
        padding: 0;
        text-align: center;
        width: 22px;
    }
    .stepBox ul li h1 a {
        color: #49505c;
        text-decoration: underline;
    }
    .infoBox {
        margin: 0 auto 0 30px;
        text-align: center;
    }
    .infoBox h2 {
        color: #49505c;
        font-size: 14px;
        font-family: 'latoregular';
        line-height: 23px;
        margin: 0px;
        padding: 0px;
    }
    .stepBox ul li h1 span.next {
        font-weight: bold;
        color: #49505c;
        font-family: "latobold";
    }
    .rowIn {
        float: left;
        margin: 22px 0;
    }
    .rowIn p {
        float: left;
        padding: 10px 10px 0 0;
        color: #49505c;
        font-size: 14px;
        font-family: 'latobold';
    }
    .inputBox {
        background: #f3f5f3;
        border: 1px solid #35a3a0;
        float: left;
    }
    .inputBox input {
        background: #f3f5f3;
        display: inline-block;
        padding: 8px 50px 0 20px;
        color: #d3d5d4;
        letter-spacing: 1px;
    }
    .inputBox select {
        background: #f3f5f3;
        display: inline-block;
        padding: 8px;
        color: #909ba3;
        letter-spacing: 1px;
        border-right: 1px solid #35a3a0;
        border: 0;
    }
    .inputBox1 {
        float: left;
    }
    .inputBox1 a {
        background: #f3f5f3;
        border: 1px solid #35a3a0;
        color: #35a3a0;
        padding: 7px;
        margin: 0 0 0 10px;
        float: left;
    }
    .submitButton {
        margin: 0px;
    }
    .rowIn a {
        background: #72cbca;
        display: table;
        padding: 7px 12px;
        color: #111932;
        font-size: 14px;
    }
    .rowIn {
        margin: 22px 0;
    }
    .rowIn h1 {
        margin: 0;
        padding: 0;
        float: left;
        color: #49505c;
        line-height: 27px;
        font-size: 14px;
    }
    .text1 {
        color: #49505c!important;
    }
    .rowIn h3 span a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #011932;
        display: block;
        font-size: 15px;
        text-decoration: underline;
    }
    .rowIn h3 {
        clear: both;
        color: #49505c;
        font-family: "Lora-Regular";
        font-size: 15px;
        line-height: 19px;
        margin: 0;
        padding: 20px 0 0;
        text-align: center;
    }
    .rowIn h3 span {
        color: #011932;
    }
    .rowIn h2 {
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 14px;
        font-family: 'Lora-Regular';
    }
    .gift {
        margin: 5px 0 20px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .gift li {
        display: inline;
        list-style: outside none none;
        padding: 0 24px;
        font-size: 18px;
        font-family: 'latobold';
    }
    .gift ul {
        margin: 0;
        padding: 0;
    }
    .gift a {
        color: #111932;
        font-size: 18px;
        text-transform: uppercase;
    }
    .gift a:hover {
        color: #555459;
        border-bottom: 2px solid #555459;
    }
    .gift_box1 {
        margin: 0;
        padding: 0;
        margin: 0px 0 0;
        padding: 0;
    }
    .gift_box1 h1 {
        font-size: 20px;
        font-family: 'Lora-Bold';
        margin: 18px 0 0;
        padding: 0;
        color: #111932;
        text-align: center;
        letter-spacing: 2px;
    }
    .form_box label span {
        color: #717680;
    }
    .GiftCertificateThemeList {
        padding: 10px 0px 5px 0px;
        overflow: hidden;
    }
    .gift_box1 p {
        /*  color: #111932;
    font-family: "Lora-Regular";
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
    padding: 4px 0 20px;
    text-align: center;*/
        color: #111932;
        font-family: "Lora-Regular";
        font-size: 20px;
        letter-spacing: 0px;
        margin: 0;
        padding: 4px 220px 20px;
        text-align: center;
    }
    .form_box {
        /* display: table;*/
        margin: 9px auto;
        padding: 0;
        width: 36%;
    }
    .form_box h1,
    .form_box h2 {
        color: #111932;
        font-family: "Lora-Bold";
        font-size: 20px;
        letter-spacing: 2px;
        padding: 0 0 10px;
        text-align: center;
        text-shadow: 0 0 rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .form {
        margin: 0 0 11px;
        padding: 0;
        width: 100%;
    }
    .form label {
        color: #49505c;
        display: block;
        font-family: "Lora-Bold";
        font-size: 15px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .form input {
        border: 1px solid #cccccc;
        margin: 3px 0;
        padding: 6px 3px;
        width: 100%;
    }
    .form_box li {
        display: inline;
        list-style: outside none none;
        padding: 0 24px 0 0;
        font-family: 'Lora-Regular';
        font-size: 14px;
        color: #49505c;
    }
    .form_box label {
        color: #49505c;
        display: block;
        font-family: "Lora-Bold";
        font-size: 15px;
        margin: 0;
        padding: 0;
    }
    .form textarea {
        height: 225px;
        margin: 8px 0;
        padding: 0 2px;
        width: 100%;
    }
    .form1 {
        margin: 0;
        padding: 0;
        font-family: 'Lora-Regular';
        font-size: 15px;
        padding: 14px 0px;
    }
    .btan a {
        box-shadow: 2px 6px 6px #888888;
        border: 2px solid;
        padding: 9px 26px;
        font-family: 'latobold';
        text-transform: uppercase;
        color: #00205c;
        -moz-box-shadow: inset 0 4px 4px #000000;
        box-shadow: inset 0 4px 4px #000000;
    }
    .btan {
        float: left;
        margin: 16px 8px 0 0;
        padding: 0;
        box-shadow: outset 0 5px 2px #888888;
    }
    .btan2 a {
        background: #00205c;
        padding: 8px 19px;
        font-size: 15px;
        font-family: 'latoregular';
        color: #fff;
        box-shadow: 0 5px 2px #888888;
    }
    .btan2 {
        margin: 25px 0;
    }
    .border {
        border: 1px solid #cccccc;
        margin: 66px 0 21px;
    }
    .Certificate {
        margin: 0px;
        padding: 0px;
    }
    .Certificate h2 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-family: 'Lora-Regular';
        color: #111932;
        font-size: 20px;
        line-height: 29px;
        letter-spacing: 0px;
    }
    .Certificate h1 {
        font-family: "Lora-Bold";
        font-size: 20px;
        color: #111932;
        margin: 31px 0 0;
        padding: 10px 0;
        text-align: center;
        letter-spacing: 2px;
    }
    .below {
        /*  float: right;*/
        margin: 35px auto;
        padding: 0;
        width: 77%;
    }
    .below li {
        line-height: 26px;
        padding: 0px 3px 14px;
        width: 100%;
        font-family: 'Lora-Regular';
        font-size: 16px;
        color: #111932;
        letter-spacing: 2px;
    }
    .below a {
        color: #35a3a0;
        border-bottom: 1px solid #35a3a0;
    }
    .img_gif {
        margin: 21px 0;
        text-align: center;
    }
    .form2 {
        display: table;
        float: right;
        margin: 10px 0 77px;
        padding: 0;
        width: 66%
    }
    .form2 input {
        border: 1px solid #cccccc;
        margin: 5px 0;
        padding: 6px 3px;
        width: 46%;
    }
    .form2 label {
        display: block;
        color: #49505c;
        display: block;
        font-family: "Lora-Bold";
        font-size: 15px;
        margin: 0;
        padding: 0;
    }
    .form2 span {
        color: #ff0000;
    }
    .form select {
        color: #49505c;
        font-family: "Lora-Regular";
        font-size: 15px;
        margin: 4px 0 2px;
        padding: 7px 3px;
        width: 100%;
    }
    .btan3 a {
        background: #00205c;
        padding: 9px 36px;
        color: #ffffff;
        box-shadow: 1px 5px 2px #888888;
    }
    .btan3 a:hover {
        padding: 6px 34px;
        transition: 0.3s all;
    }
    .btan3 .ContactButton {
        background: #00205c none repeat scroll 0 0;
        box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
        color: #ffffff;
        font-family: "latoregular";
        font-size: 16px;
        padding: 10px;
        text-transform: uppercase;
    }
    .btan3 .ContactButton:hover {
        background: #000d25 none repeat scroll 0 0;
        transition: all 0.3s ease 0s;
    }
    .btan3 {
        text-align: center;
    }
    .add {
        margin: 0px;
        padding: 0px;
    }
    .add h1 {
        font-size: 16px;
        margin-bottom: 10px padding: 0;
        font-family: "Lora-Bold";
        color: #49505c;
    }
    .add2 h1,
    .add2 h3 {
        letter-spacing: 1px;
        font-size: 16px;
        margin-bottom: 10px margin: 0;
        padding: 0;
        color: #49505c;
        font-family: "Lora-Bold";
    }
    .add p {
        font-size: 15px;
        font-family: "Lora-Regular"!important;
        margin: 0;
        padding: 0;
        color: #49505c;
    }
    .add2 p {
        font-size: 15px;
        font-family: "Lora-Regular"!important;
        margin: 0;
        padding: 0;
        color: #49505c;
    }
    .add {
        display: table;
        float: right;
        margin: 24px 0;
        padding: 0;
        width: 41%;
    }
    .add2 {
        display: table;
        float: right;
        margin: 24px 0;
        padding: 0;
        width: 26%;
    }
    .sky_box {
        display: table;
        font-size: 12px;
        margin: 0 auto;
        width: 69%;
    }
    .sky_box h3 {
        font-size: 15px;
        margin: 7px 0;
        line-height: 23px;
        padding: 0;
        font-family: "latoregular" !important;
        font-size: 15px !important;
    }
    .paddingTop {
        margin: 20px 0 !important;
    }
    .paddingTop span {
        line-height: 20px;
    }
    .option {
        margin: 11px 56px;
        padding: 0;
        background: #F3F5F3;
        display: table;
    }
    /*
.option_box1 {
     display: table;
    float: left;
    margin: 0;
    padding: 0;
   width: 42%;
}*/
    
    .option_box1 {
        display: table;
        float: left;
        margin: 0;
        padding: 0;
        width: 38%;
    }
    .option_box2 h1 {
        background: rgba(0, 0, 0, 0) url("../images/innerLine.jpg") repeat-x scroll 0 0;
        height: 14px;
        line-height: 10px;
        margin: 20px 0;
        text-align: left;
        width: 100%;
    }
    .option_box2 h2 {
        color: #49505c;
        font-family: 'latoregular';
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 3px 1px;
    }
    .option_box2 span {
        color: #00205c;
        font-family: 'latobold';
    }
    /*
.option_box2 p {
    font-size: 15px;
	color:#111932;
    padding: 0 1px;
}*/
    
    .option_box2 p {
        font-size: 15px;
        color: #111932;
        padding: 0;
        font-family: 'latoregular';
        text-align: justify;
    }
    .option_box2 h1 span {
        background: #f3f5f3 none repeat scroll 0 0;
        font-family: "Lora-Bold";
        font-size: 18px;
        letter-spacing: 1px;
        padding: 0 10px 0 0;
    }
    .option_box2 span {
        color: #00205c;
    }
    .option_box3 h1 span {
        background: #f3f5f3 none repeat scroll 0 0;
        font-family: "Lora-Bold";
        font-size: 18px;
        letter-spacing: 1px;
        padding: 0 10px 0 0;
    }
    .option_box3 span {
        color: #00205c;
    }
    .btn_3 a {
        background: #00205c none repeat scroll 0 0;
        box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.5);
        color: #ffffff!important;
        font-family: "latoregular";
        font-size: 16px;
        padding: 13px 26px;
        text-transform: uppercase;
    }
    btn_3 a:hover {
        color: #fff;
    }
    .btn_3 {
        margin: 19px 0;
        padding: 0 0px;
    }
    /*
   .option_box2 {
     background: #f3f5f3 none repeat scroll 0 0;
    display: table;
    float: left;
    margin: 0;
    padding: 0;
   width: 57%;
}*/
    
    .option_box2 {
        background: #f3f5f3 none repeat scroll 0 0;
        display: table;
        float: left;
        margin: 0;
        padding: 0 30px;
        width: 62%;
    }
    .option_box3 h1 {
        background: rgba(0, 0, 0, 0) url("../images/innerLine.jpg") repeat-x scroll 0 0;
        height: 14px;
        line-height: 10px;
        margin: 20px 0;
        text-align: left;
        width: 100%;
    }
    /*
.option_box3  h2 {
    color: #49505c;
    font-family: 'latoregular';
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 3px 0px;
}*/
    
    .option_box3 h2 {
        color: #49505c;
        font-family: "latoregular";
        font-size: 15px;
        line-height: 24px;
        margin: 0;
        padding: 0;
    }
    .option_box3 span {
        color: #00205c;
        font-family: 'latobold';
    }
    /*
.option_box3  p{
  color: #111932;
    font-size: 15px;
    padding: 0px;
	font-family: 'latoregular';
}*/
    
    .option_box3 p {
        color: #111932;
        font-size: 15px;
        padding: 0px;
        font-family: 'latoregular';
        text-align: justify;
    }
    /*
.option_box3{
    background: #f3f5f3 none repeat scroll 0 0;
    display: table;
	 padding: 0 20px;
	float: left;
    width: 57%;
}*/
    
    .option_box3 {
        background: #f3f5f3 none repeat scroll 0 0;
        display: table;
        float: left;
        padding: 0 30px;
        width: 62%;
    }
    .option2 {
        background: #f3f5f3 none repeat scroll 0 0;
        display: table;
        margin: 29px 55px 49px;
    }
    .option_back {
        background: url(../images/back_img.jpg) no-repeat;
        background-size: cover;
        background-attachment: 50% 50%;
        background-position: fixd;
    }
    .option_back1 h1 {
        color: #72cbca;
        font-family: "Lora-Bold";
        font-size: 24px;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase;
    }
    .option_back1 p {
        color: #ffffff;
        font-family: "latoregular";
        font-size: 15px;
        line-height: 25px;
        margin: 0;
        padding: 10px 0 0;
        text-align: center;
    }
    .option_back1 {
        margin: 66px 0;
        font-family: "Lora-Regular";
    }
    .size_box {
        display: table;
        float: right;
        margin: 0;
        padding: 0;
        width: 82%;
    }
}
.size_box h3 {
    font-size: 20px;
    font-family: 'Lora-Regular';
}
.size_box li {
    list-style: outside none none;
    font-size: 18px;
    font-family: 'latobold';
    color: #49505c;
}
.find {
    display: table;
    float: right;
    margin: 42px 0 0;
    padding: 0 153px;
    width: 96%;
}
.find h1 {
    margin: 0px;
    padding: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #111932;
    font-family: 'Lora-Bold';
}
.find p {
    margin: 0px;
    padding: 6px 0;
    font-size: 15px;
    color: #111932;
    line-height: 26px;
    padding: 10px 0;
}
.gift_box1 h3 {
    font-size: 20px;
    font-family: 'latoregular';
    color: #111932;
}
.find span {
    color: #111932;
    font-family: 'latobold';
}
.btn_sub {
    margin: 0;
    padding: 0;
}
.size_box a {
    color: #49505c;
    font-family: "latobold";
    font-size: 18px;
}
.gift_box1 h6 {
    text-align: center;
    font-family: "Lora-Regular";
    font-size: 16px;
    line-height: 26px;
}
.box_img1 {
    text-align: center;
    margin: 31px 0 0;
}
.box_text p {
    float: right;
    margin: 1px 0;
    width: 83%;
    font-size: 13px;
    font-family: 'latoregular';
    color: #49505c;
}
.box_img1 p {
    clear: both;
    color: #49505c;
    font-family: "latoregular";
    font-size: 13px;
    padding: 15px 0;
    width: 100%;
}
.find a {
    color: #011932;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
}

/*
.option_box4 {
    margin: 0;
    padding: 0;
	float: right;
width:42%;
}*/
.option_box4 {
    float: right;
    margin: 0;
    padding: 0;
    width: 38%;
}
.option_box44 {
    display: none;
}
.img_hid {
    display: none;
}
.bannerInner h1 {
    color: #ffffff;
    display: table;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 223px;
    font-size: 45px;
    font-family: 'pinyon_scriptregular';
    width: 100%;
}
.bannerInner h2 {
    color: #001285;
    display: table;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 58px;
    font-size: 95px;
    font-family: 'pinyon_scriptregular';
    width: 40%;
    text-shadow: 3px 3px 6px #888888;
}
.bannerInner h3 {
    color: #001285;
    display: table;
    float: right;
    font-family: "pinyon_scriptregular";
    font-size: 95px;
    margin: 0 auto;
    position: absolute;
    text-align: right;
    top: 58px;
    width: 81%;
    text-shadow: 3px 3px 6px #888888;
}
.bannerInner h4 {
    color: #001285;
    display: table;
    font-family: "pinyon_scriptregular";
    font-size: 42px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-shadow: 3px 3px 6px #888888;
    top: 128px;
    width: 100%;
}
.text {
    color: #20294e;
    display: table;
    font-family: "pinyon_scriptregular";
    font-size: 42px;
    margin: 0 auto;
    position: absolute;
    text-shadow: 3px 3px 6px #888888;
    top: 81px;
    width: 48%;
}
.banner_text2 h1 {
    color: #fff;
    display: table;
    font-family: "pinyon_scriptregular";
    font-size: 42px;
    margin: 0 auto;
    position: absolute;
    text-shadow: 3px 3px 6px #888888;
    top: 224px;
    width: 45%;
}
.banner_text2 h2 {
    color: #000;
    display: table;
    font-family: "pinyon_scriptregular";
    font-size: 42px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    text-shadow: 3px 3px 6px #888888;
    top: 224px;
    width: none;
}
option {
    font-family: 'Lora-Regular';
    font-size: 15px;
}
.banner_text2 h1 {
    text-decoration: underline;
    color: #000;
    display: table;
    font-family: "Lora-Bold";
    font-size: 42px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-shadow: 3px 3px 6px #888888;
    top: 175px;
    width: none;
}
.banner_text3 h1 {
    font-size: 45px;
    text-align: right;
    width: 83%;
}
.banner_text3 h1 {
    font-size: 45px !important;
    text-align: center;
    top: 170px!important;
    width: 33%;
    right: 75px;
}
.detale li {
    color: #111932;
    display: inline;
    font-family: "latobold";
    font-size: 18px;
    list-style: outside none none;
    padding: 0 8px;
}
.detale ul {
    margin: 32px 0 0;
    padding: 0;
    text-align: left;
}
.detale {
    float: right;
    margin: 0;
    padding: 0;
    width: 90%;
}
.detale a {
    color: #111932;
}
.police {
    float: left;
    margin: 20px 190px;
    padding: 0;
}
.police > h1 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    width: 100%;
}
.police > p {
    color: #111932;
    font-family: "latoregular";
    font-size: 15px;
    width: 100%;
}
.police ul {
    color: #111932;
    margin: 0 0 0 70px;
    width: 100%;
}
.police li {
    color: #111932;
    float: left;
    font-family: "latoregular";
    font-size: 15px;
    width: 89%;
}
.giftIn {
    float: right !important;
    padding: 0 0 0 80px !important;
    width: 90% !important;
    margin: 0px;
}
.gift2 {
    margin: 0 0 0 170px;
}
.gift {
    padding: 0;
    text-align: center;
    width: 100%;
}
.gift2 ol {
    margin: 0 0 0 54px;
}
.gift h1#giftret {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    width: 100%;
}
.gift h1 {
    font-family: "Lora-Bold";
    font-size: 16px;
    text-align: left;
}
.gift p {
    font-size: 16px;
    text-align: left;
}
.gift2 li {
    color: #111932;
    float: left;
    font-family: "latoregular";
    font-size: 15px;
    width: 80%;
}
.gift2 p {
    color: #111932;
    float: left;
    font-size: 15px;
    line-height: 28px;
    margin: 6px 0 30px;
    text-align: center;
    width: 88%;
}
.gift2 h5 {
    float: left;
    width: 98%;
}
img.round123 {
    padding: 5px;
}
.int > h1 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    text-transform: uppercase;
}
.int p {
    color: #111932;
    font-family: "latoregular";
    font-size: 15px;
}
.int {
    float: left;
    line-height: 17px;
    margin: 0 0 27px 195px;
    width: 74%;
}
.int h6 {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    text-align: center;
    width: 87%;
}
.int h6 strong {
    color: #111932;
    font-family: "latobold";
    font-size: 15px;
}
.banner_text3 {
    margin: 0;
    padding: 0;
    width: 71%;
    float: right;
}
.banner_text2 {
    float: right;
    width: 48%;
}
.nav li {
    color: #909ba3;
    display: inline;
    font-family: "Lora-Regular";
    font-size: 12px;
    letter-spacing: 1px;
    list-style: outside none none;
    /* display: inline;*/
    
    list-style: outside none none;
    padding: 0 2px;
    text-transform: capitalize;
}
.SearchSorting {
    display: none;
}
.box_1 li {
    list-style: outside none none;
    padding: 7px 0;
}
.box_1 {
    margin: 0;
    padding: 0;
    width: 18%;
    float: left;
}
.box_2 {
    float: left;
    width: 40%;
}
.box_2 {
    float: left;
    margin: 0;
    padding: 0;
    width: 82%;
}
.box_2 h1 {
    font-family: 'Lora-Bold';
    font-size: 27px;
}
.box_2 p {
    color: #00205c;
    font-size: 15px;
    font-family: 'Lora-Regular';
}
.box_2 span {
    padding: 0 38px;
}
.box_2 li {
    display: inline;
    font-size: 15px;
    list-style: outside none none;
    margin: 0;
    font-family: 'Lora-Regular';
}
.prise {
    float: left;
    font-size: 16px;
    width: 100%;
}
.prise p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Lora-Regular';
    color: #49505c;
    line-height: 32px;
}
.box_22 {
    border-bottom: 1px solid #f3f5f3;
    float: left;
    margin: 0;
    padding: 0 0 12px;
    width: 100%;
}
.box_22 h1 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
}
.box_22 p b {
    color: #00205c;
    font-family: "Lora-Regular";
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}
.box_22 p {
    color: #00205c;
    font-size: 15px;
    font-family: 'Lora-Regular';
    padding: 14px 0 10px;
}
.box_22 span {
    padding: 0 38px;
    color: #49505c;
}
.box_22 li:first-child {
    background: none;
    padding: 0 6px 0 0;
}
.box_22 li a {
    color: #49505c;
    letter-spacing: 2px;
    font-family: 'Lora-Regular';
}
.box_22 li.midd {
    background: none;
    padding-left: 0px;
    padding-right: 4px;
}
.box_22 li {
    color: #49505c;
    display: inline;
    font-family: "Lora-Regular";
    font-size: 14px;
    letter-spacing: 2px;
    list-style: outside none none;
    margin: 0;
    padding: 0 13px 0 8px;
    background: url('../images/line.jpg') 0px 5px no-repeat;
}
b.p1 {
    font-weight: normal;
    text-transform;
    capitalize;
}
.prise strong {
    font-family: 'Lora-Bold';
    color: #49505c;
}
.prise a#popupopner {
    color: #49505c;
    font-family: "Lora-Bold";
    font-size: 15px;
    left: 152px;
    padding: 0 0 0 126px;
    position: relative;
    text-decoration: underline;
    top: -25px;
}
.prise h1,
.prise h3 {
    color: #111932;
    font-family: "Lora-Regular";
    font-size: 20px;
    padding-bottom: 20px;
}
.log_form select {
    color: #49505c;
    font-family: "Lora-Regular";
    font-size: 14px;
    padding: 5px 11px;
    width: 45%;
}
.log_form {
    float: left;
    margin: 8px 0;
    padding: 0;
    width: 100%;
}
.log_form input {
    border: 1px solid #cccccc;
    color: #49505c;
    font-family: "Lora-Regular";
    font-size: 14px;
    padding: 5px 11px;
    width: 45%;
}
.log_form strong {
    color: #49505c;
    float: left;
    font-family: "Lora-Bold";
    font-size: 15px;
    margin: 8px 0;
    width: 23%;
}
.btnm a {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    margin: 0 23px;
    padding: 10px 30px;
}
.btnm span {
    font-size: 16px;
    font-family: 'latoregular';
    color: #00205c;
    text-transform: uppercase;
}
.like li {
    color: #909ba3;
    display: inline;
    list-style: outside none none;
    font-size: 14px;
    padding: 0 6px;
    float: left;
}
.like {
    float: left;
    margin: 38px 0;
    padding: 0;
    width: 100%;
}
.like span {
    color: #49505c;
    float: left;
    font-family: "Lora-Regular";
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 15px 0 0;
}
.like a {
    color: #909ba3;
    font-size: 16px;
}
.box_1 span {
    padding: 0 25px;
}
.btnm {
    float: right;
    margin: 10px 153px 17px 0;
}
.WishlistProductList .ProductDetails strong a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
    width: 100%;
}
@media screen and (max-width: 767px){
.menuzord-menu>li>.new1:after {
    background: url(../images/arrowTop.png) no-repeat;
    position: absolute;
    content: "";
    width: 44px;
    height: 10px;
    top: -10px;
    left: 6%;
}
.menuzord-menu>li>.new2:after {
    background: url(../images/arrowTop.png) no-repeat;
    position: absolute;
    content: "";
    width: 44px;
    height: 10px;
    top: -10px;
    right: 0%;
}
}
.menuzord-menu > li > .new1 {
    width: 70%;
}
.menuzord-menu > li > .new2 {
    width: 70%;
}
.RemoveFromWishlistForm input {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "latoregular";
    font-size: 11px;
    padding: 9px 8px;
    line-height: initial;
    text-transform: uppercase;
}
ul.WishlistProductList li {
    line-height: initial;
    width: 32%;
    display: inline-block;
}
.box_1 img {
    border: 0px solid #cccccc;
    padding: 2px 0;
}
.review li {
    display: inline;
    list-style: outside none none;
    padding: 0 23px 0 0;
}
.review {
    border-bottom: 2px solid #cccccc;
    margin: 31px 0;
    padding: 0;
}
.review ul {
    list-style: none;
}
.review ul li {
    display: inline-block;
}
.review ul li a {
    font-size: 15px;
    font-family: 'Lora-Regular';
    color: #111932;
    padding: 18px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #f3f5f3;
}
.review ul li a.active {
    color: #00205c;
    font-weight: bold;
}
.review ul li a:hover {
    border-bottom: 2px solid #00205c;
    color: #00205c;
}
.review2 h1 {
    font-size: 15px;
    font-family: 'Lora-Regular';
    color: #909ba3;
    padding: 0 0 0 20px;
    letter-spacing: 1px;
    margin: 0px;
}
.review {
    border-bottom: 2px solid #f3f5f3;
    margin: 31px 0;
    padding: 0 0 9px;
}
.rev_text {
    float: left;
    width: 72%;
}
.rev_img {
    float: left;
    width: 12%;
}
.veru {
    border-bottom: 1px solid #f3f5f3;
    display: inline-block;
    margin: 33px 0 0 80px;
    padding: 0;
    width: 77%;
}
.tating {
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0 0px;
    width: 91%;
}
.tating h1 {
    font-size: 18px;
    color: #35a3a0;
    font-family: 'Lora-Regular';
    padding: 0 0 0 20px;
}
.tat_form h1 {
    color: #111932;
    font-family: "latoregular";
    font-size: 15px;
    padding: 0;
}
.tat_form {
    display: table;
    margin: 27px auto;
    width: 84%;
}
.inpit1 input {
    float: left;
    width: 99%;
    padding: 12px 13px;
    background: #e9e9e9;
    color: #909ba3;
    font-size: 15px;
}
.inpit2 {
    float: right;
    width: 48%;
    background: #e9e9e9;
}
.inpit2 input {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #909ba3;
    float: left;
    font-size: 15px;
    padding: 12px 13px;
    width: 93%;
}
.inpit1 {
    float: left;
    width: 48%;
}
.inpit3 {
    float: left;
    width: 48%;
}
.inpit3 select {
    float: left;
    width: 50%;
    width: 93%;
    padding: 12px 13px;
    background: #e9e9e9;
    color: #909ba3;
    font-size: 15px;
}
.tating h1 a {
    color: #35a3a0;
    font-family: "Lora-Regular";
    font-size: 18px;
    padding: 0 0 0 0px
}
.form_re {
    float: left;
    margin: 10px auto;
    width: 100%;
}
.arew {
    margin: 0 auto;
}
.arew textarea {
    background: #e9e9e9 none repeat scroll 0 0;
    border: medium none;
    color: #909ba3;
    font-size: 15px;
    height: 220px;
    padding: 12px 13px;
    width: 100%;
}
.sub_btn a {
    background: #00205c;
    color: #ffffff;
    float: right;
    padding: 6px 12px;
    font-family: 'latoregular';
    font-size: 16px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
}
.sub_btn a:hover {
    background: #ccc;
    color: #000;
    transition: 1s all;
    -webkit-transition: 1s all;
}
select#revrating {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    padding: 8px 0;
    width: 99%
}
.sub_btn input.submitreview {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    padding: 6px 12px;
    text-transform: uppercase;
}
.form_re2 {
    clear: both;
    display: inherit;
    margin: 20px 131px 20px;
    overflow: hidden;
}
.arew {}
.arew textarea {
    height: 199px;
    width: 100%;
    background: #e9e9e9;
    border: none;
}
.sub_btn a {
    background: #00205c;
    color: #ffffff;
    float: right;
    padding: 6px 12px;
    font-family: 'latoregular';
    font-size: 16px;
}
.productIn {
    margin: 0;
    padding: 0 0px;
}
.box_2 img {
    border: 1px solid #f3f5f3;
}
.bannerInner2 {
    display: none;
}
.rev_text p {
    color: #111932;
    font-family: "latoregular";
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 23px;
}
.bannerInner1 {
    margin: 30px 0;
    text-align: center;
}
.box_1 li img {
    border: 1px solid #f4f4f4;
}
.ProductList li .box1 img {}
.newsletter ul li input.Button {
    text-transform: uppercase;
    background: #b2cbea none repeat scroll 0 0;
    color: #111932;
    font-family: "latobold";
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 5px 10px;
    width: auto;
    line-height: initial;
}
.searchBox1 input.Button {
    width: auto;
}
.textInfo p strong {
    font-size: 4px;
    padding: 0 5px;
}
.CompareButton input.combutton {
    background: #00205c none repeat scroll 0 0;
    color: #fff;
    transition: all 1s ease 0s;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.CompareButton input.combutton:hover {
    background: #00205c none repeat scroll 0 0;
    color: #fff;
    transition: all 1s ease 0s;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.CompareButton input.disable {
    background: #00205c none repeat scroll 0 0;
    /* color: #ffffff;
    display: inline-block;
    font-family: "Lora-Regular";
    font-size: 11px;
    padding: 11px 8px 14px;
    text-transform: uppercase;*/
    
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.CompareButton input.disable:hover {
    background: #00205c none repeat scroll 0 0;
    /* color: #ffffff;
    display: inline-block;
    font-family: "Lora-Regular";
    font-size: 11px;
    padding: 11px 8px 14px;
    text-transform: uppercase;*/
    
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.GiftCertificateThemeList input[type="radio"] {
    width: auto;
}
.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList label {
    font-family: "Lora-Regular";
    float: left;
    width: auto;
    margin-right: 10px;
}
.form_box label.newlast {
    width: 100%;
    clear: both;
}
#agree2 {
    width: auto;
}
.Submit input.mypriview {
    border: 0px solid;
    box-shadow: 0 0px 0px #000000 inset;
    color: #00205c;
    font-family: "latobold";
    margin-right: 10px;
    text-indent: -999px;
    width: 103px;
    height: 43px;
    text-transform: uppercase;
    background: url(../images/perview.png);
}
.Submit input#SaveCertificate {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px;
    text-transform: uppercase;
}
div.Submit {
    margin-top: 20px;
}
.Certificate h2 {
    padding: 0px 250px;
}
.martop {
    margin-top: 80px;
}
.GiftCertificateThemeList label {
    color: #49505c;
    display: inline-block;
    font-family: "Lora-Regular";
    font-size: 15px;
    list-style: outside none none;
    padding: 0px 24px 0 0;
}
.checkbalance {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px;
}
.mainBox2 p {
    color: #49505c;
    font-family: "latoregular";
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 0 40px;
    padding: 9px 0 10px;
}
.rowIn b {
    color: #49505c;
    font-size: 14px;
}
.gift2 span {
    float: left;
    margin: 6px 0;
    padding: 13px 0;
    text-align: center;
    width: 100%;
}
.gift2 strong {
    font-size: 15px;
    color: #101932;
}
.rev_text span {
    font-family: 'Lora-Bold';
    font-size: 15px;
    color: #111932;
}
.like_pro li {
    border: 5px solid #cccccc;
    display: inline;
    float: left;
    margin: 0 55px;
    padding: 0;
}
.like_pro h1 {
    font-size: 15px;
    text-align: center;
    font-size: 12px;
    font-family: 'Lora-Bold';
    margin: 7px 0;
    padding: 0;
    color: #101932;
}
.like_pro {
    margin: 0;
    padding: 0;
}
.like_pro span {
    display: block;
    color: #909ba3;
}
.text3 h1 {
    color: #2a3058;
    display: table;
    text-decoration: underline;
    font-family: "Lora-Bold";
    font-size: 42px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100%;
}
.text3 {
    color: #20294e;
    display: table;
    font-family: "pinyon_scriptregular";
    font-size: 42px;
    margin: 0 auto;
    position: absolute;
    text-shadow: 3px 3px 6px #888888;
    top: 81px;
    width: 48%;
}
.banner22 {
    display: none;
}
.mainBox2 .stepBox ul {
    list-style: outside none none;
    margin: 0 auto;
    width: 76%;
}
.detale a {
    color: #111932;
}
.detale a:hover {
    color: #00205C;
    text-decoration: underline;
}
.rowIn span.bold {
    color: #49505c;
    font-size: 15px;
    font-weight: bold;
}
.newspan span a {
    display: inline;
    font-family: "Lora-Regular";
    font-size: 15px;
    list-style: outside none none;
    color: #333333;
    margin: 0;
    text-decoration: none;
}
.newspan span {
    padding: 0px;
}
.btnm input.WishListButton {
    color: #00205c !important;
    font-family: "latoregular";
    font-size: 16px;
    text-transform: uppercase;
    display: inline;
    border: 0px;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
.btnm input.AddCartButton {
    text-transform: uppercase;
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: "Lora-Regular";
    font-size: 16px;
    margin: 0 30px 0 40px;
    padding: 8px 30px;
    display: inline;
    border: 0px;
    border-radius: 0px;
}
.ProductTinyImageList li {
    border: 0px!important;
    height: 122px!important;
}
.ProductTinyImageList li img {
    width: 100%;
    padding: 2px 0px!important;
}
.ProductTinyImageList li .TinyOuterDiv {
    border: 0px!important;
}
.prev,
.next {
    float: none;
    margin-top: 0px;
}
.flexslider2 .flex-viewport {
    height: 480px!important;
    margin-top: 40px;
}
.flexslider2 .flex-control-nav {
    display: none;
}
.flexslider2 .flex-direction-nav {
    display: block!important;
}
.flexslider2 .flex-direction-nav {
    bottom: 50px;
    display: none;
    left: 0%;
    position: absolute;
    right: 97%;
}
.flexslider2 .flex-direction-nav .flex-prev {
    height: 19px;
    left: 50px;
    top: -258px;
    width: 28px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0) url("http://cdn3.bigcommerce.com/s-jtstxs/templates/__custom/images/aro2.png?t=1465388864")
}
.flexslider2 .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -54px;
    top: 296px;
    height: 19px;
    width: 28px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0) url("http://cdn3.bigcommerce.com/s-jtstxs/templates/__custom/images/aro.png?t=1465388864")
}
.CartItemQuantity input.qtyInput {
    border: 1px solid #cccccc;
    margin: 3px 0;
    padding: 6px 3px;
    width: 60px;
    text-align: center;
}
input.updatecarts {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px;
    line-height: initial;
    margin-top: -6px;
}
.CheckoutButton a.checkouts {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px;
}
.KeepShopping a {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px;
}
#CreateAccountButton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px;
    margin-top: 10px;
}
.PayPalExpressCheckout p {
    margin-bottom: 20px;
}
.EstimateShipping {
    font-family: "latoregular";
    font-size: 12px;
}
.CartItemQuantity a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 12px;
    line-height: 18px;
}
p.Submit a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 12px;
    line-height: 18px;
}
.EstimateShippingLink {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 15px;
    line-height: 18px;
}
a.creataccountlink {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 15px;
    line-height: 18px;
}
.InfoMessage a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 15px;
    line-height: 18px;
    float: right;
}
.CartThumb a img {
    width: 120px;
    max-width: 120px;
}
#AccountOrder h2 {
    font-size: 16px;
}
select#shippingZoneCountry {
    border: 1px solid #cccccc;
    margin: 3px 0;
    width: 100%;
    padding: 3px 3px;
}
select#shippingZoneState {
    border: 1px solid #cccccc;
    margin: 3px 0;
    width: 100%;
    padding: 3px 3px;
}
input#shippingZoneStateName {
    border: 1px solid #cccccc;
    margin: 3px 0;
    padding: 6px 3px;
    width: 100%;
}
.HorizontalFormContainer input {
    border: 1px solid #cccccc;
    margin: 0px 0;
    padding: 6px 3px;
    width: 100%;
    margin-bottom: 10px;
}
.HorizontalFormContainer input[type=checkbox] {
    width: auto;
}
.HorizontalFormContainer select {
    border: 1px solid #cccccc;
    margin: 0px 0;
    padding: 6px 3px;
    width: 100%;
    margin-bottom: 10px;
}
input#shippingZoneZip {
    margin: 3px 0;
    padding: 6px 3px;
    border: 1px solid #cccccc;
    width: 100%;
}
.EstimateShippingButtons a {
    background: #00205c none repeat scroll 0 0!important;
    color: #ffffff!important;
    display: inline-block!important;
    font-family: "Lora-Regular"!important;
    font-size: 11px!important;
    padding: 4px 8px!important;
    text-transform: uppercase!important;
}
.HorizontalFormContainer input#LoginButton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
.HorizontalFormContainer input.shippingButton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
.HorizontalFormContainer input.billingButton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
.shippingbuttonsclass input {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
.EstimateShippingButtons a:hover {
    color: #ffffff;
}
.EstimateShippingButtons input {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Lora-Regular";
    font-size: 11px;
    padding: 6px 8px;
    text-transform: uppercase;
}
input.gobutton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    margin-top: 3px;
    padding: 5px 19px;
}
input#apply_code {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    margin-top: 3px;
    padding: 5px 19px;
}
#CheckoutGuestForm dd label {
    margin-bottom: 10px;
}
#OrderConfirmationForm p {
    color: #111932;
    /*font-family: "Lora-Regular";*/
    
    font-size: 14px;
    letter-spacing: 2px;
    margin: 12px 0 0;
    padding: 0;
    text-align: left;
}
#payment_options h2 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 20px;
    letter-spacing: 2px;
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
}
input#FormField_23,
input#FormField_13 {
    width: 100px!important;
}
.CheckoutOrderComments h2 {
    color: #111932!important;
    font-family: "latoregular"!important;
    font-size: 20px!important;
    letter-spacing: 2px!important;
    margin: 10px 0 0!important;
    padding: 0!important;
    text-align: left!important;
}
input#bottom_payment_button {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
.classmargintops {
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 30px;
    clear: both;
    width: 100%;
    float: left;
}
input.createaccountbut {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
}
a.continueshopinglink {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    border: 0px;
    float: left;
}
.createformdesign h2 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 20px;
    letter-spacing: 2px;
    margin: 18px 0 0;
    padding: 0;
    text-align: left;
}
.myaccounts p {
    color: #111932;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
    font-family: ""latoregular"";
}
.myaccounts li a {
    color: #111932;
    font-family: "latobold";
}
.myaccounts ul li {
    font-family: "latoregular" !important;
    list-style: none;
    color: #111932;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
}
#SideAccountMenu ul li {
    list-style: none;
    line-height: 26px;
}
#SideAccountMenu ul li a {
    color: #111932;
    font-family: "latobold";
}
#SideAccountMenu h2 {
    color: #111932;
    font-family: "latobold";
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.myaccounts li a:hover {
    text-decoration: underline
}
.myaccounts p.Message {
    padding: 4px 30px;
}
.newformcreator p.Submit a {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 12px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    vertical-align: top;
    border-radius: 0px;
}
.newformcreator p.Submit input {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
.newformcreator {
    margin-top: 20px;
}
.addwishlistforms input.addwishlist {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
.addwishlistforms input.cancelwishlist {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
.addwishlistforms .HorizontalFormContainer {
    margin-top: 30px;
}
.manageform {
    margin-top: 30px;
}
#wishlistsform input[type=submit] {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
#wishlistsform input[type=button] {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
#wishlistsform .CartContents a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 15px;
    line-height: 18px;
}
#WishListEditFrom h1 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase
}
#wishlistsform {
    margin-top: 30px;
}
input.editaccountbutton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
input.billingButton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-right: 10px;
}
input.shippingButton {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0 5px 2px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 15px;
    padding: 8px 19px!important;
    width: auto;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 10px;
}
#BlogRecentPosts h2 {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
#BlogRecentPosts ul li {
    line-height: 26px;
    list-style: outside none none;
}
#BlogRecentPosts ul li a {
    color: #111932;
    font-family: "latobold";
}
#NewsContent h1 a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
.recentcon h3 a {
    color: #111932;
    font-family: "Lora-Bold";
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    text-transform: uppercase;
}
#NewsContent p {
    color: #111932;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
}
.recentcon p {
    color: #111932;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding: 10px 0;
}
.recentcon p a {
    color: #111932;
    font-family: "Lora-Bold";
}
.giftnews {
    width: 90%;
    text-align: center;
}
.nav li {
    float: left;
}
.nav ul {
    list-style: none;
    float: left;
}
.nav li a {
    color: #909ba3;
    display: inline;
    font-family: "Lora-Regular";
    font-size: 12px;
    letter-spacing: 1px;
    list-style: outside none none;
    padding: 0 2px text-transform: capitalize;
}
.nav li a:hover {
    color: #00205c;
}
.productIn div.Message {
    clear: both;
    text-align: center;
    padding-top: 20px;
}
.size-chart {
    /* display: table;  */
    
    margin: 70px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.sizeing_heading {
    background: #fff;
    padding: 21px 0 28px;
    box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
}
.sizeing_heading h1,
.sizeing_heading h3 {
    font-family: 'Lora-Bold';
    font-size: 41px;
    text-transform: uppercase;
    color: #49505c;
    padding: 0;
    margin: 0;
    letter-spacing: 3px;
}
.sizeing_heading span {
    padding: 0;
    position: absolute;
    right: 5%;
    top: 25%;
}
.sizeing_heading span a {
    padding: 0;
}
.sub_heading {
    margin: 62px 0;
    padding: 0;
    width: 100%;
}
.women_sec {
    background: #d3d5d4 none repeat scroll 0 0;
    display: table;
    margin: 25px auto 50px;
    padding: 10px 30px;
    width: 75%;
    position: relative;
}
.women_sec h1 {
    color: #00205c;
    float: left;
    font-family: 'latoregular';
    font-size: 30px;
    letter-spacing: 3px;
    margin: 10px 0;
    text-transform: uppercase;
}
.marguesa_sec {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.women_sec span {
    position: absolute;
    right: 5%;
    top: 35%;
}
.main-form {
    float: none;
    margin: 0;
    padding: 0;
    width: 92%;
}
.sub_btn {
    float: left;
    padding: 12px 0px;
    width: 100%;
}
.border_sec {
    background: rgba(0, 0, 0, 0) url("../images/Shape-1.png") repeat-x scroll 0 0;
    width: 100%;
    clear: both;
}
.border_sec h4 {
    background: #ffffff none repeat scroll 0 0;
    color: #00205c;
    font-family: "helveticaregular";
    font-size: 16px;
    margin: 23px auto;
    padding: 6px;
    text-transform: uppercase;
    width: 25%;
}
.product .pop-up {
    background: #ffffff none repeat scroll 0 0;
}
.newtable .pop-up {
    background: #ffffff none repeat scroll 0 0;
}
.newtable .pop-up_new {
    background: #ffffff none repeat scroll 0 0;
}
.arew h3 {
    font-family: 'latoregular';
    font-size: 16px;
    color: #909ba3;
}
.classic-tops {
    float: left;
    margin: 0;
    padding: 6px 13px;
    width: 100%;
}
.classic-tops h1 {
    color: #00205c;
    font-family: "helveticaregular";
    font-size: 33px;
    text-align: left;
}
.topRow span {
    position: absolute;
    right: 0;
    top: 0;
}
.topRow {
    margin: 0;
    position: relative;
}
.classic-tops > img {
    float: right;
    margin: -24px 0;
}
.table-bordered th {
    background: #f3f5f3 !important;
    text-transform: uppercase;
    text-align: center;
}
.table-bordered th {
    background: #f3f5f3 !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    color: #49505c;
    font-family: "helveticaregular";
    font-weight: normal;
    min-width: 70px;
}
.newtable .table-bordered tbody td {
    min-width: 50px;
}
.newtable .table-bordered th {
    min-width: 50px;
}
.table-bordered tbody td {
    min-width: 70px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #49505c;
    font-family: "helveticaregular";
    font-weight: normal;
}
.table-bordered tbody tr td:first-child {
    border-right: 8px solid #d3d5d4;
}
.table-bordered thead tr th:first-child {
    border-right: 8px solid #d3d5d4;
}
.bgIn {
    background: #f3f5f3 none repeat scroll 0 0;
}
.box_22 li:last-child {
    text-decoration: underline;
}
.zoomPad {
    width: 100%;
}
.zoomPad > img {
    width: 100%;
}
.ProductImage.imageBox img {
    width: 100%;
}
.SortPagination {
    display: none;
}
.test input {
    background: none repeat scroll 0 0 #00205c;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    display: inline;
    margin: 0 23px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.top_heading {
    border-bottom: 1px solid #cccccc;
    float: left;
    margin: 0 0 23px;
    padding: 0 0 10px;
    width: 100%;
}
.top_heading > h1 {
    color: #111932;
    float: left;
    font-family: "Lora-Bold";
    font-size: 20px;
    letter-spacing: 0.2px;
    width: 30%;
    text-transform: capitalize;
}
.top_heading input:hover {
    color: #fff;
    background: #00205c;
    transition: 1s all;
    -webkit-transition: 1s all;
}
.side_sec {
    float: left;
    margin: 0;
    padding: 0px;
    width: 100%;
}
.side_sec h1 {
    margin: 27px 0;
    padding: 0px;
    width: 100%;
    color: #00205c;
    font-size: 18px;
    font-family: 'Lora-Bold';
}
#cssmenu2 > ul > li > a > span {
    display: block;
    font-size: 15px;
    padding: 10px;
}
#cssmenu2,
#cssmenu2 ul,
#cssmenu2 li,
#cssmenu2 a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}
#cssmenu2 a {
    line-height: 1.3;
}
#cssmenu2 {
    width: 100%;
}
#cssmenu2 > ul > li {
    margin: 0 0 10px 0;
}
#cssmenu2 > ul > li:last-child {
    margin: 0;
}
#cssmenu2 > ul > li > a {
    border-bottom: 1px solid #eeeeee;
    color: #49505c;
    display: block;
    font-family: "Lora-Regular";
    font-size: 15px;
    margin:auto;
    padding: 5px 15px !important;
    text-transform: capitalize;
}
#cssmenu2 > ul > li > a > span {
    display: block;
    padding: 0px 10px;
    font-size: 15px;
}
#cssmenu2 > ul > li >a:hover {
    text-decoration: none;
    color: #000;
}
#cssmenu2 > ul > li.has-sub > a span:hover {
    background: url(../images/upArrow.png) 98% center no-repeat;
}
#cssmenu2 > ul > li.active {
    border-bottom: none;
    color: #181818;
}
#cssmenu2 > ul > li.active > a {
    color: #181818;
}
#cssmenu2 > ul > li.active > a span {}
#cssmenu2 > ul > li.has-sub > a span {
    background: url(../images/downArrow.png) 98% center no-repeat;
}
#cssmenu2 > ul > li.has-sub.active > a span {
    background: url(../images/upArrow.png) 98% center no-repeat;
}

/* Sub menu */

#cssmenu2 ul ul {
    background: #838d8f none repeat scroll 0 0;
    padding: 11px 0;
    overflow: hidden;
}
/*
#cssmenu2 ul ul li:hover {
    background: #00205c none repeat scroll 0 0;
}
*/
#cssmenu2 ul ul li {
    padding: 1px 8px 3px 19px!important;
}
#cssmenu2 ul ul a span {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'latoregular';
}
#cssmenu2 ul ul a:hover {
    color: #79980d;
}
#cssmenu2 p {
    color: #727272;
    font-family: 'myriad_proregular';
    font-size: 15px;
    line-height: 20px;
}
.btn_campare {
    float: left;
    margin: 28px 0;
    padding: 0;
    width: 50%;
}
.btn_campare input {
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: left;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.btn_campare input.combutton {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    transition: all 1s ease 0s;
    float: left;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.btn_campare input.combutton:hover {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    transition: all 1s ease 0s;
    float: left;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.btn_campare input.disable {
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: left;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.btn_campare input.disable:hover {
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: left;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.top_heading input.combutton {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    transition: all 1s ease 0s;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.top_heading input.combutton:hover {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    transition: all 1s ease 0s;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.top_heading input.disable {
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
.top_heading input.disable:hover {
    background: #b0b8bd none repeat scroll 0 0;
    color: #d3d5d4;
    float: right;
    font-family: "latoregular";
    font-size: 16px;
    margin: 0;
    padding: 12px;
}
#cssmenu2 p {
    color: #727272;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
}
.produc_2 ul li {
    display: inline-block;
    margin: 0 1px !important;
}
.main_2 {
    margin: 0 auto;
    width: 100% !important;
}
.side_sec ul li a {
    color: #49505c;
    display: block;
    font-family: "latoregular";
    font-size: 18px;
    margin: 5px 0 0;
    padding: 5px 0 0;
}

/* Base Styles */
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 li,
#cssmenu1 a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}
#cssmenu1 a {
    line-height: 1.3;
}
#cssmenu1 {
    width: 100%;
}
#cssmenu1 > ul > li {
    margin: 0 0 10px 0;
}
#cssmenu1 > ul > li:last-child {
    margin: 0;
}
#cssmenu1 > ul > li > a {
    display: block;
    color: #49505c;
    display: block;
    font-family: 'Lora-Regular';
    font-size: 18px;
    margin: 5px 0 0;
    padding: 5px 0 0;
}
#cssmenu1 > ul > li > a > span {
    display: block;
    padding: 10px 10px;
}
#cssmenu1 > ul > li > a:hover {
    text-decoration: none;
}
#cssmenu1 > ul > li.has-sub > a span:hover {
    background: url(../images/min_icon.png) 98% center no-repeat;
}
#cssmenu1 > ul > li.active {
    border-bottom: none;
    color: #181818;
}
#cssmenu1 > ul > li.active > a {
    color: #181818;
}
#cssmenu1 > ul > li.active > a span {}
#cssmenu1 > ul > li.has-sub > a span {
    background: url(../images/plus.png) 98% center no-repeat;
}
#cssmenu1 > ul > li.has-sub.active > a span {
    background: url(../images/min_icon.png) 98% center no-repeat;
}

/* Sub menu */
#cssmenu1 ul ul {
    padding: 5px 12px;
}
#cssmenu1 ul ul li {
    padding: 3px 0;
}
#cssmenu1 ul ul a {
    display: block;
    color: #909ba3;
    font-size: 15px;
    font-family: 'latoregular';
}
#cssmenu1 ul ul a:hover {
    color: #00205c;
}
#cssmenu1 p {
    color: #727272;
    font-family: 'myriad_proregular';
    font-size: 15px;
    line-height: 20px;
}
#cssmenu1 p {
    color: #727272;
    font-family: 'open_sanssemibold';
    font-size: 14px;
    line-height: 20px;
}
.sf-sub-indicator {
    height: 10px!important;
    overflow: visible!important;
    font-size: 18px!important;
    top: 7px!important;
    right: 3px!important;
    text-indent: -999px!important;
    width: 10px!important;
}
.page_1 {
    display: inline-block;
    float: right;
    margin: 39px 0 0;
    padding: 0;
}
ul.page_1 li {
    display: inline;
}
ul.page_1 li.ActivePage {
    background-color: #49618b !important;
    color: #ffffff !important;
    float: left;
    margin: 0 11px;
    padding: 8px 16px;
    text-decoration: none;
}
ul.page_1 li a {
    color: #000000;
    float: left;
    margin: 0 11px;
    padding: 8px 16px;
    text-decoration: none;
}
.page_1 > li > a,
.page_1 > li > span {
    border: none !important;
}
.page_1> li > a:hover,
.page_1> li > span:hover,
.page_1 > li > a:focus,
.page_1 > li > span:focus {
    background-color: #49618b!important;
    border-color: #none;
    color: #fff!important;
}
.page_1 > li > a.active {
    background-color: #49618b!important;
    border-color: #none;
    color: #fff!important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: none !important;
    border-top-left-radius: none !important;
    border: none !important;
}
.pop-up {
    background: #f3f5f3 none repeat scroll 0 0;
    border: 2px solid #cccccc;
    left: 25%;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 7%;
    width: 50%;
    z-index: 999999;
}
.pop-up_new {
    background: #f3f5f3 none repeat scroll 0 0;
    border: 2px solid #cccccc;
    left: 25%;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 7%;
    width: 50%;
    z-index: 999999;
}
.left_sec {
    float: left;
    margin: 25px 19px;
    width: 37%;
}
.right_sec {
    float: left;
    margin: 0px;
    width: 100%;
}
.right_sec2 {
    float: left;
    margin: 0 10px;
    width: 56%;
}
#QuickViewProductDetails h1.pop_heading {
    color: #111932 !important;
}
.pop_heading {
    color: #111932 !important;
    font-family: "Lora-Bold" !important;
    font-size: 18px !important;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 25px;
}
.mar-sec {
    border-bottom: 2px solid #cccccc;
    float: left;
    margin: 0;
    padding: 0 0 24px;
    width: 100%;
}
#close > img {
    float: right;
}
.rate {
    color: #111932;
    float: left;
    font-family: "Lora-Regular";
    font-size: 20px;
    margin: 0 0 13px;
    padding: 12px 0 0;
}
.quanity_sec {
    float: left;
    margin: 9px 0;
    padding: 0;
    width: 100%;
}
.quanity_sec label {
    float: left;
    margin: 0;
    padding: 0 0px;
    width: 25%;
    padding: 7px 0px 0px 0px;
    font-family: 'Lora-Bold';
    font-size: 14px;
    color: #49505c;
    letter-spacing: 1.5px;
}
.quanity_sec .productAttributeLabel label span.required {
    display: none!important;
}
.quanity_sec .productAttributeLabel label {
    padding: 7px 0px 0px 0px;
    float: left;
    margin: 0;
    padding: 0 0px;
    width: 100%;
    font-family: 'Lora-Bold';
    font-size: 14px;
    color: #49505c;
}
.quanity_sec select {
    color: #49505c;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    opacity: 0;
    outline: medium none;
    position: absolute;
    z-index: 2;
    padding: 4px 7px;
    height: 36px;
    line-height: 26px;
    width: 228px!important;
}
.quanity_sec .holder {
    color: #49505c;
    cursor: pointer;
    display: block;
    font-family: "Lora-Regular";
    font-size: 14px;
    margin: 4px 35px 0 12px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.productAddToCartRight .select-wrapper {
    width: 245px!important;
}
.select-wrapper {
    background: #ffffff url("../images/dropdown.png") no-repeat scroll right center;
    border: 1px solid #d3d5d4!important;
    cursor: pointer!important;
    display: inline-block!important;
    float: left;
    height: 36px!important;
    line-height: 26px!important;
    width: 228px!important;
}
.select-wrapper123 select {
    color: #49505c;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    opacity: 0;
    outline: medium none;
    position: absolute;
    z-index: 2;
    width: 413px;
    padding: 4px 3px;
    margin: 3px 0px;
}
.select-wrapper123 {
    background: #ffffff url("../images/dropdown.png") no-repeat scroll right center;
    border: 1px solid #d3d5d4!important;
    cursor: pointer!important;
    display: inline-block!important;
    float: left;
    height: 36px!important;
    line-height: 26px!important;
    width: 100%!important;
    padding: 4px 3px;
    margin: 3px 0px;
}
.select-wrapper select {
    color: #49505c;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    opacity: 0;
    outline: medium none;
    position: absolute;
    z-index: 2;
    padding: 4px 7px;
    height: 36px;
    line-height: 26px;
    width: 228px!important;
}
.select-wrapper .holder {
    color: #49505c;
    cursor: pointer;
    display: block;
    font-family: "Lora-Regular";
    font-size: 14px;
    margin: 4px 35px 0 12px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.productOptionViewSelect {
    background: #ffffff url("../images/dropdown.png") no-repeat scroll right center;
    border: 1px solid #d3d5d4;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 26px;
    width: 228px;
}
.productOptionViewSelect select {
    color: #49505c;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    opacity: 0;
    outline: medium none;
    position: absolute;
    z-index: 2;
    padding: 4px 7px;
    height: 36px;
    line-height: 26px;
    width: 228px!important;
}
.productOptionViewSelect .holder {
    color: #49505c;
    cursor: pointer;
    display: block;
    font-family: "Lora-Regular";
    font-size: 14px;
    margin: 4px 35px 0 12px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

/*

.quanity_sec select {
    color: #49505c;
    font-family: "Lora-Regular";
    font-size: 14px;
    padding: 4px 7px;
    width: 50%;
}*/
.view_sec {
    font-family: 'Lora-Bold';
    color: #00205c;
    font-size: 15px;
    float: left;
    letter-spacing: 2px;
    width: 100%;
}
.add_sec {
    color: #00205c;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    float: left;
    font-family: "latoregular";
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    margin: 20px 0;
}
.add_sec > span {
    margin: 0 60px;
    padding: 5px 0;
}
.add_sec > span a {
    background: #00205c none repeat scroll 0 0;
    box-shadow: 0px 4px 1px #888888;
    color: #ffffff;
    font-family: "latoregular";
    font-size: 16px;
    padding: 13px 15px;
}
.add_sec > span a:hover {
    background: #ccc none repeat scroll 0 0;
    transition: 1s all;
    -webkit-transition: 1s all;
    color: #ffffff;
}
.social-icon {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}
.social-icon p {
    color: #49505c;
    float: left;
    font-family: "Lora-Regular";
    font-size: 14px;
    width: 28%;
}
.social-icon ul {
    color: #49505c;
    float: left;
    font-family: "Lora-Regular";
    font-size: 14px;
    width: 65%;
}
.social-icon a {
    color: #909ba3;
    float: left;
    font-family: "Lora-Regular";
    font-size: 17px;
    margin: 0 14px;
    padding: 0;
}
.social-icon ul li {
    float: left;
    margin: 0px;
    padding: 0;
}
.social-icon a:hover {
    color: #00205c;
}
.btun > a {
    background: #00205c none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    padding: 9px 29px;
    font-family: 'latoregular';
    font-size: 14px;
}
.btun > a:hover {
    background: #ccc none repeat scroll 0 0;
    color: #000;
}
.btun {
    display: table;
    margin: 15px auto;
    text-align: center;
}
.optionIn2 {
    float: none !important;
    margin: 0 auto !important;
    text-align: center !important;
}
.mysliders {
    width: 100%;
    margin: 0 auto;
}
.flexslider3 ul li {
    border: 0px solid #000000;
}
.flexslider3 ul li .imageBox .myimagebox {
    height: 240px;
    text-align: center;
    width: 222px;
    margin-left: auto;
    margin-right: auto;
}
.flexslider3 ul li > .box1 {
    float: none;
    height: 370px;
}
.flexslider3 box1 {
    height: 350px;
}
.flexslider3 ul li .imageBox .myimagebox img {
    width: 84%;
}
.detailrating span {
    clear: both;
    overflow: hiddden;
    position: inherit;
    padding-top: 5px;
}
.flexslider3 h1,
.flexslider3 h3 {
    color: #101932;
    font-family: "Lora-Bold";
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 80%;
    text-transform: uppercase;
}
.flexslider3 .flex-control-nav {
    display: none;
}
.flexslider3 .flex-direction-nav {
    position: static;
    display: block;
}
.flexslider3 .slick-prev,
.flexslider3 .slick-next{
    position: absolute;
    top:0;
    bottom: 0;margin: auto;text-indent: -9999px;overflow: hidden;display: block;
}
.flexslider3 .slick-prev{
    background: rgba(0, 0, 0, 0) url("../images/left_icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 28px;
    width: 19px;
    left:0px;
}
.flexslider3 .slick-next{
    background: rgba(0, 0, 0, 0) url("../images/right_icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 28px;
    right:0px;
    width: 19px;
}
.flexslider3 .flex-direction-nav .flex-prev {
    background: rgba(0, 0, 0, 0) url("../images/left_icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 28px;
    width: 19px;
    left: 20px;
}
.flexslider3 .flex-direction-nav .flex-next {
    background: rgba(0, 0, 0, 0) url("../images/right_icon.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 28px;
    right: 20px;
    width: 19px;
}
.flexslider3 {
    margin-bottom: 50px;
}
#CategoryContent .box1 .h1 {
    min-height: 50px;
}
.js-facet-wrapper {
    clear: both;
    width: 100%;
}
.js-faceted-search-column {
    font-family: "latoregular";
    font-size: 15px;
    overflow: hidden;
    text-transform: capitalize;
}
.js-faceted-search-column {
    font-family: "latoregular";
    font-size: 15px;
    text-transform: capitalize;
}
.facet-container {
    position: relative;
    width: 100%;
}

/***** meny ********/
.menuzord,
.menuzord * {
    font-family: "myriad_proregular";
    font-family: 'oswaldbook';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.menuzord {
    position: relative;
    float: left;
    left: 0;
    padding: 0px;
    right: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
}
.menuzord a {
    -o-transition: color .3s linear, background .3s linear;
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear
}
.menuzord-menu.scrollable>.scrollable-fix {
    display: none
}
.menuzord-brand {
    margin: 18px 30px 0 0;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer
}
.menuzord-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}
.menuzord-menu.menuzord-right {
    float: left;
}
.menuzord-menu>li {
    display: inline-block;
    float: left;
    background:
    /*url("../images/divider.png")*/
    
    no-repeat scroll 3px 25px rgba(0, 0, 0, 0);
}
.menuzord-menu > li > a {
    color: #111932;
    display: inline-block;
    font-family: 'Lora-Bold';
    font-size: 14.81px;
    letter-spacing: 1.5px;
    line-height: 1.42857;
    outline: 0 none;
    padding: 28px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 rgba(0, 0, 0, 0.5);
}
.menuzord-menu > li > a:hover {
    color: #000;
}
.menuzord-menu>li.active>a,
.menuzord-menu>li:hover>a {
    color: #000;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 236px;
    white-space: nowrap;
    background: #fff
}
.menuzord-menu ul.dropdown li ul.dropdown {
    left: 100%
}
.menuzord-menu ul.dropdown li {
    clear: both;
    width: 100%;
    border: 0;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.menuzord-menu ul.dropdown li a {
    width: 100%;
    background: 0 0;
    padding: 10px 25px 10px 22px;
    color: #888;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    -o-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear
}
.menuzord-menu ul.dropdown li:hover>a {
    padding-left: 28px;
    padding-right: 19px;
    color: #333
}
.menuzord-menu ul.dropdown.dropdown-left {
    left: none
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
    left: -100%
}
.menuzord-menu li .indicator {
    margin-left: 3px;
    display: none;
}
.menuzord-menu li ul.dropdown li .indicator {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 15px
}
/*.menuzord-menu > li.has_sub > a {
    position: relative;
}*/
/*.menuzord-menu > li.has_sub > a:after {
    background: url(../images/arrowTop.png) no-repeat;
    position: absolute;
    content: "";
    width: 44px;
    height: 10px;
    top: auto;
    right: 0%;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    opacity: all 0.3s linear;
}*/
.menuzord-menu > li.has_sub:hover > a:after {
    opacity: 1;
    visibility:visible;
}
.menuzord-menu > li > .megamenu {
    background: #40444b none repeat scroll 0 0;
    display: none;
    left: 0%!important;
    padding: 0 20px 35px;
    position: absolute;
    /*top: 77px;*/
    margin: 0 auto!important;
    width: auto;
    z-index: 999999;
}
.menuzord-menu>li>.megamenu.megamenu-half-width {
    width: 50%;
    left: auto
}
.menuzord-menu>li>.megamenu.megamenu-quarter-width {
    width: 25%;
    left: auto
}
.menuzord-menu>li>.megamenu .megamenu-row {
    width: 100%;
    margin-top: 15px
}
.menuzord-menu>li>.megamenu .megamenu-row:first-child {
    margin-top: 0
}
.menuzord-menu>li>.megamenu .megamenu-row:after,
.menuzord-menu>li>.megamenu .megamenu-row:before {
    display: table;
    content: "";
    line-height: 0
}
.menuzord-menu>li>.megamenu .megamenu-row:after {
    clear: both
}
.menuzord-menu>li>.megamenu .megamenu-row .col1,
.menuzord-menu>li>.megamenu .megamenu-row .col10,
.menuzord-menu>li>.megamenu .megamenu-row .col11,
.menuzord-menu>li>.megamenu .megamenu-row .col12,
.menuzord-menu>li>.megamenu .megamenu-row .col2,
.menuzord-menu>li>.megamenu .megamenu-row .col3,
.menuzord-menu>li>.megamenu .megamenu-row .col4,
.menuzord-menu>li>.megamenu .megamenu-row .col5,
.menuzord-menu>li>.megamenu .megamenu-row .col6,
.menuzord-menu>li>.megamenu .megamenu-row .col7,
.menuzord-menu>li>.megamenu .megamenu-row .col8,
.menuzord-menu>li>.megamenu .megamenu-row .col9 {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}
.menuzord-menu>li>.megamenu .megamenu-row [class*=col]:first-child {
    margin-left: 0
}
.menuzord-menu>li>.megamenu .megamenu-row .col1 {
    width: 5.583333333333%
}
.menuzord-menu>li>.megamenu .megamenu-row .col2 {
    width: 14.166666666666%
}
.menuzord-menu>li>.megamenu .megamenu-row .col3 {
    width: 22.75%
}
.menuzord-menu>li>.megamenu .megamenu-row .col4 {
    width: 31.333333333333%
}
.menuzord-menu>li>.megamenu .megamenu-row .col5 {
    width: 39.916666666667%
}
.menuzord-menu>li>.megamenu .megamenu-row .col6 {
    width: 48.5%
}
.menuzord-menu>li>.megamenu .megamenu-row .col7 {
    width: 57.083333333333%
}
.menuzord-menu>li>.megamenu .megamenu-row .col8 {
    width: 65.666666666667%
}
.menuzord-menu>li>.megamenu .megamenu-row .col9 {
    width: 74.25%
}
.menuzord-menu>li>.megamenu .megamenu-row .col10 {
    width: 82.833333333334%
}
.menuzord-menu>li>.megamenu .megamenu-row .col11 {
    width: 91.416666666667%
}
.menuzord-menu>li>.megamenu .megamenu-row .col12 {
    width: 100%
}
.menuzord .showhide {
    width: 60px;
    height: 46px;
    padding: 13px 0 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}
.menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 20px 0;
    float: right;
    background: #777
}
.menuzord-menu>li>a>i {
    margin: 0 5px 0 0;
    font-size: 18px;
    float: left;
    line-height: 20px;
    font-family: FontAwesome
}
.menuzord-menu>li.search form {
    float: left;
    padding: 22px 16px 17px
}
.menuzord-menu>li.search form input[type=text] {
    width: 160px;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    border: none;
    background: #f0f0f0;
    border-radius: 2px;
    outline: 0;
    -o-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out
}
.menuzord-menu>li.search form:hover input[type=text] {
    width: 160px
}
.menuzord-tabs {
    width: 100%;
    float: left
}
.menuzord-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}
.menuzord-tabs-nav>li>a {
    width: 100%;
    padding: 7px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #666;
    border: 1px solid #f0f0f0;
    outline: 0
}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
    background: #f0f0f0
}
.menuzord-tabs-content {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    border: 1px solid #f0f0f0
}
.menuzord-tabs-content.active {
    display: block
}
.menuzord.blue .menuzord-menu ul.dropdown li:hover>a,
.menuzord.blue .menuzord-menu>li.active>a,
.menuzord.blue .menuzord-menu>li:hover>a {
    color: #4A89DC
}
.menuzord.green .menuzord-menu ul.dropdown li:hover>a,
.menuzord.green .menuzord-menu>li.active>a,
.menuzord.green .menuzord-menu>li:hover>a {
    color: #37BC9B
}
.menuzord.red .menuzord-menu ul.dropdown li:hover>a,
.menuzord.red .menuzord-menu>li.active>a,
.menuzord.red .menuzord-menu>li:hover>a {
    color: #111932;
}
.menuzord.orange .menuzord-menu ul.dropdown li:hover>a,
.menuzord.orange .menuzord-menu>li.active>a,
.menuzord.orange .menuzord-menu>li:hover>a {
    color: #ff670f
}
.menuzord.yellow .menuzord-menu ul.dropdown li:hover>a,
.menuzord.yellow .menuzord-menu>li.active>a,
.menuzord.yellow .menuzord-menu>li:hover>a {
    color: #F6BB42
}
.menuzord.purple .menuzord-menu ul.dropdown li:hover>a,
.menuzord.purple .menuzord-menu>li.active>a,
.menuzord.purple .menuzord-menu>li:hover>a {
    color: #967ADC
}
.menuzord.pink .menuzord-menu ul.dropdown li:hover>a,
.menuzord.pink .menuzord-menu>li.active>a,
.menuzord.pink .menuzord-menu>li:hover>a {
    color: #D770AD
}
#SideCategoryList > select {
    display: none;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 10px;
    width: 100%;
}
.DetailRow.InventoryLevel {
    clear: both;
    margin-bottom: auto;
}
.DetailRow.InventoryLevel .Label {
    float: left;
    margin: 8px 0;
    width: 23%;
    color: #49505c;
    font-family: "Lora-Bold";
    font-size: 15px;
}
.DetailRow.InventoryLevel .Value {
    float: left;
    margin: 8px 0;
    width: 23%;
    color: #49505c;
    font-family: "Lora-Bold";
    font-size: 15px;
}
.productAddToCartRight .InfoMessage {
    background-position: 15px 16px;
    margin-bottom: 35px;
    padding: 8px 6px 8px 45px;
    clear: both;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    #SideCategoryList > select {
        display: block;
    }
    .side_sec #cssmenu2 {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .menuzord-menu > li > a {
        padding: 13px 22px 16px;
    }
}
@media screen and (max-width: 992px) {
    .menuzord-menu > li > a {
        padding: 13px 10px 16px;
        font-size: 14px;
    }
}
@media (max-width:768px) {
    .submenu_main_b {
        clear: both;
    }
    .menuzord-responsive .menuzord-menu li .indicator {
        display: block;
    }
    .menuzord-responsive.menuzord {
        padding: 0
    }
    .menuzord-responsive .menuzord-brand {
        margin: 8px 30px 10px 20px;
        font-size: 20px;
        line-height: 1.55
    }
    .menuzord-responsive .showhide {
        margin: 0
    }
    .menuzord-responsive .menuzord-menu {
        width: 100%;
        float: left!important
    }
    .menuzord-responsive .menuzord-menu.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .menuzord-responsive .menuzord-menu.scrollable>.scrollable-fix {
        display: block
    }
    .menuzord-responsive .menuzord-menu>li {
        width: 100%;
        display: block;
        position: relative
    }
    .menuzord-responsive .menuzord-menu>li>a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #f0f0f0
    }
    .menuzord-responsive .menuzord-menu>li:first-child>a {
        border-top: solid 1px #f0f0f0
    }
    .menuzord-responsive .menuzord-menu ul.dropdown,
    .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
        width: 100%;
        left: 0;
        position: static;
        border: none;
        background: #fff;
        float: left
    }
    .menuzord-responsive .menuzord-menu ul.dropdown li {
        position: relative
    }
    .menuzord-responsive .menuzord-menu ul.dropdown li a {
        border-bottom: solid 1px #f0f0f0
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>a {
        padding-left: 40px!important
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>a {
        padding-left: 60px!important
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
        padding-left: 80px!important
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li:hover>a {
        padding-left: 50px!important
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li:hover>a {
        padding-left: 70px!important
    }
    .menuzord-responsive .menuzord-menu.menuzord-indented>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li:hover>a {
        padding-left: 90px!important
    }
    .menuzord-responsive .menuzord-menu li .indicator {
        width: 60px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 22px;
        text-align: center;
        line-height: 43px;
        border-left: solid 1px #f5f5f5;
    }
    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
        height: 38px;
        right: 0;
        top: 0;
        font-size: 18px;
        line-height: 36px
    }
    .menuzord-responsive .menuzord-menu>li>.megamenu {
        width: 100%!important;
        left: 0!important;
        position: static;
        border-top: none;
        border-bottom: solid 1px #f0f0f0
    }
    .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row [class*=col] {
        float: none;
        display: block;
        width: 100%!important;
        margin-left: 0;
        margin-top: 15px
    }
    .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row,
    .menuzord-responsive .menuzord-menu>li>.megamenu .megamenu-row:first-child [class*=col]:first-child {
        margin-top: 0
    }
    .menuzord-responsive .menuzord-menu>li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px!important
    }
    .menuzord-responsive .menuzord-menu>li.search form input[type=text],
    .menuzord-responsive .menuzord-tabs-content,
    .menuzord-responsive .menuzord-tabs-nav {
        width: 100%
    }
}

/* will be red only in google chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .buttonIn a {
        padding: 8px 15px 8px;
    }
}

/* Safari only override */
::i-block-chrome,
.buttonIn a {
    padding: 8px 15px 8px;
}
#ProductBreadcrumb ul:nth-child(2) {
    display: none;
}
.page_sec {
    clear: both;
}
.grouporders ,
.CustomEmbroidery {
    max-width: 1047px;
    margin-left: auto;
    margin-right: auto;
}
    .grouporders img.banner,
.CustomEmbroidery img.banner {
    display: block;
    margin: auto;
    max-width: 100%;
}
.grouporders h3,
.CustomEmbroidery h3 {
    font-size: 20px;
    font-family: "Lora-Regular";
    color: rgb(17, 25, 50);
    line-height: 1.4;
    text-align: center;
    margin-bottom:10px;
}
.CustomEmbroidery .collmns p{
    text-align: center;
    margin-bottom: 30px
}
.CustomEmbroidery .collmns a {
    border-width: 2px;
    border-color: rgb(17, 25, 50);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: "Lora-Regular";
    font-weight: normal;
    color: rgb(17, 25, 50);
    display: block;
    text-align: center;
    padding: 20px 5px;
    margin: 15px auto 20px;
}
.CustomEmbroidery .collmns:hover a {
    background-color: rgb(17, 25, 50);
    color: #fff;
}
.CustomEmbroidery .collmns a span {
    text-align: center;
    display: block;
    font-size: 20px;
    font-family: "Lora";
    color: rgb(17, 25, 50);
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5px;
}
.CustomEmbroidery .collmns:hover a span {
    color: #fff;
}
.grouporders p,
.CustomEmbroidery p {
    text-align: justify;
    font-size: 15px;
    font-family: "latoregular";
    color: rgb(17, 25, 50);
    line-height: 1.467;
}
.grouporders  p.text-center,
.CustomEmbroidery p.text-center {
    text-align: center;
}
.grouporders > p,
.CustomEmbroidery > p {
    margin-bottom: 30px;
}

.grouporders .mainBox2 .stepBox ul {
  width: 100% !important;
    margin-bottom: 30px;
}


.container.newtable > img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
}
.mcms p {
  font-size: 16px;
  text-align: left;
}
.mcms .mtitle {
color: #111932;
font-family: "Lora-Bold";
font-size: 18px;
    text-align: left;
}
#cssmenu2 ul {position:relative;display: block}
#cssmenu2 ul ul {display:none;background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
#cssmenu2 ul li{position: relative}
#cssmenu2 ul li .subcat-expand{position: absolute;top:4px;right: 0;z-index: 0;display: block;cursor: pointer;
    background: url('../images/accordion_arrow_1.png') no-repeat center center;width: 24px;height: 24px;
}
#cssmenu2 ul li .subcat-expand.subcat-expanded{
    background: url('../images/accordion_arrow_2.png') no-repeat center center;width: 24px;height: 24px;
}
#cssmenu2 > ul > li > a > span{padding: 0 !important;}
div#SideCategoryList li ul li{padding: 0 !important;}
div#SideCategoryList ul ul li a {color: #00205c !important;font-family: "Lora-Regular";font-size: 14px;padding: 5px 15px !important;}
#cssmenu2 ul a span {color: #49505c;}
#cssmenu2 ul li.ActivePage > a > span {color: #00205c;}
#cssmenu2 ul ul a span {color: #8a8f96;}
#SideCategoryList li li>a:hover{background: #00205c;color: #fff;}
#SideCategoryList li li>a:hover > span{background: #00205c;color: #fff}
#cssmenu2 ul ul li > a:hover,
#cssmenu2 ul ul li > a:hover > span {color:#fff}
#SideCategoryList li ul li:hover > ul {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
#cssmenu2 ul li.hasSub_link > ul.hasSubAPage{display: block;}

.top_small .fspWrap{
color: #111932;
font-family: "Lora-Regular";
font-size: 13px;
font-style: italic;
margin-top: 5px;
text-transform: capitalize;
}
.top_small .topLink {
  margin-right: 0;
}
.load-more {
    float: right;
    margin-top: 34px;
}
.load-more a.more{
    color:#fff;
    text-decoration: none;
}

}
@media only screen and (max-width: 1199px) {
.topLink ul li{
padding: 0 12px 0 10px;
}
}
@media only screen and (max-width: 991px) {
	.top_small .topLink {
		margin-right: auto;
	}
	.top_small .fspWrap {
	  text-align: center;
	}
}
