/*_ ARTFIEDWEB CODE _*/
/* new main: #8D20AE old main: #f39177 */
.featured-view .header {
    float: left;
    position: relative;
    width: 100%;
}
.featured-view .header h4 {
    background-color: #fff;
    border-bottom: 1px solid #d93616;
    color: #494949;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin-left: -10px;
    width: calc(100% + 20px);
}
.products .product {
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    float: left;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 10px;
    min-width: 20px;
    transition: 0.3s ease 0s;
    padding: 15px;
    width: calc(33.33% - 20px);
}
.products .product:hover {
    border: 3px solid #f2f2f2;
}
.products .product_image_area,
.products .product_image_area > a,
.products .product_image_area > a img {
    float: left;
    width: 100%;
    height: auto;
    max-height: none;
}
.products .product_title_area {
    margin-top: 10px;
}
.products .product_title_area,
.products .product_title_area h2 {
    float: left;
    width: 100%;
    text-align: center;
}
.products .product_title_area h2 a {
    color: #238ecc;
    display: table;
    font-size: 14px;
    font-weight: 400;
    margin: 20px auto 10px;
    table-layout: fixed;
    text-transform: uppercase;
}
.products .product_price_area,
.products .product_price_area .product-price,
.vmproduct .product_price_area,
.vmproduct .product_price_area .product-price {
    float: left;
    width: 100%;
    margin: 0;
}
.product .product_price_area span.price-crossed,
.product .product_price_area div.PricesalesPrice,
.vmproduct .product_price_area span.price-crossed,
.vmproduct .product_price_area div.PricesalesPrice {
    color: #474747;
    display: table;
    float: none;
    font-size: 15px;
    line-height: 18px;
    margin: 0 auto;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    width: auto;
}
.product .product_price_area span.price-crossed span,
.product .product_price_area div.PricesalesPrice span,
.vmproduct .product_price_area span.price-crossed span,
.vmproduct .product_price_area div.PricesalesPrice span {
    display: table;
    table-layout: fixed;
    margin: 0 auto 10px;
    float: none;
}
.product .product_price_area span.vm-price-desc,
.vmproduct .product_price_area span.vm-price-desc {
    margin: 0 !important;
}
.product .product_price_area div.PricesalesPrice span {
    color: #878787;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    line-height: 1;
}
.product .productSku {
    float: left;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.product .product_stock_area {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.product .vm2-nostock,
.product .vm2-lowstock,
.product .vm2-normalstock {
    float: none;
    margin: 0 auto !important;
}
.vmicon.vm2-nostock {
    background-image: url("../../../images/template/no-stock.png");
    background-position: center center;
    float: right;
    height: 15px;
    width: 19px;
}
.vmicon.vm2-lowstock {
    background-image: url("../../../images/template/low-stock.png");
    background-position: center center;
    float: right;
    height: 15px;
    width: 19px;
}
.vmmanufacturer .owl-item.active a {
    align-items: center;
    display: flex;
}
.vmicon.vm2-normalstock {
    background-image: url("../../../images/template/normal-stock.png");
    background-position: center center;
    float: right;
    height: 15px;
    width: 19px;
}
.product .product_addtcart_area,
.product .product_addtcart_area .addtocart-area,
.product .product_addtcart_area .product.js-recalculate,
.product .product_addtcart_area .addtocart-bar {
    float: left;
    width: 100%;
    border: medium none;
    margin: 0;
}
.products .product_addtcart_area form.product.js-recalculate {
    padding: 0;
}
.products .product_addtcart_area span.addtocart-button {
    float: left;
    width: 100%;
}
.products .product_addtcart_area .quantity-controls.quantity-minus,
.productdetails-view .addtocart-area .quantity-controls.quantity-minus {
    background-color: #fff;
    background-image: none;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 2px 0 0;
    padding: 0;
    width: 34px;
    color: #666 !important;
}
.products .product_addtcart_area .quantity-controls.quantity-plus,
.productdetails-view .addtocart-area .quantity-controls.quantity-plus {
    background-color: #fff;
    background-image: none;
    float: right;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 2px;
    padding: 0;
    width: 34px;
    color: #666 !important;
}
.products .product_addtcart_area span.quantity-box,
.productdetails-view .addtocart-area span.quantity-box {
    font-weight: 700;
    margin: 0;
    width: calc(100% - 72px);
}
.products .product_addtcart_area input.quantity-input,
.productdetails-view .addtocart-area input.quantity-input {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-image: none !important;
    padding: 0 !important;
    width: 100% !important;
}
.products .product_addtcart_area input.quantity-input:hover,
.productdetails-view .addtocart-area input.quantity-input:hover {
    background-color: #fff;
}
.products .product_addtcart_area input.quantity-input:hover,
.productdetails-view .addtocart-area input.quantity-input:hover {
    background-color: #fff;
}
.products .product_addtcart_area span.quantity-controls {
    display: inline-block;
    margin: 0 0 2px;
    vertical-align: middle;
    width: 100%;
}
.products .product_addtcart_area span.addtocart-button input.addtocart-button,
.products .product_addtcart_area span.addtocart-button span.addtocart-button-disabled,
.productdetails-view .addtocart-area span.addtocart-button input.addtocart-button,
.productdetails-view .addtocart-area span.addtocart-button span.addtocart-button-disabled {
    background-color: #238ecc;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 25px;
    width: 100%;
}
.productdetails-view .call {
    color: #1d429b;
    float: left;
    line-height: 1.4;
    width: 100%;
}
.products .product_addtcart_area span.addtocart-button span.addtocart-button-disabled,
.productdetails-view .addtocart-area span.addtocart-button span.addtocart-button-disabled {
    background-color: #ddd;
}
.productdetails-view .productSku {
    float: left;
    font-size: 12px;
    width: 100%;
}
.products .product_addtcart_area .product-fields {
    margin: 0;
    padding: 0;
}
.products .product_addtcart_area .product-fields .clear {
    display: none;
}
.products .product_addtcart_area .product-fields .product-field-display {
    display: block;
    float: left;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}
.product-field-display label,
.product-field-display label + div {
    float: left;
    height: auto;
    line-height: 36px;
}
.product-field-display label + div select {
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 16px !important;
    width: auto !important;
}
#gkTopMenu .menu,
#gkTopMenu .awLogin {
    float: left;
    width: auto;
}
.awLogin .gkLogin,
.awLogin .gkLogout {
    /*color: #1a1d1f;*/
    color: #ddd;
    float: left;
    font-size: 10px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer;
}
.awLogin .gkLogin:hover,
.awLogin .gkLogout:hover {
    color: #fff;
}
#gkPopupLogin {
    float: left;
    height: auto;
    left: 50%;
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
#gkLang {
    float: right;
    width: auto;
    margin-left: 20px;
}
#gkLang .chzn-container.chzn-container-single.chzn-container-single-nosearch {
    float: left;
    font-size: 10px;
    font-weight: bold;
}
#gkHeader .chzn-container-single .chzn-single,
#gkPageContent .chzn-container-single .chzn-single {
    background-color: #f5f5f5;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
}
#gkPageContent .chzn-container-single .chzn-single {
    height: 34px;
    line-height: 34px;
    margin-top: 0;
}
#gkHeader .chzn-container .chzn-drop,
#gkPageContent .chzn-container .chzn-drop {
    background-color: #f5f5f5;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
}
#gkHeader .chzn-container .chzn-results li.highlighted,
#gkPageContent .chzn-container .chzn-results li.highlighted {
    background-color: #d93616;
    background-image: none;
}
#gkPageContent .chzn-container .chzn-results li.active-result {
    padding-left: 15px;
    text-align: left;
}
.developed > img {
    margin-top: 5px;
}
#AW_developed {
    color: #000;
    float: left;
    margin: 15px 0;
    width: 100%;
}
#gkBottom5l,
#gkBottom5c,
#gkBottom5c2,
#gkBottom5r {
    float: left;
    width: 48%;
}
.acymailing_form {
    float: left;
    width: 100%;
}
.acysubbuttons {
    float: left;
    margin: 0;
    width: 30%;
}
.acysubbuttons .button.subbutton {
    background-color: #575f65;
    border: medium none;
    color: #fff !important;
    float: left;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 100%;
}
.acysubbuttons .button.subbutton:hover {
    background-color: #1d429b;
}
.acyfield_email .inputbox {
    border: medium none;
    line-height: 40px;
    padding: 0 10px !important;
}
.onefield.fieldacyemail {
    float: left;
    margin: 0;
    width: 70%;
}
.credit_cards .content > img {
    float: left;
    padding-right: 10px;
    width: 40px;
}
.onefield.fieldacyemail .inputbox.required {
    border: 1px solid #ddd;
    float: left;
    height: 40px;
    line-height: 38px;
    padding: 0 15px !important;
    width: 100% !important;
    -webox-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#gkBottom5 .acymailing_introtext {
    color: #575f65;
    float: left;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px !important;
    width: 100%;
}
#gkBottom5c .custom > p {
    float: left;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    width: 100%;
    color: #575f65;
}
.box.newsletter {
    margin-bottom: 0;
    padding-bottom: 0;
}
#AW_Social {
    float: left;
    width: auto;
}
#AW_Social span a:before {
    background-color: transparent;
    border-radius: 50%;
    color: #575f65;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-right: 8px;
    text-align: center;
    width: 40px;
    transition: 0.3s ease 0s;
}
#AW_Social span a:hover:before {
    color: #1d429b;
}
#AW_Social > span {
    float: left;
    width: auto;
}
#gkMainbody a.vm-button-correct {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0 30px;
    text-align: center;
}
#gkMainbody a.vm-button-correct:hover {
    background-color: #d93616;
}
.chzn-container {
    width: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#ProOPC .chzn-container {
    width: 100% !important;
}
#ProOPC .proopc-bt-address .inner-wrap,
#ProOPC .proopc-st-address .inner-wrap {
    padding-bottom: 15px !important;
}
.chzn-search > input {
    background-image: none !important;
    float: left;
    width: 100% !important;
}
#ProOPC #proopc-order-submit.proopc-btn {
    margin: 0;
}
#gkPageContent .chzn-container-single .chzn-single {
    padding: 0 15px 0 10px;
}
#gkHeader .chzn-container .chzn-drop,
#gkPageContent .chzn-container .chzn-drop {
    float: left;
    padding: 5px;
    width: 100%;
}
.chzn-container .chzn-results {
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
#gkPageContent .chzn-container .chzn-results li.active-result {
    float: left;
    line-height: 17px;
    padding: 5px;
    width: 100%;
}
.order_list .chzn-container {
    margin-right: 10px;
}
.category-view .category-view .row {
    display: flex;
    display: -webkit-flex;
    margin-left: -10px;
    margin-top: -10px;
    width: calc(100% + 20px);
}
.category-view .category-view .row .category {
    border: 1px solid #e5e5e5;
    margin: 10px;
    width: calc(25% - 20px);
}
.category-view .category-view .row .category h2 {
    padding: 20px 0;
    float: left;
    width: 100%;
}
.category-view .category-view .row .category h2 a {
    color: #575f65;
    float: left;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.category-view .category-view .row .category h2 a:hover {
    color: #1b1d1f;
}
.browse-view .products .product {
    width: calc(25% - 20px);
}
.browse-view .orderby-displaynumber {
    padding: 10px 0 15px;
}
.browse-view .display-number {
    margin: 0;
}
.browse-view .orderby-displaynumber .title,
.browse-view .display-number .title {
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 3px;
    width: 100%;
}
.browse-view .display-number .chzn-container {
    float: right;
}
.productdetails-view {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.productdetails-view .left-area {
    float: left;
    width: 48%;
}
.productdetails-view .right-area {
    float: right;
    width: 48%;
}
.productdetails-view .main-image > a {
    float: left;
    width: 100%;
}
.productdetails-view .main-image img {
    border: 1px solid #eee;
    float: left;
    height: auto;
    max-height: 100%;
    width: 100%;
}
.productdetails-view .ratingbox {
    background: transparent url("../../../images/template/rating-stars(20px-grey).png") repeat-x scroll 0 bottom;
    height: 22px;
    width: 100px;
    margin: 10px 0 0;
}
.productdetails-view .ratingbox.dummy {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 100%;
}
.productdetails-view .ratingbox div,
.productdetails-view .ratingbox span {
    background: rgba(0, 0, 0, 0) url("../../../images/template/rating-stars(20px-grey).png") scroll 0 0;
    background-repeat: repeat-x;
    display: block;
    height: 22px;
    position: static;
    background-position: left top 4px !important;
}
.productdetails-view .manufacturer {
    margin: 0;
}
.productdetails-view .manufacturer-label {
    float: left;
    padding-right: 5px;
    width: auto;
}
/* VP One Page Check Out */
#ProOPC.cart-view .proopc-finalpage {
    display: block;
    float: left;
    width: 100%;
}
#ProOPC.cart-view .proopc-finalpage .proopc-box {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    border: none;
}
#ProOPC.cart-view .proopc-finalpage .proopc-title .cart-page-title {
    color: #474747;
    font-family: roboto;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    margin: 0;
    padding: 0;
}
#ProOPC.cart-view .proopc-finalpage .proopc-process-title {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #f2f2f2;
    color: #494949;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 0 10px;
    font-family: 'roboto';
    margin-bottom: 10px;
}
#ProOPC.cart-view .proopc-finalpage .proopc-inner {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
}
#ProOPC.cart-view .proopc-finalpage span.radio,
#ProOPC.cart-view #proopc-payment-form label,
#ProOPC.cart-view #proopc-shipment-form label,
#ProOPC.cart-view .proopc-finalpage span.checkbox {
    color: #474747;
    cursor: pointer;
    float: left;
    font-family: "roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    position: relative;
}
#ProOPC.cart-view .proopc-finalpage span.radio:before,
#ProOPC.cart-view #proopc-payment-form label:before,
#ProOPC.cart-view #proopc-shipment-form label:before {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    float: left;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
    transition: all 0.3s ease 0s;
    width: 16px;
}
#ProOPC.cart-view .proopc-finalpage span.checkbox:before {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    cursor: pointer;
    float: left;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
    transition: all 0.3s ease 0s;
    width: 16px;
}
#ProOPC.cart-view .proopc-finalpage span.checkbox:after,
#ProOPC.cart-view .terms-of-service-cont:after {
    content: "\f00c";
    color: #fff;
    font-family: FontAwesome;
    position: absolute;
    left: 1px;
    top: 0;
    transition: all 0.3s ease 0s;
}
#ProOPC.cart-view .cart-tos-group .checkbox {
    float: left;
    width: auto !important;
}
#ProOPC.cart-view .proopc-finalpage input:checked + span.radio:before,
#ProOPC.cart-view #proopc-shipment-form input:checked + label:before,
#ProOPC.cart-view #proopc-payment-form input:checked + label:before {
    background-color: #1d429b;
}
#ProOPC.cart-view .proopc-finalpage input:checked + span.checkbox:after {
    color: #1d429b;
}
#ProOPC.cart-view .proopc-finalpage input[type="radio"],
#ProOPC.cart-view .proopc-finalpage input[type="checkbox"],
#ProOPC.cart-view .proopc-finalpage input#STsameAsBT {
    visibility: hidden;
    position: absolute !important;
}
#ProOPC.cart-view #UserLogin .proopc-group:nth-child(2n+1),
#ProOPC.cart-view #UserRegistration .proopc-group:nth-child(2n+1) {
    float: left;
    width: 48%;
    margin: 0;
}
#ProOPC.cart-view #UserLogin .proopc-group:nth-child(2n),
#ProOPC.cart-view #UserRegistration .proopc-group:nth-child(2n) {
    float: right;
    width: 48%;
    margin: 0;
}
#ProOPC.cart-view #EditBTAddres {
    float: left;
    margin: 0 -10px;
    width: calc(100% + 20px);
}
#ProOPC.cart-view #EditBTAddres > div,
#ProOPC.cart-view #EditSTAddres > div {
    float: left;
    margin: 0 10px;
    width: calc(50% - 20px);
}

#ProOPC #UserRegistration .proops-login-inputs,
#ProOPC #UserLogin .proops-login-inputs {
    clear: left;
    float: left;
    width: 48%;
}
#ProOPC.cart-view #UserRegistration button,
#ProOPC.cart-view #UserLogin button {
    margin-top: 15px;
}
#ProOPC.cart-view #UserRegistration label,
#ProOPC.cart-view #EditBTAddres label,
#ProOPC.cart-view #EditSTAddres label,
#ProOPC.cart-view #proopc-confirm-order label {
    color: #474747;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    line-height: 2;
}
#ProOPC.cart-view .proopc-finalpage input[type="text"],
#ProOPC.cart-view .proopc-finalpage input[type="email"],
#ProOPC.cart-view .proopc-finalpage input[type="number"],
#ProOPC.cart-view .proopc-finalpage input[type="password"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 10px !important;
    width: 100% !important;
    height: 40px;
    box-shadow: none;
}
#ProOPC.cart-view .proopc-finalpage input.input-ultra-mini.proopc-qty-input {
    max-width: 100px;
}
#ProOPC.cart-view .proopc-finalpage textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
    padding: 10px !important;
    width: 100% !important;
    height: 40px;
    height: 90px;
    resize: vertical;
    box-shadow: none;
}
#ProOPC.cart-view button {
    background-color: #f2f2f2;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 38px;
    margin: 0;
    max-width: 100%;
    padding: 0 30px;
    text-align: center;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    width: auto !important;
}
#ProOPC.cart-view button:hover {
    background-color: #1d429b;
    color: #fff;
}
#ProOPC.cart-view #UserLogin li a {
    float: left;
    clear: left;
    color: #575f65;
}
#ProOPC.cart-view #UserLogin li a:hover {
    color: #000;
    text-decoration: none;
}
#ProOPC.cart-view .proopc-reg-form,
#ProOPC.cart-view .proopc-login-form,
#ProOPC.cart-view .proopc-reg-advantages {
    float: left;
    width: calc(100% - 25px);
    margin-left: 25px;
}
#ProOPC.cart-view .edit-address {
    margin: 0;
}
#ProOPC .zip-group,
#ProOPC .shipto_zip-group {
    margin-right: 2%;
    width: 48%;
}
#ProOPC .select2-selection {
    height: 40px;
    line-height: 40px;
}
#ProOPC .select2-selection > span {
    line-height: 38px;
}
#ProOPC .select2-selection > span.select2-selection__arrow b {
    margin-top: 3px;
}
#ProOPC #proopc-st-address .st-same-checkbox {
    float: left;
    margin: 0;
    padding: 0;
}
#ProOPC #proopc-st-address .edit-address {
    float: left;
    margin: 0;
    width: 100%;
}
#ProOPC #proopc-coupon .proopc-btn {
    float: right;
}
.billto-shipto span, a.terms-of-service {
    color: #1d429b;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
}
#ProOPC a.terms-of-service:hover {
    color: #000;
    text-decoration: none;
}
#ProOPC #proopc-order-submit.proopc-btn {
    clear: left;
    margin: 35px 0 0;
}
#ProOPC .proopc-error-msg {
    background-color: #1d429b;
    border: medium none;
    border-radius: 0;
    color: #fff;
    margin-top: -35px;
    padding: 10px 10px;
    text-align: center;
    text-shadow: none;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#ProOPC .proopc-error-msg button.close {
    display: none;
}
#ProOPC .proopc-error-msg > span {
    font-size: 15px;
    line-height: 1;
}
.vm-order-done {
    float: left;
    width: 100%;
}
#ProOPC .proopc-step {
    margin: 2px 10px 0 0;
    background-color: #0c76b3;
}
#ProOPC .proopc-inner.with-switch {
    float: left;
    width: 100%;
}
#ProOPC .proopc-input-group-level {
    float: left;
    width: 100%;
}
#ProOPC .proopc-input {
    float: left;
    width: 100%;
}
#ProOPC.cart-view .proopc-finalpage input[type="number"] {
    margin-bottom: 0;
}
#ProOPC .proopc-group label span,
#ProOPC .proopc-group label,
#ProOPC #EditBTAddres label span,
#ProOPC .vmpayment_name,
#ProOPC .vmpayment_cost,
#ProOPC .vmshipment_name,
#ProOPC .vmshipment_cost {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}
#ProOPC .proopc-group .asterisk {
    color: #5ab9e5;
}
#ProOPC .proopc-input-append > .status {
    margin: 0;
    right: 5px;
    top: 5px;
    border: none !important;
}
#ProOPC.cart-view .proopc-finalpage .proopc-group input {
    width: 100% !important;
}
#ProOPC #UserLogin .proopc-checkbox.inline > input {
    float: left;
    line-height: 40px;
    width: auto !important;
}
#ProOPC .proopc-finalpage .inner-wrap,
#ProOPC .proopc-finalpage #proopc-carttable-form + .proopc-column3 .proopc-register-login .proopc-inner {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#ProOPC .proopc-process-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
#ProOPC .chzn-container.chzn-container-single,
#ProOPC .chzn-container.chzn-container-single .chzn-single,
#ProOPC .chzn-container.chzn-container-single .chzn-single span {
    height: 40px;
    line-height: 40px;
}
#ProOPC .chzn-container.chzn-container-single {
    margin-bottom: 5px;
}
#ProOPC .chzn-container-single .chzn-single div b {
    background-position: 0 10px;
}
#ProOPC #EditBTAddres .Newsletter-group {
    margin-top: 27px;
}
#proopc-shipments input + label .vmshipment .vmshipment_description,
#proopc-payments input + label .vmpayment .vmpayment_description {
    display: none;
}
#proopc-shipments input:checked + label .vmshipment .vmshipment_description,
#proopc-payments input:checked + label .vmpayment .vmpayment_description {
    display: block;
}
#ProOPC input[name="virtuemart_paymentmethod_id"] + label,
#ProOPC input[name="virtuemart_shipmentmethod_id"] + label {
    float: left;
    margin-top: 0;
    max-width: calc(100% - 30px);
    padding: 0;
    width: 100%;
}
#ProOPC .proopc-shipments input[type="radio"],
#ProOPC .proopc-payments input[type="radio"] {
    float: left;
    margin: 5px 10px 1px 0 !important;
}
#ProOPC .vmpayment_description {
    margin-bottom: 10px;
}
#ProOPC table.cart-summary.proopc-table-striped tr th {
    background-color: #1d429b;
    color: #fff;
}
#ProOPC tbody .cart-product-description.with-image {
    padding-left: 90px;
}
#ProOPC tbody .cart-images {
    box-shadow: none;
    margin-left: -90px;
    padding: 0;
    width: 80px;
}
#ProOPC thead .col-qty {
    border-bottom: 1px solid #fff !important;
    min-width: 170px;
}
#ProOPC tbody .col-qty.cart-p-qty {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    min-width: 170px;
}
#ProOPC .proopc-table-striped .col-sku,
#ProOPC .proopc-table-striped .col-qty {
    text-align: right;
}
#ProOPC tbody .col-qty.cart-p-qty .proopc-input-append {
    float: left;
    min-width: 100px;
    width: auto;
}
#ProOPC tbody .col-qty.cart-p-qty .proopc-input-append .proopc-btn.proopc-task-updateqty {
    margin-bottom: 0;
    background-color: #575f65;
}
#ProOPC tbody .col-qty.cart-p-qty .proopc-input-append .proopc-qty-input {
    float: left;
    width: auto;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    border-radius: 0;
    height: 38px;
}
#ProOPC tbody .col-qty.cart-p-qty .remove_from_cart.proopc-btn.proopc-task-deleteproduct {
    float: left;
    margin: 0;
    width: auto;
    background-color: #575f65;
}
#ProOPC .proopc-icon-trash:before {
    color: #fff;
    content: "\f1f8";
    font-family: fontawesome;
    font-style: normal;
    text-shadow: none;
}
#ProOPC .proopc-icon-refresh:before {
    color: #fff;
    content: "\f021";
    font-family: fontawesome;
    font-style: normal;
    text-shadow: none;
}
#ProOPC .proopc-icon-trash,
#ProOPC .proopc-icon-refresh {
    background-image: none;
}
#ProOPC tbody .col-qty.cart-p-qty .proopc-task-updateqty,
#ProOPC tbody .col-qty.cart-p-qty .proopc-task-deleteproduct {
    padding: 0;
    text-align: center;
    width: 50px !important;
}
#ProOPC .proopc-task-updateqty:hover,
#ProOPC .proopc-task-deleteproduct:hover {
    background-color: #5ab9e5;
}
#ProOPC .col-total .PricesalesPrice,
#ProOPC .grand-total .PricebillTotal,
#ProOPC tbody .col-total span {
    color: #1d429b;
    font-family: open sans;
    font-size: 16px;
}
#ProOPC .proopc-input-append #proopc-coupon-code[type="text"] {
    float: left;
    font-size: 12px;
    margin-right: 0 !important;
    width: calc(100% - 153px) !important;
    height: 38px;
}
#ProOPC .cell-empty {
    padding: 0 !important;
}
#ProOPC .proopc-finalpage .cart-page-title {
    color: #474747;
    font-family: roboto;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}
