/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
/** @custom Diogo */





/*home page*/
.pg_header {
    background-color: #024989;
    color: white;
    text-align: left;
    font-weight: 700;
    padding: 9px 16px 10px;
    border-radius: 5px;
    display: block;
    margin: 20px 0;
}


/*PRODUCT PAGE*/
#toTop{
    position: fixed;
    bottom: 10px;
    left: 35vw;
    cursor: pointer;
    display: none;
}
.btn-info {
    color: #fff;
    /*background-color: #64944C;
    border-color: #64944C;*/
}


#google_translate_element {
/*    margin-right: 10px;*/
}
.goog-te-gadget-simple .goog-te-menu-value{
/*    color: #ffffff !important;*/
}
.goog-te-gadget-simple{
/*    background-color: #0d82c7 !important;*/
}



/*
	Name: Times New Roman
	Source: Google Fonts;
*/

#productDescription *,
#indexProductListCatDescription *,
#indexProductListCatDescription > * {
    font-size: 14px !important;
    /*font-family: arial !important;*/
    /*font-family: 'Open Sans', sans-serif !important;*/
    text-decoration: none !important;
    font-style: normal !important;
    line-height: 18px
}

.content2 {
    font-size: 11px;
    line-height: 1.0;
    /*font-family: Verdana, Arial, sans-serif;*/
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px;
    background: #D0D0D0;
    border: 1px solid #9a9a9a;
    padding: 4px;
}

.productListing-even {
    background: #eff4f8;
    border-left: 0.1mm solid #9a9a9a;
}

.productListing-odd {
    background: #eff4f8;
    border-left: 0.1mm solid #9a9a9a;
    border-right: 0.1mm solid #9a9a9a;
}

.productListing-data {
    text-align: center;
    border-bottom: 0.1mm solid #9a9a9a;
    padding: 5px;
    font-size: 10px;
}

a img {
    border: none;
    /*max-width: 100%;
    height: auto;*/
}

a {
    color: #3A4A95;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    color: #5C4222;
}

h1 {
    font-size: 1.5em;
    color: #9a9a9a;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

h4, h5, h6 {
    font-size: 1.1em;
}

.biggerText {
    font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6,
#productDescription .content-title {
    color: #3A4A95;
    margin: 0.3em 0;
}

code {
    font-size: 1em;
}

form, select, input {
    /*display: inline-block;*/
    /*margin: 0.1em 0;*/
}

form {

    margin: 0;
}

form[name="sorter_form"] {
    display: inline-block;
}

/* 1 = necessary for overriding quick checkout styles */
*:not(.ui)>select,
*:not(.ui)>input,
*:not(.ui)>textarea {
    box-sizing: border-box;
    border: 1px solid #ccc !important; /* 1 */
    padding: 5px !important; /* 1 */
    font-family: inherit;
    height: 30px;
    font-size: 12px;
    /*max-width: 260px;*/
    width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    height: auto;
    width: auto;
}

select,
input[type="text"],
input[type="password"],
textarea {
    color: inherit !important;
}

textarea {
    margin: auto 0;
    display: block;
    height: 100px;
    max-width: none;
    width: 95%;
}

input:focus, select:focus, textarea:focus {
    background: #F4F4F4;
}



legend {
    font-weight: bold;
    padding: 0 9px;
    margin-left: -9px;
    font-size: 14px;
}

label,
h4.optionName {
    line-height: 1.5em;
}

label.is-block {
    display: block;
}

label.checkboxLabel,
label.radioButtonLabel {
    margin: 0.5em 0.3em;
}

.gender {
    margin-bottom: 10px;
}

div + .gender {
    margin-top: 10px;
}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
}

label.inputLabel {
    width: 9em;
    float: left;
}

label.inputLabelPayment {
    width: 14em;
    float: left;
    padding-left: 2.5em;
}

label.selectLabel, label.switchedLabel, label.uploadsLabel {
    width: 11em;
    float: left;
}

#checkoutPayment label.radioButtonLabel {
    font-weight: bold;
}

p, address {
    /*padding: 0.5em 0;*/
    /*font-size: 12px;*/
}

.vertical-top {
    vertical-align: top !important;
}

/* clean */
ul {
    /*padding-left: 15px;*/
}

ul ul,
ol ol {
    padding-top: 5px;
    padding-bottom: 5px;
}

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

address {
    font-style: normal;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
}

.clearBoth {
    clear: both;
}

hr {
    height: 1px;
    margin-top: 0.5em;
    border: none;
    border-bottom: 1px solid #9a9a9a;
}

/*warnings, errors, messages*/
[class*="messageStack"] {
    font-size: 12px;
    padding: 5px 5px;
    margin-bottom: 7px;
    border: 1px solid transparent;
}

[class*="messageStack"] + [class*="messageStack"] {
    margin-top: -10px;
}

.messageStackSuccess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.messageStackCaution {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.messageStackWarning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.messageStackError {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.messageStackError img,
.messageStackSuccess img,
.messageStackCaution img,
.messageStackWarning img {
    display: none;
}

/*wrappers - page or section containers*/
#mainWrapper {
    /*width: 1188px;*/
    /*width: 1450px;*/
    /*background: white;*/
}

#headerWrapper,
#contentMainWrapper,
#cartBoxListWrapper,
#ezPageBoxList,
#cartBoxListWrapper ul,
#ezPageBoxList ul,
#popupAdditionalImage,
#popupImage {
    margin: 0em;
    padding: 0em;
}

#navColumnOneWrapper,
#navColumnTwoWrapper {
    margin-right: 0.5em;
}

#tagline {
    color: #000000;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
}

#sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0em 0em 1em 1em;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin: 0;

}

.wrapperAttribsOptions {
    margin: 0.3em 0em;
}

/*navigation*/
.navSplitPagesResult {
}

.navSplitPagesLinks {
}

.navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
}

.navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
}


#navSuppWrapper,
#navCatTabsWrapper,
#navBrandTabsWrapper{
    margin: 0em;
    padding: 0;
    color: #5C4222;
    /*margin-bottom: 15px*/
}

#navCatTabsWrapper, #navBrandTabsWrapper {
    background-color: #ffffff;
    color: #9a9a9a;
    background-image: none;
}


.header-contact-us{
   /* padding: 5px;*/
    font-weight: bold;
    float: left;;
    margin-left: 10px;
}

#navMain {
    overflow: hidden;
    padding: 5px 0
}

#navMain ul,
#navCatTabs ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
}

#navMain ul {
    float: right;
}

#navMain ul li,
#navCatTabs ul li {
    display: inline;
}

#navMain ul li {
    float: left;
    margin-left: 15px;
}

#navMain ul li:first-child {
    margin-left: 0
}

#navSupp ul li a,
#navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    font-size: 12px;
    color: #333333;
    white-space: nowrap;
}

#navMain ul li a {
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0
}



/*.sub-menu{
    border: solid 5px #0d82c7 !important;
}*/

#shopByCategoryTitle, #shopByBrandTitle{
    /*padding: 5px;*/
    font-weight: bold;/*
    margin-left: 10px;
    color:#fff;*/
    /*text-transform: uppercase;*/
}


.header-contact-us a{
    color: #fff !important;
    padding: 7px;
}

.header-contact-us a:hover{
    color: #fff !important;
    background: #3A4A95;
}







#navMainSearch {
    /*padding-left: 10px;*/
}

#navMainSearch input[type="text"],
#navMainSearch input[type="submit"] {
    border: 1px solid #CCCCCC;
    /*float: left;
    font-size: 12px;
    margin: 0;
    height: 32px;*/
    box-sizing : border-box;
}

#navMainSearch input[type="text"] {
    border-radius: 0 !important;
    border-right: 0 !important;
    /*padding: 6px 5px;*/
    /*min-width: 540px !important;
    width: 400px;
    max-width: 400px !important;*/
}

#navMainSearch input[type="submit"] {
    /*background: #3A4A95;*/
    cursor: pointer;
    color: #fff;
    /*padding: 7px 10px !important;*/
    /*width: auto !important;*/
    /*text-transform: uppercase;*/
}

#navMainSearch input[type="submit"]:hover {
    background: #3A4A95;
}

#navCatTabs ul li a {
    color: #9a9a9a;
}

#navEZPagesTOCWrapper {
    font-weight: bold;
    float: right;
    height: 1%;
    border: 1px solid #9a9a9a;
}

#navEZPagesTOC ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    line-height: 1.5em;
}

#navEZPagesTOC ul li {
    white-space: nowrap;
}

#navEZPagesTOC ul li a {
    padding: 0em 0.5em;
    margin: 0;
}

#navCategoryIcon, #indexProductListCatDescription {
    margin: 0.5em;
}



#navMainSearch {

}

#navBreadCrumb {
    /*border-bottom: 1px solid #e7e6e0;*/
    /*border-top: 1px solid #e7e6e0;*/
    /*font-family: "Times New Roman";
    font-size: 12px;*/
    /*margin: 0 0 0 -389px;*/
    /*padding: 10px 12px;*/
    /*width: 132.2%;*/
    /*text-transform: uppercase;*/
}

#navBreadCrumb .shopping-cart {
    float: right;
    margin-right: 5px
}

#fecconfirmationBody #navBreadCrumb {
    margin-left: 0;
    width: auto;
}

.site-content #navBreadCrumb{
    display: block;
}

#shoppingcartBody #navBreadCrumb .shopping-cart,
#quickcheckoutBody #navBreadCrumb .shopping-cart,
#fecconfirmationBody #navBreadCrumb .shopping-cart {
    display: none
}

#navBreadCrumb .shopping-cart a,
#navBreadCrumb .shopping-cart span {
    color: #3A4A95;
    float: left;
    margin-left: 10px;
    width: auto;
}

#navBreadCrumb .shopping-cart .cart-ico {
    background: url(../images/ico_cart.png) no-repeat 0 0;
    color: #3A4A95;
    height: 20px;
    position: relative;
    text-indent: -9999px;
    top: -2px;
    width: 20px;
}

#navBreadCrumb .shopping-cart span {
    border-right: 1px solid #ccc;
    color: #333;
    padding-right: 10px;
    text-transform: none;
}

#navBreadCrumb .shopping-cart strong {
    color: #3A4A95;
}

#productinfoBody #navBreadCrumb,
#pageBody #navBreadCrumb {
    margin: 0;
    /*width: 100%;*/
}



#quickcheckoutBody #navBreadCrumb {
    margin-left: 0;
    width: auto
}

#navEZPagesTop {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.jpg);
    font-size: 0.95em;
    font-weight: bold;
    margin: 0em;
    padding: 0.5em;
    margin-bottom: 15px
}

