#mobileSearchButton{
    background-color: #858487;
    height: 38px;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
}

#languageSelectButton{
    background-color: #A7A7A9;
    border-right: 1px solid #FFF;
    height: 38px;
    width: 51px;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
}

#languageSelectButton .splitter,
#mobileSearchButton .splitter,
#mobileCartButton .splitter,
#mobileMenu .splitter{
    position: absolute;
    top: 38px;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #858487;
    z-index: 100000;
    display: none;
}

#languageSelectButton .splitter{
    background-color: #A7A7A9;
}

#mobileCartButton .splitter{
    background-color: #FEEA1A;
}

#mobileMenu .splitter{
    background-color: #515054;
}

#mobileCartButton{
    display: none;
    position: relative;
}

.mobileMenuWrapper{
    display: none;
}

#mobileMenuHolder{
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 999;
    border-left: 1px solid #515054;
    border-right: 1px solid #515054;
    border-bottom: 1px solid #515054;
    border-top: 1px solid #FFFFFF;
    display: none;
    width: 100%;
}

#languageSelectionHolder{
    position: absolute;
    top: 38px;
    right: 1px;
    z-index: 9999;
    border: 0;
    display: none;
}

#mobileMenuHolder li a{
    width: 96%;
    padding: 10px 2%;
    background-color: #515054;
    font-size: 18px;
    color: #FFF;
    text-align: left;
    display: block;
    font-family: HeroicCondensedMedium;
    text-decoration: none;
    border-top: 1px solid #FFF;
}

#languageSelectionHolder li a{
    width: 90px;
    padding: 10px;
    background-color: #A7A7A9;
    font-size: 15px;
    color: #FFF;
    text-align: left;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #FFF;
    line-height: 19px;
    vertical-align: middle;
    font-family: HeroicCondensedBook;
}

#languageSelectionHolder li a:hover{
    background-color: #858487;
}

#mobileMenuHolder li a.mobileMenuHomeLink{
    background-color: #C9C9C9;
    color: #515054;
    border-top: 1px solid #FFFFFF;
}

#mobileMenuHolder li a.mobileMenuCategoryLink{
    background-color: #FFFFFF;
    color: #515054;
    border-top: 1px solid #515054;
}

#mobileMenuHolder > li:first-child a{
    border-top: 0;
}

#mobileMenuHolder > li a{
    text-transform: uppercase;
    position: relative;
}

#mobileMenuHolder > li a span.arrowHolder{
    position: absolute;
    right: 0;
    top: 0;
    width: 218px;
    height: 42px;
    background: url("../go-travel/images/mobile_menu_arrow_closed.png") no-repeat 195px center;
}

#mobileMenuHolder > li a.isOpen span.arrowHolder{
    background: url("../go-travel/images/mobile_menu_arrow.png") no-repeat 190px center;
}

#mobileMenuHolder ul li a{
    text-transform: capitalize;
    padding-left: 4%;
    width: 94%;
    border-top: 0 !important;
    font-family: Roboto,sans-serif;
    font-size: 12px;
}

#mobileMenuHolder ul{
    display: none;
}

#footer .column{
    position: relative;
}

#footer .column .arrowClosed, #footer .arrow{
    display: none;
}

.additional-footer hr{
    display: none;
}

.mobileFooterButton{
    cursor: pointer;
    display: none;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 2;
}

.emptyFooterColumn{
    display: block;
    float: left;
    width: 120px;
    height: 1px;
}

.col2-left-layout .products-grid{
    width: auto;
    margin: 0 -8px;
}

#search_mini_form input.button{
    visibility:hidden;
    position:absolute;
}

#search_mini_form #mobileSearch{
    position: absolute;
    top: 38px;
    right: -50px;
    width: 180px;
    padding: 0 4px;
    display: none;
    z-index: 11;
    border-top: 1px solid #FFFFFF;
}

.store_6 #search_mini_form #mobileSearch,
.store_9 #search_mini_form #mobileSearch,
.store_10 #search_mini_form #mobileSearch,
.store_11 #search_mini_form #mobileSearch,
.store_8 #search_mini_form #mobileSearch{
    right: -101px;
}

.store_2 #search_mini_form #mobileSearch,
.store_12 #search_mini_form #mobileSearch{
    right: -101px;
}

.languageWrapper, .searchWrapper{
    position: relative;
    display: inline-block;
    float: left;
}

#search_mini_form #search{
    visibility: hidden;
}

.store_6 #nav > li a,
.store_2 #nav > li a,
.store_3 #nav > li a,
.store_11 #nav > li a{
    padding: 10px 20px 20px 20px;
}

.store_9 #nav > li a,
.store_8 #nav > li a,
.store_12 #nav > li a{
    padding: 10px 17px 20px 17px;
}

.store_10 #nav > li a,
.store_4 #nav > li a{
    padding: 10px 16px 20px 16px;
}

@media only screen and (min-width: 501px){
    .GOProductPopUp .button-cart,
    .GOProductPopUp .buttons-wish,
    .GORelatedProductQuantity button
    {
        transition: all 200ms ease-in-out 0s;
        -webkit-transition: all 200ms ease-in-out 0s;
        -moz-transition: all 200ms ease-in-out 0s;
        -ms-transition: all 200ms ease-in-out 0s;
        -o-transition: all 200ms ease-in-out 0s;
    }
}

@media only screen and (max-width: 500px){
    .GOProductPopUp .buttons-wish{
        background-color: #00B0B6;
    }
}

@media only screen and (min-width: 768px){
    #footer .column ul{
        display: block !important;
    }
}

.adaptorSearchBlock{
    background-image: url("adaptor-search/1.jpg");
    background-size: 980px auto;
}

.adaptorSearchBlock.img1{ background-image: url("adaptor-search/1.jpg"); }
.adaptorSearchBlock.img2{ background-image: url("adaptor-search/2.jpg"); }
.adaptorSearchBlock.img3{ background-image: url("adaptor-search/3.jpg"); }
.adaptorSearchBlock.img4{ background-image: url("adaptor-search/4.jpg"); }
.adaptorSearchBlock.img5{ background-image: url("adaptor-search/5.jpg"); }