#ProOPC .proopc-finalpage .cart-page-title span,
#ProOPC .proopc-finalpage .proopc-continue-link {
    display: none;
}
#ProOPC .proopc-finalpage select {
    background-color: #eee;
    border: medium none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px !important;
}
#ProOPC .proopc-loggedin-user {
    display: none;
}
body #proopc-preloader > span.proopc-loading-bar {
    background-color: #1d429b;
}
#gkMainMenu li .module,
#gkMainMenu li div.childcontent {
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    min-width: 150px;
}
#gkMainMenu li:hover .module,
#gkMainMenu li:hover div.childcontent {
    opacity: 1;
    visibility: visible;
    background-color: #fff;
}
#gkMainMenu .virtuemartcategories {
    float: left;
    width: 100%;
}
#gkMainMenu .virtuemartcategories > .menu,
#gkMainMenu div.childcontent ul.gkmenu {
    float: left;
    position: relative;
    width: 100%;
}
#gkMainMenu .virtuemartcategories > ul.menu > li,
#gkMainMenu div.childcontent ul.gkmenu > li {
    float: left;
    clear: left;
    width: 100%;
}
#gkMainMenu .virtuemartcategories > ul.menu > li > div {
    float: left;
    width: 100%;
}
#gkMainMenu .virtuemartcategories > ul.menu > li > div > a,
#gkMainMenu div.childcontent ul.gkmenu > li a {
    float: left;
    width: 100%;
    padding: 0 20px 0 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 36px;
    font-weight: 400;
    color: #575f65;
    text-align: left;
    transition: all 0.3s ease 0s;
    border-left: 3px solid transparent;
    font-size: 16px;
}
#gkMainMenu .virtuemartcategories > ul.menu > li.active > div > a {
    color: #1d429b;
}
#gkMainMenu .virtuemartcategories > ul.menu > li > div > a:hover,
#gkMainMenu div.childcontent ul.gkmenu > li a:hover {
    color: #000;
    border-left: 3px solid #1d429b;
}
#gkMainMenu .virtuemartcategories ul.menu > li > ul {
    background-color: #aaa;
    position: absolute;
    top: 50px;
    width: 240px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 10;
}
#gkMainMenu .virtuemartcategories ul.menu > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
#gkMainMenu .virtuemartcategories > ul.menu > li > ul li {
    float: left;
    width: 100%;
    position: relative;
}
#gkMainMenu .virtuemartcategories > ul.menu > li > ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 20px;
    width: 100%;
}
#gkMainMenu .virtuemartcategories > ul.menu > li > ul li:hover {
    background-color: #238ecc;
}
#gkMainMenu .virtuemartcategories ul.menu > li > ul > li > ul {
    background-color: #aaa;
    position: absolute;
    top: 0px;
    width: 240px;
    left: 240px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
/* #gkMainMenu max version */
#gkMainMenu .maxVmMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#gkMainMenu .maxVmMenu .categoryLevel1 {
    position: relative;
    width: 10%;
}
#gkMainMenu .maxVmMenu .categoryLevel1.fullWidth {
    position: unset;
}
#gkMainMenu .maxVmMenu .categoryLevel1:hover {
    background-color: #eee;
}
#gkMainMenu .maxVmMenu .categoryLevel1 > .linkContainer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.2;
    padding: 5px 0;
}
#gkMainMenu .maxVmMenu .categoryLevel1 > .linkContainer .categoryLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    height: 100%;
    line-height: 1.2;
    padding: 0 3px;
    text-align: center;
    width: 100%;
}
/*#gkMainMenu .maxVmMenu .categoryLevel1.open .linkContainer .categoryLink {
    color: #1d429b;
}*/
#gkMainMenu .maxVmMenu .categoryLevel1 .categoriesLevel2 {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #eee;
    -webkit-box-shadow: -11px 20px 25px rgba(17, 31, 60, 0.3);
    -moz-box-shadow:  -11px 20px 25px rgba(17, 31, 60, 0.3);
    box-shadow:  -11px 20px 25px rgba(17, 31, 60, 0.3);
    box-sizing: border-box;
    display: none;
    height: auto;
    left: 0;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 10;
}
#gkMainMenu .maxVmMenu .categoryLevel1.overflowed .categoriesLevel2 {
    left: auto;
    right: 0;
}
#gkMainMenu .maxVmMenu .categoryLevel1:hover .categoriesLevel2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#gkMainMenu .maxVmMenu .categoryLevel1.columns .categoriesLevel2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#gkMainMenu .maxVmMenu .categoryLevel1.noColumns .categoriesLevel2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
}
#gkMainMenu .maxVmMenu .categoryLevel1.columns .level2Column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px;
    padding: 0 10px 5px;
    width: auto;
}
#gkMainMenu .maxVmMenu .categoryLevel2 {
    border-bottom: 1px solid #eee;
    width: 100%;
}

#gkMainMenu .maxVmMenu .categoryLevel1 .categoryLevel2:last-child {
    border: medium none;
}
#gkMainMenu .maxVmMenu .categoryLevel2 > .linkContainer {
    float: left;
    line-height: 1.2;
    padding: 0;
    position: relative;
    width: 100%;
}
#gkMainMenu .maxVmMenu .categoryLevel2 > .linkContainer .categoryLink {
    color: #1d429b;
    font-size: 14px;
    width: 100%;
}
#gkMainMenu .maxVmMenu .categoryLevel1.noColumns .categoryLevel2 > .linkContainer .categoryLink {
    float: left;
    white-space: nowrap;
    width: 100%;
}
#gkMainMenu .maxVmMenu .categoriesLevel3 {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
#gkMainMenu .maxVmMenu .categoryLevel3 {
    float: left;
    position: relative;
    width: 100%;
}
#gkMainMenu .maxVmMenu .categoryLevel3 > .linkContainer {
    float: left;
    line-height: 1.2;
    padding: 2px 0;
    position: relative;
    width: 100%;
}
#gkMainMenu .maxVmMenu .categoryLevel3 > .linkContainer:before,
#gkMainMenu .maxVmMenu .categoryLevel3 > .linkContainer::before {
    content: "-";
    position: absolute;
    left: 0;
}
#gkMainMenu .maxVmMenu .categoryLevel3 > .linkContainer .categoryLink {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    padding: 0;
    margin-left: 10px;
    white-space: nowrap;
    width: calc(100% - 10px);
}
#k2Container h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 30px;
}
.itemFullText > p {
    margin: 0 0 20px;
}
.itemFullText ol {
    list-style: outside none none;
    counter-reset: ol-counter;
    float: left;
    position: relative;
    width: 100%;
}
.itemFullText ol li {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
}
.itemFullText ol li:before {
    background-color: #d93616;
    border-radius: 50%;
    color: #fff;
    content: counter(ol-counter, decimal);
    counter-increment: ol-counter;
    height: 25px;
    left: -40px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    width: 25px;
}
#backToTop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 30;
}
#backToTop a {
    background-color: #238ecc;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: aw-font;
    font-size: 40px;
    height: 42px;
    line-height: 38px;
    position: relative;
    text-align: center;
    width: 42px;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
#backToTop.visible a {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
#gkHeaderNav .spacer {
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.box.negative_margins {
    margin-top: -20px;
}
.contact_details.extented .content > .image {
    float: left;
    margin-right: 0;
    padding-bottom: 0;
    width: 50%;
}
.contact_details.extented .content > .image img {
    float: left;
    width: 100%;
    height: auto;
}
.contact_details.extented .content > .other {
    float: left;
    width: 50%;
    height: auto;
    background-color: #eee;
    padding: 15px 0 0 50px;
}
.contact_details.extented .content > .other > div {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.contact_details.extented .subtitle {
    color: #494949;
    float: left;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
}
.contact_details.extented .text > p,
.contact_details.extented .text > a {
    color: #575f65;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
#gkMainbody #bd_results {
    float: left;
    width: 100%;
}
#contact-form .name {
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 20px;
}
#contact-form .email {
    float: left;
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
#contact-form .subject {
    float: left;
    width: calc(33.33% - 20px);
    margin-left: 20px;
}
#contact-form label {
    float: left;
    width: 100%;
}
#contact-form input {
    background-color: #f2f2f2;
    border: medium none;
    color: #000;
    float: left;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 0 10px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#contact-form textarea {
    background-color: #f2f2f2;
    border: medium none;
    color: #000;
    float: left;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 10px !important;
    width: 100%;
    height: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: vertical;
}
#contact-form .extra {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
#contact-form button.validate {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0 30px;
    text-align: center;
}
#contact-form button.validate:hover {
    color: #fff;
    background-color: #1d429b;
}
.order_type + .select2-container,
.order_dir + .select2-container,
#limit + .select2-container {
    width: auto !important;
    margin-right: 5px;
}
#limit + .select2-container {
    float: right;
}
.select2-results__option {
    padding: 0 6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1d429b;
    color: #fff;
}
#awPopup {
    background-color: #fff;
    border: 1px solid #000;
    left: 50%;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.closeCustomArea,
div#facebox .close {
    background: rgba(0, 0, 0, 0) url("../../../owl/images/close.png") no-repeat scroll right top;
    color: #fff;
    cursor: pointer;
    float: right;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: -34px;
    z-index: 30;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease 0s;
    padding: 0;
}
.closeCustomArea:hover,
div#facebox .close {
    opacity: 1;
}
div#facebox .close img {
    display: none;
}
div#facebox_overlay {
    opacity: 0.8 !important;
}
div#facebox {
    left: 50% !important;
    position: fixed;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
div#facebox .popup {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
}
div#facebox .content {
    border-radius: 0;
    max-width: 320px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#gkFooter #gkBottom5 .spacer {
    background-color: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}
#gkFooter #gkCopyrights {
    float: left;
    width: 100%;
}
#gkFooter #gkCopyrights .spacer {
    background-color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-top: 30px;
    padding: 0 30px;
    width: 100%;
}
#gkFooterNav {
    float: left;
    width: 100%;
}
#gkPopupCart {
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 10001;
}
#loginForm {
    float: left;
    max-width: 450px;
    width: 100%;
}
#loginForm .overflow {
    float: left;
    width: 100%;
}
#login-form .userdata p {
    margin: 0;
}
#login-form .userdata p label,
.reset #user-registration label,
.remind #user-registration label {
    color: #474747;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
#login-form .userdata p input,
.reset #user-registration input,
.remind #user-registration input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%;
}
#login-form #form-login-remember {
    float: left;
    margin: 25px 0 0;
}
#login-form #form-login-remember > label {
    color: #474747;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}
#login-form #form-login-remember > label:before {
    border: 1px solid #aaa;
    border-radius: 4px;
    content: "";
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    transition: 0.3s ease 0s;
    cursor: pointer;
}
#login-form #form-login-remember > input:checked + label:before {
    background-color: #1d429b;
}
#login-form #form-login-remember > input {
    visibility: hidden;
    position: absolute;
    margin-right: 10px;
    cursor: pointer;
}
#login-form #form-login-buttons {
    float: right;
    margin-top: 20px;
    width: 180px;
}
#login-form > ul {
    float: left;
    width: 100%;
}
#login-form > ul a {
    color: #575f65;
}
#login-form > ul a:hover {
    color: #000;
}
#gkPopupCart .vmGkCartModule {
    float: left;
    width: 100%;
}
#gkPopupCart .vmGkCartModule > h3 {
    border-bottom: 2px solid #f2f2f2;
    float: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
}
#gkPopupCart .gkTotal {
    font-size: 24px;
    margin: 0;
    text-align: right;
}
#gkPopupCart .vmGkCartProducts > div > div {
    margin-left: 90px;
}
#gkPopupCart .vmGkCartProducts > div {
    padding: 10px 0;
}
#gkPopupCart .gkPopupWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
}
#gkPopupCart .vmGkCartProducts .gkPrice {
    font-size: 12px;
    font-style: normal;
}
#gkPopupCart .vmGkCartProducts h3 {
    line-height: 1.2;
    margin: 10px 0 0 0;
}
#gkPopupCart .empty {
    float: left;
    width: 100%;
    margin: 10px 0;
}
#gkPopupCart .gkShowCart {
    float: left;
    width: 100%;
}
#gkPopupCart .gkShowCart a:hover {
    background-color: #1d429b;
    color: #fff;
}
#gkPopupCart .vm-customfield-mod > br {
    display: none;
}
#VmUser .g-recaptcha.required {
    float: left;
    margin-top: 30px;
    width: auto;
}
#VmUser .buttonBar-right {
    margin: 20px 0 40px;
}
.reset #user-registration > p,
.remind #user-registration > p {
    float: left;
    font-size: 16px;
    margin: 0;
    width: 100%;
}
.reset .g-recaptcha.required,
.remind .g-recaptcha.required {
    clear: both;
    float: left;
    width: auto;
}
.cards span {
    float: left;
    margin-right: 5px;
    width: calc(20% - 5px);
    max-width: 60px;
}
.cards span img {
    float: left;
    height: auto;
    width: 100%;
}
h1.logo {
    float: left;
    width: auto;
    margin: 18px 0 10px 0;
}
.style1 {
    font-weight: bold;
}
#gkTopMenu {
    background-color: rgba(17, 31, 60, 0.3);
    float: right;
    margin: 25px 0;
    padding: 0 20px;
    position: relative;
}
.awLogin .gkLogin,
.awLogin .gkLogout {
    float: left;
    margin: 0 10px;
    width: auto;
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
#gkTopMenu li {
    line-height: inherit;
    margin: 0 10px;
}
#gkTopMenu a {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    padding: 0;
}
#gkTopMenu #gkAjaxCart a {
    color: #575f65;
    font-size: 14px;
}
#gkTopMenu #gkAjaxCart .vmGkCartProducts a {
    line-height: 1.2;
}
#gkTopMenu #gkAjaxCart .gkShowCart a:hover {
    color: #fff;
}
.gkMenu > ul > li.first {
    padding-left: 0;
}
.gkMenu > ul > li.last {
    padding-right: 0;
}
#gkMainMenu,
#gkMainMenu .gkMenu,
#gkMainMenu .gkMenu > ul {
    float: left;
    padding: 0;
    width: auto;
}
#gkMainMenu .gkMenu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.owl-dots {
    display: block;
    float: right;
    position: absolute;
    right: 0;
    top: -36px;
    width: auto;
}
.owl-dot {
    clear: none;
    float: left;
    width: auto;
}
.owl-dot.active > span {
    background-color: #1d429b;
}
.owl-dot > span {
    background-color: #e5e5e5;
    border-radius: 50%;
    float: left;
    height: 15px;
    margin: 0 0 0 5px;
    width: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vmproduct .spacer {
    border: 3px solid #fff;
    padding: 15px 15px 63px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    transition: all 0.3s ease 0s;
    margin: 0;
}
.product-field-type-R {
    border: 3px solid #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    transition: all 0.3s ease 0s;
    margin: 0;
}
.vmproduct .spacer:hover,
.product-field-type-R:hover {
    border: 3px solid #f2f2f2;
}
.spacer > a {
    background-color: #fff;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.product-field-type-R a img {
    background-color: #fff;
    display: inline-block;
    max-height: 300px;
    max-width: 100%;
    position: relative;
}
#gkTopMenu .active > a,
#gkTopMenu li > a:hover {
    color: #fff;
}
.spacer > a > img.ProductImage {
    background-color: #fff;
    display: inline-block;
    max-height: 300px;
    max-width: 100%;
    position: relative;
    transform-style: unset;
}
.spacer > a.ProductName,
.products .product .product_title_area h2 a,
.product-field-type-R a {
    color: #575f65;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: none;
    width: 100%;
}
.products .product_title_area h2 {
    max-height: 79px;
    overflow: hidden;
}
.productdetails .manufacturer > a {
    color: #1d429b;
}
.vmgroup .vmproduct .product-price,
.product-field-type-R .PricesalesPrice,
.product .product_price_area div.PricesalesPrice span,
.vmproduct .product_price_area div.PricesalesPrice span {
    color: #1d429b;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 6px 0;
    text-align: center;
    width: 100%;
}
.vmgroup .vmproduct span.quantity-controls,
.products .product span.quantity-controls {
    display: none;
}
.vmgroup .vmproduct .addtocart-area,
.products .product .addtocart-area {
    margin: 8px 0 0;
}
.vmgroup .vmproduct .addtocart-area form {
    margin: 0;
}
.vmgroup .vmproduct .addtocart-bar {
    margin: 0;
}
.productdetails-view .addtocart-area span.addtocart-button input.addtocart-button,
.productdetails-view .addtocart-area span.addtocart-button span.addtocart-button-disabled,
.vmgroup span.addtocart-button input.addtocart-button,
.vmgroup span.addtocart-button input.notify-button,
.products .product span.addtocart-button input.addtocart-button,
.products .product span.addtocart-button input.notify-button,
.products .product .addtocart-popup-area,
.vmgroup .product_details,
#facebox .popup .padded a,
#VmUser button.button,
#login-form #form-login-buttons input.button,
.gkShowCart a,
.reset #user-registration button.validat,
.remind #user-registration button.validate {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
    transition: all 0.3s ease 0s;
}
.reset #user-registration button.validate,
.remind #user-registration button.validate {
    margin-top: 20px;
    max-width: 180px;
}
.productdetails-view .addtocart-area span.addtocart-button span.addtocart-button-disabled {
    background-color: #ddd;
    color: #fff;
}
.vmproduct .product_details {
    bottom: 15px;
    height: 40px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px);
}
#facebox .popup .padded a {
    margin-top: 20px;
}
#VmUser button.button {
    width: auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.productdetails-view .addtocart-area span.addtocart-button input.addtocart-button:hover,