#navColumnOne, #navColumnTwo {
    background-color: transparent;
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
}

/*.content,*/
.shippingEstimatorWrapper {
    /*font-size: 1.2em;*/
    padding: 0.5em;
}

.alert {
    color: #FF0000;
    margin-left: 0.5em;
}

.alert.required {
    margin-left: 0;
}

.advisory {
}

.important {
    font-weight: bold;
}

.notice {
}

.rating {
}






.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;
}

.tableHeading TH {
    border-bottom: 1px solid #9a9a9a;
}

.tableHeading, #cartSubTotal {
    background-color: #e9e9e9;
}

#cartSubTotal {
    border-top: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
}

#scUpdateQuantity {
    width: 2em;
}

.cartNewItem {
    color: #33CC33;
    position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartOldItem {
    color: #660099;
    position: relative; /*do not remove-fixes stupid IEbug*/
}

.cartBoxTotal {
    text-align: right;
    font-weight: bold;
}

.cartRemoveItemDisplay {
    width: 3.5em;
}



#mediaManager {
    width: 50%;
    margin: 0.2em;
    padding: 0.5em;
    background-color: #E4FEf5;
    border: 1px solid #003D00;
}

.mediaTitle {
    float: left;
}

.mediaTypeLink {
    float: right;
}

.normalprice, .productSpecialPriceSale {
    font-weight: normal;
    color: #64944C;
    font-size: 13px;
    text-decoration: line-through;
}

.productSpecialPrice,
.productSalePrice,
.productSpecialPriceSale,
.productPriceDiscount {
    color: #3A4A95;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.productSpecialPrice br,
.productSalePrice br,
.productSpecialPriceSale br,
.productPriceDiscount br {
    display: none;
}

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

.orderHistList li + li {
    margin-top: 9px;
    overflow: hidden;
}

.orderHistList li a {
    color: #333333;
}

.orderHistList li .hist-list-prod {
    display: block;
    overflow: hidden;
}

.orderHistList li .hist-list-cart {
    margin-left: 9px;
    float: right;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type: none;
}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    margin: 0;
    padding: 0.2em 0em;
}

#cartBoxEmpty, #cartBoxVoucherBalance {
    font-weight: bold;
}

.totalBox {
    width: 5.5em;
    text-align: right;
    padding: 0.2em;
}

.lineTitle, .amount {
    text-align: right;
    padding: 0.2em;
}

.amount {
    width: 5.5em;
}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0em 1em 1em 0em;
}

.categoryIcon {
}

#cartImage {
}

td.productImage a {
    display: block;
    text-align: center;
}

/*Attributes*/
.attribImg {
    width: 20%;
    margin: 0.3em 0em;
}

.attributesComments {
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 0.1em 0em;
}

.centerBoxWrapper {
    margin-top: 20px
}

h2.centerBoxHeading {
    border-bottom: 1px solid #ccc;
    color: #3A4A95;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 12px;
    text-align: left;
}

/*sideboxes*/
.columnLeft {
}

h3.leftBoxHeading,
h3.leftBoxHeading a,
h3.rightBoxHeading,
h3.rightBoxHeading a {
    color: #5C4222 !important;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    padding: 0;
    text-align: left;
}

#banners-home {
    overflow: hidden;
    padding-bottom: 10px;
    display: none;
}

.banner-category {
    display: none;
    margin-top: 0;
}

#indexBody .banner-category {
    background: #fff;
    display: block;
}

#indexBody .banner-category img {
    height: 277px;
    width: 998px
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
    font-size: 0.9em;
    color: #ffffff;
}

#categoriesHeading {
    color: #3A4A95 !important;
    font-size: 21px;
    font-weight: bold;
}

.leftBoxHeading,
.centerBoxHeading,
.rightBoxHeading {
    margin: 0em;
    padding: 0.2em 0.2em;
    margin-bottom: 15px
}

.leftBoxContainer,
.rightBoxContainer {
    margin: 0;
    padding-bottom: 15px;
}

.sideBoxContent {
    background-color: #ffffff;
    padding: 0.4em;
}

h3.leftBoxHeading a:hover,
h3.rightBoxHeading a:hover {
    text-decoration: underline
}



.categoryListBoxContents {
    margin-bottom: 30px;
    font-weight: bold;
    list-style: none;
}

.categoryListBoxContents br {
    display: none;
}

.categoryListBoxContents a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    font-size: 13px;
}

.categoryListBoxContents a,
.categoryListBoxContents img {
    display: block;
    margin: 0 auto 12px
}

.categoryListBoxContents a:hover {
    opacity: .7;
}

#bestsellers .wrapper {
    margin: 0em 0em 0em 1.5em;
}

#bestsellers ol {
    padding: 0;
    margin-left: 1.1em;
}

#bestsellers li {
    padding: 0;
    margin: 0.3em 0em 0.3em 0em;
}

#bannerboxHeading {
    background-color: #0000CC;
}

#upProductsHeading {
    text-align: left;
}

#upDateHeading {
    text-align: right;
}

/* categories box parent and child categories */
a.category-top,
a.category-links,
a.category-top:visited {
    color: #333333;
    text-decoration: none;
    display: block;
}

a.category-top,
a.category-links {
    /*margin-top: 7px*/
    padding: 3px 5px
}

/*a.category-top:hover,*/
/*#categories li:hover a.category-top,*/
a.category-subs:hover,
a.category-products:hover {
    background: none repeat scroll 0 0 #3A4A95;
    color: #FFFFFF !important;
}

a.category-links,
a.category-links:visited {
    /*color: #5C4222;*/
    text-decoration: none;
}

a.category-links:hover {
    background: #3A4A95;
    /*text-decoration: underline;*/
    color: #fff !important
}

a.category-subs,
a.category-products {
    border-left: 1px solid #EFEFEF;
    color: #333333;
    display: block;
    padding-bottom: 3px;
    padding-top: 2px;
    padding-left: 3px;
    line-height: 18px
}

span.category-subs-parent,
span.category-subs-selected {
    display: block;
    font-weight: bold;
    color: #5C4222;
    font-size: 12px;
}

span.category-subs-selected {
    color: #3A4A95;
    margin-bottom: 0
}

a:hover span.category-subs-selected,
a:hover span.category-subs-parent {
    /*color: #fff*/
}

#categories {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

#categories .main-menu ul {
    padding: 0;
    list-style: none;
}

#categories .level_1 {
    position: relative;
}

#categories .main-menu a {
    color: #333333;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 25px;
    margin-top: 0;
    padding: 0 5px;
    text-transform: none;
}

#categories ul.level_2 {
    display: none;
    top: 0;
    left: 210px
}

#categories li:hover,
#categories li:hover {
    background: #3A4A95;

}

#categories li.has_sub:hover > a {
    /*color: #fff !important*/
}

#categories li:hover > ul.level_2 {
    display: block;
}

#categories li.has_sub:hover li a {
    padding-right: 10px;
    padding-left: 10px
}

#categoriesContent {
    padding: 0
}

#categoriesContent br {
    display: none;
}

#categoriesContent #catBoxDivider {
    border-color: #ccc;
    margin: 15px 0 12px;
}

#navColumnOneWrapper {
    padding-right: 30px;
    padding-left: 5px
}

#navColumnOneWrapper .main-menu {
    display: none !important;
}

#categories .main-menu {
    display: block !important;
}

.leftBoxContainer + .leftBoxContainer {
    margin-top: 15px
}

#navColumnOneWrapper #reviews #reviewsContent a {
    color: #333;
    text-transform: none;
}

#navColumnOneWrapper #reviews #reviewsContent a img {
    display: inline-block;
    margin: 0 auto 15px
}

#navColumnOne {
    padding-top: 42px
}

#productinfoBody #navColumnOne {
    display: none;
}

#indexCategories,
#indexProductList {
/*    padding: 15px 0*/
}

#indexProductList #submit1,
#indexProductList #submit2 {
    display: none;
}

#productListing #productsListingTopNumber,
#productListing #productsListingBottomNumber,
#newProductsDefaultListingTopNumber,
#newProductsDefaultListingBottomNumber,
#allProductsListingTopNumber,
#allProductsListingBottomNumber,
#featuredProductsListingTopNumber,
#featuredProductsListingBottomNumber {
    display: block;
    float: none;
    font-size: 12px
}

#productListing #productsListingBottomNumber,
#newProductsDefaultListingBottomNumber,
#allProductsListingBottomNumber,
#featuredProductsListingBottomNumber {
    /*border-top: 1px solid #ccc;*/
    margin-top: 30px;
    /*padding-top: 12px;*/
}

#advSearchResultsDefault #productListing {
    margin-top: 21px;
}

#indexCategories ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

/* tools product listing */
.tools-product-listing {
    background: #EFEFEF;
    padding: 8px 10px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tools-bottom {
    display: block;
    padding-top: 25px;
}

.nmx-products-list + .tools-bottom {
    padding-top: 0;
}

.tools-bottom .tools-product-listing {
    margin-bottom: 0;
}

/* qty products */
.quantity-products {
    float: right;
    width: auto;
}

/* pagination */
.links-pagination,
.navSplitPagesLinks {
    border-left: 1px solid #E3E3E3;
    float: right;
    margin-left: 14px;
    padding: 0 0 0 15px;
}

.navSplitPagesLinks:empty {
    display: none;
}

.navSplitPagesLinks a,
.navSplitPagesLinks strong,
.links-pagination a,
.links-pagination strong {
    background-color: #FFF;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    padding: 5px 8px;
    margin-left: -2px;
    line-height: 100%;
    height: 22px;
    vertical-align: middle;
    margin-left: 5px;
}

.navSplitPagesLinks strong,
.links-pagination strong {
    background: #3A4A95;
    color: #fff;
}

.navSplitPagesLinks a:hover,
.links-pagination a:hover {
    background: #FFFBF7;
}

.navSplitPagesLinks a:first-child,
.navSplitPagesLinks strong:first-child,
.links-pagination a:first-child,
.links-pagination strong:first-child {
    margin-left: 0;
}

.navSplitPagesLinks .next,
.navSplitPagesLinks .prev,
.links-pagination .next,
.links-pagination .prev {
    position: relative;
    padding: 0 3px;
    display: inline-block;
}

.navSplitPagesLinks .next-button,
.navSplitPagesLinks .prev-button,
.links-pagination .next-button,
.links-pagination .prev-button {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: 2px;
}



/* ---------------------------
/* Lazy loading
*/
.nmx-lazy-wrapper {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.nmx-lazy-loading {
    display: none; /* if should appear only if it's a lazy load image */
}

.nmx-lazy-wrapper .nmx-lazy-loading {
    background: url(../images/loading.svg) no-repeat center;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.nmx-lazy-wrapper .lazyloaded + .nmx-lazy-loading {
    display: none;
}


/* stars */
.nmx-rating-wrap {
    line-height: 100%;
    margin-bottom: 4px;
    max-height: 20px;
}

.nmx-rating-wrap > span {
    float: left;
    position: relative;
}

.nmx-rating-wrap .review-stars,
.nmx-star-rating a /* write reviews */
{
    color: #3A4A95;
    font-size: 18px;
    margin-right: 5px;
}

.nmx-rating-wrap .review-stars-off {
    letter-spacing: -2px;
}

.nmx-rating-wrap .review-stars-on {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.nmx-rating-wrap .review-qty {
    font-size: 12px;
    top: 2px;
}

/* specials */
#specials-product-list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#specials-product-list ul li {
    border-top: 1px solid #ccc;
    color: #333333;
    font-size: 12px;
    margin-left: 0;
    margin-top: 25px;
    padding-top: 30px;
    overflow: hidden;
    width: 100% !important;
}

#specials-product-list ul li:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
}

#specialsListing ul li br {
    display: none;
}

#specialsListing ul li a {
    display: block;
}