.adaptorSearchBlock.fre{ background-image: url("adaptor-search/1_FRE.jpg"); }
.adaptorSearchBlock.fre.img1{ background-image: url("adaptor-search/1_FRE.jpg"); }
.adaptorSearchBlock.fre.img2{ background-image: url("adaptor-search/2_FRE.jpg"); }
.adaptorSearchBlock.fre.img3{ background-image: url("adaptor-search/3_FRE.jpg"); }
.adaptorSearchBlock.fre.img4{ background-image: url("adaptor-search/4_FRE.jpg"); }
.adaptorSearchBlock.fre.img5{ background-image: url("adaptor-search/5_FRE.jpg"); }

#adaptorPreload1{ background-image: url("adaptor-search/1.jpg"); }
#adaptorPreload2{ background-image: url("adaptor-search/2.jpg"); }
#adaptorPreload3{ background-image: url("adaptor-search/3.jpg"); }
#adaptorPreload4{ background-image: url("adaptor-search/4.jpg"); }
#adaptorPreload5{ background-image: url("adaptor-search/5.jpg"); }

.adaptorSearchBlock.fre #adaptorPreload1{ background-image: url("adaptor-search/1_FRE.jpg"); }
.adaptorSearchBlock.fre #adaptorPreload2{ background-image: url("adaptor-search/2_FRE.jpg"); }
.adaptorSearchBlock.fre #adaptorPreload3{ background-image: url("adaptor-search/3_FRE.jpg"); }
.adaptorSearchBlock.fre #adaptorPreload4{ background-image: url("adaptor-search/4_FRE.jpg"); }
.adaptorSearchBlock.fre #adaptorPreload5{ background-image: url("adaptor-search/5_FRE.jpg"); }

.catalogsearch-adaptor-index .adaptorSearchBlock{
    margin-bottom: 30px;
    background-image: url("adaptor-search/5.jpg");
}