.vmgroup span.addtocart-button input.addtocart-button:hover,
.vmgroup span.addtocart-button input.notify-button:hover,
.products .product span.addtocart-button input.addtocart-button:hover,
.products .product span.addtocart-button input.notify-button:hover,
.products .product .addtocart-popup-area:hover,
.vmgroup .product_details:hover,
#VmUser button.button:hover,
#login-form #form-login-buttons input.button:hover,
.reset #user-registration button.validate:hover,
.remind #user-registration button.validate:hover,
#facebox .popup .padded a:hover {
    background-color: #1d429b;
    color: #fff;
}
.vmgroup .vmmanufacturer {
    margin-top: 30px;
}
div.banneritem {
    border-top: medium none;
    font-size: 14px;
    padding: 0;
}
.contact_details .content > div {
    float: left;
    padding-bottom: 20px;
    width: 100%;
}
.contact_details .subtitle {
    color: #575f65;
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}
.contact_details .text {
    float: left;
    width: 100%;
}
.contact_details .text > label {
    font-size: 14px;
    padding-right: 5px;
}
.contact_details .text > p,
.contact_details .text > a {
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0 0;
}
.contact_details .text a {
    color: #575f65;
}
.contact_details .text a:hover {
    color: #1d429b;
}
.contact_details .content .address .text > p > a::before {
    font-family: FontAwesome;
    content: "\f041";
    margin-right: 10px;
}
.contact_details .content .email a::before {
    font-family: FontAwesome;
    content: "\f003";
    margin-right: 10px;
}
.contact_details .content .phone a:first-child::before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 10px;
}

.gk-icon-cart-add:before {
    color: #575f65;
    content: "\f07a";
    font-family: fontawesome;
    line-height: 60px;
    cursor: pointer;
    float: left;
    transition: color 0.3s ease 0s;
}
#gkTopMenu #gkCart {
    margin: 0;
    position: relative;
}
#gkTopMenu #gkCart .icon {
    color: #ddd;
}
#gkCart:hover .gk-icon-cart-add:before {
    color: #5ab9e6;
}
.copyright,
.developed_design a, .developed_design div {
    color: #fff;
}
.category-view .browse-view > h1,
.category-view .browse-view > h3 {
    color: #494949;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
}
.chzn-container {
    font-size: 13px;
    font-weight: 500;
}
.stockablecustomfields_fields_wrapper,
.stockablecustomfields_field_wrapper {
    float: left;
    width: 100%;
}
.stockablecustomfields_fields_wrapper label {
    color: #494949;
    display: block;
    float: left;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 0;
}
.stockablecustomfields_field_wrapper .chzn-container {
    float: left;
    width: 100% !important;
}
.stockablecustomfields_field_wrapper .chzn-container-single .chzn-single div,
.orderby-displaynumber .chzn-container-single .chzn-single div {
    top: 6px;
}
.PricesalesPrice .vm-price-desc {
    display: none;
}
.product-price span.PricesalesPrice {
    color: #1d429b;
    float: left;
    font-size: 35px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.addtocart-area {
    float: left;
    margin: 0;
    width: 100%;
    margin-top: 20px;
}
.productdetails-view .addtocart-area .product-fields {
    margin: 0;
    padding: 0;
}
.productdetails-view .addtocart-bar {
    margin: 0;
    float: left;
    width: 100%;
}
.productdetails-view .quantity-controls.js-recalculate {
    float: left;
    width: 100%;
}
.productdetails-view .addtocart-button {
    float: left;
    margin: 20px 0 0;
    width: 180px;
}
.productdetails-view .center-area .tabs {
    float: left;
    width: 100%;
}
.productdetails-view .center-area .tab-buttons {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #1b1d1f;
}
.productdetails-view .center-area .tab-buttons div {
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 15px;
    line-height: 40px;
    margin-right: 20px;
    padding: 0;
    width: auto;
}
.productdetails-view .center-area .tab.active {
    background-color: #1b1d1f;
    color: #fff;
}
.productdetails-view .center-area .tab-content > div {
    display: none;
}
.productdetails-view .center-area .tab-content > div.active {
    display: block;
}
.productdetails-view .center-area .customer-reviews {
    float: left;
    width: 100%;
}
.productdetails-view .center-area .customer-reviews > form {
    float: left;
    width: 100%;
}
.productdetails-view .center-area #reviewform > h4 {
    float: left;
    width: 100%;
}
.productdetails-view .center-area #reviewform .step {
    color: #666;
    float: left;
    font-size: 14px;
    width: 100%;
    text-align: left;
}
.productdetails-view .center-area #reviewform .rating {
    float: left;
    width: auto;
}
.productdetails-view .center-area #reviewform .rating label {
    padding: 0;
}
.productdetails-view .center-area #reviewform .write-reviews {
    float: left;
    margin: 0;
    width: 100%;
}
.productdetails-view .center-area #reviewform .rating label {
    padding: 0;
    position: relative !important;
}
.review-done,
.list-reviews .step {
    color: #000;
    float: left;
    font-size: 16px;
    margin-bottom: 25px;
    width: 100%;
}
.customer-reviews h4 {
    border-bottom: medium none;
    color: #d93616;
    float: left;
    font-family: open sans;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.customer-reviews .list-reviews .normal,
.customer-reviews .list-reviews .highlight {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-top: 1px solid #aaa;
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 15px;
}
.customer-reviews .review-details {
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    justify-content: center;
    -webkit-justify-content: center;
    width: 30%;
}
.customer-reviews .list-reviews blockquote {
    border-left: 1px solid #aaa;
    box-sizing: border-box;
    color: #666;
    float: left;
    font-size: 14px;
    margin: 16px 0 0;
    padding: 10px 10px 10px 30px;
    width: 70%;
}
.customer-reviews .list-reviews .review-details .vote {
    float: left;
    margin: 0;
    width: auto;
    width: 100%;
}
.customer-reviews .list-reviews .review-details .name {
    clear: both;
    color: #666;
    float: left;
    font-size: 14px;
    width: 100%;
}
.customer-reviews .list-reviews .date {
    border: medium none;
    clear: both;
    color: #5ab9e5;
    float: left;
    font-size: 13px;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    width: 100%;
}
.list-reviews .normal blockquote::before,
.list-reviews .highlight blockquote::before,
.list-reviews .normal blockquote::after,
.list-reviews .highlight blockquote::after {
    color: #5ab9e5;
}
textarea#comment {
    border-radius: 0;
    float: left;
    height: 150px;
    resize: vertical;
    width: 100%;
    color: #000;
}
textarea#comment:hover {
    background-color: #fff;
}
.customer-reviews .coutner {
    color: #666;
    float: right;
    line-height: 40px;
    width: auto;
}
.customer-reviews .coutner > input {
    background-color: #e8e8e8;
    border: medium none;
    color: #000;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
}
#Tab1 > p {
    float: left;
    margin: 25px 0 0;
    width: 100%;
}
.productdetails-view .center-area .tab {
    position: relative;
    font-size: 16px;
}
.productdetails-view .center-area .tab.active {
    background-color: #fff;
    color: #494949;
}
.productdetails-view .center-area .tab:after {
    background-color: transparent;
    bottom: -3px;
    content: "";
    float: left;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: 0.3s ease 0s;
}
.productdetails-view .center-area .tab:hover:after,
.productdetails-view .center-area .tab.active:after {
    background-color: #1d429b;
}
.productdetails-view .center-area .tab-buttons {
    border-bottom: 2px solid #f2f2f2;
}
.productdetails-view .center-area .tab-buttons div {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
}
.review-done,
.list-reviews .step {
    color: #474747;
    font-size: 16px;
    font-weight: 400;
}
#gkBottom1 .box .header {
    background-color: #fff;
    border-bottom: medium none;
    color: #494949;
    font-size: 24px;
    font-weight: 300 !important;
    text-align: center;
    width: 100%;
}
.write-reviews input.highlight-button {
    height: 34px;
    line-height: 34px;
    background-color: #5ab9e6;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0 25px;
}
.customer-reviews .coutner > input {
    height: 34px;
    line-height: 34px;
    background-color: #f5f5f5;
}
#gkMainbody .featured-view {
    float: left;
    margin: 0;
    width: 100%;
}
.overlayCustomFields {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.overlayCustomFields.visible {
    opacity: 0.8;
    visibility: visible;
}
.products .product .addtocart-area.withCustomField {
    background-color: #fff;
    left: 50%;
    margin: 0;
    max-width: 250px;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.products .product .addtocart-area.withCustomField.visible {
    opacity: 1;
    visibility: visible;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    float: left;
}
.addtocart-area.withCustomField .select2-container {
    float: left;
    margin-bottom: 15px;
    width: 100% !important;
}
.addtocart-area.withCustomField .addtocart-button {
    margin-top: 5px;
}
.select2-container--open {
    z-index: 50;
}
.productdetails-view .addtocart-area > h4 {
    color: #474747;
    margin-bottom: 15px;
}
.productdetails-view .stockablecustomfields_fields_wrapper label,
.productdetails-view label.quantity {
    clear: left;
    float: left;
    line-height: 28px;
    margin-bottom: 15px;
    width: 120px;
    color: #575f65;
}
.productdetails-view .stockablecustomfields_fields_wrapper label + div,
.productdetails-view label.quantity + div.controls {
    float: left;
    width: 200px;
}
.productdetails-view .stockablecustomfields_fields_wrapper label + div .select2-container {
    float: left;
    width: 200px !important;
}
.vm-pagination.vm-pagination-bottom {
    display: table;
    float: none;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    table-layout: fixed;
    width: auto;
}
.addshipto > a {
    color: #1d429b;
    float: left;
    font-size: 16px;
    text-align: left;
    width: auto;
}
.addshipto > a:hover {
    color: #474747;
}
.addshipto > ul {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.addshipto ul li a {
    color: #575f65;
    float: left;
    font-size: 16px;
    width: auto;
}
.addshipto ul li a:hover {
    color: #1d429b;
}
.addshipto ul li {
    float: left;
    line-height: 25px;
    width: 100%;
}
.addshipto ul li a:first-child::after {
    content: "-";
    float: right;
    padding: 0 10px;
}
.vm-wrap.vm-order-done > h3 {
    color: #474747;
    font-size: 25px;
    font-weight: 400;
    width: 100%;
}
#gkMainbody .vm-order-done a.vm-button-correct {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 40px;
    height: 40px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#gkMainbody .vm-order-done a.vm-button-correct:hover {
    background-color: #1d429b;
    color: #fff;
}
.price-crossed {
    float: left;
    font-size: 18px;
    margin-top: 25px;
    position: relative;
}
.price-crossed:after {
    background-color: #1d429b;
    content: "";
    float: left;
    height: 2px;
    left: 0;
    position: relative;
    top: -10px;
    transform: rotate(-20deg);
    width: 100%;
}
.productdetails-view .vm-customfields-wrap {
    float: left;
    width: 100%;
}
/*_____________________________________ END ARTFIEDWEB CODE _____________________________________*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
    display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
    display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
    margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
    outline: none;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
    outline: none;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
    font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
    font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
    background: #ff0;
    color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
    quotes: none;
}
/* 2 */
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
    margin: 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
    margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
    margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
    line-height: normal; /* 1 */
}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 3 */
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------*/
/* LAYOUT.CSS */
/*------------*/
/* Base elements and classes */
html {
    min-height: 100%;
    overflow-y: scroll;
}
body > div > footer,
body > div > header,
body > div > section,
body > footer,
body > header,
body > section {
    /* class used in the full template-width containers */
    clear: both;
    margin: 0 auto;
}
section#gkPageTop {
    overflow: visible; /* Necessary to make menu working */
    width: 100%; /* Necessary to achieve full background width */
}
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
    /* Positions blocks -clearing */
    clear: both;
}
/* Columns */
section#gkContent,
section#gkComponentWrap,
aside#gkSidebar {
    /* Main columns */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#gkInset,
#gkSidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 72px;
    text-align: left
}
#gkContentWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 100% !important;
}
#gkContentWrap.withSidebar {
    width: calc(100% - 300px) !important;
}
#gkContentWrap.gkSidebarLeft + #gkSidebar {
    margin-top: 10px;
    float: left;
    padding-left: 0;
    padding-right: 72px;
}
.itemBody {
    float: left;
    width: 100%;
}
.itemBody.gkInsetLeft {
    float: right;
}
.gkInset {
    float: right;
}
.itemBody.gkInsetLeft + #gkInset {
    float: left;
    padding-left: 0;
    padding-right: 72px;
}
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
    padding-left: 0;
    padding-right: 0;
}
#gkMainbody .box {
    width: 100%;
    position: relative;
}
#gkMainbodyTop + #gkMainbody {
    margin-top: 0;
    padding-top: 10px;
}
#gkMainbody + #gkMainbodyBottom {
    margin-top: 0;
    padding-top: 10px;
}
/* Module groups */
#gkTop1 .box,
#gkTop2 .box,
#gkBottom1 .box,
#gkBottom2 .box,
#gkBottom3 .box,
#gkBottom4 .box,
#gkBottom5 .box {
    /* Columns in the positions blocks */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#gkBottom1 > div > .box,
#gkBottom2 > div > .box,
#gkBottom3 > div > .box,
#gkBottom4 > div > .box {
    margin-bottom: 45px;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-2 .column-2 {
    width: 50%;
}
.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
    float: left;
    width: 33.3%;
}
.column-1,
.column-2,
.column-3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
/* base spaces */
body > footer:first-child,
body > header:first-child,
body > section:first-child,
section#gkPage > section:first-child,
section#gkContent > section:first-child,
section#gkComponentWrap > section:first-child {
    margin-top: 0;
}
/* Joomla columns */
.cols-2 .column-1,
.cols-3 .column-1 {
    padding-right: 10px;
}
.cols-2 .column-2,
.cols-3 .column-3 {
    padding-left: 10px;
}
.cols-3 .column-2 {
    padding-left: 10px;
    padding-right: 10px;
}
/* top/bottom modules */
/* 3-column layout */
.gkCols3 .box.gkmod-1,
.gkCols3 .box.gkmod-2,
.gkCols3 .box.gkmod-3,
.gkCols3 .box.gkmod-more {
    float: left;
}
.gkCols3 .box.gkmod-1 {
    width: 100%;
}
.gkCols3 .box.gkmod-2 {
    width: 50%;
}
#gkTop1 .content {
    float: left;
    width: 100%;
}
.gkCols3 .box.gkmod-more:nth-child(3n+1) {
    clear: both;
}
.gkCols3 .box.gkmod-more.gkmod-last-1:last-child {
    width: 100% !important;
}
.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
    width: 50% !important;
}
/* 4-column layout */
.gkCols4 .box.gkmod-1,
.gkCols4 .box.gkmod-2,
.gkCols4 .box.gkmod-3,
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
    float: left;
    padding: 0 10px;
}
.gkCols4 .box.gkmod-1 {
    width: 100%;
}
.gkCols4 .box.gkmod-2 {
    width: 50%;
}
.gkCols4 .box.gkmod-3 {
    width: 33.3%;
}
.gkCols4 .box.gkmod-4,
.gkCols4 .box.gkmod-more {
    width: 25%;
}
.gkCols4 .box.gkmod-more:nth-child(4n+1) {
    clear: both;
}
.gkCols4 .box.gkmod-more.gkmod-last-1:last-child {
    width: 100% !important;
}
.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
    width: 50% !important;
}
.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
    width: 33.3% !important;
}
/* 6-column layout */
.gkCols6 .box.gkmod-1,
.gkCols6 .box.gkmod-2,
.gkCols6 .box.gkmod-3,
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
    float: left;
    padding: 0 10px;
}
.gkCols6 .box.gkmod-1 {
    width: 100%;
}
.gkCols6 .box.gkmod-2 {
    width: 50%;
}
.gkCols6 .box.gkmod-3 {
    width: 33.3%;
}
.gkCols6 .box.gkmod-4,
.gkCols6 .box.gkmod-more {
    width: 25%;
}
.gkCols6 .box.gkmod-5,
.gkCols6 .box.gkmod-more {
    width: 20%;
}
.gkCols6 .box.gkmod-6,
.gkCols6 .box.gkmod-more {
    width: 16.66%;
}
.gkCols6 .box.gkmod-more:nth-child(6n+1) {
    clear: both;
}
.gkCols6 .box.gkmod-more.gkmod-last-1:last-child {
    width: 100% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2) {
    width: 50% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3) {
    width: 33.3% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4) {
    width: 20% !important;
}
.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),
.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5) {
    width: 16.66% !important;
}
/* Suffix double */
.gkCols3 .box.double.gkmod-2,
.gkCols4 .box.double.gkmod-2,
.gkCols6 .box.double.gkmod-2 {
    width: 66.666666%;
}
.gkCols3 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,
.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2 {
    width: 33.333333%;
}
.gkCols3 .box.double.gkmod-3,
.gkCols4 .box.double.gkmod-3,
.gkCols6 .box.double.gkmod-3 {
    width: 50%;
}
.gkCols3 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,
.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3 {
    width: 25%;
}
.gkCols4 .box.double.gkmod-4,
.gkCols6 .box.double.gkmod-4 {
    width: 40%;
}
.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,
.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4 {
    width: 20%;
}
.gkCols6 .box.double.gkmod-5 {
    width: 33.3%;
}
.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5 {
    width: 16.66%;
}
.gkCols6 .box.double.gkmod-6 {
    width: 25%;
}
.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6 {
    width: 15%;
}
/*------------*/
/* JOOMLA.CSS */
/*------------*/
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    max-width: 100% !important;
    padding: 24px
}
legend {
    color: #1b1d1f;

}
select {
    height: inherit;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 39px;
    line-height: 39px;
    padding: 12px;
}
html.-moz-select {
    padding: 3px 5px
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    background: #fffef4;
}
button,
.button,
input.button,
span.button,
button.button,
div.button,
input[type="submit"],
input[type="button"],
.pagenav-prev a,
.pagenav-next a,
.readon,
#gkMainbody .itemReadMore,
#gkMainbody .readmore > a,
.button.invert:active,
.button.invert:focus,
.button.invert:hover,
.gkShowCart a {
    -webkit-appearance: none;
    background: #eee;
    border: 1px solid #eee;
    color: #1b1d1f;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 38px;
    line-height: 39px;
    margin: 0 5px 2px 2px;
    padding: 0;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
#gkBottom5c2 a {
    color: #575f65;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}
#gkBottom5c2 a:hover {
    color: #1d429b;
}
button:hover,
.button:hover,
input.button:hover,
span.button:hover,
button.button:hover,
div.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.pagenav-prev a:hover,
.pagenav-next a:hover,
.readon:hover,
#gkMainbody .itemReadMore:active,
#gkMainbody .itemReadMore:focus,
#gkMainbody .itemReadMore:hover,
#gkMainbody .readmore > a:active,
#gkMainbody .readmore > a:focus,
#gkMainbody .readmore > a:hover,
.button.invert {
    background: #5ab9e5;
    border-color: #5ab9e5;
    color: #fff !important;
}
.bigger-button,
.bigger-button:active,
.bigger-button:focus,
.bigger-button:hover {
    font-weight: 500 !important;
    height: 42px !important;
    line-height: 43px !important;
    margin: 30px 0 !important;
    padding: 0 16px !important;
}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio {
    background: transparent !important;
    border: none !important;
    height: auto !important;
    margin-top: 7px !important
}
select[size] {
    font-size: 12px;
    height: auto
}
select[size="1"] {
    height: 39px;
    line-height: 39px;
}
.invalid {
    background: #fffef4;
    border: 1px solid #e25527 !important;
    color: #000
}
label {
    color: #575f65;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
}
label.invalid {
    background: #fff;
    border: none !important;
    color: #e25527 !important
}
fieldset.filters > div > * {
    float: left;
    margin-right: 10px
}
fieldset.filters > div > label {
    margin-top: 6px;
}
section > header {
    margin: 0 0 32px;
    padding: 0
}
section > header div p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase
}
section img {
    height: auto;
    max-width: 100%;
}
section.category .children,
section.blog .children {
    clear: both;
    margin-top: 32px
}
section.categories-list ul ul {
}
section.categories-list ul ul li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 3px solid #5ab9e5;
    padding-left: 16px
}
section.categories-list ul ul li:first-child,
section.blog .items-row article header li {
    border-bottom: none;
    border-top: none
}
section.categories-list li,
section.category .children li,
section.blog .children li {
    border-top: 1px solid #eee;
    clear: both;
    line-height: 1.4;
    overflow: hidden;
    padding: 12px 0
}
section.categories-list li > div p,
section.category .children li > div p,
section.blog .children li > div p {
    font-size: 14px;
    margin: .5em 0
}
section.categories-list li > dl,
section.category .children li > dl,
section.blog .children li > dl {
    float: right;
    font-size: 11px;
    margin: 0
}
section.categories-list li > dl > dt,
section.category .children li > dl > dt,
section.blog .children li > dl > dt {
    float: left
}
section.categories-list li > dl > dd,
section.category .children li > dl > dd,
section.blog .children li > dl > dd {
    float: left;
    font-weight: 700;
    margin-left: 5px
}
section.category .children h3,
section.blog .children h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0
}
.filters .display-limit select {
    display: inline !important;
    float: none
}
table {
    margin-bottom: 20px;
    width: 100%
}
td a {
    color: #222;
}
td a:hover {
    color: #1d429b;
    text-decoration: none;
}
th {
    background: #1d429b none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}
th a {
    color: #fff !important;
}
tbody tr td {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px
}
tbody tr td p {
    margin: .5em 0
}
section.blog .items-row {
    clear: both;
    margin-bottom: 0px;
    overflow: hidden
}
section.blog-featured .items-row {
    margin-top: 40px;
    margin-bottom: 0;
}
.blog-featured article {
    padding: 52px 0 0 0;
}
section.blog-featured .items-row:first-child {
    margin-top: 0;
}
section.blog .items-row.cols-2 header h2,
section.blog-featured .items-row.cols-2 header h2 {
    font-size: 28px;
}
section.blog .items-more {
    margin: 32px 0;
}
section.blog .items-more h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.items-leading > div {
    clear: both !important;
    margin-top: 50px;
}
.items-leading > div:first-child {
    margin-top: 0;
}
/* Article */
#gkMainbody b,
#gkMainbody strong {
    font-weight: 600;
}
article,
article > section {
    position: relative
}
article aside {
    display: block;
    float: left;
    font-size: 13px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    width: 90px
}
article aside.itemAsideInfo > img,
article aside.itemAsideInfo > ul li {
    margin: 0 0 22px
}
article aside.itemAsideInfo p,
article aside.itemAsideInfo li.itemPrintEmail a {
    color: #444;
    font-weight: 400;
    margin: 0 0 2px
}
article header {
    position: relative;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}