#specialsListing ul li a:hover {
    opacity: .6
}

#specials-product-list .prod-image a {
    display: inline-block;
    margin-top: 9px;
}

#specials-product-list .nmx-product-image a {
    display: block;
    margin-top: 0;
}

#specials-product-list .prod-image > a:first-child {
    border: 1px solid #ccc;
    display: table-cell;
    height: 150px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin-top: 0;
}

#specials-product-list .prod-image a img {
    display: inline-block;
    height: auto;
    margin: 0;
    max-width: 100%;
    width: auto;
}

#specialsListing ul li .itemTitle {
    display: table-row;
}

#specialsListing ul li .itemTitle a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
    text-align: left;
    padding: 12px 0;
}

#specials-product-list a:hover {
    opacity: .7
}

#specials-product-list .prod-image {
    float: left;
    width: 153px;
    margin-right: 20px
}

#specials-product-list .prod-image div:not(.nmx-product-image) {
    display: table-row;
}

#specials-product-list .prod-image input {
    margin-top: 12px;
    width: auto;
}

#specials-product-list .prod-infos {
    display: block;
    overflow: hidden;
}

#specials-product-list .prod-infos a {
    display: block;
    font-size: 14px;
    font-family: "Times New Roman", sans-serif;
    font-weight: normal;
    padding: 3px 0 0;
    text-align: left;
}

#specials-product-list .prod-infos a strong {
    font-weight: normal;
}

#specials-product-list .prod-infos .description {
    font-family: arial;
    color: #333;
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
    text-decoration: none;
    padding-top: 15px
}

#featuredDefault .prod-infos .description {
    padding-top: 0
}

#specials-product-list .prod-infos .price {
    color: #3A4A95;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 9px;
}

#specials-product-list .prod-infos br {
    display: none;
}

#advSearchResultsDefault {
    overflow: hidden;
}

#advSearchResultsDefault .buttonRow,
#specialsListing .buttonRow {
    margin-top: 20px
}

#newProductsDefault .buttonRow.forward,
#allProductsDefault .buttonRow.forward,
#featuredDefault .buttonRow.forward {
    display: none;
}

#sorter {
    margin-bottom: 20px
}

#sorter select {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    color: #333;
}

/* cartEmptyText */
#cartEmptyText {
    background: none repeat scroll 0 0 #3A4A95;
    border: 1px solid #7B3D0E;
    color: #FFFFFF;
    margin: 0 0 20px !important;
    padding: 10px 12px;
    text-align: left;
}

#categoryDescription,
#indexProductListCatDescription {
    margin: 0 !important;
    margin-bottom: 20px !important;
    line-height: 18px;
}

#categoryDescription *,
#indexProductListCatDescription * {
    color: #4D4D4D !important;
    font-size: 12px !important;
}

#categoryDescription p,
#indexProductListCatDescription p {
    margin: 0;
    padding: 0;
}

/* end categories box links */

/*misc*/
.back {
    float: left;
}

.forward, #shoppingCartDefault #PPECbutton {
    float: right;
}

.bold {
    font-weight: bold;
}

/* Fields */
.hiddenField {
    display: none;
}

.visibleField {
    display: inline;
}

.text-screen-reader {
    position: absolute;
    left: -99999px;
}

/* Clears */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* special classes */
.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

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

.pr0 {
    padding-right: 0 !important;
}

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

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

#myAccountGen li,
#myAccountNotify li {
    margin: 0;
}

.accountTotalDisplay,
.accountTaxDisplay {
    width: 20%;
    text-align: right;
    /*vertical-align: top*/
}

.accountQuantityDisplay {
    width: 10%;
    vertical-align: top
}

/* tables */
.centerColumn table {
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    /*border-spacing: 0;*/
    width: 100%;
    /*border-collapse: separate;*/
}

.centerColumn table + table {
    border-top: 0;
}

.centerColumn table caption {
    padding: 1em 0;
    font-weight: 700;
}

.centerColumn table td,
.centerColumn table th {
    /*padding: 0.857em 1.387em;*/
    vertical-align: middle;
}

.centerColumn table th {
    text-align: center;
    white-space: nowrap;
}

.centerColumn table td p:last-child,
.centerColumn table th p:last-child {
    margin-bottom: 0;
}

.centerColumn table thead th,
.centerColumn table tbody th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.58);
    /*background: #fff;*/
    line-height: 100%;
    /*text-transform: uppercase;*/
    vertical-align: middle;
    font-weight: 700 !important;
    color: #000333 !important;
}

.centerColumn table tbody td {
    border: none; /* fix issues with tables with html border="1" */
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}

.centerColumn table tbody td.totalBox {
    text-align: right;
}

.centerColumn table tbody tr {
    /*background: #FFFBF7;*/
}

#indexProductListCatDescription table tbody tr:nth-child(2n) {

}

/*.centerColumn table tbody tr:nth-child(2n) {
    background: #eaeaea !important;
}*/

.centerColumn table tbody tr:nth-child(2n) td:last-child {
    border-right: 0;
}

.centerColumn table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}

.centerColumn table tbody h2 a {
    font-weight: normal;
}

.centerColumn address {
    font-size: inherit;
}

.centerColumn table td .cssButton,
.centerColumn table td .cssButtonHover {
    line-height: 100%;
}

.centerColumn table tbody tr:last-child td {
    border-bottom: 0;
}

.centerColumn table tbody tr:last-child th:first-child {
    border-bottom: 0;
}

.centerColumn table tfoot th,
.centerColumn table tfoot td {
    /*border-top: 1px dotted rgba(0, 0, 0, 0.1);*/
}

/* table subtotal */
.centerColumn table tbody .lineTitle,
.centerColumn table tbody .totalBox {
    text-align: right;
    line-height: 1.5 !important;
}

.centerColumn table tbody .lineTitle {
    width: 85%;
}

#ottotal td {
    font-weight: bold;
}

.productListing-rowheading {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.jpg);
    height: 2em;
    color: #FFFFFF;
}

/*#siteMapList {
    width: 90%;
    float: right;
}*/

.ratingRow {
    margin: 1em 0em 1.5em 0em;
}

LABEL#textAreaReviews {
    font-weight: normal;
    margin: 1em 0em;
}

#popupShippingEstimator,
#popupSearchHelp,
#popupAdditionalImage,
#popupImage,
#popupCVVHelp,
#popupCouponHelp,
#popupAtrribsQuantityPricesHelp,
#infoShoppingCart {
    background-image: none;
    background-color: #ffffff;
}

.information {
    padding: 10px 3px;
    line-height: 150%;
}

#shoppingcartBody #shippingEstimatorContent {
    clear: both;
}

#shippingEstimatorContent h2 {
    margin-bottom: 12px;
}

.seDisplayedAddressLabel {
    background-color: #85C285;
    text-align: center;
}

.seDisplayedAddressInfo {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#seShipTo {
    padding: 0.2em;
}

/* main product page */
#productGeneral {
 /*   padding: 21px 0*/
}

#productGeneral #categoryIcon {
    display: none;
}

#productMainImage {
    float: left;
    margin: 0 27px 0 0;
    /*width: 300px*/
}

#reviewWriteMainImage #productMainImage {
    margin-right: 0;
}



a[onclick *= "hs.expand"]:hover {
    cursor: zoom-in !important;
}

#productMainImage a.highslide {
    border: 1px solid #ccc;
    display: block;
    /*position: relative;*/
    text-align: center;
}

#productMainImage a.highslide:before {
    content: "";
    display: inline-block;
    /*padding-top: 100%;*/
}

#productMainImage img {
    border: none;
    /*max-width: 260px;*/
   /*
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
}

#info-products {
    overflow: hidden;
}

#info-products h1 {
    color: #262561;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 15px;
}

#info-products #productPrices {
    color: #64944C;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

#info-products #productPrices img {
    display: block;
    margin-top: 10px
}

#productDescription {
    clear: both;
    padding: 5px 0 0;
}

#productDescription .content-title {
    border-bottom: 1px solid #CCCCCC;
    color: #5C4222;
    display: none;
    font-size: 15px !important;
    margin-bottom: 15px;
    padding-bottom: 9px;
}

#productDescription .content * {
    /*background: none !important;*/
    /*color: #333333 !important;*/
    /*font-size: 12px !important;*/
    line-height: 23px !important;
    /*padding: 0;*/
}

#productDescription .content ul li {
    line-height: 32px !important;
}

#productDescription .content ul.compact li {
    line-height: 23px !important;
}

#productDescription p {
    margin-top: 0
}

#productQuantityDiscounts {
    margin-bottom: 0;
    margin-right: 0 !important;
    margin-top: 18px;
}

#productQuantityDiscounts table {
    border-collapse: collapse;
    width: 100%
}

#productQuantityDiscounts table,
#productQuantityDiscounts table tr td {
    border: 1px solid #D7D7D7 !important;
    font-size: 12px;
    padding: 6px
}

#productQuantityDiscounts tbody tr:first-child td {
    text-align: center;

}

#productQuantityDiscounts tbody tr:first-child td strong {
    color: #3A4A95 !important
}

#cartAdd {
    border-top: 1px solid #ccc;
    margin: 18px 0;
    padding: 18px 0 10px;
    font-size: 12px
}

/*#cartAdd br {
    display: none;
}*/

#cartAdd p {
    background: none repeat scroll 0 0 #896337;
    /*box-shadow: 1px 1px 3px #9C9C9C;*/
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 0;
    padding: 6px 10px;
}

#cartAdd input[type="text"] {
    display: inline-block;
    width: auto !important;
}