.catalogsearch-adaptor-index .adaptorSearchBlock.fre{
    background-image: url("adaptor-search/5_FRE.jpg");
}

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

    .adaptorSearchBlock .validation-advice{
        left: 274px;
    }

    .adaptorSearchBlock{
        background-position: -125px 0;
        padding: 20px 15px;
    }

    .adaptorSearchBlock a{
        right: 16px;
    }

    .adaptorSearchBlock select{
        width: 250px;
    }

    .freeDeliveryHeaderNotice{
        margin-left: 0;
    }

    #search_mini_form #search{
        width: 0;
    }

    #search_mini_form #mobileSearch{
        right: 0 !important;
        width: 98% !important;
        padding: 0 1%;
    }

    .cart .discount input.input-text{
        width: 198px;
    }

    .GOProductPage .GORelatedProducts{
        width: 738px;
    }

    .GOProductPage .buttons-wish{
        background-color: #FEEA1A;
    }

    .page{
        width: 738px;
    }

    #header_menu{
        width: 100%;
    }

    .module-box{
        padding: 15px;
    }

    .additional-footer{
        width: 600px;
    }

    .footer{
        width: 708px;
        padding: 15px;
    }

    .GOAcceptedCards{
        width: 708px;
        margin: 0;
        text-align: center;
    }

    .footer .footer-left{
        line-height: 25px;
    }

    .footer .footer-left, .footer .footer-right{
        width: 708px;
        text-align: center;
        line-height: 18px;
    }

    a.GOProductWidget {
        margin: 10px 16px 20px;
    }

    .goHomeAboutUsWidget{
        padding: 15px;
        margin-top: 30px;
    }

    .goHomeAboutUsWidgetInfo{
        padding: 15px;
        margin: 0 15px;
        width: 248px;
        height: 274px;
    }

    .goHomeAboutUsWidgetInfo h2{
        margin-bottom: 5px;
    }

    .goHomeAboutUsWidgetInfo h1{
        margin-bottom: 5px;
    }

    a.GOProductWidget:hover{
        box-shadow: none;
    }

    a.GOProductWidget .GOProductWidgetButtons p.buttons-wish{
        display: block;
        background-color: #FEEA1A;
    }

    .saleproducts {
        margin-left: -15px;
        margin-right: -16px;
        position: relative;
    }

    .cookiePolicyBlock{
        width: 720px;
    }

    .footer-container .additional-footer{
        width: 706px;
    }

    #footer .column{
        width: 155px;
        margin-left: 20px;
    }

    #footer h3{
        font-size: 20px;
    }

    #footer .column a{
        font-size: 13px;
    }

    .emptyFooterColumn{
        width: 95px;
    }

    #top-link{
        opacity: 0.7;
    }

    .goHomeAboutUsWidgetInfo a.more{
        padding: 6px 10px 6px 15px;
    }

    .GOCmsContent{
        padding: 30px 70px;
    }

    .breadcrumbs{
        margin-left: 45px;
    }

    .catalogsearch-result-index div.main,
    .catalog-category-view div.main,
    .catalogsearch-adaptor-index div.main {
        padding: 0 15px 15px !important;
    }

    .col2-left-layout .products-grid{
        width: auto;
        margin: 0 -16px 0 -15px;
    }

    .GOProductPage .GORelatedProducts{
        padding: 30px 0;
    }

    .GOProductPage .GORelatedProducts a.GOProductWidget:nth-child(4) {
        display: none;
    }

    .GOProductPage .GOProductBannersColumn{
        display: none;
    }

    .GOProductPage .GOProductContainer{
        padding: 15px;
    }

    .GOProductPage .GOProductInfoColumn, .GOProductPage .GOProductDetails{
        width: 708px;
    }

    .GOProductDetailsHolder{
        width: 544px;
    }

    .GOProductPage .GOProductOptions{
        width: 324px;
    }

    .GORelatedProducts .module-box{
        padding-left: 15px;
    }

    #zenForm #zenName, #zenForm #zenEmail, #zenForm #zenQuestion, #zenForm #zenLocation{
        width: 356px;
    }

    .GOCartTabs ul.linksHolder li span{
        width: 174px;
    }

    .GOCartTabs ul.linksHolder li:first-child span{
        width: 175px;
    }

    .cart-collaterals .col3-set .col-1{
        width: 400px;
    }

    .GOShoppingCart .page-title h3{
        margin: 50px 15px 10px;
    }

    .GOShoppingCart .page-title h1{
        margin: 0 15px 30px;
    }

    .GOCartTabs{
        padding: 0 15px;
    }

    .GOCartContainer{
        margin: -1px 15px 30px;
    }

    .GOCartAddressForms .input-box input{
        width: 198px;
    }

    .GOCartAddressForms .col-1{
        width: 210px;
        padding: 0 15px 0 0;
    }

    .GOCartAddressForms .col-2{
        width: 210px;
        padding: 0 15px 0 0;
    }

    .GOCartAddressForms .col-3{
        width: 210px;
    }

    .trustLine .GOAcceptedCards{
        width: 468px;
        text-align: left;
    }

    .GOCartAddressForms .form-list .input-box{
        width: 210px;
    }

    .GOCartContainer .cart-table .item-product-delete{
        padding-right: 50px;
    }

    .GOCartTabs ul.linksHolder.loggedIn li span {
        width: 233px;
    }

    .GOCartTabs ul.linksHolder.loggedIn li:first-child span{
        width: 234px;
    }

    .GOCartAddressForms.loggedIn .col2-set > .col-1{
        width: 410px;
    }

    .GOCartAddressForms.loggedIn .address-select{
        width: 410px;
    }

    .GOCartAddressForms.loggedIn .col-2{
        width: 250px;
    }

    .GOCartAddressForms.loggedIn .col2-set .col3-set .col-1{
        width: 197px;
        padding-right: 15px;
    }

    .GOCartAddressForms.loggedIn .col2-set .col3-set .col-2{
        width: 197px;
        padding-right: 0;
    }

    .GOCartAddressForms.loggedIn .input-box input{
        width: 185px;
    }

    .GOCartAddress .form-list input.input-text{
        width: 185px;
    }

    .GOCartAddress .buttons-set, .GOCartAddressForms.loggedIn .buttons-set{
        right: 31px;
    }

    .GOCartContainer.GOCheckoutPayment .col-1{
        width: 205px;
    }

    .GOCartContainer.GOCheckoutPayment .col-2{
        width: 206px;
    }

    .GOCartContainer.GOCheckoutPayment .bckLine.l1{
        left: 220px;
    }

    .GOCartContainer.GOCheckoutPayment .bckLine.l2{
        left: 456px;
    }

    .GOCheckoutPayment input, .GOCheckoutPayment select{
        width: 192px !important;
    }

    .GOCheckoutPayment #card_expiration_month{
        width: 115px !important;
    }

    .GOCartContainer.GOCheckoutPayment .paymentMethodWrapper .buttons-set{
        width: 205px;
    }

    .GOCartContainer.GOCheckoutPayment .col-2 .buttons-set{
        left: 236px;
    }

    #goContactForm #comment{
        width: 555px;
    }

    #goContactForm .form-list input.input-text{
        width: 268px;
    }

    #goContactForm select{
        width: 273px;
    }

    #goContactForm .form-list .field{
        width: 274px;
    }

    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2,
    .customer-account-create .col2-set .col-1,
    .customer-account-create .col2-set .col-2,
    .customer-account-forgotpassword .col2-set .col-1,
    .customer-account-forgotpassword .col2-set .col-2,
    .customer-account-resetpassword .col2-set .col-1,
    .customer-account-resetpassword .col2-set .col-2{
        width: 344px;
    }

    .GOAccountTabs ul.linksHolder li a{
        width: 139px;
    }

    .GOAccountTabs ul.linksHolder li:first-child a{
        width: 138px;
    }

    .GOAccountContent.GOAccountInfo .form-list .input-box{
        width: 220px;
    }

    .GOAccountContent .form-list input.input-text{
        width: 202px;
    }

    #wishlist-view-form .col3-set .col-2{
        width: 202px;
    }

    .GOShareWishList .form-list li.wide textarea{
        width: 660px;
    }

    .GOAccountOrdersView .orderNumberCol{
        width: 100px;
    }

    .GOAccountOrdersView .orderDateCol{
        width: 90px;
    }

    .GOAccountOrdersView .orderTotalCol{
        width: 70px;
    }

    .GOAccountOrdersView .orderStatusCol{
        width: 85px;
    }

    .customer-account-login .col2-set .col-1 .content,
    .customer-account-create .col2-set .col-1 .content,
    .customer-account-forgotpassword .col2-set .col-1 .content,
    .customer-account-resetpassword .col2-set .col-1 .content{
        padding: 15px 15px 0 15px;
    }

    .account-create li.control label{
        width: 300px;
    }

    .customer-account-login .account-login .content,
    .customer-account-create .account-create .content,
    .customer-account-forgotpassword .account-forgot .content{
        padding: 15px 15px 0 0;
    }

    .customer-account-login .account-login .buttons-set,
    .customer-account-create .account-create .buttons-set{
        padding: 0 15px 15px 15px;
    }

    .customer-account-login .page-title h3,
    .customer-account-create .page-title h3,
    .customer-account-forgotpassword .page-title h3,
    .customer-account-resetpassword .page-title h3,
    .customer-account-logoutsuccess .page-title h3{
        margin: 0 15px 18px;
    }

    .account-logout .page-title h1{
        padding-bottom: 15px;
    }

    .customer-account-logoutsuccess .col-main p{
        padding: 0 15px;
    }

    .checkout-cart-index .cart-empty .page-title h3{
        margin: 0 15px 18px 15px;
    }

    .checkout-cart-index .cart-empty .page-title h1{
        margin: 0 15px;
    }

    .checkout-cart-index .cart-empty .col2-set.first p{

    }

    .checkout-cart-index .cart-empty .col2-set.first p{
        margin: 0;
        padding: 15px 15px 30px 15px;
    }

    .customer-account-login .page-title h1,
    .customer-account-create .page-title h1,
    .customer-account-forgotpassword .page-title h1,
    .customer-account-logoutsuccess .page-title h1,
    .customer-account-resetpassword .page-title h1{
        margin: 0 15px;
    }

    .customer-account-login .account-login .col-2 .buttons-set,
    .customer-account-create .account-create .col-2 .buttons-set{
        padding-right: 15px;
    }

    .customer-account-forgotpassword .col2-set .buttons-set,
    .customer-account-resetpassword .col2-set .buttons-set{
        margin: 15px;
    }

    .customer-account-login .account-login .content h2,
    .customer-account-create .account-create .content h2,
    .customer-account-forgotpassword .account-forgot .content h2,
    .customer-account-resetpassword .account-reset .content h2{
        padding-top: 0;
    }

    .customer-account-login .page-title,
    .customer-account-create .page-title,
    .customer-account-forgotpassword .page-title,
    .customer-account-logoutsuccess .page-title,
    .customer-account-resetpassword .page-title{
        margin-bottom: 0;
    }

    .account-forgot .content{
        min-height: 0 !important;
    }

    .col-main > .my-account .page-title h3{
        margin: 50px 15px 10px;
    }

    .col-main > .my-account .page-title h1{
        margin: 0 15px 15px;
    }

    .GOAccountContent{
        margin: -1px 15px 15px;
    }

    .GOAccountTabs{
        padding: 0 15px;
    }

    .GOAddressBookEdit .buttons-set, .GOAccountInfo .buttons-set{
        bottom: 30px;
        right: 30px;
    }

    .right-bg {
        margin: 0 auto;
        width: 738px;
    }

    .nav-container .tablet-logo{
        display: block;
    }

    .nav-container .gologo{
        display: none;
    }

    .GOMainSliderProductImage img{
        width: 250px;
        height: auto;
    }

    .top-bar{
        position: static;
    }
}

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

    .adaptorSearchBlock .validation-advice {
        top: 169px;
        left: 106px;
    }

    .adaptorSearchBlock{
        background-image: url("adaptor-search/m1.jpg");
        background-size: 450px 223px;
        background-position: 0 0;
        height: 203px;
        padding: 10px 10px;
    }

    .adaptorSearchBlock.fre{
        background-image: url("adaptor-search/m1_FRE.jpg");
    }

    .catalogsearch-adaptor-index .adaptorSearchBlock {
        background-image: url("adaptor-search/m5.jpg");
    }

    .catalogsearch-adaptor-index .adaptorSearchBlock.fre {
        background-image: url("adaptor-search/m5_FRE.jpg");
    }

    .adaptorSearchBlock.img2{ background-image: url("adaptor-search/m2.jpg"); }
    .adaptorSearchBlock.img3{ background-image: url("adaptor-search/m3.jpg"); }
    .adaptorSearchBlock.img4{ background-image: url("adaptor-search/m4.jpg"); }
    .adaptorSearchBlock.img5{ background-image: url("adaptor-search/m5.jpg"); }

    .adaptorSearchBlock.fre.img2{ background-image: url("adaptor-search/m2_FRE.jpg"); }
    .adaptorSearchBlock.fre.img3{ background-image: url("adaptor-search/m3_FRE.jpg"); }
    .adaptorSearchBlock.fre.img4{ background-image: url("adaptor-search/m4_FRE.jpg"); }
    .adaptorSearchBlock.fre.img5{ background-image: url("adaptor-search/m5_FRE.jpg"); }

    #adaptorPreload1{ background-image: url("adaptor-search/m1.jpg"); }
    #adaptorPreload2{ background-image: url("adaptor-search/m2.jpg"); }
    #adaptorPreload3{ background-image: url("adaptor-search/m3.jpg"); }
    #adaptorPreload4{ background-image: url("adaptor-search/m4.jpg"); }
    #adaptorPreload5{ background-image: url("adaptor-search/m5.jpg"); }

    .adaptorSearchBlock.fre #adaptorPreload1{ background-image: url("adaptor-search/m1_FRE.jpg"); }
    .adaptorSearchBlock.fre #adaptorPreload2{ background-image: url("adaptor-search/m2_FRE.jpg"); }
    .adaptorSearchBlock.fre #adaptorPreload3{ background-image: url("adaptor-search/m3_FRE.jpg"); }
    .adaptorSearchBlock.fre #adaptorPreload4{ background-image: url("adaptor-search/m4_FRE.jpg"); }
    .adaptorSearchBlock.fre #adaptorPreload5{ background-image: url("adaptor-search/m5_FRE.jpg"); }

    .adaptorSearchBlock select{
        width: 244px;
        margin: 1px 92px;
    }

    .adaptorSearchBlock a{
        top: 204px;
        width: 420px;
        text-align: center;
    }

    .adaptorSearchBlock select#country_from{
        margin-top: 45px;
    }

    .adaptorSearchBlock select#country_to{
        margin-bottom: 2px;
    }

    .adaptorSearchBlock .usbLabel{
        margin-left: 92px;
        width: 135px;
    }

    .cart .discount input.input-text{
        width: 344px;
    }

    .GONoticeSwitcherPopUpContent{
        width: 330px;
        margin-left: -195px;
        top: 35%;
    }

    .GONoticeSwitcherPopUpContent .GOPopUpContentButtons{
        width: 360px;
    }

    .breadcrumbs{
        margin-left: -8px;
    }

    .GOProductPage .GORelatedProducts{
        width: 436px;
    }

    .goHomeAboutUsWidgetInfo{
        height: auto;
    }

    #nav{
        display: none;
    }

    #cart-sidebar .GORelatedProductQuantity button{
        display: none;
    }

    .nav-container {
        height: 0;
    }

    .store_2 .nav-container {
        height: 40px;
    }

    .nav-container .tablet-logo{
        display: none;
    }

    .mobile-logo{
        display: block;
        text-align: left;
    }

    .double-line{
        display: none;
    }

    .footer{
        width: 420px;
    }

    .page{
        width: 450px;
    }

    .saleproducts {
        margin-left: -8px;
        margin-right: -8px;
        position: relative;
    }

    a.GOProductWidget{
        width: 202px;
        margin: 10px 8px 20px;
    }

    .goHomeAboutUsWidgetBanner{
        display: none;
    }

    .goHomeAboutUsWidgetInfo .moreLinkHolder{
        bottom: 15px;
    }

    .goHomeAboutUsWidgetInfo{
        margin: 0;
        padding-bottom: 50px;
        width: 390px;
    }

    .GOAcceptedCards{
        width: 420px;
    }

    .footer .footer-left, .footer .footer-right{
        width: 420px;
    }
    .block-cart-header #header-items {
        width: 100%;
        border-width: 1px 0 1px 0;
        border-top-color: #FFFFFF;
    }

    .block-cart-header .empty {
        background-color: #FEEA1A;
    }

    .block-cart-header .block-subtitle span{
        background-color: #FEEA1A;
        border-bottom: 1px solid #FFFFFF;
    }

    #header_menu .links{
        display: none;
    }

    .block-cart-header .button-show{
        display: none;
    }

    .mobileMenuWrapper{
        display: block;
        float: right;
    }

    #mobileMenu{
        display: inline-block;
        float: left;
        width: 50px;
        height: 38px;
        background-color: #515054;
        padding: 0;
        position: relative;
    }

    #mobileCartButton{
        height: 38px;
        padding: 0;
        background-color: #FEEA1A;
        display: inline-block;
        float: right;
    }

    #mobileMenuHolder{
        display: none;
    }

    #header_menu{
        position: relative;
    }

    .block-cart-header{
        position: static;
    }

    .cookiePolicyBlock {
        width: 410px;
        height: 42px;
    }

    .cookiePolicyBlock span{
        font-size: 12px;
        line-height: 21px;
        text-align: center;
    }

    .cookiePolicyBlock .cookiePolicyClose{
        top: 13px;
    }

    .footer-container .additional-footer{
        width: 435px;
        padding-left: 15px;
    }

    .additional-footer hr{
        float: left;
        display: block;
        width: 420px;
        border: 0;
        height: 1px;
        margin: 15px 0;
        background-color: #FFF;
    }

    #footer h3{
        font-size: 24px;
        position: relative;
        display: inline;
    }

    #footer .column ul{
        margin-left: 15px;
        padding-top: 10px;
    }

    #footer .column a{
        font-size: 14px;
    }

    #footer .column{
        width: 190px;
    }

    #footer .column.itemClosed ul{
        display: none;
    }

    .mobileFooterButton{
        display: block;
    }

    #footer .arrow{
        display: block;
        position: absolute;
        right: -12px;
        top: 6px;
        width: 14px;
        height: 14px;
    }

    #footer .column .arrowClosed{
        display: none;
        position: absolute;
        right: -12px;
        top: 6px;
        width: 14px;
        height: 14px;
    }

    #footer .column.itemClosed .arrow{
        display: none;
    }

    #footer .column.itemClosed .arrowClosed{
        display: block;
    }

    .emptyFooterColumn{
        display: none;
    }

    .GOCmsContent{
        padding: 30px 15px;
    }

    .col2-left-layout .products-grid{
        width: auto;
        margin: 0 -8px;
    }

    .toolbar .pages{
        min-width: 170px;
        border: 0;
    }

    .toolbar .limiter{
        min-width: 173px;
    }

    .toolbar .limiter .selectbox{
        float: left;
    }

    .toolbar .limiter .label-right{
        float: left;
    }

    .GOProductPage .GOProductInfoColumn{
        width: 420px;
    }

    .GOProductPage .GOProductImages{
        margin-left: 35px;
    }

    .GOProductPage .GOProductOptions{
        margin-left: 0;
        margin-top: 15px;
        width: 420px;
    }

    .GOProductDetailsTabs{
        width: 420px;
    }

    .GOProductDetailsTabs a{
        width: 138px;
    }

    .GOProductDetailsHolder{
        float: left;
        width: 388px;
        border-top: 0;
        margin-top: -2px;
    }

    .GOProductDetailsTabs a.active{
        border-bottom: 0;
    }

    .GOProductDetailsTabs a.active .tabBorder{
        display: none;
    }

    .GOProductPage .GOProductDetails{
        width: 420px;
    }

    .specsLine .label{
        width: 43%;
    }

    .specsLine .value{
        width: 53%;
    }

    #zenForm #zenName, #zenForm #zenEmail, #zenForm #zenQuestion, #zenForm #zenLocation{
        width: 205px;
    }

    .GOProductPage .GORelatedProducts a.GOProductWidget:nth-child(4) {
        display: block;
    }

    .GOProductPage .GORelatedProducts{
        padding: 30px 7px;
    }

    .GORelatedProducts .module-box{
        padding-left: 9px;
    }

    .GOProductPage .GOProductDetails .GOProductDetailsButtonsLine{
        margin-left: 0;
        width: 420px;
    }

    .GOCartTabs{
        margin-left: -1px;
    }

    .GOCartTabs ul.linksHolder li span{
        width: 418px;
    }

    .GOCartTabs ul.linksHolder.loggedIn li span, .GOCartTabs ul.linksHolder.loggedIn li:first-child span{
        width: 418px;
    }

    .GOCartTabs ul.linksHolder li:first-child span{
        width: 418px;
        margin-left: 1px;
    }

    .cart-collaterals .col3-set .col-1{
        width: 388px;
    }

    .col3-set .col-3{
        width: 100%;
    }

    .GOCartContainer #shopping-cart-totals-table{
        width: 388px;
    }

    .GOCartAddressForms .col-1{
        padding: 0;
        width: 388px;
        margin-bottom: 0;
    }

    .GOCartContainer .col3-set .col-2{
        width: 388px;
        border: 0;
        margin-top: 0;
    }

    .GOCartAddressForms.loggedIn .input-box input, .GOCartAddressForms .input-box input{
        width: 376px;
    }

    .GOCartAddress .form-list input.input-text {
        width: 376px;
    }

    .GOCartContainer.GOCartAddress .col3-set .col-2{
        margin-left: 0;
        margin-top: 30px;
    }

    .GOCartAddress #form-validate{
        margin-bottom: 80px;
        display: inline-block;
    }

    .GOCartAddress hr{
        height: 0;
    }

    .GOCartAddress label.GOCustomCheckBoxBox{
        margin-left: 0;
        margin-top: 30px;
    }

    .GOCartContainer .col3-set .col-2 .titleLine{
        display: none;
    }

    .GOCartAddressForms .buttons-set{
        margin-top: 10px;
    }

    .trustLine .GOAcceptedCards{
        width: 180px;
    }

    .GOCartContainer .cart-table .item-product-delete{
        padding-right: 0;
    }

    .GOCartContainer .cart-table .item-product-qty{
        padding-right: 25px;
        width: 50px;
    }

    .GOCartContainer .cart-table .item-product-img{
        padding-right: 0;
    }

    .GOCartAddressForms.loggedIn .col2-set > .col-1{
        width: 388px;
    }

    .GOCartAddressForms.loggedIn .address-select{
        width: 388px;
    }

    .GOCartAddressForms.loggedIn .col-2{
        width: 388px;
    }

    .GOCartAddressForms.loggedIn .GOCustomCheckBoxBox{
        margin-top: 30px;
    }

    .GOCartAddressForms.loggedIn .buttons-set{
        right: 30px;
    }

    .GOCartAddressForms.loggedIn{
        margin-bottom: 90px;
    }

    .GOCartContainer.GOCheckoutPayment .bckLine{
        display: none;
    }

    .GOCheckoutPayment input, .GOCheckoutPayment select{
        width: 375px !important;
    }

    .GOCartContainer.GOCheckoutPayment .paymentMethodWrapper .buttons-set{
        position: relative;
        float: left;
        width: 388px;
    }

    .GOCartContainer.GOCheckoutPayment .col-2 .buttons-set{
        left: -15px;
    }

    #form-paypal .logoHolder{
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .GOCartContainer .col3-set .col-2{
        width: 358px;
    }

    .GOCartAddressForms .col3-set .col-2{
        width: 388px;
    }

    #goContactForm #comment{
        width: 378px;
    }

    #goContactForm .form-list input.input-text{
        width: 384px;
    }

    #goContactForm .leftMargin{
        margin-left: 0;
    }

    #goContactForm select{
        width: 390px;
    }

    .customer-account-login .col2-set .col-1 .content,
    .customer-account-create .col2-set .col-1 .content,
    .customer-account-forgotpassword .col2-set .col-1 .content,
    .customer-account-resetpassword .col2-set .col-1 .content{
        min-height: 0;
    }

    .customer-account-login .account-login .content,
    .customer-account-create .account-create .content,
    .customer-account-forgotpassword .account-forgot .content{
        min-height: 0;
    }

    .customer-account-login .account-login .content,
    .customer-account-create .account-create .content,
    .customer-account-forgotpassword .account-forgot .content{
        padding: 15px;
    }

    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2,
    .customer-account-create .col2-set .col-1,
    .customer-account-create .col2-set .col-2,
    .customer-account-forgotpassword .col2-set .col-1,
    .customer-account-forgotpassword .col2-set .col-2,
    .customer-account-resetpassword .col2-set .col-1,
    .customer-account-resetpassword .col2-set .col-2{
        width: 450px;
    }

    .account-login .form-list input.input-text,
    .account-forgot .form-list input.input-text,
    .account-create .form-list input.input-text{
        width: 410px;
    }

    .account-create li.control label{
        width: 390px;
        margin-bottom: 15px;
    }

    .account-create li.control{
        margin-top: 25px;
    }

    .GOAccountTabs ul.linksHolder li:first-child a, .GOAccountTabs ul.linksHolder li a{
        width: 418px;
        margin-left: 0;
    }

    .GOAccountInfo .col3-set .col-1, .GOAddressBookEdit .col3-set .col-1{
        width: 388px;
    }

    .GOAccountInfo .col3-set .col-2, .GOAddressBookEdit .col3-set .col-2{
        width: 388px;
        margin-left: 0;
        margin-top: 30px;
    }

    .GOAccountContent.GOAddressBookEdit .col-3{
        height: 130px;
    }

    .GOAddressBook .col3-set .col-1, .GOAddressBook .col3-set .col-2{
        width: 190px;
    }

    .GOAddressBook .col3-set .col-3{
        margin-top: 20px;
    }

    .GOAccountContent .form-list input.input-text {
        width: 376px;
    }

    .GOAccountContent.GOAccountInfo{
        padding-bottom: 90px;
    }

    .GOAccountContent {
        margin: 0 15px 15px;
    }

    .GOAccountOrdersView .orderNumberCol{
        display: none;
    }

    .GOAccountOrdersView .orderDateCol{
        display: none;
    }

    .GOAccountOrdersView .orderTotalCol{
        display: none;
    }

    #my-orders-table{
        white-space: nowrap;
    }

    .GOAccountOrdersView .orderStatusCol{
        padding-left: 10px !important;
    }

    .GOAccountOrdersView .order-details #my-orders-table td,
    .GOAccountOrdersView .order-details #my-orders-table th{
        min-width: 0;
    }

    .GOAccountOrdersView .col3-set .col-1, .GOAccountOrdersView .col3-set .col-2{
        width: 190px;
    }

    .GOAccountOrdersView .col3-set .col-3{
        margin-top: 30px;
    }

    #wishlist-view-form .col3-set .col-1{
        text-align: center;
        width: 388px;
    }

    #wishlist-view-form .col3-set .col-2{
        width: 388px;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #wishlist-view-form .col3-set .col-2 textarea{
        width: 372px;
    }

    #wishlist-view-form .col3-set .col-3{
        width: 388px;
        min-height: 80px;
    }

    #wishlist-view-form p.cartButtons{
        right: 0;
    }

    .GOShareWishList .form-list li.wide .input-box{
        width: 388px;
    }

    .GOShareWishList .form-list li.wide textarea{
        width: 374px;
    }

    .account-logout .col2-set .col-1{
        width: 450px;
    }

    .GOAccountOrdersView .order-items{
        width: 388px;
        overflow-x: scroll;
    }

    .GOAccountOrdersView #my-orders-table{
        font-size: 10px;
    }

    .account-login .errorMessagesHolder,
    .account-create .errorMessagesHolder,
    .account-forgot .errorMessagesHolder{
        margin: 15px;
    }

    .right-bg{
        width: 450px;
    }

    .freeDeliveryHeaderNotice{
        position: absolute;
        width: 100%;
        right: 0;
        text-align: center;
        background-color: #000000;
        color: #FFEC00;
        top: 39px;
        font-family: mullermedium;
        z-index: 10;
    }
}