li.print-icon,
li.email-icon {
}
li.print-icon a,
li.email-icon a {
    position: relative;
    top: 3px;
}
article header.itemHasImage {
    position: relative
}
article header.itemHasImage h1 {
    background: rgba(0, 0, 0, 0.8);
    bottom: 36px;
    left: 0;
    line-height: 1.1;
    padding: 10px 16px;
    position: absolute;
    width: 65%;
    z-index: 1;
    color: #fff;
}
article header.itemHasImage h1 a {
    color: #fff !important;
}
article header.itemHasImage h1 a:active,
article header.itemHasImage h1 a:focus,
article header.itemHasImage h1 a:hover {
    color: #5ab9e5 !important;
}
.blog article header ul {
    margin: 0 0 24px;
}
.blog article,
.blog-featured article {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px !important;
    padding-top: 48px !important;
}
.blog .itemBody,
.blog-featured .itemBody {
    margin: 0;
}
.blog .leading > article:first-child,
.blog-featured .leading > article:first-child,
.blog .leading-0 > article:first-child,
.blog-featured .leading-0 > article:first-child {
    border-top: none;
    padding-top: 0 !important;
}
.blog .items-row:first-child article:first-child,
.blog-featured .items-row:first-child article:first-child {
    padding-top: 0 !important;
}
.blog .cols-1:first-child article,
.blog .cols-2 article:first-child,
.blog-featured .cols-1:first-child article,
.blog-featured .cols-2 article:first-child {
    border-top: none;
}
.blog article p.readmore,
.blog-featured article p.readmore {
    margin-top: 50px;
}
.blog article p.readmore a,
.blog-featured article p.readmore a {
    display: inline-block !important;
    float: none !important;
}
.img-intro-none {
    float: none
}
.img-intro-none img {
    float: none !important;
    margin: 0 auto
}
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right {
    float: none;
    margin: 0 0 40px;
    overflow: hidden;
    position: relative
}
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
    display: block;
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important
}
p.img_caption {
    display: block;
    color: #999;
    padding: 8px 0 0;
    font-size: 11px;
}
section.blog div.img_caption img.caption {
    display: block;
    float: none !important
}
.item-page ul {
    list-style-type: none
}
.edit fieldset > div {
    clear: both;
    padding: 5px 0
}
.edit fieldset > div label {
    display: block;
    float: left;
    min-width: 120px
}
section.login .login-fields {
    padding-bottom: 16px
}
section.login .login-fields label {
    display: block;
    float: left;
    line-height: 34px;
    min-width: 100px
}
section.login ul {
    font-size: 11px;
    margin-top: 40px
}
.profile dl {
    margin: 32px 0;
}
.profile dt {
    clear: both;
    color: #444;
    float: left;
    font-size: 14px;
    font-weight: 400;
    min-width: 200px;
}
.contact-image {
    padding: 52px 0 24px;
}
.contact-form dl {
    float: left;
    width: 50%;
}
.contact-form legend {
    color: #999;
    font-size: 12px;
    margin: 5px 0 24px;
    text-align: center;
    width: 100%;
}
.contact-form .button.validate {
    clear: both;
    margin: 20px 0 0 0;
}
.contact-form input {
    margin: 6px 0 0;
    width: 80%
}
.contact-form textarea {
    height: 202px;
    width: 100%;
}
dt.inline,
dd.inline {
    display: inline-block !important;
    float: left !important;
    margin: 12px 0 0;
    width: auto !important
}
.contact h3,
#display-form {
    border-bottom: medium none;
    clear: both;
    color: #494949;
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
#display-form a {
    color: #494949;
    cursor: default;
    pointer-events: none;
}
#gkMainbody .pane-slider {
    padding: 0;
}
.jicons-text {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}
.contact-address,
.contact-contactinfo {
    float: left;
    margin: 0 92px 32px 0
}
.contact-contactinfo div {
    float: left;
    margin: 0 52px 0 0
}
.contact-miscinfo {
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    margin: 72px 0 0;
    padding: 24px 0 0;
}
#jform_contact_email_copy {
    margin-left: 10px
}
section.newsfeed > ol {
    list-style: none
}
section.newsfeed > ol > li {
    border-top: 1px solid #e5e5e5;
    padding: 24px 0 0
}
section.newsfeed > ol > li > a {
    font-size: 42px
}
section.contentpane iframe {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #e5e5e5;
    box-sizing: border-box
}
.tip-wrap {
    z-index: 1;
}
.tooltip {
    background: #fff;
    border: 1px solid #ccc;
    max-width: 350px;
    min-width: 160px;
    padding: 8px;
    position: absolute !important;
    opacity: 1;
    z-index: 10;
}
.tooltip-inner strong {
    background: #5ab9e5;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 15px;
    width: 100%;
    clear: both;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tooltip-inner {
    color: #555;
    font-size: 12px;
    padding: 5px 0
}
.tooltip-inner br {
    display: none;
}
#system-message {
    margin: 0;
    position: relative;
}
#system-message a.close,
#system-message h4.alert-heading {
    display: none;
}
#system-message p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px
}
#system-message dd ul {
    list-style: none !important
}
#system-message dd ul,
#system-message dd ul li {
    line-height: 1;
}
#system-message dd,
#system-message .alert {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #1d429b;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    min-height: 24px;
    padding: 12px 10px;
    text-align: center;
}
#system-message dd.error,
#system-message .alert-error {
    background: #5ab9e5;
    color: #fff;
}
#system-message dd.notice,
#system-message .alert-notice {
    background: #ffde00;
    color: #080808;
}
#system-message-container {
    margin: 0;
    padding: 0;
}
.item-page > div.pagination {
    display: none !important
}
.pagination ul li:before,
.pager li:before {
    content: "" !important;
}
.pagination ul li,
.pager li {
    background-image: none !important;
    color: #909090;
    cursor: default;
    display: inline-block;
    margin: 0;
    float: left;
}
.vm-page-counter {
    float: left;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.pagination ul li a,
.pagination ul li span,
.pager li a,
.pager li span {
    background-color: #f2f2f2;
    border: medium none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 32px;
    line-height: 34px;
    margin: 0 7px 0 0;
    min-width: 20px;
    padding: 0 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.pagination ul li span,
.pager li span {
    color: #bbb;
}
.pagination ul li a:hover,
.pager li a:hover {
    background: #1d429b;
    color: #fff;
}
.pagination ul li.counter {
    float: right;
    font-size: 11px;
    line-height: 38px;
    margin-right: 12px
}
ul.pager.pagenav li {
    padding: 0;
}
ul.pagenav {
    margin: 0;
    overflow: hidden;
    padding: 0
}
#gkBreadcrumb + #system-message-container {
    margin-top: -32px;
}
#member-registration dt,
#member-registration dd {
    display: inline-block;
    padding-bottom: 10px
}
#member-registration dt {
    min-width: 170px
}
#member-registration dd {
    min-width: 200px
}
#member-registration dd:after {
    content: '\A';
    white-space: pre
}
#gkMainbody .registration {
    width: 500px
}
.bannergroup:first-line,
.bannergroup_text:first-line {
    font-size: 16px;
    line-height: 3;
    font-weight: 500;
}
div.banneritem {
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 8px 0
}
div.banneritem a {
    font-size: 14px;
    margin-bottom: 3px;
}
div.bannerfooter {
    border-top: 1px solid #e5e5e5;
    color: #5ab9e5;
    font-size: 12px;
    padding: 5px 5px 0 0;
    text-align: right
}
#gkSocialAPI {
    clear: both;
    margin: 0 !important;
    padding: 0 0 24px 0;
    text-align: center;
}
#gkSocialAPI > * {
    display: inline-block;
    margin: 0 12px;
    vertical-align: top;
}
/*#gkSocialAPI .fb_iframe_widget {
	margin-left: 10px;
}
#gkSocialAPI > iframe,
#gkSocialAPI > #___plusone_0 {
	position: relative;
	top: -18px;
}
#gkSocialAPI > #___plusone_0 {
	top: -22px;
}
#gkSocialAPI #___plus_0 {
	margin-right: 10px!important;
	position: relative;
	vertical-align: top
}
#gkSocialAPI > a {
	top: -5px;
}
.fb_iframe_widget iframe {
	max-width: 1000px!important;
	overflow: visible;
}*/
.fb_iframe_widget_lift {
    max-width: inherit !important;
}
#dynamic_recaptcha_1,
#recaptcha_area {
    max-width: 480px;
    min-height: 140px
}
#gkMainbody #dynamic_recaptcha_1,
#gkMainbody #recaptcha_area {
    margin-bottom: 10px
}
.pane-sliders .panel h3 {
    border-top: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    margin: -1px 0 0;
    padding: 8px 10px;
    text-transform: uppercase;
}
.pane-slider {
    padding-left: 32px
}
.pagenavcounter {
    color: #444;
    font-weight: 400;
}
#article-index,
.article-index {
    float: right;
    margin: 0 0 30px 72px;
    width: auto
}
#article-index h3,
.article-index h3 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 -8px;
    text-transform: uppercase;
}
#article-index li a.active,
.article-index li a.active {
    color: #444;
}
#article-index li:first-child,
.article-index li:first-child {
    border-top: none;
    margin-top: 10px
}
dl#tabs,
dl.tabs {
    border-top: 1px solid #e5e5e5;
    margin: 0 0 16px;
    min-height: 30px;
    overflow: hidden;
    padding: 16px 0 0
}
dl#tabs dt.tabs,
dl.tabs dt.tabs {
    float: left;
}
dl#tabs dt.tabs span h3,
dl.tabs dt.tabs span h3 {
    color: #363636;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}
dl#tabs dt.tabs span h3 a,
dl.tabs dt.tabs span h3 a {
    border: 1px solid transparent;
    color: #444;
    float: left;
    height: 26px;
    line-height: 25px;
    margin: 0 8px 0 0;
    padding: 6px 14px
}
dl#tabs dt.tabs span h3 a:hover,
dl.tabs dt.tabs span h3 a:hover {
    color: #5ab9e5
}
dl#tabs dt.tabs h3:hover a,
dl.tabs dt.tabs h3:hover a {
    cursor: pointer
}
dl#tabs dt.tabs.open a,
dl.tabs dt.tabs.open a {
    color: #fff;
    background: #1b1d1f;
    border-bottom: none;
}
#searchForm fieldset input[type="radio"],
#searchForm fieldset input[type="checkbox"] {
    margin-top: 11px !important
}
#search-form fieldset.word label,
#search-form fieldset.word input,
#search-form fieldset.word button {
    float: left;
    margin-right: 5px
}
#searchForm label,
#searchForm input,
#finder-search input {
    float: left;
    font-weight: normal;
    margin: 0 12px 0 0 !important;
    text-transform: none
}
fieldset.phrases,
fieldset.only {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 36px;
    margin: 0 0 12px;
    padding: 12px 24px;
}
#searchForm fieldset.word {
    border: none;
    padding: 0 0 42px
}
#searchForm fieldset.word .button,
#adminForm fieldset.filters .button {
    height: 39px;
    line-height: 39px;
}
#searchForm fieldset legend {
    float: left;
    line-height: 36px !important;
    padding: 0 24px 0 0
}
.searchintro strong {
    color: #444;
    font-size: 16px;
    font-weight: 400
}
.form-limit {
    float: right;
    margin: 24px 0 0
}
.result-category,
.result-created {
    color: #999;
    display: inline-block;
    font-size: 13px;
    padding: 0 0 16px
}
.result-title {
    clear: both;
    font-size: 16px;
    margin: 12px 0 0;
}
.result-text {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 32px;
    margin: 0 0 32px;
}
#advanced-search-toggle {
    display: block;
    font-size: 11px;
    padding: 10px 0;
    text-align: center
}
.advanced-search-tip {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    margin: 0 0 24px;
    padding: 12px 0
}
.advanced-search-tip p {
    margin: 0
}
#finder-filter-select-list label {
    clear: both;
    float: left;
    font-size: 12px;
    line-height: 36px;
    min-width: 140px
}
#finder-filter-select-list li {
    overflow: hidden;
    padding: 0
}
#search-query-explained {
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    padding: 10px 0
}
#search-result-empty h2 {
    font-size: 18px
}
.autocompleter-queried {
    color: #5ab9e5 !important
}
div.search-pages-counter {
    font-size: 12px;
    font-style: italic;
    text-align: center
}
.search-results .highlight {
    background-color: #ffc;
    font-weight: 400;
    padding: 1px 4px
}
.archive article {
    border-bottom: 1px solid #e5e5e5;
    padding: 32px 0 0;
    margin: 0 !important
}
.archive header {
    text-align: left
}
.archive article header h1 {
    font-size: 24px;
    font-weight: 400;
}
.archive article header ul {
    margin: 0;
}
.img-intro-left,
.img-intro-right,
.img-intro-center {
    margin-bottom: 20px;
    max-width: 100% !important
}
.img-intro-left img,
.img-intro-right img,
.img-intro-center img {
    display: block;
    width: 100%;
}
/* Menu suffix */
.box ul.menu ul {
    margin: 0 0 32px 0
}
.box ul.menu li {
    border: none
}
.box ul.menu li li {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 6px;
}
.box ul.menu li li a {
    margin: 0 0 0 6px
}
.box .menu .header + .content ul li:first-child {
    border-top: none;
}
.menu li a {
    color: #1b1d1f;
    display: inline-block;
    padding: 6px 0;
}
/*.box ul.menu li li:before {

}*/
.box ul.menu > li > a {
    font-weight: bold;
}
.box .menu li li a {
    color: #666;
    font-weight: normal
}
.box .menu li strong {
    display: block;
}
/* Section SideBar Viruemart Menu */
.menu .categoryItem {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.menu .categoryItem .linkContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 0;
    position: relative;
    width: 100%;
}
.menu .categoryItem .linkContainer .categoryLink {
    color: #575f65;
    float: left;
    font-size: 16px;
    margin: 0;
    width: calc(100% - 25px);
}
.menu .categoryItem.active > .linkContainer .categoryLink {
    color: #1d429b;
}
.hasChild .maxArrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #575f65;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.hasChild .maxArrow:after {
    font-family: "aw-font";
    content: "e";
}
.hasChild .maxArrow.open:after {
    content: "h";
}
.menu .categoryItem .maxSubCategories {
    display: none;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.menu .categoryItem.open > .maxSubCategories {
    display: block;
}
.categoryLevel2 .linkContainer .categoryLink {
    font-size: 15px;
}
.categoryLevel3 .linkContainer .categoryLink {
    font-size: 14px;
}
.categoriesLevel3 .categoryItem:last-child {
    border-bottom: medium none;
}
/* Section One Page checkout */
.proopc-change-shopper-cont,
.proopc-st-address,
.proopc-shipments,
.proopc-payments,
#ProOPC table.cart-summary.proopc-table-striped.pricesOff tr .col-price,
#ProOPC table.cart-summary.proopc-table-striped tr .col-discount,
#ProOPC table.cart-summary.proopc-table-striped.pricesOff tr .col-total,
#ProOPC table tr.shipping-row,
#ProOPC table.pricesOff tr.cart-sub-total,
#ProOPC table.pricesOff tr.grand-total,
#ProOPC table tr.payment-row,
.proopc-coupon {
    display: none;
}
/* Users */
#member-profile dt {
    float: left;
    width: 260px;
}
#member-profile dd {
    padding: 2px 0
}
#member-profile fieldset {
    margin: 0 0 32px
}
/* Languages */
div.mod-languages > div,
div.mod-languages > form {
    display: inline-block;
    margin: 0 3px
}
div.mod-languages {
    text-align: center
}
div.mod-languages p {
    margin-bottom: .5em
}
.mod-languages ul.lang-inline,
.mod-languages ul.lang-block {
    display: inline-block;
    float: left
}
div.mod-languages > ul.lang-block > li,
div.mod-languages > ul.lang-inline > li {
    line-height: 32px;
    margin: 0 5px
}
.mod-languages ul li.lang-active {
    font-weight: 700
}
.mod-languages ul li a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    -moz-transition: transform .1s ease-out, -moz-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out, -moz-transform .1s ease-out, -o-transform .1s ease-out
}
.mod-languages ul li a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    -o-transition: -o-transform .6s ease-out;
    -moz-transition: transform .6s ease-out, -moz-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out, -moz-transform .6s ease-out, -o-transform .6s ease-out
}
.mod-languages ul li.lang-active a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
legend.hidelabeltxt,
.filters .hidelabeltxt,
.contact .jicons-icons,
#system-message dt {
    display: none
}
fieldset.filters,
.blog .leading,
.content-links,
.pane-sliders {
    margin-bottom: 50px;
}
section article:first-child,
section.blog .items-more ol {
    margin-top: 0
}
.filters .display-limit,
ul.pagenav .pagenav-next {
    float: right
}
.img-intro-left,
.img-intro-right,
.img-intro-left > img,
.img-intro-right > img,
section.blog div.img_caption {
    float: none !important
}
/* page links */
div.articleContent div.content-links ul li {
    background: none !important;
    padding-left: 0 !important;
}
/*
 * Joomla! and K2 common parts
 */