#cartAdd input[type="image"] {
    margin: 0
}

#cartAdd input[type="image"]:hover {
    opacity: .8
}

#cartAdd .cssButton,
#cartAdd .cssButtonHover {
    font-size: 15px;
    padding-right: 38px !important;
    padding-left: 38px !important;
}

#productReviewLink {
    margin: 0 0 10px;
}

#productReviewLink .nmx-rating-wrap {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
    width: 80px;
}

#productReviewLink a {
    display: inline-block;
    color: #3A4A95;
    cursor: pointer;
    margin-top: 1px;
    font-size: 12px;
    line-height: normal;
    width: auto !important;
    margin-left: 0;
    vertical-align: middle;
}

#productReviewLink a:hover {
    color: #3A4A95;
    text-decoration: underline;
}

#productAdditionalImages {
    display: none
}

#alsoPurchased {
    margin-top: 60px
}

#featuredProducts,
#specialsDefault {
    margin-top: 30px
}

.addressBook {
    margin: 0 -15px 0;
    overflow: hidden;
}

#checkoutNewAddress + .addressBook {
    margin-top: 24px;
}

.addressBook h2 {
    margin: 0 15px 3px;
}

.addressBook .addressEntry {
    display: inline-block;
    padding: 9px 15px;
    width: 32%;
    box-sizing: border-box;
}

.addressBook [class*="moduleRow"] {
    overflow: hidden;
}

.addressBook [class*="moduleRow"] + br {
    display: none;
}

[class*="moduleRow"] .addressRadio {
    margin-right: 9px;
    position: relative;
    top: 2px;
}

.addressEntry address {
    padding-left: 23px;
}
/*
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
}
*/

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

ul.ancoras li a.buyNow:hover {
    background-color: #d27313;
}

ul.ancoras li a.buyNow {
    /*background-color: #64944C;*/
    background-color: #d27313;
    color: #ffffff;
}

ul.ancoras li a:hover {
    background-color: #AFAFAF;
    color: #fff;
}

ul.ancoras li a{
    background-color: #f0f0f0;
    color: #666;
    display: block;

    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#google_translate_element {
    text-align: right;
    margin-top: 10px;
    clear: both;
    margin-bottom: 10px;
}


/*tooltips*/

a.tooltips {
    position: absolute;
    display: inline;
    margin-top: -10px;
}
a.tooltips span {
    position: absolute;
    width:140px;
    color: #444;
    background: #fafafa;
    border: 2px solid #495879;
    /*height: 30px;*/
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
a.tooltips span:before {
    content: '';
    position: absolute;
    top: 100%;

    left: 50%;
    margin-left: -12px;
    width: 0; height: 0;
    border-top: 12px solid #495879;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #495879;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a.tooltips.show span {
    visibility: visible;
    /*opacity: 0.8;*/
    padding: 5px;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

.shopping-cart-banners{
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    text-align: center;
  }

  .shopping-cart-banners span {
    display: inline-block;
    margin: 1% 1%;
    width: 20%;
  }

.shopping-cart-banners span img {
    max-width: 291px;
    max-height: 52px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .shopping-cart-banners span {
        display: inline-block;
        margin: 10px 1%;
        width: 40%;
    }
}
/* buttons */
/* 1 = necessary for overriding quick checkout styles */
/** @Custom Diogo*/
.cssButton,
.cssButtonHover {
    box-sizing: border-box;
    font-family: Arial !important;
}


.cssButton:not(.small_edit):not(.button_back):not(.button_search),
.cssButtonHover:not(.small_edit):not(.button_back):not(.button_search){
    border: 0;
    background-color: #64944C;
    border-color: none;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 12px;
    line-height: 100%;
    padding: 9px 13px 10px 14px !important; /* 1 */
    text-decoration: none;
    text-transform: none;
    font-weight: normal;
    height: auto;
    text-shadow: none;
    display: inline-block;
    position: relative;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    width: auto !important;
}

#checkout-btn{
    font-size: 20px !important;
    font-weight: bold !important;
    /*padding: 15px 20px 15px 45px !important;*/ /* 1 */
    padding: 16px 31px 15px 27px !important;

}
#contentMainWrapper #checkout-btn.icon-right{
    padding-right: 50px !important;
}





.buttonRow a {
    display: inline-block;
    position: relative;
}

.buttonOrange {
    background-color: #d27313 !important;
}

#contentMainWrapper .cssButton.icon-right {
    padding-right: 30px !important;
}

.icon-left {
    padding-left: 24px;
}

.buttonRow [class*="nmn-icon"] {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.icon-left [class*="nmn-icon"] {
    left: 0;
}

.icon-left-2 [class*="nmn-icon"] {
    left: 15px;
}

.icon-right [class*="nmn-icon"] {
    right: 6px;
}

* + .buttonRow {
    margin-top: 15px;
}

.buttonRow {
    margin-top: 12px;
    overflow: hidden;
}

.buttonRow + .buttonRow {
    margin-left: 16px;
}

.buttonRow.first {
    margin-left: 0 !important;
}

    .buttonRow a:not(.cssButton),
    .cssButton.button_back {
        font-weight: normal;
        line-height: 33px;
        font-size: 12px;
        width: auto !important;
    }

/* responsive */
@media only screen and (max-width: 568px) {
    .shopping-cart h2 + .buttonRow {
        top: -2px;
    }
}

@media only screen and (max-width: 414px) {

    .buttonRow,
    .buttonRow.back,
    .buttonRow.forward {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .buttonRow + .buttonRow {
        margin: 10px 0 0 0 !important;
    }

    .buttonRow .cssButton:not(.small_edit),
    .buttonRow .cssButtonHover:not(.small_edit),
    .buttonRow a:not(.small_edit) {
        display: block;
        text-align: center;
        width: 100% !important;
        max-width: none;
    }

}
.closebutton {
    /* NOTE! This URL is relative to the HTML page, not the CSS */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='../images/highslide/graphics/close.png', sizingMethod='scale');

	background: none;
	cursor: hand;
}/* ----------------- */
/* responsive site wide */


/* search */
.site-search {
	display: none;
	transform: none;
	-ms-transform: none;
	/*-webkit-transform: none;*/
	/*top: 100%;*/
	padding: 20px 0px;
	background: #3A4A95;
	/*left: -15px;
	right: -15px;*/
	/*max-width: none;*/
	position: absolute;
	width: 100%;
    z-index: 99;
}

.site-search form {
	display: block !important;
	height: 33px;
	margin: 0 auto;
	max-width: 470px;
}

.site-search input[type="text"] {
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
	font-family: inherit;
	background-color: #fff;
	border: none;
	border-bottom: none;
	border-right: none;
	height: 33px;
	margin: 0;
	padding: 0 30px;
	text-transform: none;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}

.site-search .button_search {
	display: none !important;
}

/* responsive required */
.nmx-show-mobile.alert {
	display: none;
}

/* media queries */
@media only screen and (max-width: 1019px) {

	/* ----------------- */
	/* global */


	.footer-container .box-address-left {
		border-right: none;
	}

	.moduleData table>thead>tr>th,
	.moduleData table>tbody>tr>td{
		/*padding: 2px !important;*/
	}

		/* main wrapper */

		.nmx-content-wrapper {
			padding: 0 0;
		}


			#headerWrapper {
				background: #fff;
				/*border-bottom: 1px solid #B3A594;*/
			}

				#header-info #logo {
					display: block;
					width: auto;
				}

					#header-info #logo a {
						float: none;
						display: inline-block;
						margin: 9px 0;
					}

						#header-info #logo a img {
							height: 40px;
						}

			/* breadcrumb
			#navBreadCrumb { display: none; }*/

			/* left column */
			#navColumnOne {
				padding-top: 0;
			}

			/* banner */
			#indexBody .banner-category {
				margin-left: -15px;
				margin-right: -15px;
			}

			/* page title */


			/* footer */
			.footer-container .footer-content {
				position: relative;
			}

			.footer-container .box-address, .footer-container .box-address-right, .footer-container .box-address-left {
				float: none;
				width: auto;
				text-align: left;
				border-left: 0;
				padding-left: 0;
				margin: 0;
				overflow: hidden;
				height: auto;
			}

				.footer-container .sub-navigations {
					margin-bottom: 0;
					/*float: left;*/
					box-sizing: border-box;
					/*width: 33.3%;*/
				}

				.footer-container .footer-banners {
					position: absolute;
					top: 0;
					right: 0;
					width: 33.3%;
				}

				.footer-banners ul {
					margin-top: 0;
					padding-left: 0;
				}

					.footer-banners ul li {
						width: auto;
						float: none;
						text-align: left;
					}

				.footer-container #navSuppWrapper {
					border-top: 1px solid #CCC;
					float: none;
					border-right: 0;
					margin-left: 0;
					margin-right: 0;
					padding-top: 21px;
					margin-top: 45px;
				}

					.footer-container #navSupp ul {
						overflow: hidden;
						width: auto;
						float: none;
					}

						.footer-container #navSupp ul li {
							width: 33.3%;
						}

						.footer-container .box-address ul li,
						.footer-container #navSupp ul li {
							margin-top: 0;
						}

						.footer-container .box-address ul li a,
						.footer-container #navSupp ul li a {
							padding: 6px 15px 6px 0;
							white-space: normal;
							display: block;
						}

						.footer-container .box-address ul li a:hover,
						.footer-container #navSupp ul li a:hover {
							background: none;
							color: inherit !important;
						}

	/* ------------- */
	/* product listing */

		/* banner */
		#indexBody .banner-category img {
			display: block;
			height: auto;
			margin: 0 auto;
			max-height: 277px;
			width: auto;
			max-width: 100%;
		}

	/* heading */
	h2.centerBoxHeading {
		font-size: 16px;
	}

}

@media only screen and (max-width: 768px) {
	/* ----------------- */
	/* global */
	#headerWrapper.sabit + .site-content {
		padding-top: 59px; /* home page usually doesn't need extra space between header and its content */
	}

	.centerColumn table th {
		white-space: normal !important;
	}

	.centerColumn .moduleData table tbody td{
		margin: 0 5em;
	}

	.centerColumn #info-products * img{
		width: 100%;
	}

	#headerWrapper.sabit {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
		}

		/* left column */
		#navColumnOne {
			display: none;
		}
}