@media only screen and (max-width: 459px){
    .adaptorSearchBlock a{
        right: 15px;
        width: 260px;
    }

    .adaptorSearchBlock .validation-advice {
        left: 25px;
    }

    .adaptorSearchBlock select{
        margin: 1px 12px;
    }

    .adaptorSearchBlock{
        background-position: -82px 0;
    }

    .adaptorSearchBlock .usbLabel{
        margin-left: 12px;
    }

    .cart .discount input.input-text{
        width: 184px;
    }

    .GONoticeSwitcherPopUpContent, .GONoticeSwitcherPopUpContent{
        width: 180px;
        margin-left: -120px;
        top: 25%;
    }

    .GONoticeSwitcherPopUpContent .GOPopUpContentButtons{
        width: 225px;
    }

    .right-bg {
        width: 290px;
    }

    .GOProductPage .GORelatedProducts{
        width: 276px;
    }

    .footer{
        width: 260px;
    }

    .page{
        width: 290px;
    }

    a.GOProductWidget{
        width: 214px;
        margin: 10px 30px 20px;
    }

    .goHomeAboutUsWidgetBanner{
        display: none;
    }

    .goHomeAboutUsWidgetInfo{
        width: 230px;
    }

    .GOAcceptedCards{
        width: 260px;
        margin-bottom: 5px;
    }

    .footer .footer-left, .footer .footer-right{
        width: 260px;
    }

    .form-search input.input-text{
        width: 299px;
    }

    .cookiePolicyBlock {
        width: 240px;
        height: 62px;
    }

    .cookiePolicyBlock .cookiePolicyClose{
        top: 22px;
        right: -14px;
    }

    .footer-container .additional-footer{
        width: 260px;
        padding-left: 0;
    }

    .additional-footer hr{
        display: none;
    }

    #footer .column{
        margin-top: 15px;
        margin-left: 0;
        width: 200px;
    }

    #footer{
        padding-bottom: 15px;
    }

    .block-cart-header #header-items a{
        font-size: 12px;
    }

    #cart-sidebar .GORelatedProductQuantity .quantity{
        margin-top: 6px;
    }

    .breadcrumbs{
        margin-left: -7px;
    }

    .GOCmsContent h1, .GOCmsContent h3{
        font-size: 25px;
    }

    .toolbar .pages{
        min-width: 235px;
    }

    .toolbar .limiter{
        min-width: 238px;
    }

    .GOProductPopUp .GOProductPopUpImage, .GOProductPopUp .GOProductPopUpDetails{
        width: 100%;
    }

    .GOPopUpContent{
        width: 180px;
        margin-left: -120px;
    }

    .GOPopUpContentButtons{
        width: 225px;
        top: 15px;
    }

    .GOPopUpContent .GOPopUpContentText{
        width: auto;
    }

    .GOPopUpContent .GOPopUpContentImage{
        width: 180px;
        margin: 15px 0 15px 0;
    }

    .GOProductPopUp .popUpLoaderOverlay{
        left: 0;
        right: 0;
        padding-left: 10px;
    }

    .GOProductDetailsTabs{
        width: 260px;
    }

    .GOProductDetailsTabs a{
        width: 258px;
    }

    .GOProductDetailsHolder{
        width: 228px;
    }

    .GOProductDetailsHolder.grey{
        background: none;
    }

    .specsLine .label, .specsLine .value{
        width: 98%;
    }

    .specifications .specsLine .label{
        font-weight: bold;
    }

    .details .specsLine .value{
        padding: 0;
    }

    #zenForm #zenName, #zenForm #zenEmail, #zenForm #zenQuestion, #zenForm #zenLocation{
        width: 222px;
        background-color: #F2F2F2;
    }

    .GOProductPage .GOProductOptions{
        width: 260px;
    }

    .GOProductPage .GOProductImages{
        width: 260px;
        margin-left: 0;
    }

    .GOProductPage .GOImagesSliderButtons{
        width: 270px;
        margin-left: -5px;
    }

    .GOProductPage .GOImagesSlider{
        margin-left: -5px;
    }

    .GOProductPage .GOImagesSlider li{
        width: 270px;
    }

    .GOZoomContainer{
        width: 260px;
        height: 280px;
    }

    .GOZoomImgHolder{
        width: 260px;
        height: 280px;
    }

    .GOProductPage .GOProductInfoColumn{
        width: 260px;
    }

    .GOProductPage .GOGalleryImage{
        height: 280px;
    }

    .GOProductPage .GOProductDetails{
        width: 260px;
    }

    .GOCartTabs ul.linksHolder li span{
        width: 258px;
    }

    .GOCartTabs ul.linksHolder li:first-child span, .GOCartTabs ul.linksHolder.loggedIn li span, .GOCartTabs ul.linksHolder.loggedIn li:first-child span{
        width: 258px;
    }

    .cart-collaterals .col3-set .col-1{
        width: 228px;
    }

    .GOCartContainer .GOCustomCheckBoxBox{
        width: 166px;
    }

    .GOCartContainer #shopping-cart-totals-table{
        width: 228px;
    }

    .GOCartAddressForms .col-1{
        width: 228px;
    }

    .GOCartAddressForms.loggedIn .input-box input, .GOCartAddressForms .input-box input{
        width: 216px;
    }

    .GOCartAddress .form-list input.input-text{
        width: 216px;
    }

    .GOCartContainer .col3-set .col-2{
        width: 228px;
        border-right: 0;
    }

    .trustLine .sslIcon{
        margin-bottom: 10px;
    }

    .trustLine .waysToPay{
        padding-left: 0;
        border-left: 0;
    }

    .GOCartContainer .cart-table .item-product-qty{
        display: none;
    }

    .GOCartContainer .cart-table .item-product-delete a{
        display: none;
    }

    .GOCartAddressForms.loggedIn .col2-set > .col-1{
        width: 228px;
    }

    .GOCartAddressForms.loggedIn .address-select{
        width: 228px;
    }

    .GOCartAddressForms.loggedIn .col-2{
        width: 228px;
    }

    .GOCartAddressForms.loggedIn .buttons-set{
        bottom: 190px;
    }

    .GOCartAddress .buttons-set{
        bottom: 130px;
    }

    .GOCheckoutPayment input, .GOCheckoutPayment select{
        width: 216px !important;
    }

    .GOCartContainer.GOCheckoutPayment .paymentMethodWrapper .buttons-set{
        width: 228px;
    }

    .GOCartContainer .col3-set .col-2{
        width: 198px;
    }

    .GOCartAddressForms .col3-set .col-2{
        width: 228px;
    }

    #goContactForm #comment{
        width: 218px;
    }

    #goContactForm .form-list input.input-text{
        width: 224px;
    }

    #goContactForm .leftMargin{
        margin-left: 0;
    }

    #goContactForm select{
        width: 230px;
    }

    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2,
    .customer-account-create .col2-set .col-1,
    .customer-account-create .col2-set .col-2,
    .customer-account-forgotpassword .col2-set .col-1,
    .customer-account-forgotpassword .col2-set .col-2,
    .customer-account-resetpassword .col2-set .col-1,
    .customer-account-resetpassword .col2-set .col-2{
        width: 290px;
    }

    .account-login .form-list input.input-text,
    .account-forgot .form-list input.input-text,
    .account-create .form-list input.input-text{
        width: 250px;
    }

    .GOAccountTabs ul.linksHolder li:first-child a,
    .GOAccountTabs ul.linksHolder li a {
        margin-left: 0;
        width: 258px;
    }

    .GOAccountInfo .col3-set .col-1,
    .GOAddressBookEdit .col3-set .col-1{
        width: 228px;
    }

    .GOAccountInfo .col3-set .col-2,
    .GOAddressBookEdit .col3-set .col-2{
        width: 228px;
    }

    .GOAccountContent .form-list input.input-text{
        width: 216px;
    }

    .GOAddressBook .col3-set .col-1, .GOAddressBook .col3-set .col-2{
        width: 228px;
        margin-left: 0;
    }

    .GOAccountInfo .col3-set .col-1,
    .GOAddressBookEdit .col3-set .col-1,
    .GOAccountInfo .col3-set .col-2,
    .GOAddressBookEdit .col3-set .col-2{
        width: 228px;
    }

    .GOAccountContent.GOAddressBookEdit label.GOCustomCheckBoxBox{
        width: 198px;
        padding-right: 0;
    }

    .GOAccountContent.GOAddressBookEdit .col-3{
        height: 150px;
    }

    .GOAccountOrdersView .orderStatusCol{
        display: none;
    }

    .GOAccountOrdersView .order-items{
        width: 228px;
        overflow-x: scroll;
    }

    .GOAccountOrdersView .col3-set .col-1, .GOAccountOrdersView .col3-set .col-2 {
        width: 228px;
        margin-left: 0;
    }

    .GOAccountOrdersView .col3-set .col-2{
        margin-top: 10px;
    }

    .GOAccountOrdersView .page-title *{
        float: left !important;
    }

    .GOAccountOrdersView .page-title .upper{
        margin-bottom: 5px;
    }

    #wishlist-view-form .col3-set .col-1{
        width: 228px;
    }

    #wishlist-view-form .col3-set .col-2{
        width: 228px;
    }

    #wishlist-view-form .col3-set .col-2 textarea{
        width: 212px;
    }

    #wishlist-view-form .col3-set .col-3{
        width: 228px;
        min-height: 120px;
    }

    #wishlist-view-form .btn-update{
        margin-top: 10px;
    }

    .GOShareWishList .form-list li.wide .input-box{
        width: 228px;
    }

    .GOShareWishList .form-list li.wide textarea{
        width: 212px;
    }

    .GOAccountContent.GOAccountSubscriptions label.GOCustomCheckBoxBox{
        width: 197px;
        padding-right: 0;
    }

    .account-logout .col2-set .col-1 {
        width: 290px;
    }

    .account-create li.control label {
        width: 228px;
    }

    .GOProductPage .GOProductDetails .GOProductDetailsButtonsLine{
        width: 260px;
    }

    .GOShoppingCart .shipping-form select#region_id{
        width: 196px;
    }

    #goContactForm .form-list .field{
        width: 230px;
    }
}