.itemAsideInfo {
    position: absolute;
    top: 0;
}
.itemBody.containsItemInfo,
.itemOtherElements.containsItemInfo,
.itemListView .itemBlock.containsItemInfo {
    margin-left: 160px
}
.itemAsideInfo img {
    max-width: 86px !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* edit page */
.item-page.edit fieldset {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 52px;
    padding: 0 0 52px;
}
.item-page.edit legend {
    font-size: 100% !important;
    font-style: normal !important;
    padding: 0 0 24px;
}
/* Calendar fix */
.calendar .button {
    display: table-cell;
    float: none;
}
/* F.A.Q. */
.faq p {
    margin-bottom: 3em
}
/* user edit page */
.item-page.edit .formelm {
    width: 100%;
}
#gkMainbody .item-page.edit a {
    color: #333;
}
.item-page.edit input {
    float: left;
    height: 38px;
}
.item-page.edit #jform_images_image_intro,
.item-page.edit #jform_images_image_fulltext {
    padding: 4px 6px !important;
    height: auto;
}
.item-page.edit .formelm .btn {
    float: left;
    display: inline-block;
}
.item-page.edit .icon-calendar:before {
    content: "";
}
.gkTypoTable code {
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
}
.calendar .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.tooltip.top .tooltip-arrow {
    display: none;
}
.tooltip-inner {
    background: #fff;
}
.btn.jmodedit > span.icon-edit {
    color: #272727;
    top: -10px;
    padding-right: 8px;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn.jmodedit > span.icon-edit:before {
    content: "\f044";
}
/* tags */
#adminForm div.tags {
    margin-top: 0;
}
div.tags {
    margin-top: 32px;
    overflow: hidden;
}
div.tags > span.tags-label {
    float: left;
    margin-right: 30px;
    line-height: 23px;
    color: #999;
    font-size: 13px;
}
.item-page .tags {
    border-top: 1px solid #e5e5e5;
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    padding: 32px 0;
    width: 100%;
}
div.tags a {
    display: inline-block;
    float: left;
    margin: 0 8px 0 0;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
    line-height: 2.0;
}
div.tags a:hover,
div.tags a:focus,
div.tags a:active {
    background-position: 0 100%;
}
span.tag-body p {
    display: inline;
}
div.tags.tagcloud a.gk-tooltip span {
    z-index: 10;
    font-weight: bold;
    display: none;
    padding: 15px;
    margin-top: -50px;
    margin-left: 60px;
    width: 240px;
    max-width: 240px;
    line-height: 16px;
    font-size: 85%;
    font-weight: normal !important;
    transition: all 1s ease-in;
}
div.tags.tagcloud a.gk-tooltip:hover span {
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 0.9);
    display: inline;
    position: absolute;
    color: #111;
}
div.tags.tagcloud a.gk-tooltip span img {
    max-width: 80px !important;
    height: auto;
    float: left;
    margin: 0 10px 10px 0;
}
div.tag-category div.btn-group {
    margin-top: 10px;
}
div.tag-category div.btn-group.pull-right {
    float: right;
}
div.tag-category div.btn-group label {
    margin-top: 10px;
}
div.tag-category select {
    display: block !important;
}
div.tag-category .chzn-container {
    display: none !important;
}
div.tag-category h3 {
    margin: 0 0 32px 0;
}
div.tag-category ul.category li {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-size: 90%;
}
div.tag-category ul.category li h3 {
    font-size: 14px;
    margin: 0;
}
div.tags.tagcloud a {
    float: left;
    margin-bottom: 6px;
}
/* Module edit form */
#modules-form .btn {
    background: #ddd;
    border-radius: 0;
    border: none !important;
    color: #222 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#modules-form .btn:active,
#modules-form .btn:focus,
#modules-form .btn:hover {
    background: #222 !important;
    color: #fff !important;
}
#modules-form .btn:hover i {
    color: #fff !important;
}
#modules-form .btn-group {
    padding: 0 !important;
}
#modules-form .btn-group .btn {
    margin: 0 20px 0 0 !important;
}
#modules-form .radio.btn-group {
    padding-left: 20px !important;
}
#modules-form .radio.btn-group input[type=radio] {
    display: block;
    position: relative;
    top: -5px;
}
#modules-form .control-label label {
    display: block;
    line-height: 20px;
    min-width: 160px;
    padding: 5px 20px 10px 0;
}
#modules-form input[type="text"],
#modules-form input[type="password"],
#modules-form input[type="number"],
#modules-form input[type="email"],
#modules-form .input-append .btn,
#modules-form .chzn-single,
#modules-form .chzn-choices,
#modules-form .chzn-container {
    border-radius: 0;
    height: 40px !important;
    line-height: 40px !important;
}
#modules-form .chzn-container-single .chzn-single div b {
    background-position: 0 10px;
}
#modules-form #jform_content {
    height: 500px !important;
}
#modules-form .input-prepend .add-on {
    display: none;
}
#modules-form .accordion-heading a {
    color: #222;
    font-size: 18px;
    text-decoration: none !important;
}
#modules-form .accordion-heading .accordion-toggle {
    padding: 15px;
}
#modules-form .btn-group {
    padding-left: 20px;
}
#modules-form hr {
    display: none;
}
#modules-form .row-fluid {
    padding: 20px 0;
}
#modules-form label {
    text-transform: none !important;
}
#modules-form .chzn-container-single .chzn-single {
    background: #fff !important;
}
/* Item edit form */
.item-page.edit #jform_articletext {
    clear: both;
}
.item-page.edit #jform_title {
    width: 100%;
}
.item-page.edit .formelm {
    height: auto !important;
    min-height: 40px;
    overflow: hidden;
}
.item-page.edit fieldset {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 52px;
    padding: 0 0 52px;
}
.item-page.edit fieldset > div {
    clear: both;
    padding: 5px 0;
}
.item-page.edit fieldset > div label {
    display: block;
    float: left;
    line-height: 50px;
    min-width: 160px;
}
.item-page.edit legend {
    font-size: 24px !important;
    font-style: normal !important;
    padding: 0 0 24px;
}
.item-page.edit .control-group {
    margin: 10px 0;
}
.item-page.edit .control-group:after {
    clear: both;
    content: "";
    display: table;
}
.item-page.edit #jform_articletext {
    height: 500px !important;
}
.item-page.edit .formelm {
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    width: 100%;
}
.item-page.edit .formelm label {
    display: inline-block;
    line-height: 40px;
    text-transform: none;
}
.item-page.edit *[class^="icon-"] {
    display: none;
}
.item-page.edit i.icon-remove,
.item-page.edit i.icon-calendar {
    background-image: url('../../../media/jui/img/glyphicons-halflings-white.png');
    display: block;
}
.item-page.edit i.icon-remove {
    margin-top: 12px;
}
.item-page.edit .btn {
    color: #fff !important;
    padding: 12px 20px !important;
}
.item-page.edit .media-preview.add-on {
    display: none;
}
.item-page.edit .input-append > .btn {
    height: 40px !important;
    line-height: 40px;
    padding: 0 10px !important;
}
.item-page.edit #jform_metadesc,
.item-page.edit #jform_metakey {
    width: 100%;
}
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
    height: 50px !important;
    line-height: 50px !important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
    background-position: 0 14px;
}
.calendar .button {
    display: table-cell !important;
    float: none !important;
}
.item-page.edit .formelm-buttons button {
    margin-right: 10px;
}
.item-page.edit .btn {
    background: #ddd;
    border-radius: 0 !important;
    border: none !important;
    color: #222 !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 15px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.item-page.edit .btn:active,
.item-page.edit .btn:focus,
.item-page.edit .btn:hover {
    background: #222 !important;
    color: #fff !important;
}
.item-page.edit .btn:hover i {
    color: #fff !important;
}
.item-page.edit .btn-group {
    padding: 0 !important;
}
.item-page.edit .btn-group .btn {
    margin: 20px 20px 0 0 !important;
}
.item-page.edit .radio.btn-group {
    padding-left: 20px !important;
}
.item-page.edit .radio.btn-group input[type=radio] {
    display: block;
    position: relative;
    top: -5px;
}
.item-page.edit .control-label label {
    display: block;
    line-height: 20px;
    min-width: 160px;
    padding: 5px 20px 10px 0;
    text-transform: none;
}
.item-page.edit .media-preview + input {
    min-width: 250px;
}
.item-page.edit input[type="text"],
.item-page.edit input[type="password"],
.item-page.edit input[type="number"],
.item-page.edit input[type="email"],
.item-page.edit .input-append .btn,
.item-page.edit .chzn-single,
.item-page.edit .chzn-choices,
.item-page.edit .chzn-container {
    border-radius: 0;
    height: 40px !important;
    line-height: 40px !important;
}
.item-page.edit .chzn-container-single .chzn-single div b {
    background-position: 0 10px;
}
.item-page.edit .chzn-container-single .chzn-single {
    background: #fff !important;
}
#jform_articletext_parent {
    clear: both !important;
}
/*------------*/
/* SYSTEM.CSS */
/*------------*/
/* Fix for the editor */
.item-page.edit .formelm {
    clear: both;
    float: left;
}
.item-page.edit .formelm .button2-left {
    margin-top: 6px;
}
.item-page.edit .formelm-area label {
    display: block;
    width: 100%;
}
.item-page.edit .formelm-buttons {
    margin-top: 5px;
    overflow: hidden;
}
.item-page.edit .fltlft {
    float: left;
}
.item-page.edit legend {
    font-size: 140%;
    font-style: italic;
}
.item-page.edit .toggle-editor {
    margin-top: -5px;
}
/* Buttons */
#editor-xtd-buttons {
    padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
    float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
    display: block;
    height: 22px;
    float: left;
    line-height: 22px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
}
.button2-left span,
.button2-right span {
    cursor: default;
    color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
    padding: 0 6px;
}
.button2-left a:hover,
.button2-right a:hover {
    text-decoration: none;
    color: #0b55c4;
}
.button2-left a,
.button2-left span {
    padding: 0 30px 0 10px;
    font-size: 12px;
    line-height: 23px;
}
.button2-right a,
.button2-right span {
    padding: 0 6px 0 24px;
}
/*.button2-left {
	background: url(../../images/joomla/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-right {
	background: url(../../images/joomla/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}
.button2-left .image {
	background: url(../../images/joomla/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
	background: url(../../images/joomla/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
	background: url(../../images/joomla/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
	background: url(../../images/joomla/j_button2_blank.png) 100% 0 no-repeat;
}
!* Calendar *!
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../../images/joomla/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}*/
/*----------*/
/* MENU.CSS */
/*----------*/
/* Base for all menus */
#gkMainMenu {
    float: left;
    padding: 0;
    z-index: 10;
}
#gkMainMenu:after {
    clear: both;
    content: "";
    display: table;
}
#gkMainMenu .gkMenu {
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
}
.gkMenu > ul {
    margin: 0;
    padding: 0;
}
.gkMenu > ul > li {
    clear: none !important;
    display: inline-block;
    font-weight: 400;
    width: auto;
    margin-right: 40px;
}
.gkMenu > ul > li > a {
    color: #575f65;
    display: block;
    height: auto;
    line-height: 50px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}
.gkMenu > ul > li:last-child > a {
    padding-right: 0;
}
.gkMenu > ul > li a small {
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.gkMenu > ul > li > .childcontent,
.gkMenu > ul > li > .childcontent .childcontent {
    position: absolute;
    left: -999em;
    z-index: 999;
}
.gkMenu > ul > li > .childcontent .gkcol {
    border-left: 1px solid #eee;
    float: left;
}
.gkMenu > ul > li > .childcontent .gkcol:first-child {
    border-left: none;
}
.gkMenu > ul > li:hover > .childcontent,
.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent {
    left: inherit;
}
.gkMenu > ul > li .childcontent .childcontent {
    margin-left: 100px;
    margin-top: -35px !important;
}
/* main menu CSS */
.gkMenu > ul > li.active > a {
    color: #1d429b;
}
.gkMenu > ul > li > a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gkMenu a:hover,
.gkMenu a:active,
.gkMenu a:focus,
.gkMenu li.active > a {
    color: #000;
}
.gkMenu ul ul {
    padding: 12px 0 8px;
}
.gkMenu > ul li div.childcontent-inner {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gkMenu > ul li > .childcontent .gkcol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
}
.gkMenu > ul li div.childcontent li:hover > a,
.gkMenu > ul li div.childcontent li:hover > a small {
    color: #575f65;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.gkMenu > ul li div.childcontent li:first-child {
    border: none;
}
.gkMenu > ul li div.childcontent a {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #575f65;
    display: block;
    padding: 7px 0;
}
.gkMenu > ul li li div.childcontent small {
    color: #999;
    font-weight: 400;
    padding-bottom: 5px;
}
.gkMenu > ul li div.childcontent li.group {
    padding: 0;
    margin: 0;
    height: auto;
    border: none !important;
    background: none;
}
.gkMenu > ul li div.childcontent .header {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 600 !important;
    margin: 6px 0 0;
    padding: 0 20px;
    text-transform: uppercase

}
.gkMenu > ul li div.childcontent .header a {
    color: #444;
}
.gkMenu > ul li div.childcontent .header small {
    display: block;
    text-transform: none;
}
.gkMenu .childcontent.active,
.gkMenu > ul > li:hover > .childcontent {
    pointer-events: auto;
}
.gkMenu .childcontent {
    pointer-events: none;
}
.gkMenu li .module p {
    font-size: 12px;
    line-height: 18px;
}
/* hide mobile menu */
#gkMobileMenu {
    display: none;
}
/* Menu Overlay type */
#gkMainMenu.gkMenuOverlay ul .childcontent {
    display: none !important;
}
#gkMenuOverlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.97);
    display: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}
#gkMenuOverlay.open {
    display: block;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}
#gkMenuOverlayWrap {
    left: 50%;
    margin: 0 0 0 -482px;
    max-width: 964px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10002;
}
#gkMenuOverlayWrap > div {
    padding: 0;
    width: 100%;
}
#gkMenuOverlayHeader {
    color: #111;
    font-size: 45px;
    font-weight: bold;
    line-height: 140px;
    margin: 0;
    text-align: center;
    text-transform: none;
}
#gkMenuOverlayClose {
    color: #5ab9e5;
    cursor: pointer;
    display: none;
    font-size: 60px;
    font-style: normal;
    line-height: 140px;
    position: absolute;
    right: 0;
    top: -10px;
}
.open #gkMenuOverlayClose {
    display: block;
}
#gkMenuOverlayContent {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 140px;
}
#gkMenuOverlayContent .gkcol {
    width: 100%;
}
#gkMenuOverlayContent .gkcol li li li {
    font-size: 17px;
}
#gkMenuOverlayContent .gkcol .header,
#gkMenuOverlayContent .gkcol li small,
#gkMenuOverlayContent .group-content > div {
    display: none !important;
}
#gkMenuOverlayContent .gkcol li {
    border-top: 1px solid #e5e5e5;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
}
#gkMenuOverlayContent .gkcol li.group {
    border-top: none;
}
#gkMenuOverlayContent .gkcol li a {
    color: #575f65;
    display: inline-block;
    line-height: 60px;
}
#gkMenuOverlayContent .gkcol li a:active,
#gkMenuOverlayContent .gkcol li a:focus,
#gkMenuOverlayContent .gkcol li a:hover {
    color: #5ab9e5;
}
/*-------------*/
/* TEMPATE.CSS */
/*-------------*/
/* Basic elements */
html {
    -webkit-font-smoothing: subpixel-antialiased;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #575f65;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    float: left;
    font-size: 14px;
    font-weight: 400;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    line-height: 1.6;
    margin: 0;
    min-height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
}
a,
#gkMainbody header h1 a:active,
#gkMainbody header h1 a:focus,
#gkMainbody header h1 a:hover,
#gkMainbody header h2 a:active,
#gkMainbody header h2 a:focus,
#gkMainbody header h2 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-decoration: none;
}
a:hover,
a:active,
a:focus,
#gkMainbody header h1 a,
#gkMainbody header h2 a,
#k2Container article header h2 a,
#gkSidebar .box a:hover {
    color: #1b1d1f;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 44px;
    font-weight: 500;
}
h2,
.componentheading {
    font-size: 42px;
    font-weight: 300;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul li {
    line-height: 2.0;
}
p {
    margin: 1em 0 2em;
}
iframe {
    max-width: 100% !important;
}
/* Containers */
.gkPage {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    float: none;
    margin: 0 auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
#gkHeader {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 129px 0 0;
    width: 100%;
}

#gkHeaderTop h1.logo ,
#gkHeaderTop #gkLogo img ,
#gkHeaderTop #gkTopMenu {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#gkHeaderTop {
    background: url("/images/template/header_blue.jpg") no-repeat scroll center center #79b6e3;
    background-size: cover;
    height: auto;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 98;
}
#gkHeaderTop.headroom {
    position: fixed;
}
#gkHeaderTop.headroom.headroom--not-top h1.logo {
    margin: 0;
}
#gkHeaderTop.headroom.headroom--not-top #gkLogo img {
    max-width: 288px;
}
#gkHeaderTop.headroom.headroom--not-top #gkTopMenu {
    margin: 0;
}
#gkHeaderTop > .gkPage {
    position: relative;
}
#gkHeaderNav {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 10;
}
#gkHeaderNav > div {
    position: relative;
}
#gkHeaderNav > .gkPage {
    /*padding: 0 30px;*/
}
#gkBg {
    background: #fff;
}
#gkPageWrap {
    margin: 0 auto;
}
#gkContent,
#gkPageContent {
    width: 100%;
}
#gkPageContent {
    float: left;
    margin-top: 20px;
    width: 100%;
}
/* Logo  */
#gkLogo {
    float: left;
    margin: 0;
    padding: 0;
    text-indent: -999em;
    text-shadow: none;
}
#gkLogo img {
    display: block;
    margin: 0;
}
#gkLogo.cssLogo {
    background: url('../images/logo.png') no-repeat center center;
    /* You can specify there logo size and background */
    height: 63px;
    width: 131px;
}
.svg #gkLogo.cssLogo {
    background-image: url('../images/logo.svg');
}
#gkLogo.text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2a0136;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 400;
    height: auto;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-indent: 0;
    width: auto;
}
#gkLogo.text .gkLogoSlogan {
    color: #ddd;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    margin-top: -20px;
    text-align: left;
    text-transform: none;
}
/* Cart */
#gkCart {
    float: left;
    height: auto;
    margin: 6px 0;
    padding: 0 15px;
    cursor: pointer;
}
#gkCart .icon {
    color: #575f65;
    font-family: aw-font;
    font-size: 22px;
    font-style: normal;
    line-height: 38px;
}
#gkCart:hover .icon:hover {
    color: #000;
}
#gkCartCounter {
    background-color: #1d429b;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: 400;
    height: 18px;
    line-height: 17px;
    padding: 0;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 18px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
#gkCart:hover #gkCartCounter {
    opacity: 1;
    bottom: 24px;
}
#gkCartCounter.highlighted {
    color: #5ab9e5;
}
#gkCartCounter.loading:before {
    content: url('../images/loader_cart.gif');
    display: block;
    float: left;
    margin: 4px 10px 0 -26px;
}
#gkCartCounter strong {
    font-weight: bold;
}
/* Search */
#gkSearchBtn {
    color: #ddd;
    cursor: pointer;
    float: left;
    font-family: aw-font;
    font-size: 25px;
    height: auto;
    line-height: 38px;
    margin: 0;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
    width: auto;
    transition: 0.3s ease 0s;
}
#gkSearchBtn:hover {
    color: #fff;
}
#gkSearch {
    background: #fff none repeat scroll 0 0;
    color: #000 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 10001;
}
#gkSearch.active {
    display: block;
    opacity: 1;
}
#gkSearch.active.hide {
    display: block;
    opacity: 0;
}
#gkSearch input {
    border: none;
    background: transparent;
    color: #575f65;
    float: right;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    height: 38px;
    margin: 6px 0;
    padding: 0 !important;
    width: 100%;
}
#gkHeaderMod {
    float: left;
    margin-top: 0;
    width: 100%;
}
#gkSearch .search {
    position: relative;
}
#gkSearch input::-webkit-input-placeholder {
    color: #575f65;
}
#gkSearch input:-moz-placeholder {
    color: #575f65;
}
#gkSearch input::-moz-placeholder {
    color: #575f65;
}
#gkSearch input:-ms-input-placeholder {
    color: #575f65;
}
/* Top menu */
#gkTopMenu li {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 38px;
    margin: 0 14px 0 0;
    position: relative;
}
#gkTopMenu a:active,
#gkTopMenu a:focus,
#gkTopMenu a:hover {
    color: #1d429b;
}
/* Mainbody */
#gkMainbody {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.frontpage #gkMainbody .box {
    margin: 0;
}
/* Stylearea */
#gkStyleArea {
    clear: both;
    display: block;
    line-height: 10px;
    margin: 20px 0 40px 0;
    padding: 10px 0;
    text-align: center;
}
#gkStyleArea a {
    border-radius: 2px;
    display: inline-block;
    height: 10px;
    margin: 15px 0 0 5px;
    text-indent: -9999px;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    width: 10px;
}
#gkStyleArea a:first-child {
    margin-left: 0;
}
#gkStyleArea a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
#gkColor1 {
    background: #5ab9e5;
}
#gkColor2 {
    background: #a6382e;
}
#gkColor3 {
    background: #91c46c;
}
#gkColor4 {
    background: #8ea66a;
}
#gkColor5 {
    background: #69799a;
}
#gkColor6 {
    background: #6191a5;
}
#gkColor7 {
    background: #5ab9e5;
}
#gkColor8 {
    background: #f2a705;
}
#gkColor9 {
    background: #bf9169;
}
#gkColor10 {
    background: #9c9985;
}
/* Group modules */
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4,
#gkBottom5 {
    overflow: hidden;
}
#gkTop1,
#gkTop2 {
    padding: 30px 0 0;
}
#gkBottom1,
#gkBottom2,
#gkBottom3,
#gkBottom4 {
    padding: 0 0;
}
/* standard breadcrumb */