@media only screen and (max-width: 630px) {

	/* */
	/* page title */


	.centerColumn h2 {
		font-size: 15px;
	}

	/* footer */
	.footer-container .sub-navigations {
		float: none;
		margin-bottom: 15px;
		/*width: 50%;	*/
	}

	.footer-container .footer-banners {
		width: 50%
	}

	.footer-container #navSuppWrapper {
		margin-top: 40px;
	}

		.footer-container #navSupp ul li {
			width: 50%;
		}

		.footer-container #navSupp ul li:nth-child(2n+1) {
			clear: left;
		}

	/* product listing */

	/* forms */
	label.inputLabel {
		display: block;
		float: none;
		width: auto;
	}

	select,
	input[type="text"],
	input[type="password"],
	textarea {
		box-sizing: border-box;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 100%;
	}

	select,
	input[type="text"],
	input[type="password"] {
		max-width: 280px;
	}

	select + br + label,
	input[type="text"] + br + label,
	input[type="password"] + br + label,
	textarea + br + label,
	.alert + br + label {
		margin-top: 9px;
	}

	.nmx-hide-mobile.alert {
		display: none;
	}

	.nmx-show-mobile.alert {
		display: inline-block;
		margin-left: 0px;
	}

	.addressBook .addressEntry {
		width: 48%;
	}
}

@media only screen and (max-width: 568px) {
	.site-search form {
	    max-width: none;
	    margin-left: 15px;
	    margin-right: 15px;
	}

	#specials-product-list .prod-image {
		width: 110px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 480px) {
	/* header */
	#header-info #logo a {
		margin: 12px 0;
	}

	#header-info #logo a img {
		height: 35px;
	}

	/* global */


	/* heading */
	h2.centerBoxHeading {
		font-size: 14px;
	}

	/* footer */
	.footer-container #siteinfoLegal,
	.footer-container #RSSFeedLink {
		text-align: center;
		margin: 0;
	}

	.footer-container #security {
		margin: 15px 0;
		position: static;
		text-align: center;
	}

	.footer-container #RSSFeedLink {
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 420px) {
	/* ----------------- */
	/* global */



	#headerWrapper.sabit + .site-content {
		padding-top: 132px; /* home page usually doesn't need extra space between header and its content */
	}

		#headerWrapper.sabit {
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
		}

	/* logo */
	#header-info #logo {
		float: none;
		text-align: center;
	}

		#header-info #logo a {
			margin-bottom: 5px;
			margin-top: 5px;
		}

		#header-info #logo a img {
			height: 60px;
		}

	/* footer */
	.footer-banners ul li {
		text-align: right;
	}

	.addressBook .addressEntry {
		display: block;
		width: auto;
	}

	select,
	input[type="text"],
	input[type="password"] {
		max-width: none;
	}

	#featuredDefault .prod-infos .description {
		display: none;
	}
}

/*! Pushy - v0.9.2 - 2014-9-13
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* menu appearance */
.pushy {
	display: none;
    position: fixed;
    width: 95vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #333332;
    font-size: 13px;
    font-weight: bold;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

/* makes it visible just after loading all things */
.pushy.visible {
	display: block;
}

.responsive-navigation.is-loading {
	overflow: hidden !important;
}

.responsive-navigation.is-loading:before {
	content: "";
	height: 100%;
	background: rgba(0, 0, 0, 0.7) url('../images/loading.svg') no-repeat center 100px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4
}

/* Menu Movement */
.pushy,
.pushy-left {
    transform: translate3d(-95vw,0,0);
    -ms-transform: translate3d(-95vw,0,0);
    -webkit-transform: translate3d(-95vw,0,0);
}

.pushy-open {
    transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
	display: block !important;
}

.container-push,
.push-push {
    transform: translate3d(95vw,0,0);
    -ms-transform: translate3d(95vw,0,0);
    -webkit-transform: translate3d(95vw,0,0);
}

/* menu transitions */
.pushy,
.push {
    /*transition: transform .2s cubic-bezier(.16, .68, .43, .99);*/
}

/* site overlay */
.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
    -webkit-animation: fade 500ms;
    -moz-animation: fade 500ms;
    -o-animation: fade 500ms;
    animation: fade 500ms;
}

/* keyframes */
@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

/* overwrites */
.responsive-navigation {
	background: #fff;
	box-sizing: border-box;
	padding: 0 15px;
}

.responsive-navigation > div {
	padding-top: 15px;
	padding-bottom: 15px
}

.responsive-navigation > div + div {
	border-top: 1px solid #ccc;
}

.responsive-navigation h4 {
	color: #3A4A95;
	font-size: 14px;
	margin: 0 0 5px;
}

.responsive-navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	top: 0;
	width: auto;
	float: none;
	position: static;
}

.responsive-navigation a,
.responsive-navigation a:link,
.responsive-navigation a:visited {
  color: #333;
  font-weight: normal;
  display: block;
  font-size: 17px;
  padding: 6px 0;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
}

.responsive-navigation a:focus,
.responsive-navigation a:hover {
  color: #333 !important;
  background-color: transparent;
  opacity: 1 !important;
}

.responsive-navigation a:empty {
	display: none;
}

.responsive-navigation .primary-navigation {
	font-weight: bold;
}

	.responsive-navigation .topmenu:last-of-type {
		border-bottom: none;
	}

.responsive-navigation .category-top,
.responsive-navigation .sub-menu-extended a,
.responsive-navigation .account-nav-mobile a {
  font-weight: normal;
  position: relative;
}

	.responsive-navigation .hasSub .category-top:before {
		/*content: "\e90a";
		font-size: 18px;
		position: absolute;
		right: -3px;
		top: 49%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);*/

	}

.main-nav-mobile {
	padding: 8px 0;
}

  /* dropdown */
  .responsive-navigation .sub-container,
  .responsive-navigation .sub-container-2,
  .responsive-navigation .sub-container-3{
		background: #fff;
		padding: 0 15px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 2;
	  	will-change: transform;
	    transform: translate3d(-95vw,0,0);
		-ms-transform: translate3d(-95vw,0,0);
		-webkit-transform: translate3d(-95vw,0,0);
	    transition: transform .1s cubic-bezier(.16, .68, .43, .99);

	    height: 100%;
	    overflow: auto;
	}

	.is-ie .responsive-navigation .sub-container,
	.is-ie .responsive-navigation .sub-container-2,
	.is-ie .responsive-navigation .sub-container-3
	{
		left: -95vw;
		right: auto;
	}

	.responsive-navigation .sub-container a,
	.responsive-navigation .sub-container-2 a,
	.responsive-navigation .sub-container-3 a{
		font-weight: normal;
		padding: 5px 0;
	}

	.responsive-navigation .sub-container .sub--sub-menu a,
	.responsive-navigation .sub-container-2 .sub--sub-menu a,
	.responsive-navigation .sub-container-3 .sub--sub-menu a{
		font-weight: normal;
	}

	.responsive-navigation .sub-container .main-nav__sub-categories,
	.responsive-navigation .sub-container-2 .main-nav__sub-categories,
	.responsive-navigation .sub-container-3 .main-nav__sub-categories
	{
		background: none;
	}

	.responsive-navigation .sub-container.slide-out ,
	.responsive-navigation .sub-container-2.slide-out,
	.responsive-navigation .sub-container-3.slide-out {
		will-change: transform;
		-webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	    -o-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}

	.is-ie .responsive-navigation .sub-container.slide-out,
	.is-ie .responsive-navigation .sub-container-2.slide-out,
	.is-ie .responsive-navigation .sub-container-3.slide-out
	{
		left: 0;
		right: auto;
	}

	.sub__header {
		border-bottom: 1px solid #ccc;
		display: none;
		color: #fff;
		margin-bottom: 9px;
		padding-bottom: 9px;
	}

	.responsive-navigation .sub__header {
		display: block;
		padding-top: 14px;
	}

		.sub__header a {
			display: block;
			text-decoration: none;
		}

		.responsive-navigation .sub__header .sub__title {
			color: #3A4A95;
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 0;
			padding: 0;
			text-transform: none;
			margin-right: 21px;
		}

		.sub__header .sub__btn__all,
		.sub__header .sub__btn__back {
			color: #ccc;
		}

		.sub__header .sub__btn__all {
			font-weight: normal;
			font-size: 14px;
			margin-top: 0;
			line-height: 100%;
		}

		.sub__header .sub__btn__back,
		.sub__header .sub__btn__back:link,
		.sub__header .sub__btn__back:visited {
			font-size: 20px;
			position: absolute;
			top: 5px;
			right: 0px;
			height: 42px;
			width: 42px;
			text-align: center;
			line-height: 42px;
			z-index: 3;
		}

			.sub__header .sub__btn__back span:first-child {
				position: relative;
				top: 8px;
				font-size: 20px;
			}

	    .responsive-navigation .sub--sub-menu li {
	      border: none;
	    }


.account-nav-mobile li {

}

.responsive-navigation .account-nav-mobile a {

}

	.responsive-navigation .social-links {
		overflow: hidden;
		margin-top: 7px;
		margin-bottom: 15px;
	}

		.responsive-navigation .social-links span {
			display: none;
		}

		.responsive-navigation .social-links li {
			float: left;
			margin-left: 5px;
			border: none;
			padding-left: 0
		}

		.responsive-navigation .social-links li:first-child {
			margin-left: 0;
		}

		.responsive-navigation .social-links li a {
			height: 30px;
			width: 30px;
			padding: 0;
			text-indent: -9999px
		}

		.responsive-navigation .social-links li a:hover {
			opacity: .7
		}

			.responsive-navigation .ico-twitter a {
				background: url(../images/icons/twitter-button.png) no-repeat 0 -1px;
			}

			.responsive-navigation .ico-facebook a {
				background: url(../images/icons/facebook-button.png) no-repeat 0 -1px;
			}

			.responsive-navigation .ico-pinterest a {
				background: url(../images/icons/pinterest-button.png) no-repeat 0 -1px;
			}

			.responsive-navigation .ico-email a {
				background: url(../images/icons/email-button.png) no-repeat 0 -1px;
			}

	.responsive-navigation .contact-us {
		padding-bottom: 7px;
	}
/* reviews */
.review-container {
	position: relative;
	overflow: hidden;
}

	.review-header {
		margin-bottom: 15px;
	}

		.review-header h3 {
			margin-bottom: 0;
		}

			.review-header .smallText {
				font-size: 10px;
				display: block;
				margin-top: 2px;
			}

	/* buttons */
	.review-buttons {
		overflow: hidden;
	}

		.review-buttons .buttonRow {
			margin-top: 0;
			width: auto;
		}

		.review-buttons .buttonRow + .buttonRow {
			margin-left: 12px;
		}

	/* list */
	.reviews-list {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.review-buttons + .reviews-list {
		margin-top: 20px;
	}

		.reviews-list li {
			border: 1px solid rgba(0, 0, 0, 0.1);
			padding: 10px;
		}

		.reviews-list li + li {
			margin-top: 10px;
		}

		.reviews-list .client-stars {
			float: right;
		}

		.reviews-list .review-user-details {
			margin: 0 0 6px;
		}

		.review-user-details span {
			display: inline-block;
			line-height: 100%;
		}

			.review-user-details .review-author {
				font-weight: bold;
			}

		.review-comment {
			line-height: 1.5;
		}

/* all reivews */
.reviews-list-all .col-product-image img {
	display: block;
	height: auto;
	max-width: 100%;
}

.reviews-list-all h2 {
	margin-bottom: 5px
}

.reviews-list-all .client-stars {
	float: none;
}

.reviews-list-all .col-product-image {
	text-align: center;
}

/* sidebox */
.sideBoxContent .product {
	overflow: hidden;
}

.sideBoxContent .product + .product {
	margin-top: 21px;
}
	
	.sideBoxContent .product-image {
		float: left;
		margin-right: 9px;
		width: 30%;
	}

	.sideBoxContent .product-image a {
		display: block;
		position: relative;
	}

	.sideBoxContent .product-image a:before {
		content: "";
		display: inline-block;
		padding-top: 100%;
	}

	.sideBoxContent .product-info {
		overflow: hidden;
	}

		.sideBoxContent .product-title {
			margin-top: 0;
			padding: 0;
		}

		.sideBoxContent .product-price {
			font-size: 14px;
		}

		.sideBoxContent .product-review {
			margin: 0 0 6px;
			padding: 0;
			line-height: 1.5;
		}

@media only screen and (max-width: 479px) {
	.reviews-list-all .col-sm-2,
	.reviews-list-all .col-sm-10 {
		float: none;
		width: auto;
		padding: 0;
	}

	.reviews-list-all .col-product-image {
		display: none;
	}
}

/* product reviews */
.info-rating {
	font-size: 12px;
	overflow: hidden;
}

	.info-rating .rating-wrap {
		float: left;
		margin-bottom: 0;
	}

	.info-rating ul {
		float: left;
		width: auto
	}

		.info-rating ul li {
			display: inline-block;
			border-left: 1px solid rgba(0, 0, 0, 0.1);
			padding: 0 7px 0 10px
		}

		.info-rating ul li:first-child {
			padding-left: 0;
			border: none; 
		}


/* responsive */
@media only screen and (max-width: 568px) {
	
	/* stars under */
	.reviews-list .client-stars {
		float: none;
	}
}#passwordForgotten label{text-transform:uppercase;padding:0;margin:0;}
#passwordForgotten input[type="text"]{width:200px;}
#passwordForgotten .buttonRow {margin-top:20px;}ul.ui-autocomplete {border-left: 1px solid; border-right: 1px solid; border-bottom: 1px solid; z-index: 3000 !important; margin: 0 !important; padding: 0 !important; box-shadow: 0 2px 10px 4px #222222a6;}
ul.ui-autocomplete li {text-align: left; list-style-type: none; padding: 2px 4px; margin: 0 !important; line-height: 150%; letter-spacing: 1px;}
ul.ui-autocomplete li:hover { cursor: pointer;}
ul.ui-autocomplete li a {color: #333; display: block;}
ul.ui-autocomplete li a strong {color: #000;}
ul.ui-autocomplete li a:hover, ul.ui-autocomplete li a.ui-state-hover {color: inherit !important; background-color: #CCC;}
ul.ui-autocomplete li a img {vertical-align: middle; margin-right: 1em; max-width: 50px; max-height: 50px; width: auto; height: auto;}
.ui-autocomplete {background-color: #fff; color: #000;}
.ui-helper-hidden-accessible {display: none;}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


/*.paymentModule .radioButtonLabel {
    margin-top: -9px !important;
}*/

.question{
    height: 18px;
   width: 18px;
   background-color: #2c9b41;
   color: white !important;
   border-radius: 50%;
   display: inline-block;
   text-align:center;
   font-size:18px;
   padding:0 !important;
   position: absolute;
   margin-top: -20px;;
 }
 .question:after {
   content: ' \0021';
 }

h2{
    font-weight: 500 !important;
    font-size: 1.620rem !important;
}
.text-muted {
    color: #000333!important
}
.alert{
    color: red !important;
    font-size: 12px !important;
}
*:not(.ui)>input, *:not(.ui)>select, *:not(.ui)>textarea{
    border: solid 1px #e4e7ea !important;
    background-color: #fafafa;

    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

*:not(.ui)>input, *:not(.ui)>.cssButton {
    /*border-radius: .25rem !important;*/
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.columnInner .boxContents, #checkoutStacked .columnInner .boxContents2 {
    padding-top: 0;
    padding: 0;
}

.div-content{
    background-color: #6f908605 !important;
    padding: 5px 0;
    padding-bottom: 52px;
    /*height: 205px;*/
}
h2{
    font-weight: 500 !important;
    font-size: 1.620rem !important;
}
.cssButtonHover, .cssButton{
    border:  solid 1px #ffffff !important;
    font-size: 14px!important;
}

.text-muted {
    color: #73818f!important
}
.boxContents{
    /*margin: 8px;*/
}



/** GRID */

#resumeField .grid {
    display: -webkit-flex;
    display: flex;
}
#resumeField .col {
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;

}
#resumeField .item-name {
    max-width: 476px;
}
#resumeField .fluid {
    flex: 1;
}
#resumeField .img {
    height: auto;
    width: auto;
    max-width: 100px;
}

#resumeField .grid.zebra:nth-of-type(odd) {
    background-color: #eaeaea !important;
}

.nowrap {
    white-space: nowrap;
}
.subtotal {
    text-align: right;
}

/*GRID*/


/*ORDER SUMMARY*/

#accountPasswordContainer {
    margin-top: 7px !important;
}



#navBreadCrumb{
    /*display: none;*/
}

#requiredText, .cowoaOption {
    font-size: 1.4em !important;
}

.addressForm li{
    float: left;
    width: 50%;
}

.addressForm li.w100{
    width: 100%;
}

.addressForm li.col2{
    /*text-align: right;*/
}
.addressForm li.col2 label{
    /*margin-left: 10px !important;*/
}

.text-muted {
    color: #000333!important
}


#productAttributes {
    clear: both;
    padding-top: 20px;
}

.view-cart-top {
    /*display: inline-block;
    margin-top: -10px;
    float: right;
    padding-left: 10px;
    height: 27px;*/
    /*margin: 0 auto;*/
}

.form-box-search {
    float: left;
}

.form-box-search form input.search-field {
    width: 605px;
    max-width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 1446px) {
    .form-box-search form input.search-field {
        width: 450px;
    }
}




.search-field {
    /*z-index: -10;*/
}

.addressForm li > span {
    display: none;
}

#billingAddressContainer h2, #resumeContainer h2, #accountPasswordContainer h2, #hideRegistrationContainer h2, #loginContainer h2{
    background-color: #e8ecf5;
    padding: 10px 0 7px 10px;
}

#hideRegistration {
    margin-top: 20px !important;
}

.columnInner {
    margin-right: 5px;
    /*padding: 10px;*/
    border: solid 1px #ccc;
}



#qc_column12, #qc_column32, #qc_column12, #qc_column22, #qc_column321, #qc_column32, #qc_column1b2, #qc_column3b2 {
    height: auto;
    overflow:unset;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .addressForm li{
        width: 100%;
    }
    .width50 {
        width: 100% !important;
    }
}



/**/
.text-muted {
    color: #73818f!important
}
h2{
    font-weight: 500 !important;
    font-size: 1.620rem !important;
}
#checkoutShipto, #checkoutBillto, .shippingMethod, #orderTotal{
    color: #595959 !important;
    /*padding: 10px !important;*/
}
.centerColumn table tbody tr:nth-child(2n) {
    background-color: #e8edf5;
}
hr {
    border-color: #e6e5df !important;
}

h4{
    font-weight: 500 !important;
    color: #383898!important;
    font-variant: all-petite-caps;
    font-size: 14px !important;
    background-color: #e8edf5;
    padding: 4px 6px;
}
.columnInner .boxContents, #checkoutStacked .columnInner .boxContents2{
    padding-top: 0;
}
#shippingMethodContainer {
    /*background-color: #e8ecf5;*/
    /*padding: 13px;*/
}


#qc_column1, #qc_column2, #qc_column3 {
    overflow: visible;
}
#column2 {
    margin-top: 12px;
}
.width33 {
    width: 33% !important;
    /*border: solid 1px #cccccc;*/
    /*padding: 10px;
    margin-right: 7px;*/
}
/*#qc_column1 {
    margin-right: 5px !important;
}
#qc_column3 {
    margin-left: 5px;
}*/


@media only screen and (max-width: 768px) {
    .width33{
        width: 100% !important;
    }
    #registerButton {
        margin: 0 !important;
        width: 100% !important;
        float: none !important;
    }

}

.width33:first-child, .width33:last-child {
    margin: 0;
}
.width33:nth-child(1) {
    margin: 0 10px;
}

#qc_column22 .columnInner, #hideRegistration #qc_column22 .columnInner {
    margin-right: 0; margin-left: 0;
}

.columnInner {
    /*margin: 0 !important;*/
    /*margin-right: 0 !important;*/
    margin: 0 5px !important;
    padding: 7px !important;
    /*padding: 10px !important;*/
}


#orderTotalMethodContainer h2,
#paymentMethodContainer h2,
#shippingMethodContainer h2,
#discountsContainer h2 {
    background-color: #e8ecf5;
    padding: 10px 0 7px 10px;
}

span.cssButtonHover, span.cssButton{
    font-size: 12px!important;
}

#submitButtonContainer .button_confirm_checkout{
    border:  solid 1px #ffffff !important;
    font-size: 24px!important;
}

#orderTotal hr {
    margin: 10px 0 !important;
}


#registerButton {
    margin: 0;
    /*margin-top: -53px;*/
    width: 50%;
    float: right;
}

.youtube-player {
    position: relative;
    /*padding-bottom: 56.23%;*/
    /*padding-bottom: 18.23%;*/
    /* Use 75% for 4:3 videos */
    height: 150px;
    width: 100%;

    /*height: 0;*/
    /*width: auto;*/
    overflow: hidden;
    /*max-width: 100%;*/
    max-width: 269px;
    background: #000;
    margin: 5px;
}

#productDescription .youtube-player {
    padding-bottom: 56.23%;
    width: auto !important;
}

#indexProductListCatDescription .youtube-player {
    height: 92px;
}

@media screen and (max-width: 940px) {
    .youtube-player{
        padding-bottom: 56.23% !important;
        width: 100% !important;
    }
}
summary::marker {
    display: none;
    list-style-type: none;
    font-size:0;
    color: white;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(/store/includes/templates/classic/images/play-icon.png) no-repeat;
    cursor: pointer;
}