#gkBreadcrumb {
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.breadcrumb > li {
    float: left;
    line-height: 1.6;
}
.breadcrumb > li a {
    color: #1d429b;
}
.breadcrumb > li a:hover {
    color: #575f65;
}
.breadcrumb {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.breadcrumb .divider {
    margin-right: 4px;
}

#gkTools {
    float: right;
    margin: 4px 0 0 10px;
}
#gkTools a {
    display: block;
    float: left;
    width: 22px;
    height: 16px;
    margin: 0 0 0 0px !important;
    text-indent: -99999em;
    background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
    background-position: -15px 50%;
    margin-left: 6px;
}
a#gkToolsDec {
    background-position: 6px 50%;
}
/* footer */
#gkFooter {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    -webkit-justify-self: flex-end;
    justify-self: flex-end;
    margin-top: auto;
}
#gkFooterNav li {
    border: none;
    display: inline-block;
    float: none;
    line-height: 16px;
    margin: 0 8px !important;
    padding: 0;
}
/* Default modules */
.box .search {
    position: relative;
}
.box .search:after {
    color: #111;
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 1;
}
.box .search .inputbox,
.box .search #mod-search-searchword {
    padding: 8px 20px !important;
    width: 100%;
}
/* Suffixes */
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    line-height: 1.6;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}
#gkSidebar .box {
    border: medium none;
    margin: 0 0 20px;
    padding: 0;
    float: left;
}
#gkBottom1 > .box,
#gkBottom2 > .box,
#gkBottom3 > .box,
#gkBottom4 > .box {
    padding: 0;
}
div.content {
    clear: both;
}
.box li {
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.6;
    padding: 5px 0;
}
.box li:last-child {
    border-bottom: none;
}
.box li a {
    line-height: 1.0;
    text-decoration: none;
}
.box a {
    text-decoration: none;
}
.box ul ul {
    margin-left: 20px;
}
/* default suffix */
.box .header {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
#gkSidebar .box .header,
#VmUser fieldset .userfields_info {
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
    color: #494949;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 10px;
}
#gkMainbody .box .header,
#gkTop1 .box .header {
    background-color: #fff;
    border-bottom: medium none;
    color: #494949;
    font-size: 24px;
    font-weight: 300 !important;
    text-align: center;
    width: 100%;
}
#gkTop1 .vmgroup {
    margin-bottom: 30px;
}
#gkTop1 {
    float: left;
    width: 100%;
}
/* Separator suffix */
.box.separator {
    position: relative;
}
.box.separator:after {
    border-top: 1px solid #e5e5e5;
    bottom: -60px;
    clear: both;
    content: "";
    display: block;
    left: 50%;
    margin: 0 auto 0 -200px;
    position: absolute;
    width: 400px;
}
/* clear suffix */
.box.clear {
    border: none !important;
    clear: none;

    padding: 0 !important;
}
.clear div.content {
    clear: both;
}
/* parallax suffix */
.box.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #aeaeae;
    margin: -60px 0 !important;
    padding: 150px 0 !important;
}
.box.parallax .header {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    padding: 0 0 30px 0;
    text-align: center;
}
.box.parallax .header:after {
    border-top: 1px solid #fff;
    clear: both;
    content: "";
    display: block;
    margin: 30px auto 0 auto;
    width: 150px;
}
.box.parallax blockquote:before,
.box.parallax blockquote p:after {
    color: #f5f5f5 !important;
}
.box.parallax blockquote small {
    color: #fff;
}
#gkSidebar {
    float: right;
    margin-right: 30px;
    padding: 0;
    width: 270px !important;
}
.banneritem > img {
    float: left;
}
/* bigtitle suffix */
.box.bigtitle .header {

    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.box.bigtitle .header span {
    background: #fff;
    padding: 0 40px;
}
.box.bigtitle .header:after {
    border-top: 2px solid #e5e5e5;
    content: "";
    display: block;
    margin-top: -15px;
}
/* advertisement suffix */
.box.advertisement .header {
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
    color: #bbb !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight: 300;
    line-height: 16px;
    margin: 0 0 16px 0;
    min-height: 21px;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}
/* suffix light */
.box.light {
    background: #f6f6f6;
    padding: 20px !important;
}
/* suffix _text */
.box_text > div {
    background: #fff;
}
/* suffix color1 */
.box.dark {
    background: #000;
    color: #999;
    padding: 20px !important;
}
.box.dark .header {
    background: transparent !important;
    line-height: 1.2;
}
.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
    color: #ddd;
}
.box.dark ul {
    margin: 0;
    padding: 0;
}
.box.dark ul li {
    border-bottom: 1px solid #444;
    position: relative;
}
.box.dark ul li:last-child {
    border-bottom: none;
}
.box.dark a {
    color: #ddd !important;
}
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
    color: #5ab9e5 !important;
}
.box.dark ul ul {
    margin: 0 0 0 20px;
}
/* Suffix nomargin */
.box.nomargin {
    margin: 0 !important;
    padding: 0 !important;
}
/* Bottom */
#gkBottom5 {
    background: #444;
    margin: 0;
}
#gkBottom5 > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px 0 35px;
}
#gkBottom5 .box,
#gkBottom5 .box .header {
    font-size: 12px;
}
#gkBottom5 .box .header {
    border-bottom: 1px solid #666;
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
    text-transform: none;
}
#gkBottom5 .box li {
    border: none;
    padding: 3px 0;
}
/* tablet/mobile suffixes */
.onlydesktop {
    display: block;
}
.onlytablet {
    display: none;
}
.onlymobile {
    display: none;
}
/* Login form */
#gkFBLogin {
    float: left;
    width: 45%;
}
#gkFBLogin p {
    line-height: 18px;
    margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
    float: left;
    width: 45%;
    margin-left: 4%;
    padding-left: 30px;
    border-left: 1px solid #e7e7e7;
}
#form-login-remember {
    margin: 10px 0;
}
#login-form fieldset {
    margin: 0 0 20px;
}
#login-form ul {
    border-top: 1px solid #e5e5e5;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 20px 0 0;
    overflow: hidden;
    padding: 12px 0 0;
}
#login-form ul li {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    margin-right: 0;
}
#login-form input[type="text"],
#login-form input[type="password"] {
    width: 95%;
}
label#jform_spacer-lbl {
    font-size: 11px;
    font-weight: normal;
    color: #666;
}
/* Popup Login */
#gkPopupCart {
    max-height: 800px;
    overflow: auto;
}
@media (max-height: 850px) {
    #gkPopupCart {
        max-height: 700px;
    }
}
@media (max-height: 750px) {
    #gkPopupCart {
        max-height: 600px;
    }
}
@media (max-height: 650px) {
    #gkPopupCart {
        max-height: 500px;
    }
}
@media (max-height: 550px) {
    #gkPopupCart {
        max-height: 400px;
    }
}
@media (max-height: 450px) {
    #gkPopupCart {
        max-height: 300px;
    }
}
#gkPopupOverlay,
#gkPopupLogin {
    color: #575f65;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 1000002;
    left: 50%;
    min-width: 300px;
}
#gkPopupLogin > div {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#gkPopupLogin .gkUserdata,
#gkPopupLogin .gkUsermenu {
    float: left !important;
    width: 50% !important;
}
.gkUsermenu .menu {
    margin: 32px 0 0
}
.gkUsermenu .menu li a {
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 0 6px;
    padding: 3px 6px;
    text-align: center;
}
.gkPopupWrap {
    background: #fff;
    padding: 30px 40px;
    overflow: hidden;
}
.gkPopupWrap h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 32px;
}
#gkPopupLogin h3 {
    border-bottom: 2px solid #f2f2f2;
    float: left;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 15px;
}
#gkPopupLogin h3 span {
    background: #fff;
    color: #1b1d1f;
    padding: 0 15px;
}
#gkPopupLogin h3 + small {
    display: block;
    font-size: 13px;
    margin: -6px 0 24px 0;
    text-align: center;
}
.gkPopupWrap h3 small {
    font-size: 16px !important;
}
.gkPopupWrap h3 a {
    color: #5ab9e5;
}
.gkPopupWrap h3 a:hover {
    color: #272727;
}
.gkPopupWrap .logout-button {
    margin-top: 20px;
}
#gkPopupOverlay {
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    filter: alpha(opacity=45);
    opacity: 0.45;
    margin-left: 0;
}
/* Login with Facebook button */
span#fb-auth small {
    width: 20px;
    background: transparent url('../images/fbauth.png') no-repeat 0 2px;
    text-indent: -999em;
    display: block;
    float: left;
    border-right: 1px solid #a0aecd;
    margin: 3px 16px 0 0;
    height: 17px;
}
span#fb-auth {
    background-color: #798db9;
    display: inline-block;
    color: #fff;
    font-family: arial;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 0 0;
    padding: 7px 24px 7px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #445375;
    cursor: pointer;
    height: 24px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    position: relative;
    top: -3px;
}
span#fb-auth:hover {
    background-color: #556b9b;
}
.login span#fb-auth {
    margin: 6px 0 0 10px;
}
body[data-mobile="true"] #gkMobileMenu select {
    font-size: 50px;
}
#fancybox-overlay {
    z-index: 10002;
}
/*--------*/
/* VM.CSS */
/*--------*/
#bottom-pagination div,
#bottom-pagination ul {
    text-align: center !important
}
#bottom-pagination ul li {
    display: inline
}
.VmArrowdown {
    cursor: pointer;
    float: right;
    height: 16px;
    padding: 0 12px;
    width: 16px
}
.additional-images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px 0;
    overflow: hidden;
    padding: 0 30px;
    width: 100%;
}
.additional-images .product-thumb {
    border: 1px solid #eee;
    float: left;
    line-height: 1.4;
    margin: 0 6px 6px 0;
    padding: 3px;
    text-align: center;
    white-space: normal;
    width: 74px
}
.additional-images .product-thumb:hover {
    border-color: #ddd;
    cursor: pointer
}
.additional-images img {
    width: 22%;
    margin: 0 0 0 6px;
}
.additional-images img:first-child {
    margin: 0;
}
.addtocart-area .product-fields {
    padding: 6px 0 12px
}
.addtocart-area .product-fields > div {
    margin: 0 0 2px;
}
.addtocart-area .product-fields > div.product-field-type-S {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.addtocart-area .product-fields > div.product-field-type-S .product-field-display {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
}
.ask-a-question a {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 32px 0 16px;
    padding: 16px 0;
}
input.addtocart-button {
    border: none;
    font-weight: 600;
    height: 46px;
    min-width: 100%;
}
input.addtocart-button:hover {
    color: #fff !important
}
.ask-a-question-view .form-field .submit {
    width: 418px
}
.ask-a-question-view .form-field textarea.field {
    border: solid #eee 1px;
    color: #575f65;
    padding: 12px;
    text-align: left;
    width: 394px
}
.ask-a-question-view .product-summary {
    border-bottom: solid #eee 1px;
    margin: 25px 0 0;
    padding: 0 0 10px
}
.ask-a-question-view .product-summary .short-description {
    margin-top: 6px
}
.ask-a-question-view .product-summary h2 {
    font-size: 16px;
    margin: 0;
    padding: 0
}
.ask-a-question-view .product-summary img.product-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}
.ask-a-question-view h1 {
    font-size: 18px;
    margin: 0;
    padding: 0
}
.ask-a-question-view input.counter,
.ask-a-question-view input#email {
    border: solid #ccc 1px;
    color: #575f65;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 5px 5px 4px
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
    padding: 30px
}
.availability {
    margin: 12px 0 0
}
.billto-shipto strong,
span.custom-variant-inputbox input.custom-attribute:hover,
input.vm-default:hover,
.ask-a-question-view input.counter:hover,
.ask-a-question-view input#email:hover,
table.user-details input:hover,
a.details:hover,
div.details:hover,
a.product-details:hover,
.ask-a-question-view .form-field textarea.field:hover,
.product-related-products > div a,
.product-related-categories > div a,
table.cart-summary a {
    color: #222
}
.category-view .category .category-overlay > span > span,
.browse-view .product .product-overlay > span > span,
.featured-view .product .product-overlay > span > span,
.latest-view .product .product-overlay > span > span,
.topten-view .product .product-overlay > span > span,
.recent-view .product .product-overlay > span > span,
.productDetails .main-image .product-overlay > span > span {
    -moz-border-radius: 50%;
    -moz-transition: all .3s ease-out;
    -ms-border-radius: 50%;
    -ms-transition: all .3s ease-out;
    -o-border-radius: 50%;
    -o-transition: all .3s ease-out;
    -webkit-border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    background: #5ab9e5;
    border-radius: 50%;
    color: #fff;
    display: block;
    filter: alpha(opacity=0);
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    margin: 100% auto 30%;
    opacity: 0;
    text-align: center;
    transition: all .3s ease-out;
    width: 80px
}
.category-view .category .category-overlay > span,
.browse-view .product .product-overlay > span,
.featured-view .product .product-overlay > span,
.latest-view .product .product-overlay > span,
.topten-view .product .product-overlay > span,
.recent-view .product .product-overlay > span,
.productDetails .main-image .product-overlay > span {
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    background: rgba(255, 255, 255, 0);
    display: block;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease-out;
    width: 100%
}
.category-view .category .category-overlay,
.browse-view .product .product-overlay,
.featured-view .product .product-overlay,
.latest-view .product .product-overlay,
.topten-view .product .product-overlay,
.recent-view .product .product-overlay,
.productDetails .main-image .product-overlay {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
.browse-view .product .spacer,
.productDetails .main-image {
    overflow: hidden;
    position: relative
}
.category-view .category.active .category-overlay > span > span,
.browse-view .product.active .product-overlay > span > span,
.featured-view .product.active .product-overlay > span > span,
.latest-view .product.active .product-overlay > span > span,
.topten-view .product.active .product-overlay > span > span,
.recent-view .product.active .product-overlay > span > span,
.productDetails .main-image.active .product-overlay > span > span {
    filter: alpha(opacity=100);
    margin-top: 30%;
    opacity: 1;
}
.category-view .category.active .category-overlay > span,
.browse-view .product.active .product-overlay > span,
.featured-view .product.active .product-overlay > span,
.latest-view .product.active .product-overlay > span,
.topten-view .product.active .product-overlay > span,
.recent-view .product.active .product-overlay > span,
.productDetails .main-image.active .product-overlay > span {
    background: rgba(255, 255, 255, 0.6)
}
.category-view > h3,
.featured-view > h3,
.latest-view > h3,
.topten-view > h3,
.recent-view > h3 {
    font-size: 24px !important;
    padding: 32px 0 64px !important
}
.category-view h3 {
    padding-top: 0 !important
}
.cart-summary .inputbox {
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center
}
.cart-summary .sectiontableentry1 fieldset {
    clear: both;
}
.cart-summary div.PricesalesPrice {
    background: none;
    font-size: 100%;
    margin: 0;
    padding: 0
}
.cart-summary tbody tr td {
    padding: 5px 8px
}
.cart-summary td hr,
.terms-of-service .vm2-termsofservice-icon,
#terms-of-service .vmicon.vm2-termsofservice-icon,
.vmicon-16-editadd,
table.cart-summary td br,
#product-tabs-content > div,
.productDetails .main-image > .product-overlay {
    display: none !important;
}
.cart-view h2 {
    font-size: 12px;
    margin: 0;
    padding: 0
}
#userForm h3,
#paymentForm h3 {
    font-size: 18px;
    margin: 0 0 12px
}
.cart-view h3 {
    font-size: 16px;
    margin: 0 0 12px
}
.catProductDetails {
    -moz-border-radius: 2px;
    -moz-transition: background-color .12s ease-out;
    -ms-border-radius: 2px;
    -ms-transition: background-color .12s ease-out;
    -o-border-radius: 2px;
    -o-transition: background-color .12s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: background-color .12s ease-out;
    background: #eee;
    border-radius: 2px;
    border-shadow: 0 0 1px #fff;
    color: #222;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 12px;
    min-height: 34px;
    padding: 0 11px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .12s ease-out
}
.catProductPrice {
    padding-bottom: 12px;
}
.catProductPrice > div {
    color: #666 !important;
    font-size: 12px !important;
}
.catProductPrice > div > span {
    color: #5ab9e5;
    font-size: 14px;
    font-weight: 600;
}
.catProductPrice .PricediscountAmount,
.catProductPrice .PricetaxAmount {
    color: #aaa;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
    text-transform: uppercase
}
.catProductPrice div.PricesalesPrice {
    font-size: inherit;
    line-height: 1.4;
    margin: 0;
    padding: 0
}
.category-view .category {
    position: relative;
}
.category-view .row .category .spacer h2 a {
    color: #222;
    display: block;
}
.category-view .row .category .spacer h2 a img {
    height: auto;
    margin-top: 6px;
    max-width: 100%
}
.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover {
    color: #5ab9e5
}
.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer,
.manufacturer-view-default .row .manufacturer .spacer,
.recent-view .spacer {
    border: 1px solid #e5e5e5;
    margin: 7px;
    -webkit-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    -ms-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
}
.category-view .row .category .readon,
.featured-view a.readon,
.latest-view a.readon,
.topten-view a.readon,
.related-products-view a.readon,
.browse-view .row .product a.readon,
.manufacturer-view-default .row .manufacturer a.readon,
.recent-view a.readon {
    display: inline-block;
    float: none;
    margin: 15px 0 30px;
}
.checkout-button-top input.terms-of-service {
    float: left;
    margin-right: 10px
}
.clear,
br.clear {
    clear: both
}
.clr {
    clear: both;
    overflow: hidden
}
#fancybox-wrap {
    z-index: 9999999
}
#product-tabs {
    border-top: 1px solid #e5e5e5;
    margin: 32px 0 16px;
    overflow: hidden
}
#product-tabs li {
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin: 24px 0 0;
    padding: 8px 18px 6px;
    text-transform: uppercase
}
#product-tabs li.active {
    background: #1b1d1f;
    color: #fff;
    font-weight: 600
}
#product-tabs-content {
    clear: both;
    overflow: hidden;
}
#product-tabs-content h3,
.list-reviews h3 {
    font-size: 14px;
    font-weight: 600;
    padding: 16px 0 0;
    text-transform: uppercase
}
#product-tabs-content p {
    margin: 1em 0;
}
#product-tabs-content dl {
    float: left;
    font-size: 13px;
    margin: 0 0 24px 0;
    padding-right: 3.333333%;
    width: 30%
}
.product-description > dl {
    margin-left: 0 !important;
}
#product-tabs-content dt {
    color: #222;
    font-weight: 600;
    margin: 16px 0 6px
}
#product-tabs-content dd {
    margin: 0 0 0 6px;
    padding: 2px 0 2px 20px !important;
    position: relative;
}
#product-tabs-content dd:before {
    top: 7px !important;
}
#product-tabs-content dd:before {
    color: #111;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 6px;
    position: absolute;
    left: 0;
}
#ui-tabs {
    margin-bottom: 20px
}
#ui-tabs .dyn-tabs {
    display: none;
    overflow: auto
}
#ui-tabs h4 {
    color: #5ab9e5;
    font-size: 16px;
    margin: 20px 0
}
#ui-tabs ul#tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #1d429b;
    margin: 30px 0;
    width: 100%;
}
#ui-tabs ul#tabs::after {
    clear: both;
    content: "";
    display: table;
}
fieldset .userfields_info {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    display: block;
    padding: 32px 0 12px;
}
#userForm select,
.width80 {
    width: 80%
}
.control-buttons {
    overflow: hidden
}
.control-buttons + fieldset {
    margin-top: 32px
}
.control-buttons + fieldset span {
    background: none;
    height: inherit
}
.control-buttons > div {
    border-top: 1px solid #eee;
    font-size: 12px;
    margin: 40px 0 20px;
    padding: 16px 0 0
}
.customer-comment,
.featured-view .product-price,
.latest-view .product-price,
.topten-view .product-price,
.output-billto,
.output-shipto {
    margin: 10px 0
}
.customer-reviews,
.ask-a-question-view .form-field,
.product-related-products,
.product-related-categories {
    margin: 25px 0 0
}
.display-number {
    line-height: 46px;
    text-align: right
}
.display-number select {
    margin: 1px 0 12px 12px
}
.featured-view .spacer .catProductPrice + a img,
.latest-view .spacer .catProductPrice + a img,
.topten-view .spacer .catProductPrice + a img,
.featured-view .spacer .catProductPrice + a + a img,
.latest-view .spacer .catProductPrice + a + a img,
.topten-view .spacer .catProductPrice + a + a img {
    margin-top: 16px
}
.featured-view .spacer h3 a,
.latest-view .spacer h3 a,
.topten-view .spacer h3 a,
.related-products-view .spacer h3 a,
.browse-view .row .product .spacer h2 a,
h3.catProductTitle a {
    color: #222 !important
}
.featured-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.related-products-view .spacer h3,
.browse-view .row .product .spacer h2,
.category-view .row .category .spacer h2,
h3.catProductTitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px 0;
    text-transform: uppercase;
}
.latest-view h4,
.topten-view h4,
.related-products-view h4,
h2.catSub,
.category-view h4 {
    border-bottom: 1px solid #e5e5e5;
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0 0 12px;
}
.browse-view h1 {
    margin-bottom: 12px;
}
span.floatright,
span.floatleft {
    float: right
}
.formLogin {
    background: #f9f9f9;
    margin: 0 0 24px;
    padding: 20px
}
.formLogin h3 {
    font-size: 18px
}
.formLoginWrap a {
    font-size: 13px;
    margin-right: 12px
}
.formLoginWrap input,
.trackMyOrder div {
    float: left;
    margin: 0 24px 12px 0
}
.general-bg,
input.vm-default,
a.product-details,
a.details,
div.details {
    color: #5ab9e5;
    cursor: pointer;
    text-align: center
}
.vmGkCartProducts > div {
    border-bottom: 1px solid #eee;
    clear: both;
    color: #999;
    overflow: hidden;
    padding: 16px 0;
}
.vmGkCartProducts img {
    float: left;
    height: 70px;
    width: 70px;
}
.vmGkCartProducts > div > div {
    margin-left: 122px
}
.vmGkCartProducts h3 {
    font-size: 14px;
    margin: 0;
}
.vmGkCartProducts h3 a {
    color: #222;
}
.vmGkCartProducts h3 a:hover {
    color: #5ab9e5
}
.vmGkCartProducts h3 span {
    color: #999;
    font-weight: 300;
    padding: 0 8px 0 0
}
.vmGkCartProducts .gkPrice {
    color: #5ab9e5;
    font-size: 16px;
    font-style: italic;
    font-weight: 400
}
.gkTotal {
    color: #5ab9e5;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 122px
}
.list-reviews .highlight {
    background: #fdfaee;
    margin: 0 0 1em;
    padding: 12px
}
.list-reviews .normal {
    padding: 12px
}
.list-reviews .normal h3 {
    padding: 0 !important;
}
.list-reviews p {
    font-size: 13px;
    margin: 1em 0 0.5em
}
.list-reviews span.date {
    color: #888;
    display: block;
    font-size: 10px;
    margin: 0 0 4px
}
.main-image img.product-image,
.featured-view .spacer img,
.latest-view .spacer img,
.topten-view .spacer img {
    height: auto;
    max-width: 100%;
    width: auto
}
.manufacturer h3.catProductTitle {
    text-align: center;
}
.manufacturer-details-view .spacer {
    padding-left: 0;
    padding-right: 0;
}
.manufacturer-details-view .spacer > div {
    padding: 10px 0;
}
.manufacturer-details-view .email-weblink a {
    margin-right: 15px
}
.manufacturer-details-view img {
    background: #fff;
    border: 1px solid #efefef;
    float: right;
    margin: 0 0 10px 20px;
    padding: 8px;
}
.orderby-displaynumber {
    border-bottom: 2px solid #f2f2f2;
    border-top: 2px solid #f2f2f2;
    margin: 0 0 32px;
}
.orderby-displaynumber::after {
    clear: both;
    content: "";
    display: table
}
.orderby-displaynumber select {
    border: 1px solid #e5e5e5;
    height: 28px;
    line-height: 28px;
    padding: 4px !important;
}
.orderlistcontainer {
    position: relative
}
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover {
    color: #5ab9e5 !important
}
.orderlistcontainer div.activeOrder {
    cursor: pointer;
    float: left;
    line-height: 46px;
    margin: 0 24px 0 8px
}
.orderlistcontainer div.orderlist {
    background: #fff;
    border: 1px solid #eee;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-weight: 400;
    left: 46px;
    padding: 4px 12px;
    position: absolute;
    text-transform: none;
    top: 32px;
    z-index: 2
}
.orderlistcontainer div.orderlist div {
    border-top: 1px solid #eee;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 12px
}
.orderlistcontainer div.orderlist div:first-child {
    border: none
}
.output-billto span.titles,
.output-shipto span.titles {
    float: left;
    width: 150px
}
.output-billto span.values,
.output-shipto span.values {
    padding-right: 5px
}
.output-billto span.values,
.output-shipto span.values,
span.floatleft {
    float: left
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
    float: left;
    margin-right: 3px
}
.tablespace td {
    padding: 32px 0 !important
}
.gkShowCart a {
    float: none !important;
    margin: 32px 0 0
}
.output-shipto,
.output-billto {
    color: #999;
    font-size: 11px;
    line-height: 1.4
}
.page-results {
    margin-top: 25px;
    text-align: right
}
.product-additional-info {
    color: #999;
    font-size: 13px;
    margin: 0 0 32px
}
.product-additional-info > a > img {
    vertical-align: text-bottom;
    margin: 0 5px;
}
.productdetails-view .product-short-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 15px 0 16px;
    padding: 0;
}
.product-field-type-P .product-fields-title {
    font-size: 120%
}
.product-fields .product-field-type-P {
    border-bottom: 1px solid #eee;
    clear: both;
    margin-top: 18px
}
.product-neighbours {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    color: #575f65;
    line-height: 2.4;
    margin: 0;
    overflow: hidden;
}
.product-neighbours a {
    line-height: 2.4;
}
.product-neighbours a.next-page {
    float: right;
}
.product-neighbours a.previous-page {
    float: left;
}
.back-to-category {
    border-bottom: 1px solid #e5e5e5;
    line-height: 2.4;
    margin: 0 0 32px 0;
    text-align: center;
}
.productDetailInfo {
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    margin: 0 0 32px;
    padding: 0 0 16px;
}
.productDetailInfo dt {
    clear: both;
    color: #222;
    font-weight: 600;
    margin: 0 6px 0 0;
    float: left
}
.product-price {
    color: #494949;
    float: left;
    font-size: 11px;
    line-height: 1.6em;
    width: 100%;
    margin: 0;
}
.product-price div {
    float: left;
    width: auto;
}
.product-price > strong {
    color: #222;
    display: block;
    margin: 0 0 15px
}
.product-related-products > div,
.product-related-categories > div {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 32px 0 0;
    padding: 0 2.85%;
    text-align: center;
    text-transform: uppercase;
    width: 27%;
}
.product-related-products > div:nth-child(3n+1),
.product-related-categories > div:nth-child(3n+1) {
    border: none
}
.product.vertical-separator {
    padding-bottom: 14px !important
}
.productDetails {
    margin: 0 0 52px;
}
.productDetails:after {
    clear: both;
    content: "";
    display: table;
}
.productDetails > div {
    float: left;
    width: 50%;
}
.productDetails > div + div {
    float: right;
    width: 44%
}
.productDetails .main-image a {
    display: block;
    position: relative
}
.productDetails .main-image img,
#product-tabs-content > div.active {
    display: block !important;
}
.product_s_desc p {
    line-height: 1.4;
    margin-bottom: 6px;
    padding: 0
}
.productdetails-view .addtocart-bar,
.write-reviews,
ul#tabs {
    margin: 20px 0 0
}
.productdetails-view .product-description,
.product-fields {
    margin: 15px 0
}
.productdetails-view h1 {
    color: #494949;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 15px;
}
.product-related-products,
.product-related-categories {
    border-top: 1px solid #e5e5e5;
    padding: 32px 0;
}
.product-related-products h4,
.product-related-categories h4 {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}
.productdetails-view .product-related-products img,
.productdetails-view .product-related-categories img {
    margin-bottom: 12px
}
.productdetails-view .product-related-products a,
.productdetails-view .product-related-categories a {
    color: #222 !important
}
.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover {
    color: #5ab9e5 !important
}
.right,
#bottom-pagination .counter {
    text-align: right !important
}
.row {
    display: table;
    width: 100%
}
.row .product.width50,
.row .product.width33,
.row .product.width25,
.row .product.width20 {
    padding: 0
}
.row > div {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left !important;
    text-align: center
}
.stockLavel {
    font-size: 13px;
    padding: 0 0 16px 0
}
.terms-of-service h5 {
    background: #fffef4;
    font-size: 14px;
    padding: 15px;
    text-align: center
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
    color: #5ab9e5;
    text-transform: uppercase
}
.trackMyOrder h4 {
    margin: 0 0 32px
}
.trackMyOrder div {
    float: left;
    margin: 12px 24px 0 0
}
.trackMyOrder div input[type="submit"] {
    margin-top: 26px
}
.userfields_info {
    color: #222;
    font-size: 16px
}
.vendor-store-desc,
.category-view,
.featured-view,
.latest-view,
.topten-view,
.related-products-view,
.browse-view,
.order-view {
    margin-bottom: 32px
}
.product {
    position: relative;
}
.category > div > a,
.product > div > div > a {
    display: block;
    overflow: hidden;
}
.vendor-store-desc {
    border: 1px solid #e5e5e5;
    padding: 24px 32px;
}
.category > div > a > img,
.product > div > div > a > img {
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1) rotateZ(0);
    -moz-transform: scale(1) rotateZ(0);
    -ms-transform: scale(1) rotateZ(0);
    -o-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}