/**/

.ui.red.ribbon.label {
    border-color: #b21e1e!important;
}

.ui.red.label, .ui.red.labels .label {
    background-color: #db2828!important;
    border-color: #db2828!important;
    color: #fff!important;
}
.ui.ribbon.label {
    left: calc(-1rem - 0em);
    margin-right: -1.0em;
    padding-left: calc(1rem + 1.2em);
    padding-right: 1.2em;
}
.ui.ribbon.label {
    position: relative;
    margin: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    /*border-radius: 0 .28571429rem .28571429rem 0;*/
    border-radius: 0;
    border-color: rgba(0,0,0,.15);
}
.ui.label:first-child {
    margin-left: -16px !important;
}
a.ui.label {
    cursor: pointer;
}
.ui.label, .ui.labels .label {
    font-size: .85714286rem;
}
.ui.label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    color: rgba(0,0,0,.6);
    text-transform: none;
    font-weight: 700;
    border: 0 solid transparent;
    border-radius: .28571429rem;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
}

.ui.ribbon.label:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    background-color: transparent!important;
    border-style: solid;
    border-width: 0 1.2em 1.2em 0;
    border-color: transparent;
    border-right-color: inherit;
    width: 0;
    height: 0;
}

#productListing .ui.ribbon.label:after{
    border-width: 0 0.8em 0.8em 0;
}

#productListing .ui.label-2:first-child {
    margin-left: -26px !important;
}

.ui.label-2:first-child {
    margin-left: -31px !important;
    margin-top: -8px!important;
}

@media screen and (max-width: 940px) {
    #productListing .ui.label-2:first-child {
        margin-left: -21px !important;
    }

    .ui.label-2:first-child {
        margin-left: -3px !important;
        margin-top: -10px!important;
    }


}

.goog-te-combo{
    max-width: initial !important;
}


/* IMAGES SPRITES */
/*

#logo-image {
    margin:0 auto;
    padding: 0 10px;
}
#logo-image a {
    display: block;
}
#logo-image .s-logo {
    background: url('/store/includes/templates/classic/images/logo_slogan.min.webp') no-repeat;
    display:block;
    width: 100%;
    height: 0;
}

#logo-autorize-net {
    margin:0 auto;
    padding: 0;
}
#logo-autorize-net .s-logo-autorize {
    background: url('/store/images-thumb/Authorize_Logo.webp') no-repeat center;
    display:block;
    width: 100%;
    height: 0;
}

#logo-card-accept {
    margin:0 auto;
    padding: 0;
}
#logo-card-accept .s-logo-card-accept {
    background: url('/store/images/ccpayment.webp') no-repeat center;
    display:block;
    width: 100%;
    height: 0;
}
*/




/* For mobile phones: */

#logo-image .s-logo {
    padding-bottom: 20%;
    background-size: 100%;
    background-position: center;
}

#logo-autorize-net .s-logo-autorize {
    padding-bottom: 52%;
    background-size: 60%;
    background-position: center;
}


#logo-card-accept .s-logo-card-accept {
    padding-bottom: 52%;
    background-size: 60%;
    background-position: center;
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    #logo-image .s-logo {
        padding-bottom: 20%;
        background-size: 70%;
        background-position: left;
    }

    #logo-autorize-net .s-logo-autorize {
        padding-bottom: 22%;
        background-size: 30%;
        background-position: center;
    }

    #logo-card-accept .s-logo-card-accept {
        padding-bottom: 25%;
        background-size: 37%;
        background-position: center;
    }
}
@media only screen and (min-width: 768px) {
    /* For desktop: */

    #logo-image .s-logo {
        padding-bottom: 9%;
        background-size: 44%;
        background-position: left;
    }

    #logo-autorize-net .s-logo-autorize {
        padding-bottom: 72%;
        background-size: 60%;
    }

    #logo-card-accept .s-logo-card-accept {
        padding-bottom: 52%;
        background-size: 60%;
        background-position: center;
    }
}









/*  PRODUTOS -> MODELOS -> FORM TO CHECKOUT */



.font12 {
    font-size: 12px;
}

















/* basic stylings ------------------------------------------ */
.container-register-checkout {
    display:block;
}



/* form starting stylings ------------------------------- */
.container-register-checkout .group 			  {
    position:relative;
    margin-bottom:45px;
}
.container-register-checkout input 				{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:300px;
    border:none;
    border-bottom:1px solid #757575;
}
.container-register-checkout input:focus 		{ outline:none; }

/* LABEL ======================================= */
.container-register-checkout label 				 {
    color:#999;
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

/* active state */
.container-register-checkout  input:focus ~ label, .container-register-checkout  input:valid ~ label 		{
    top:-20px;
    font-size:14px;
    color:#5264AE;
}

/* BOTTOM BARS ================================= */
.container-register-checkout  .bar 	{ position:relative; display:block; width:300px; }
.container-register-checkout .bar:before, .container-register-checkout .bar:after 	{
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#5264AE;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.container-register-checkout .bar:before {
    left:50%;
}
.container-register-checkout .bar:after {
    right:50%;
}

/* active state */
.container-register-checkout input:focus ~ .container-register-checkout .bar:before, .container-register-checkout  input:focus ~ .container-register-checkout  .bar:after {
    width:50%;
}

/* HIGHLIGHTER ================================== */
.container-register-checkout .highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

/* active state */
.container-register-checkout input:focus ~ .container-register-checkout .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}

/*abq
* ESTE SCROLL FIXA O PROBLEMA NO FIREFOX ONDE O VIEW BUGA
* A LARGURA DO CONTEUDO. FORÇANDO REFAZER O DRAW, A LARGURA É RECALCULADA PELO BROWSER E
* CORRIGE O PROBLEMA
* */
.force-redraw::before { content: "" }

/*pagina dos modelos*/

/*.shopping-cart-banners span {
    width: 38% !important;
    padding: 2%;
}*/



/*pagina dos modelos*/

    /* Change color for backdrop */
    .fancybox-custom-layout .fancybox-bg {
        background: #fff;
    }

    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }


    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption {
        background: #f1ecec;
        color: #6c6f73;
    }

    .fancybox-custom-layout .fancybox-caption h3 {
        color: #444;
        font-size: 21px;
    }

    .fancybox-custom-layout .fancybox-caption a {
        color: #444;
    }

    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button {
        background: transparent;
    }

    .fancybox-navigation .fancybox-button {
        height: 150px;
        width: 116px;
    }

    /* Navigation arrows */
    .fancybox-custom-layout .fancybox-navigation .fancybox-button div {
        /*padding: 6px;*/
        /*background: #fcfaf9;*/
        padding: 0 !important;
        border-radius: 50%;
        transition: opacity .2s;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        opacity: .7;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]):hover div {
        opacity: 1;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button[disabled] {
        color: #484848;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]) {
        color: #484848;
    }


    /*custom default fancybox*/

    @media all and (min-width: 600px) {
        .fancybox-custom-layout .fancybox-infobar {
            font-size: 21px;
        }
        .fancybox-custom-layout .fancybox-button, .fancybox-button:link,
        .fancybox-custom-layout .fancybox-button:visited {
            color: #484848;
            /*height: 88px;
            width: 88px;*/
        }

        .fancybox-custom-layout .fancybox-bg {
            background: #000;
        }
        .fancybox-custom-layout .fancybox-caption {
            background: white;
        }

        .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
            opacity: 0.5;
        }

        .fancybox-caption__body {
            font-weight: bold;
            text-transform: capitalize;
        }

        .fancybox-custom-layout .fancybox-show-thumbs .fancybox-inner {
            right: 289px;
        }
        .fancybox-custom-layout .fancybox-inner {
            margin: 40px 144px 40px 40px !important;
            background-color: white;
            box-shadow: 4px 4px 20px 20px #6d6a6a;
        }
        .fancybox-custom-layout .fancybox-thumbs {
            margin: 40px;
            width: 316px;
            padding: 50px 36px 4px;
            background: white;
            box-shadow: 20px 0px 20px 6px #5f5f5f;
        }
        .fancybox-custom-layout .fancybox-caption {
            padding: 49px 0 34px 0px;
            font-size: 20px;
            bottom: unset;
            top: 0;
            right: 80px;
        }
        .fancybox-custom-layout .fancybox-caption--separate {
            margin-top: unset;
        }
        .fancybox-custom-layout .fancybox-thumbs__list a:hover,
        .fancybox-custom-layout .fancybox-thumbs__list a.fancybox-thumbs-active {
            border: solid 1px #cc7013;
            -webkit-box-shadow: 2px 0 4px 0 #cc8b0c;
            -moz-box-shadow: 2px 0 4px 0 #cc8b0c;
            box-shadow: 2px 0 4px 0 #cc8b0c;
        }
        .fancybox-custom-layout .fancybox-thumbs__list a {
            border: solid 1px #ccc7c1;
            -webkit-box-shadow: 2px 0 4px 0 rgba(0,0,0,0.22);
            -moz-box-shadow: 2px 0 4px 0 rgba(0,0,0,0.22);
            box-shadow: 2px 0 4px 0 rgba(0,0,0,0.22);
            margin: 10px;
        }
        .fancybox-custom-layout .fancybox-thumbs__list a:before {
            border: unset;
        }

        /*.fancybox-custom-layout .fancybox-thumbs__list a.thumb-video:before {
            background-image: url(https://i.imgur.com/TxzC70f.png);
            background-repeat: no-repeat;
            background-position-x: center;
            opacity: 1 !important;
        }*/

        .fancybox-custom-layout .fancybox-button--arrow_right,
        .fancybox-custom-layout .fancybox-button--arrow_left {
            height: 80px !important;
            width: 80px !important;
            margin: 10px;
            padding: 6px;
            color: white !important;
            background: #000000b3 !important;
            border-radius: 50%;
            transition: opacity .2s;
            box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12);
            opacity: 1;
        }

        .fancybox-custom-layout .fancybox-button--close{
            height: 40px !important;
            width: 40px !important;
            margin: 10px;
            padding: 6px;
            color: white !important;

            background: #000000b3 !important;
            border-radius: 50%;
            transition: opacity .2s;
            box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12);
            opacity: 1;
        }

    }
    /*custom default fancybox*/