#checkoutFormSubmit,
#checkoutFormSubmitNew {
    padding: 0 24px;
}
/* custom vm fields START */
.ship-group {
    float: left;
    margin: 10px 5px 0 0;
    position: relative;
    width: calc(50% - 10px);
}
.ship_location-group {
    float: left;
    margin: 10px 0 0 5px;
    position: relative;
    width: calc(50% - 10px);
}
/* custom vm fields END */
.vm-button-correct:hover,
.catProductDetails:hover {
    background: #1b1d1f;
    border: 1px solid #1b1d1f;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
    vertical-align: middle;
    width: 16px
}
#ProOPC .vm-customfield-cart .product-field-type-S {
    margin-left: 5px;
}
#ProOPC .vm-customfield-cart .product-field-type-S:before {
    content: "|";
    margin-right: 5px;
}
#ProOPC .vm-customfield-cart .product-field-type-S:first-child {
    margin-left: 0;
}
#ProOPC .vm-customfield-cart .product-field-type-S:first-child:before {
    content: "";
    margin-right: 0;
}
.vmicon,
.vmiconFE {
    background: url(../images/vm/vm2-sprite.png) no-repeat 0 0;
    display: block;
    height: 10px;
    width: 53px
}
.vm-img-desc {
    color: #222;
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 3;
    text-align: center;
    text-transform: uppercase
}
.vm2-arrow_down {
    background-position: 0 -72px;
    height: 16px;
    width: 16px
}
.vm2-billto-icon {
    background-position: 0 -138px;
    border: 0;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 24px
}
.vm2-lowstock {
    background-position: 0 -213px
}
.vm2-normalstock,
.vm2-nostock,
.vm2-lowstock {
    background-position: 0 -208px;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 53px
}
.vm2-nostock {
    background-position: 0 -218px
}
.vm2-remove_from_cart {
    background: url(../images/vm/vm2-sprite.png) no-repeat 100% -64px !important;
    border: none !important;
    cursor: pointer;
    display: block;
    float: right !important;
    margin-left: 10px !important;
    padding: 0 !important;
    height: 24px !important;
    width: 15px !important
}
.vm2-shipto-icon {
    background-position: 0 -284px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 24px
}
.vm2-stars0,
.vm2-stars_0 {
    background-position: 0 -50px
}
.vm2-stars1,
.vm2-stars_1 {
    background-position: 0 -40px
}
.vm2-stars2,
.vm2-stars_2 {
    background-position: 0 -30px
}
.vm2-stars3,
.vm2-stars_3 {
    background-position: 0 -20px
}
.vm2-stars4,
.vm2-stars_4 {
    background-position: 0 -10px
}
.vm2-termsofservice-icon {
    display: inline-block;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
    width: 24px
}
.vm2-warning {
    height: 40px;
    width: 50px
}
.vmGkCartProducts {
    padding: 12px 0 24px
}
.vmlogout {
    margin: 12px 0;
    text-align: right
}
.vmlogout input {
    float: right;
    margin-left: 12px
}
.vmpayment_cardinfo {
    color: gray;
    font-size: 9px
}
.vmpayment_description,
.vmshipment_description {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding: 0 2px
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
    padding: 0 2px
}
.vmquote {
    font-size: smaller
}
/* VM Popup Module Cart */
.vmCartModule dl + dl {
    border-top: 1px solid #333;
    margin: 32px 0 0;
    padding: 12px 0 0;
}
.vmCartModule dl dt {
    clear: both;
    float: left;
}
.vmCartModule dl dd {
    text-align: right;
}
.vmCartModule dl dt a {
    color: #eee
}
.vmCartModule dl dt a:hover {
    color: #5ab9e5
}
.vmCartModule dd strong {
    color: #5ab9e5;
    font-size: 20px
}
.width1 {
    width: 1%
}
.width10 {
    width: 10%
}
.width11 {
    width: 11%
}
.width12 {
    width: 12%
}
.width13 {
    width: 13%
}
.width14 {
    width: 14%
}
.width15 {
    width: 15%
}
.width16 {
    width: 16%
}
.width17 {
    width: 17%
}
.width18 {
    width: 18%
}
.width19 {
    width: 19%
}
.width2 {
    width: 2%
}
.width20 {
    width: 20%
}
.width21 {
    width: 21%
}
.width22 {
    width: 22%
}
.width23 {
    width: 23%
}
.width24 {
    width: 24%
}
.width25 {
    width: 25%
}
.width26 {
    width: 26%
}
.width27 {
    width: 27%
}
.width28 {
    width: 28%
}
.width29 {
    width: 29%
}
.width3 {
    width: 3%
}
.width30 {
    width: 30%
}
.width31 {
    width: 31%
}
.width32 {
    width: 32%
}
.width33 {
    width: 33%
}
.width34 {
    width: 34%
}
.width35 {
    width: 35%
}
.width36 {
    width: 36%
}
.width37 {
    width: 37%
}
.width38 {
    width: 38%
}
.width39 {
    width: 39%
}
.width4 {
    width: 4%
}
.width40 {
    width: 40%
}
.width41 {
    width: 41%
}
.width42 {
    width: 42%
}
.width43 {
    width: 43%
}
.width44 {
    width: 44%
}
.width45 {
    width: 45%
}
.width46 {
    width: 46%
}
.width47 {
    width: 47%
}
.width48 {
    width: 48%
}
.width49 {
    width: 49%
}
.width5 {
    width: 5%
}
.width50 {
    width: 50%
}
.width51 {
    width: 51%
}
.width52 {
    width: 52%
}
.width53 {
    width: 53%
}
.width54 {
    width: 54%
}
.width55 {
    width: 55%
}
.width56 {
    width: 56%
}
.width57 {
    width: 57%
}
.width58 {
    width: 58%
}
.width59 {
    width: 59%
}
.width6 {
    width: 6%
}
.width60 {
    width: 60%
}
.width61 {
    width: 61%
}
.width62 {
    width: 62%
}
.width63 {
    width: 63%
}
.width64 {
    width: 64%
}
.width65 {
    width: 65%
}
.width66 {
    width: 66%
}
.width67 {
    width: 67%
}
.width68 {
    width: 68%
}
.width69 {
    width: 69%
}
.width7 {
    width: 7%
}
.width70 {
    width: 70%
}
.width71 {
    width: 71%
}
.width72 {
    width: 72%
}
.width73 {
    width: 73%
}
.width74 {
    width: 74%
}
.width75 {
    width: 75%
}
.width76 {
    width: 76%
}
.width77 {
    width: 77%
}
.width78 {
    width: 78%
}
.width79 {
    width: 79%
}
.width8 {
    width: 8%
}
.width81 {
    width: 81%
}
.width82 {
    width: 82%
}
.width83 {
    width: 83%
}
.width84 {
    width: 84%
}
.width85 {
    width: 85%
}
.width86 {
    width: 86%
}
.width87 {
    width: 87%
}
.width88 {
    width: 88%
}
.width89 {
    width: 89%
}
.width9 {
    width: 9%
}
.width90 {
    width: 90%
}
.width91 {
    width: 91%
}
.width92 {
    width: 92%
}
.width93 {
    width: 93%
}
.width94 {
    width: 94%
}
.width95 {
    width: 95%
}
.width96 {
    width: 96%
}
.width97 {
    width: 97%
}
.width98 {
    width: 98%
}
.width99 {
    width: 99%
}
.write-reviews h4 {
    border-bottom: 1px solid #eee;
    margin: 0 0 36px;
    padding: 0 0 12px
}
.write-reviews h4 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px
}
.write-reviews span.step {
    color: #222;
    display: inline-block;
    font-weight: 400;
    margin: 0 0 8px
}
.write-reviews textarea.virtuemart {
    display: inline-block;
    margin-bottom: 6px
}
.write-reviews ul.rating {
    margin: 6px 0 20px;
    padding: 0
}
.write-reviews ul.rating li {
    display: inline-block;
    list-style: none;
    padding: 0 5px;
    text-align: center
}
.write-reviews ul.rating li span,
.product-field-display a img,
.trackMyOrder label,
table.cart-summary td > img + br,
#product-tabs-content > div:first-child {
    display: block
}
a.highlight,
a.highlight:visited {
    background-position: 0 -160px;
    border: solid #00a000 1px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px 1px;
    text-decoration: none
}
a.product-details,
a.details,
div.details {
    display: inline-block
}
div.PricesalesPrice {
    color: #5ab9e5;
    font-size: 18px;
    margin: 20px 0;
    padding: 0;
    clear: left;
}
div.terms-of-service,
table.generalUserInfo,
table.user-details {
    margin: 16px 0
}
h2.catSub {
    border: none;
    margin: 0
}
input.addtoCart:hover {
    background: #5ab9e5
}
input.custom-attribute {
    width: 140px
}
input.highlight-button {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}
input.quantity-input {
    padding: 6px 8px !important;
    width: 32px;
}
input.vm-default {
    margin-bottom: 2px
}
input.vm2-add_quantity_cart,
input.vm2-add_quantity_cart:hover {
    background: url(../images/vm/vm2-sprite.png) no-repeat 10px -64px !important;
    border: none;
    float: right;
    margin: 0;
    padding: 15px;
    width: 15px;
    border: 0 !important;
}
label.product-fields-title {
    color: #222;
    display: inline-block;
    min-width: 15%
}
label.quantity_box {
    line-height: 32px;
    margin-right: 12px
}
.quantity_box_wrap {
    display: block;
    margin: 0 0 20px
}
.quantity-controls input[type="button"] {
    background: none;
    border: none;
    color: #222 !important;
    float: none;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 0 6px;
}
select#virtuemart_currency_id {
    margin: 0 0 12px;
    width: 100%
}
.product-price span.PricesalesPrice {
    color: #5ab9e5;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}
span.bold {
    color: #222;
    font-weight: 500
}
span.custom-variant-inputbox {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 152px
}
span.details-button {
    margin: 0 0 0 10px
}
span.details-button input.details-button {
    border: 1px solid #eee;
    color: #135cae;
    cursor: pointer;
    text-align: center
}
span.manufacturer {
    margin: 0 0 0 16px
}
span.quantity-box {
    font-weight: 700;
    margin: 0 10px 0 0
}
span.stock-level {
    color: #999;
    font-size: 10px
}
span.terms-of-service {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px
}
span.title,
h4.title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 0;
    text-transform: uppercase;
}
span.tos {
    display: inline-block;
    margin-right: 15px
}
span.variant-dropdown {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 150px
}
span.variant-dropdown select {
    width: 150px
}
span.variant-name,
span.custom-variant-name {
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100px
}
table.cart-summary td {
    font-size: 15px;
    vertical-align: middle
}
.cart-summary h1 {
    font-size: 14px;
}
table.ordersList,
.product-field-type-B,
.product-field-type-S,
.product-field-type-I,
.addtocart-area .product-fields select {
    width: auto
}
.width100 {
    width: 100%
}
table.shopperInformation td,
table.generalUserInfo td,
table.user-details td {
    border: none;
    padding: 3px 24px 3px 0
}
table.shopperInformation tr:hover,
table.generalUserInfo tr:hover,
table.user-details tr:hover {
    background: none
}
table.user-details input {
    color: #575f65;
    margin-bottom: 2px;
    padding: 5px 5px 4px
}
td.orders-key {
    font-weight: 700;
    text-align: left
}
textarea.virtuemart {
    color: #575f65;
    padding: 5px 5px 4px;
    text-align: left
}
.buttonBar-right {
    margin: 50px 0 20px;
    overflow: hidden;
    width: 100%;
}
#com-form-login,
.billto-shipto,
.trackMyOrder form[name="com-login"] {
    border-top: 1px solid #e5e5e5;
    margin: 32px 0;
    overflow: hidden;
    padding: 48px 0 24px;
}
#form-login.vmlogout {
    line-height: 37px;
    margin: 20px 0 !important;
}
#com-form-login h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 28px;
}
.billto-shipto > div {
    float: left;
    width: 49%
}
.billto-shipto .output-billto + .invalid {
    background: none;
    border: 0 !important;
}
.billto-shipto > div + div {
    float: right
}
.billto-shipto strong {
    font-size: 12px;
}
#com-form-login a {
    color: #999 !important
}
#com-form-login a:hover {
    color: #5ab9e5 !important
}
.vendor-details-view address {
    font-style: normal;
    margin: 30px 0;
}
.vendor-details-view .vendor-image {
    float: right;
    margin: 30px 0 30px 30px;
}
.vendor-details-view textarea {
    width: 100%;
}
.vendor-details-view p {
    margin: 20px 0;
}
.vendor-view-default .manufacturer {
    padding: 20px 0;
    width: 100%;
}
.vendor-view-default .manufacturer h4 small {
    color: #575f65;
    display: block;
    font-size: 14px;
    line-height: 1.8;
}
.vendor-details-view h1 {
    margin: 0 0 30px 0;
}
.vendor-details-view h1 small {
    color: #575f65;
    display: block;
    font-size: 18px;
    line-height: 1.8;
}
/* Category module */
.VMmenu li {
    border: none;
    padding: 3px 0
}
#paymentForm > div {
    margin: 10px 0 15px;
}
/* VM Product module */

.box .addtocart-button {
    background-color: inherit;
    border: medium none;
    color: #000 !important;
    float: none;
    height: auto;
    margin: 0;
    min-width: inherit !important;
    width: 100%;
}
.box .addtocart-button:hover {
    background: #5ab9e5 !important
}
.vmproduct {
    margin: 0 0 32px;
    text-align: center
}
#gkTop1 .vmproduct {
    margin: 0;
}
/* OnePage Checkout Styles */
.vmBTST input,
.vmBTST select {
    clear: both;
    display: block;
    margin: 2px 0 6px
}
.vmBTST .gkleft {
    float: left;
    width: 48%;
}
.vmBTST .gkright {
    float: right;
    width: 48%;
}
.gkright.BTdetails {
    margin-top: 195px;
}
#checkoutForm .buttonBar-right {
    display: none;
}
#checkoutForm .vmrow {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
}
#checkoutForm .output-shipto {
    margin: 32px 0;
}
#checkoutForm .output-shipto input,
#checkoutForm #register {
    float: left;
    margin: 3px 7px 0 0 !important;
}
#checkoutForm .register {
    display: block;
}
.output-billto > h3,
#BTaddress h3 {
    border-top: 3px solid #222;
    margin: 32px 0 0;
    padding: 24px 0 0
}
#BTaddress {
    margin: 32px 0 0
}
#BTaddress h3 {
    margin: 52px 0 32px
}
#STaddress {
    overflow: hidden;
    margin: 0 0 32px
}
.PricebillTotal {
    color: #5ab9e5;
    font-weight: 600
}
.product-box {
    clear: both;
    margin: 20px 0 0 0;
}
#reviewform {
    margin-bottom: 20px !important;
    overflow: hidden;
}
.list-reviews {
    clear: both;
}
.rating .ratingbox {
    cursor: pointer;
}
.customer-greetings {
    margin-bottom: 32px;
}
.cart-view #com-form-login {
    padding: 20px 0 0 0;
}
.gk-continue-link {
    margin-bottom: 20px;
}
select[multiple] {
    height: auto;
}
form[name="userForm"] legend {
    margin-bottom: 20px;
    width: 100% !important;
}
form[name="userForm"] .control-buttons {
    margin: 20px 0;
}
input[name="STsameAsBTjs"] {
    float: left;
    margin: 2px 10px 0 0 !important;
}
#output-shipto-display {
    margin-top: 10px;
}
#paymentForm fieldset,
#shipmentForm fieldset {
    margin-top: 20px;
}
.customer-note {
    display: block;
}
#customer_note_field {
    height: 100px;
    margin-bottom: 20px;
}
.post_payment_payment_name {
    display: none;
}
.post_payment_order_number {
    margin-top: 20px;
}
.post_payment_order_total {
    margin-bottom: 20px;
}
.post_payment_order_total {
    display: none;
}

/* Custom fields fix */
.addtocart-area .product-fields .hasTip {
    display: none;
}
.addtocart-area .product-fields .hasTip {
    display: none;
}
.addtocart-area .product-fields .product-field-desc {
    font-size: 12px;
    padding: 5px 0;
}
/* One page fixes */
.cart-view.onepage #com-form-login {
    padding: 30px 0 50px 0;
}
input[name="virtuemart_paymentmethod_id"],
input[name="virtuemart_shipmentmethod_id"] {
    clear: both;
    display: block;
    float: left;
    margin-right: 5px;
}
input[name="virtuemart_paymentmethod_id"] + label,
input[name="virtuemart_shipmentmethod_id"] + label {
    float: left;
    margin-top: 5px;
}
/* vm3.0.10 fixes */
.vmicon.vm2-add_quantity_cart {
    background-position: 12px -66px;
    border: none;
    display: block;
    height: 32px;
    width: 32px !important;
}
.vmicon.vm2-add_quantity_cart:hover {
    background-color: transparent !important;
    background-image: url(../images/vm/vm2-sprite.png) !important;
    background-repeat: no-repeat;
    opacity: 0.6;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content,
#fancybox-content > div {
    min-height: 50px;
    min-width: 300px;
}
#fancybox-content,
#fancybox-content > div {
    min-width: 260px;
}
#fancybox-content > div {
    padding-bottom: 25px;
}
#fancybox-content .continue_link,
#fancybox-content .showcart {
    background: #5ab9e5;
    bottom: 5px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding: 8px 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase
}
#fancybox-content .showcart {
    right: 0;
}
#fancybox-content .continue_link {
    left: 10px;
    right: auto;
    background: #222
}
#fancybox-content .continue_link {
    left: 0;
}
/* joomla.css */
div.bannerfooter {
    color: #238ecc;
}
dl#tabs dt.tabs span h3 a:hover,
dl.tabs dt.tabs span h3 a:hover {
    color: #238ecc
}
.menu li a:hover {
    color: #238ecc;
}
/* gk_stuff.css */
.nspPagination li:hover,
.nspPagination li.active {
    background-color: #5ab9e5;
}
.nspNext:hover:after,
.nspPrev:hover:after {
    color: #5ab9e5;
}
.box.dark a.readon {
    background: #5ab9e5;
}
.products .nspBadge {
    background: #5ab9e5;
}
.gk-newsletter input[type="button"]:active,
.gk-newsletter input[type="button"]:focus,
.gk-newsletter input[type="button"]:hover {
    background: #5ab9e5;
}
.gk-social-icons li a:hover:before {
    color: #5ab9e5;
}
.gk-features li.highlighted strong {
    background: #5ab9e5;
    border: 1px solid #5ab9e5;
}
/* vm.css */
.category-view .row .category .spacer h2 a:hover,
.product-related-products > div a:hover,
.product-related-categories > div a:hover,
table.cart-summary a:hover {
    color: #1d429b
}
#facebox .popup > div > div > a {
    background: #1d429b;
}
#ui-tabs h4 {
    color: #1d429b;
}
#ui-tabs ul#tabs li.current {
    color: #1d429b;
}
#ui-tabs ul#tabs li:hover {
    color: #1d429b;
}
.general-bg,
input.vm-default,
a.product-details,
a.details,
div.details {
    color: #1d429b;
}
.vmGkCartProducts h3 a:hover {
    color: #1b1d1f
}
.featured-view .spacer h3 a:hover,
.latest-view .spacer h3 a:hover,
.topten-view .spacer h3 a:hover,
.related-products-view .spacer h3 a:hover,
.browse-view .row .product .spacer h2 a:hover,
h3.catProductTitle a:hover {
    color: #1d429b !important
}
.productdetails-view .product-related-products a:hover,
.productdetails-view .product-related-categories a:hover {
    color: #1d429b !important
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
    color: #1d429b;
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited {
    background: #1d429b;
}
.vmCartModule dl dt a:hover {
    color: #1d429b
}
a.product-details,
a.details,
div.details {
    display: inline-block
}
input.addtoCart:hover {
    background: #1d429b
}
#com-form-login a:hover {
    color: #1d429b !important
}
.box .addtocart-button:hover {
    background: #1d429b !important
}
.imageLinkAsBg {
    padding-top: 100%;
    background: no-repeat center center transparent;
    background-size: cover;
}
/* Prices */
.products .nspInfo span,
.catProductPrice > div > span,
.vmGkCartProducts .gkPrice,
.gkTotal,
.vmCartModule dd strong,
.PricebillTotal,
div.PricesalesPrice,
.product-price span.PricesalesPrice {
    color: #1d429b;
}
.vm-orders-list > h1 {
    color: #494949;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    width: auto;
}
.vm-orders-information > h1,
.vm-orders-information h4 {
    background-color: #fff;
    border-bottom: 2px solid #f2f2f2;
    color: #494949;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    padding-bottom: 10px;
}
.orderFiltersForm {
    float: left;
    width: 100%;
}
.orderFiltersForm .orderFiltersRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.orderFiltersForm .orderFiltersRow .orderFiltersColumn {
    float: left;
    margin-right: 20px;
    width: auto;
}
.orderFiltersForm .orderFiltersRow .orderFiltersColumn label {
    float: left;
    font-weight: bold;
    line-height: 25px;
    margin-right: 5px;
    width: auto;
}
.orderFiltersForm .orderFiltersRow .orderFiltersColumn input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    color: #444;
    float: left;
    line-height: 25px;
    margin-bottom: 0;
    padding: 0 8px;
    width: auto;
}
.orderFiltersForm .orderFiltersRow .orderFiltersSubmitButton {
    background-color: #f2f2f2;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 29px;
    letter-spacing: normal;
    line-height: 25px;
    margin: 0;
    max-width: 100%;
    padding: 0 8px;
    text-align: center;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    width: auto;
}
.orderFiltersForm .orderFiltersRow .orderFiltersSubmitButton:hover {
    background-color: #1d429b;
    background-image: none;
}
div.spaceStyle {
    float: left;
    margin: 0;
    padding: 5px 0 0;
    width: 100%;
}
.general td,
.bill_to td,
.ship_to td {
    padding: 5px 0;
    width: 50%;
}
.vm-orders-items #ui-tabs > #tabs,
#VmUser #ui-tabs > ul {
    float: left;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}
.vm-orders-items #ui-tabs > #tabs > li,
#VmUser #ui-tabs > ul > li {
    padding: 0;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    line-height: 40px;
    position: relative;
}
.vm-orders-items #ui-tabs > #tabs > li.current,
#VmUser #ui-tabs > ul > li.current {
    background-color: #fff;
    color: #1d429b;
}
.vm-orders-items #ui-tabs > #tabs > li:hover,
#VmUser #ui-tabs > ul > li:hover {
    color: #1d429b;
}
.vm-orders-items #ui-tabs > #tabs > li:after,
#VmUser #ui-tabs > ul > li:after {
    background-color: rgba(0, 0, 0, 0);
    bottom: -2px;
    content: "";
    float: left;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.vm-orders-items #ui-tabs > #tabs > li.current:after,
.vm-orders-items #ui-tabs > #tabs > li:hover:after,
#VmUser #ui-tabs > ul > li.current:after,
#VmUser #ui-tabs > ul > li:hover:after {
    background-color: #1d429b;
}
.vm-orders-items #ui-tabs .tabs {
    float: left;
    padding: 0;
    width: 100%;
}
#VmUser {
    float: left;
    width: 100%;
}
#VmUser .select2-container {
    width: 100% !important;
}
#VmUser .select2-container .select2-selection--single {
    height: 36px;
}
#VmUser .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
#VmUser .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

#VmUser table.user-details {
    float: left;
    width: 100%;
}
#VmUser table.user-details tr {
    float: left;
    width: 48%;
    clear: left;
}
#VmUser table.user-details tr:nth-child(2n) {
    float: right;
    clear: none;
}
#VmUser table.user-details tr td {
    float: left;
    font-size: 14px;
    padding: 0;
    width: 100%;
}
#VmUser table.user-details tr td label {
    color: #474747;
    float: left;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
#VmUser table.user-details tr > td > input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    float: left;
    line-height: 34px;
    margin-bottom: 0;
    padding: 0 10px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#VmUser .chzn-single,
#VmUser .chzn-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100% !important;
}
#VmUser .chzn-container .chzn-single div b {
    background-position: 0 10px;
}
#VmUser button.button {
    background-color: #238ecc;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0 25px;
    width: auto;
}
#VmUser button.button:hover {
    background-color: #d93616
}
.no_order {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#gkSidebar .virtuemartcategories > .menu {
    float: left;
    width: 100%;
}
#gkSidebar .virtuemartcategories > .menu > li {
    float: left;
    width: 100%;
    padding: 0;
}
#gkSidebar .virtuemartcategories > .menu > li > div {
    float: left;
    width: 100%;
}
#gkSidebar .virtuemartcategories > .menu > li > div a {
    color: #0c76b3;
    float: left;
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    width: 100%;
}
#gkSidebar .virtuemartcategories > .menu > li .menu {
    float: left;
    width: 100%;
    margin: 0;
}
#gkSidebar .virtuemartcategories > .menu > li .menu li {
    float: left;
    width: 100%;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
#gkSidebar .virtuemartcategories > .menu > li .menu li:before {
    display: none;
}
#gkSidebar .virtuemartcategories > .menu > li .menu li a {
    float: left;
    font-size: 14px;
    line-height: 36px;
    padding: 0;
    width: 100%;
    margin: 0;
}
.owl-carousel .owl-item:last-child {
    margin-left: -1px;
}
#awMobileMenu li a {
    color: #575f65;
    font-size: 14px;
    font-weight: 500;
}
#gkBottom1 {
    float: left;
    width: 100%;
}
.pagination-start span,
.pagination-start a,
.pagination-prev span,
.pagination-prev a,
.pagination-next span,
.pagination-next a,
.pagination-end span,
.pagination-end a {
    font-family: aw-font;
    font-size: 23px !important;
    line-height: 32px !important;
}
#ProOPC .select2 {
    float: left;
    width: 100% !important;
}
#ProOPC .proopc-payments .select2 {
    max-width: 150px;
}
li.select2-results__option:empty {
    display: none;
}
.contact_details.extented .content {
    display: flex;
    float: left;
    width: 100%;
}
.popover,
.tooltip {
    display: none !important;
}
.itemFullText h3 {
    color: #494949;
    float: left;
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    margin-bottom: 10px;
}
.itemFullText p {
    color: #575f65;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.vm-wrap.vm-order-done #form-login {
    display: none;
}
.vmgroup .owl-carousel .owl-stage,
.vmgroup .owl-carousel .owl-item,
.vmgroup .owl-carousel .owl-item > div {
    display: flex;
    display: -webkit-flex;
}
.vmgroup .owl-carousel .spacer {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    float: left;
    width: 100%;
}
.vmgroup .owl-carousel .owl-stage:after {
    clear: both;
    content: "";
}
.vmgroup .owl-item > div{
    float: left;
    width: 100%;
}
#gkFreeShipping {
    float: left;
    width: 100%;
}
#gkFreeShipping .box.free_shipping {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    background-color: #1d429b;
}
#gkFreeShipping .box.free_shipping.grey {
    background-color: #eee;
}
#gkFreeShipping .box.free_shipping p {
    margin: 4px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
#gkFreeShipping .box.free_shipping.grey p {
    color: #000;
}
.modVmProducts {
    float: left;
    position: relative;
    width: 100%;
}
.modVmProducts .vmProductsContainer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    position: relative;
    width: 100%;
}
.modVmProducts .vmProduct {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    position: relative;
    width: 25%;
}
.modVmProducts .vmProduct .spacer {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 3px solid #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    transition: all 0.3s ease 0s;
    margin: 0;
    width: 100%;
}
.modVmProducts .vmProduct .spacer:hover {
    border: 3px solid #f2f2f2;
}
.modVmProducts .vmProduct .spacer .product_details {
    margin-top: auto;
}
@media (max-width: 1488px) {
    .gkPage {
        max-width: 100% !important;
        padding: 0 3%;
        width: 100% !important;
    }
}
@media (max-width: 1200px) {
    .browse-view .products .product {
        width: calc(33.3% - 20px);
    }
    .category-view .category-view .row .category {
        width: calc(33.33% - 20px);
    }
    #gkHeader {
        padding-top: 117px;
    }
    #gkLogo img {
        max-width: 450px;
    }
}
@media (max-width: 1150px) {
    #gkBottom5 > div {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #gkFooter #gkBottom5 .spacer {
        padding: 0 30px 50px;
    }
    #gkBottom5l,
    #gkBottom5c,
    #gkBottom5c2,
    #gkBottom5r {
        float: left;
        width: 48%;
    }
}
@media (max-width: 1000px) {
    .contact_details.extented .subtitle {
        font-size: 20px;
    }
    .contact_details.extented .text > p, .contact_details.extented .text > a {
        font-size: 15px;
    }
    .contact_details.extented .content > .other > div {
        margin-top: 10px;
    }
    .contact_details.extented .content > .other {
        padding: 10px 0 0 30px;
    }
}
@media (max-width: 1070px) {
    #gkHeaderNav .spacer {
        border: medium none;
        margin: 0;
    }
    #gkMainMenu {
        display: none;
    }
    #gkMobileMenu {
        display: block;
        float: left;
        margin-left: 15px;
        position: relative;
        width: 50px;
    }
    #gkTopMenu {
        padding: 0;
    }
    #gkTopMenu > .menu,
    #gkTopMenu > .awLogin {
        display: none;
    }
    #gkSearchBtn {
        font-size: 34px;
        line-height: 42px;
    }
    #gkCart .icon {
        font-size: 33px;
        line-height: 41px;
    }
    #awMobileMenu .awLogin .gkLogin,
    #awMobileMenu .awLogin .gkLogout {

    }
}
@media (max-width: 950px) {
    #gkSidebar {
        display: none;
    }
    #gkContentWrap.withSidebar {
        width: 100% !important;
    }
}
@media (max-width: 900px) {
    .gkMenu > ul > li {
        margin-right: 15px;
    }
    #gkHeader {
        padding-top: 100px;
    }
    #gkLogo img {
        max-width: 300px;
    }
    #gkTopMenu {
        margin: 18px 0;
    }
}
@media (max-width: 820px) {
    #login-form #form-login-buttons {
        float: left;
        clear: left;
    }
    #login-form ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #login-form ul li {
        float: left;
        width: 100%;
    }
    #gkFooter #gkBottom5 .spacer {
        padding: 0 3% 50px;
    }
    #gkFooter #gkCopyrights .spacer {
        padding: 0 3%;
    }
    .contact_details.extented .content > .other {
        padding: 10px 0 25px 30px;
        width: 100%;
    }
    .contact_details.extented .content > .image {
        display: none;
    }
    .bt-googlemaps {
        height: 350px !important;
    }
    #contact-form .name,
    #contact-form .email,
    #contact-form .subject {
        float: left;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .vm-orders-list table {
        min-width: 760px;
    }
    .vm-orders-list #editcell {
        overflow-x: scroll;
        width: 100%;
    }
}
@media (max-width: 800px) {
    .modVmProducts .vmProduct {
        width: 33.33%;
    }
}
@media (max-width: 700px) {
    .browse-view .products .product {
        width: calc(50% - 20px);
    }
    .category-view .category-view .row .category {
        width: calc(50% - 20px);
    }
}
@media (max-width: 600px) {
    #gkHeader {
        padding-top: 84px;
    }
    h1.logo {
        margin: 10px 0 0;
    }
    #gkLogo img {
        max-width: 240px;
    }
    #gkTopMenu {
        margin: 10px 0;
    }

    .browse-view .display-number {
        display: none;
    }
    #gkBottom5l,
    #gkBottom5c,
    #gkBottom5c2,
    #gkBottom5r {
        float: left;
        width: 100%;
    }
    .productdetails-view .right-area,
    .productdetails-view .left-area {
        width: 100%;
    }
    #ProOPC.cart-view #EditBTAddres {
        margin: 0;
        width: 100%;
    }
    #ProOPC.cart-view #UserLogin .proopc-group:nth-child(2n+1),
    #ProOPC.cart-view #UserRegistration .proopc-group:nth-child(2n+1),
    #ProOPC.cart-view #EditBTAddres > div:nth-child(2n+1),
    #ProOPC.cart-view #EditSTAddres > div:nth-child(2n+1),
    #ProOPC.cart-view #UserLogin .proopc-group:nth-child(2n),
    #ProOPC.cart-view #UserRegistration .proopc-group:nth-child(2n),
    #ProOPC.cart-view #EditBTAddres > div:nth-child(2n),
    #ProOPC.cart-view #EditSTAddres > div:nth-child(2n) {
        width: 100%;
    }
    #VmUser table.user-details tr {
        width: 100%;
    }
    .modVmProducts .vmProduct {
        width: 50%;
    }
}
@media (max-width: 500px) {
    .box.owl h3 {
        margin-bottom: 40px;
    }
    .owl-dots {
        display: flex;
        display: -webkit-flex;
        float: right;
        justify-content: center;
        -webkit-justify-content: center;
        position: absolute;
        right: 0;
        top: -32px;
        width: 100%;
    }
    .owl-dot > div > span:first-child {
        margin: 0;
    }
    #gkCopyrights .developed_design {
        clear: left;
        float: left;
    }
}
@media (max-width: 480px) {
    #gkHeader {
        padding-top: 0;
    }
    #gkHeaderTop.headroom {
        position: relative;
    }
    h1.logo {
        margin: 5px 4% 20px;
    }
    #gkLogo img,
    #gkHeaderTop.headroom.headroom--not-top #gkLogo img {
        max-width: 100%;
    }
    #gkTopMenu,
    #gkHeaderTop.headroom.headroom--not-top #gkTopMenu {
        margin: 10px 4%;
        width: 92%;
    }
    #gkMobileMenu {
        float: right;
    }
    .browse-view .products .product {
        width: 100%;
        padding: 30px;
    }
    .category-view .category-view .row .category {
        width: 100%;
    }
}
@media (max-width: 400px) {
    .modVmProducts .vmProduct {
        width: 100%;
    }
}