.goog-te-gadget-simple {
    display: block !important;
}
#google_translate_element {
    text-align: left;
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.highslide-container div{font-family:Verdana, Helvetica;font-size:10pt;}
.highslide{outline:none;text-decoration:none;}
.highslide img{border:2px solid silver;cursor:pointer;}
.highslide:hover img{border-color:gray;}
.highslide-active-anchor img{visibility:hidden;}
.highslide-gallery .highslide-active-anchor img{border-color:#000;cursor:default;visibility:visible;}
.highslide-image{background:transparent;border-color:#FFF;border-style:solid;border-width:2px;}
.highslide-wrapper,.highslide-outline{background:#FFF;}
.highslide-number{color:gray;font-weight:700;}
.highslide-caption{background:#FFF;border-top:none;display:none;font-size:1em;padding:5px;}
.highslide-heading{display:none;font-weight:700;margin:0.4em;}
.highslide-dimming{background:#000;position:absolute;}
.highslide-loading{background-color:#FFF;background-image:url(/store/images/highslide/graphics/loader.white.gif);background-position:3px 1px;background-repeat:no-repeat;border:1px solid #FFF;color:#000;display:block;font-size:9px;font-weight:700;padding:3px 3px 3px 22px;text-decoration:none;text-transform:uppercase;}
a.highslide-credits,a.highslide-credits i{color:silver;font-size:10px;padding:2px;text-decoration:none;}
a.highslide-credits:hover,a.highslide-credits:hover i{background-color:gray;color:#FFF;}
.closebutton{background:url(/store/images/highslide/graphics/close.png);cursor:pointer;height:30px;left:15px;position:relative;top:-15px;width:30px;}
.no-controls .highslide-controls {display: none;}
.highslide-controls{background:url(/store/images/highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;height:40px;margin:20px 15px 10px 0;width:195px;}
.highslide-controls ul{background:url(/store/images/highslide/graphics/controlbar-white.gif) right -90px no-repeat;height:40px;left:15px;list-style:none;margin:0;padding:0;position:relative;}
.highslide-controls li{float:left;padding:5px 0;}
.highslide-controls a{background-image:url(/store/images/highslide/graphics/controlbar-white.gif);display:block;float:left;height:30px;outline:none;width:30px;}
.highslide-controls a.disabled{cursor:default;}
.highslide-controls .highslide-previous a:hover{background-position:0 -30px;}
.highslide-controls .highslide-previous a.disabled{background-position:0 -60px !important;}
.highslide-controls .highslide-play a{background-position:-30px 0;}
.highslide-controls .highslide-play a:hover{background-position:-30px -30px;}
.highslide-controls .highslide-play a.disabled{background-position:-30px -60px !important;}
.highslide-controls .highslide-pause a:hover{background-position:-60px -30px;}
.highslide-controls .highslide-next a{background-position:-90px 0;}
.highslide-controls .highslide-next a:hover{background-position:-90px -30px;}
.highslide-controls .highslide-next a.disabled{background-position:-90px -60px !important;}
.highslide-controls .highslide-move a:hover{background-position:-120px -30px;}
.highslide-controls .highslide-full-expand a{background-position:-150px 0;}
.highslide-controls .highslide-full-expand a:hover{background-position:-150px -30px;}
.highslide-controls .highslide-full-expand a.disabled{background-position:-150px -60px !important;}
.highslide-controls .highslide-close a{background-position:-180px 0;}
.highslide-controls .highslide-close a:hover{background-position:-180px -30px;}
.highslide-html-content{display:none;padding:15px;width:400px;}
.highslide-html{background-color:#FFF;}
.highslide-header{padding-bottom:5px;}
.highslide-header ul{margin:0;padding:0;text-align:right;}
.highslide-header ul li{display:inline;padding-left:1em;}
.highslide-header a{color:gray;font-weight:700;text-decoration:none;text-transform:uppercase;}
.highslide-header a:hover{color:#000;}
.highslide-footer{height:11px;}
.highslide-footer .highslide-resize{background:url(/store/images/highslide/graphics/resize.gif);float:right;height:11px;width:11px;}
.highslide-resize{cursor:nw-resize;}
.draggable-header .highslide-header .highslide-move{cursor:move;display:block;height:1em;left:0;position:absolute;right:1em;top:0;width:auto;z-index:1;}
.draggable-header .highslide-header .highslide-close{position:relative;z-index:2;}
.wide-border .highslide-image{border-width:10px;}
.wide-border .highslide-caption{padding:0 10px 10px;}
.borderless .highslide-image{border:none;}
.borderless .highslide-caption{background:silver;border-bottom:1px solid #FFF;border-top:1px solid #FFF;}
.outer-glow{background:#444;}
.outer-glow .highslide-image{border:5px solid #444;}
.outer-glow .highslide-caption{background-color:gray;border:5px solid #444;border-top:none;padding:5px;}
.colored-border .highslide-image{border:2px solid green;}
.colored-border .highslide-caption{border:2px solid green;border-top:none;}
.dark{background:#111;}
.dark .highslide-image{background:gray;border-color:#000 #000 #202020;}
.dark .highslide-caption{background:#111;color:#FFF;}
.dark .highslide-controls,.dark .highslide-controls ul,.dark .highslide-controls a{background-image:url(/store/images/highslide/graphics/controlbar-black-border.gif);}
.floating-caption .highslide-caption{background:none;border:none;color:#FFF;font-weight:700;padding:1em 0 0;position:absolute;}
.controls-in-heading .highslide-heading{background:url(/store/images/highslide/graphics/icon.gif) no-repeat 0 1px;color:gray;cursor:default;font-weight:700;height:20px;margin:0;overflow:hidden;padding:0 0 0 22px;}
.controls-in-heading .highslide-controls{background:none;height:20px;left:7px;margin:0;position:relative;top:-23px;width:105px;}
.controls-in-heading .highslide-controls ul{background:none;height:20px;position:static;}
.controls-in-heading .highslide-controls li{padding:0;}
.controls-in-heading .highslide-controls a{background-image:url(/store/images/highslide/graphics/controlbar-white-small.gif);height:20px;width:20px;}
.controls-in-heading .highslide-controls .highslide-previous a:hover{background-position:0 -20px;}
.controls-in-heading .highslide-controls .highslide-previous a.disabled{background-position:0 -40px !important;}
.controls-in-heading .highslide-controls .highslide-play a{background-position:-20px 0;}
.controls-in-heading .highslide-controls .highslide-play a:hover{background-position:-20px -20px;}
.controls-in-heading .highslide-controls .highslide-play a.disabled{background-position:-20px -40px !important;}
.controls-in-heading .highslide-controls .highslide-pause a{background-position:-40px 0;}
.controls-in-heading .highslide-controls .highslide-pause a:hover{background-position:-40px -20px;}
.controls-in-heading .highslide-controls .highslide-next a:hover{background-position:-60px -20px;}
.controls-in-heading .highslide-controls .highslide-next a.disabled{background-position:-60px -40px !important;}
.controls-in-heading .highslide-controls .highslide-full-expand a{background-position:-100px 0;}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover{background-position:-100px -20px;}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled{background-position:-100px -40px !important;}
.controls-in-heading .highslide-controls .highslide-close a:hover{background-position:-120px -20px;}
.hidden-container{display:none;visibility:hidden;}
.highslide-move,.highslide-move *,.highslide-header .highslide-move a{cursor:move;}
.highslide-overlay,.highslide-controls a span,.highslide-maincontent,.highslide-header ul li.highslide-previous,.highslide-header ul li.highslide-next,.draggable-header .highslide-header .highslide-move *,.no-footer .highslide-footer,.controls-in-heading .highslide-controls .highslide-move{display:none;}
.highslide-controls .highslide-previous a,.controls-in-heading .highslide-controls .highslide-previous a{background-position:0 0;}
.highslide-controls .highslide-pause a,.controls-in-heading .highslide-controls .highslide-next a{background-position:-60px 0;}
.highslide-controls .highslide-move a,.controls-in-heading .highslide-controls .highslide-close a{background-position:-120px 0;}.accordion {
  width: 100%;
  height: 100%;
  perspective: 900;
  overflow-y: auto;
  background-color: #dce7eb;
  color: rgba(48, 69, 92, 0.8); }

.accordion {
  min-height: 0;
  display: inline-block;
  position: relative;
  left: 50%;
  margin: 10px 0;
  transform: translate(-50%, 0);
  box-shadow: 0 0 0 0 rgba(48, 69, 92, 0.8) inset;
  background-color: white;
  max-width: 450px;
  padding: 10px;
  box-sizing: border-box;
  transform: translate(0, 0);
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  left: 0; }
  .accordion .transition, .accordion p, .accordion ul li i:before, .accordion ul li i:after {
    transition: all 0.25s ease-in-out; }
  .accordion .flipIn, .accordion h1, .accordion ul li {
    animation: flipdown 0.5s ease both; }
  .accordion .no-select, .accordion h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .accordion h1, .accordion h2 {
    color: rgba(48, 69, 92, 0.8);
    font-weight: bold; }
  .accordion h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3px; }
  .accordion h2 {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1px;
    display: block;
    background-color: white;
    margin: 0;
    cursor: pointer; }
  .accordion p {
    color: rgba(48, 69, 92, 0.8);
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2; }
  .accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0; }
    .accordion ul li {
      position: relative;
      padding: 0;
      margin: 0;
      padding-bottom: 4px;
      padding-top: 18px;
      border-top: 1px dotted #dce7eb; }
      .accordion ul li:nth-of-type(1) {
        animation-delay: 0.5s; }
      .accordion ul li:nth-of-type(2) {
        animation-delay: 0.75s; }
      .accordion ul li:nth-of-type(3) {
        animation-delay: 1s; }
      .accordion ul li:last-of-type {
        padding-bottom: 0; }
      .accordion ul li i {
        position: absolute;
        transform: translate(-6px, 0);
        margin-top: 16px;
        right: 0; }
        .accordion ul li i:before, .accordion ul li i:after {
          content: "";
          position: absolute;
          background-color: rgba(48, 69, 92, 0.8);
          width: 3px;
          height: 9px; }
        .accordion ul li i:before {
          transform: translate(-2px, 0) rotate(45deg); }
        .accordion ul li i:after {
          transform: translate(2px, 0) rotate(-45deg); }
      .accordion ul li input[type=checkbox] {
        position: absolute;
        cursor: pointer;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0; }
        .accordion ul li input[type=checkbox]:checked ~ p {
          margin-top: 0;
          max-height: 0;
          opacity: 0;
          transform: translate(0, 50%); }
        .accordion ul li input[type=checkbox]:checked ~ i:before {
          transform: translate(2px, 0) rotate(45deg); }
        .accordion ul li input[type=checkbox]:checked ~ i:after {
          transform: translate(-2px, 0) rotate(-45deg); }
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    transform: rotateX(8deg); }
  83% {
    transform: rotateX(6deg); }
  92% {
    transform: rotateX(-3deg); }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg); } }
