/*
    Globals
*/

@charset "UTF-8";

@font-face {
    font-family: "doorseal-font-3";
    src: url("../fonts/doorseal-font-3.eot");
    src: url("../fonts/doorseal-font-3.eot?#iefix") format("embedded-opentype"),
    url("../fonts/doorseal-font-3.woff") format("woff"),
    url("../fonts/doorseal-font-3.ttf") format("truetype"),
    url("../fonts/doorseal-font-3.svg#doorseal-font-3") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "doorseal-font-3" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "doorseal-font-3" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ds-icon-installation-db:before {
    content: "\62";
    position: relative;
    top: 7px;
}
.icon-ds-icon-faq-db:before {
    content: "\63";
    position: relative;
    top: 7px;
}

a:visited, a:active {
    text-decoration: none !important;
}
body {
    padding: 0;
    color: #10325c;
    font-family: "proxima-nova",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 54px;
}

body,
td,
th,
input,
textarea,
select,
a, a * {
    transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
select > option {
    padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #10325c;
}

h1 {
    font-size: 32px;
    margin-top: 0;
    color: #0C4DA2;
}

h2 {
    font-size: 18px;
}

h4.panel-title {
    color: #FFF !important;
}
#accordion .panel-title a:hover {
    color: #FFF;
}
p.margin5 {
    margin: 5px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: inherit;
    background-color: #ebebeb;
    border-color: #adadad;
}

a,
a b {
    cursor: pointer;
    color: #428bca; /*CHANGED BY AG 24/07/19 - ORIGINAL COLOUR: #0C4DA2;*/
}

a[href^='http://www.raven.com.au'] { font-weight: bold; }/*ADDED BY AG 11/11/19*/

a:hover {
    text-decoration: none;
    color: #FF6600;
}
a.btn-info, a.btn-info:visited {
    color: #fff;
    border-radius: 0;
}
b, strong {
    font-weight: 700;
}

small {
    font-size: 10px;
}
.breadcrumb {
    margin-top: 10px;
}

#notification > div {
    margin-top: 20px;
}
a:focus {
    text-decoration: none !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0C4DA2;
    border-color: inherit;
}
.dropdown-menu {
    box-shadow: 0 4px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 0px rgba(0, 0, 0, .1);
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0C4DA2;
}
.pagination a, .pagination b {
    border: 1px solid #e3e3e3;
    padding: 5px 8px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    font-size: 16px;
    background: #0C4DA2;
    color: #FFF;
}
.pagination b {
    background: #f66305;
}
.pagination .links {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 40px;
}
#mail_chimp_message{
    padding: 5px;
    display:none;
    margin-top: 10px;
    max-width: 200px;
    color: #FFF;
    background: #CC0001;
}
#mail_chimp_message.warning{
    background: #CC0001;
    display:block;
}
#mail_chimp_message.success{
    background:#1598ED;
    display:block;
}
#mail_chimp_message.attention {
    display:block;
}
.btn-default:active, .open .dropdown-toggle.btn-default,
.btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #FA6301 !important;
    border-color: #FA6301;
}


/*
    Forms
 */
.form-control {
    border-radius: 0;
    font-size: 14px;
    font-style: italic;
    color: #727272;
    padding: 4px 8px;
    height: auto;
}
.enquiry label span {
    color: red;
}

/*
    JS Bootstrap Components
*/

.panel-group {
    margin-top: 40px;
}
#postcode-required {
    display: inline !important;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
.panel-heading {
    margin-top: 2px;
    background: #266dbb !important;
    padding: 0px 0px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
}
.panel-heading:hover {
    background: #fa6301 !important;
}

.collapsed i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}
.panel-heading i {
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -9px;
}


.panel-heading a {
    display: block;
    position: relative;
    padding: 20px;
    padding-right: 50px;
}
.panel-heading a i {
    float: right;
    font-size: 38px;
    line-height: 20px;
}
.panel-body {
    padding: 40px 20px;
}
.panel-body img{
    max-width:100%;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
}

.panel-group img {
    margin-right: 20px;
}

.contact .submit {
    margin-top: 40px;
    width: 100%;
}
/*
    Header
*/
#header a {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
#mobile_header {
    text-align: center;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0,0,1,.45);
    -moz-box-shadow: 0 0 20px rgba(0,0,1,.45);
    box-shadow: 0 0 20px rgba(0,0,1,.45);
}
#mobile_header img {
    max-width: auto
}
.autocomplete-suggestions {
    background: #C2DCED;
    border: solid 1px #C5C5C5;
    border-top: 0;
}
.autocomplete-suggestion {
    padding: 2px 11px;
    cursor: pointer;
}
.autocomplete-selected {
    background:#fa6301;
}
.autocomplete-suggestion strong {
    font-weight: 900;
    font-size: 15px;
}
#mobile_header img {
    width: 73px;
    max-width: 30px;
    margin: 5px 0;
}
#mobile_header img.mobile_logo {
    max-width: 100%;
    width: 140px;
    margin-left: 0px;
}
#nav-expander {
    background: #FFF;
}
.nav-expander {
    z-index: 9999 !important;
}
#nav-expander i {
    height: 100%;
    font-size: 26px;
    margin: 21px 10px;

}
.mobile_navigation .navbar {
    background: #FFF;
    border-bottom: 0;
}
#header,
.main_navigation h1, .main_navigation h2, .main_navigation h3,
.search_form h1, .search_form h2, .search_form h3 {
    color: #FFF;
}

.search_form .search_filter_hide {
    display: none;
}
.product-info .product_images_container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.image-additional {
    margin-top: 20px;
}
.image-additional .owl-item {
    padding: 8px ;
}
.image-additional .owl-item:first-child {
    margin-left: -8px ;
}
.image-additional .owl-item:last-child {
    margin-right: -8px ;
}

.testimonial_banner .owl-controls{
    margin-bottom:-11px;
}
.testimonial_banner .owl-theme .owl-controls .owl-page.active span,
.testimonial_banner .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #10325C;
}
.owl-controls .owl-buttons > div.owl-next {
    right: -20px;
}
.owl-controls .owl-buttons > div.owl-prev {
    left: -20px;
}
.owl-controls .owl-buttons > div {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    background: rgba(255,255,255,.6);
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #222;
}
#product_images .owl-buttons div {
    top: 50%;
    margin-top: -48px !important;
    opacity: 0.7;
    color: #000;
    background: none;
    font-size: 18px;
}

.product-price .mobile_view_button {
    display: inline-block;
    margin-top: 20px;
}
.product_attributes {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.product-info .form-control.per_meter {
    height: 35px;
}
.product-info .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #10325c;
    font-weight: 200 !important;
    text-align: center;
    /* border: 1px solid #ccc; */
    border-radius: 0px;
    background: #FFF;
}
.product-info .form-control {
    height: 35px;
    width: 50px;
}
.product-info .input-group-addon:first-child {
    min-width: 76px;
    background-color: #e3e3e3;
    border-left: 1px solid #ccc;
    border-right: none;
}
.product-info .input-group-addon strong {
    font-weight: 200;
}
a.btn-default {
    color: #FFF;
}
.btn-default:active, .open .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #ebebeb;
    border-color: #adadad;
}
#mobile_header .view_cart {
    background: #fa6301;
    width: 75px;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
}
.dropdown-menu .wait {
    position: absolute;
}
.btn-info {
    background-color: #fa6301;
    border: none;
    color: #FFF !important;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 800;
}
header .btn-info {
    text-transform: none;
}
#colorbox {
    z-index: 99999 !important;
}
#colorbox * {
    font-style: normal;
}

.btn-default, .btn-default.btn-info {
    /* font-weight: 800; */
    background: #fa6301;
    color: #FFF;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
    box-shadow: 0px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px rgba(0,0,0,0.2);
}
.btn-default:hover, .btn.btn-info:hover,
.nav > li > a:hover, .nav > li > a:focus {
    background: #266dbb;
    color: #FFF !important;
}
.btn-lg {
    font-size: 18px;
    padding: 8px 16px;
}

.topbar {
    background-color: #266dbb;
    margin: 0;
    padding: 0;
    min-height: 4px;
    border-radius: 0;
    border: none;
}

.topbar .navbar-form {
    margin: 0;
    padding: 0;
    border: none;
}

.topbar .navbar-nav > li, .topbar .navbar-form {
    float: left;
    display: inline;
}

.topbar .glyphicon {
    margin: 1px 5px 0 0;
}

.topbar-nav {
    float: right;
}

#header {
    z-index: 99;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

#header #logo {
    text-align: center;
}
#mobile_header .mobile_logo img {
    width: 122px;
}
#header .header-right {
    text-align: right;
}

#header ul * {
    vertical-align: top;
}

#header ul.site_info {
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    /* display: block; */
    top: 62px;
    position: relative;
}

#header ul.site_info li a:hover {
    color: #fa6301;
}

#header ul li {
    display: inline;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
#header ul li.payment img {
    width: 80px;
    margin-top: 1px;
}
#header ul.site_info li:last-child {
    margin-right: 0px;
    margin-left: 20px;
}
#header ul li i {
    font-size: 26px;
}

.button-search {
    cursor: pointer;
}

#header #search input {
    width: 75px;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: all 400ms ease;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -ms-transition-duration: 400ms;
    -ms-transition-property: width, background;
    -ms-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
}
#mobile-cart-total {
    display: none;
    color: #FFF;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}
#header_barcode_filter {
    display: inline-block;
}
#barcode_filter .btn {
    display: none;
}
.autocomplete-suggestion:hover {
    background: rgba(0,0,0,0.1);
}
.mini-cart {
    position: relative;
    top: -20px;
    right: 0px;
    padding: 0px;
    display: inline-block;
    background: #266dbb;
}
.mini-cart button {
    padding: 0px;
    background: #fa6301;
}
.mini-cart button:hover, .mini-cart button:active {
    background: #D81F24;
    font-weight: 800;
}
.mini-cart .btn-info:hover, .mini-cart .btn-info:focus, .mini-cart .btn-info:active, .mini-cart .btn-info.active, .mini-cart .open .dropdown-toggle.btn-info {
    background: #266dbb;
}

.mini-cart #cart tbody {
    background: #EBEBEB;
}

.mini-cart #cart a {
    color: #444;
    font-size: 14px;
}
.mini-cart #cart a.btn {
    color: #FFF;
}
.mini-cart #cart .price {
    color: #D81F24;
    font-weight: 800;
}
.mini-cart #cart > ul {
    color: #444444;
    width: 350px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.mini-cart #cart ul li {
    text-align: right;
}
.mini-cart #cart ul li.empty {
    padding: 40px 20px;
    display: block;
    text-align: left;
}
.mini-cart #cart .cart-totals li {
    display: block;
    padding: 8px 19px;
}

.mini-cart #cart .cart-totals li:first-child {
    background: #dedede;
}
.mini-cart #cart table .small {
    font-size: 10px;
}
.mini-cart #cart table {
    margin-bottom: 0;

}

.mini-cart #cart table tr {
    border-bottom: solid 1px #ccc;

}

.mini-cart #cart thead {
    border-bottom: 1px solid #BBB;
}
.mini-cart #cart thead tr td.table_heading {
    padding: 4px 14px;
    text-align: left;
    font-size: 16px;
    color: #10325c;
    font-weight: 700;
    text-transform: uppercase;

}
.mini-cart ul.nav.cart-totals {
    background: #D5D7D6;
    display: table;
    width: 100%;
    text-transform: uppercase;
    color: #292929;
}
.mini-cart ul.nav.cart-totals li {
    display: table-row;


}

.mini-cart #shipping {
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px !important;
    font-size: 14px;
}
.cart_checkout_btn {
    margin-bottom: 32px;

}

.mini-cart #shipping b {
    text-align: left;
    font-size: 16px;
    color: #10325c;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #C0C0C0;
    /* padding-bottom: 6px; */
    text-transform: uppercase;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    padding: 6px 10px;
}

.mini-cart #shipping .form-control {
    padding: 4px 10px;
    height: auto;
}
.mini-cart #shipping #button-quote {
    width: 100%;
    marging-bottom: 20px;
}

.mini-cart #shipping .form-group {
    margin-bottom: 10px;
}
.mini-cart ul.nav.cart-totals li span {
    text-align: left;
    display: table-cell;
    width: 1%;
    font-size: 14px;
}
.mini-cart ul.nav.cart-totals li span:last-child {
    text-align: right;
    color: #D81F24;
    font-weight: 800;
}
.mini-cart ul.nav.cart-totals li span.total {
}
.mini-cart #cart tr td.remove {
    text-align: right;
    position: relative;
}
.mini-cart #cart tr td.remove a {
    color: #666;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 12px;
}
.mini-cart #cart tr td.remove a:hover {
    color: #444;
}
.mini-cart #cart tr td {
    text-align: left;
    padding: 8px 16px;
    font-weight: 700;
}

.mini-cart #cart ul li {
    margin-right: 0px;
}

.mini-cart #cart .dropdown-menu {
    padding: 0px;
    margin: 0px;
}
.mini-cart #cart .dropdown-menu table tbody tr td {
    border: 0px;
}
.mini-cart .nav.cart-btns {
    padding: 22px 16px;
    background: #D5D7D6;
}
.mini-cart .nav.cart-btns a {
    width: 145px;
}

/*
.mini-cart #cart .dropdown-menu table tbody tr:hover{
    background: rgba(0,0,0,0.1);
}
*/
.mini-cart h4 {
    color: #FFF;
    display: inline-block;
    margin: 0px;
    padding: 14.5px 10px;
    background: #fa6301;
    font-size: 18px;
    font-weight: 700;
    border-right: 1px solid #fb8d41;
    white-space: normal;
}

.mini-cart .cart_icon {
    width: 22px;
    margin: 0px 10px 0px 0px;
}
.mini-cart .cart_btn_arrow {
    display: inline-block;
    height: 100%;
    font-size: 20px;
}
.mini-cart span {
    vertical-align: middle;
    display: inline-block;
}
.mini-cart .user_status {
    color: #FFF;
    padding: 11px 20px 13px;
    display: inline-block;
}

.mini-cart .user_status i {
    font-size: 20px;
    margin-left: 12px;
    vertical-align: middle;
}
.mini-cart .user_status span {
    font-size: 18px;
    font-weight: 600;
}

.user_icon {
    max-width: 18px;
    padding-left: 2px;
}


.alert-success {
    color: #fff;
    background-color: #FA6301 !important;
    border-color: #FA6301 !important;
}
.alert-success a {
    color: #FFF;
    text-decoration: underline;
}
.alert-success a:hover {
    color: #FFF
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 28px;
}
.close {
    color: #fff;
    text-shadow: 0;
}

.see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.see-all:hover, .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: -moz-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#23a1d1), to(#1f90bb));
    background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff23a1d1', endColorstr='#ff1f90bb', GradientType=0);
}

/*
    Search Form
 */
.search_options {
    display: inline;
}
.search_options .form-control {
    height: 32px;
    border: none;
    margin-right: 16px;
    background-color: #c2dced;
    color: #10325c;
}
.search_form {
    background: #266dbb;
    padding: 38px 18px;
    color: #FFF;
}
.search_form .form-group {
    margin: 0;
}
.search_form h2 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    margin-right: 14px;
    vertical-align: middle;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
}

.search_model {
    padding-top: 20px;
}

.search_form .form-inline {
    vertical-align: middle;
}
.search_form .need_help {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    margin-right: 12px;

}
.search_form .need_help i {
    background: #029FE2;
    border-radius: 100%;
    font-size: 21px;
    margin: 0 4px;
}
.search_form form {
}
.search_options label {
    vertical-align: middle;
    margin: 0;
}
.search_form .form-group label {
    margin-right: 6px;
    font-size: 16px;
    margin-top: 10px;
}
.search_form .form-group .btn {
    background: #fa6301;
}
.search_form .form-group .btn:after {
    content: "\f002";
    margin-left: 10px;
    font-size: 18px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search_form .btn:hover {
    background: #10325c;
}

#header_search_btn, .search_divider {
    margin-top: 20px;
}

/* Footer */
#footer {
    padding-bottom: 48px;
}

#footer * {
    color: #FFF;
    font-size: 14px;
}
#footer h3 {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 20px;
}
#footer .list-unstyled .social {
    display: inline-block;
}
#footer .list-unstyled .social i {
    font-size: 30px;
    margin-top: 15px;
    margin-right: 10px;
}
#footer .list-unstyled .payment {
    margin-top: 15px;
}
#footer .list-unstyled .payment img {
    max-width: 100px;
}
#footer .list-unstyled .contact {
    margin: 24px 0;
}

#footer_bottom {
    padding: 15px 0 15px;
    font-weight: 400;
    font-size: 14px;
}
#footer_bottom[class^="col"] {
    margin-bottom: 10px;
}
#footer_bottom * {
    color: #343434;
    text-align: center;
}
#footer_bottom .atomix {
    text-align: center;
}
#footer input[type="text"],
#footer input[type="email"] {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
    padding: 10px;
    background: #10325c;
    border: 1px solid #FFF;
    color: #FFF;
}

/* Red mark for required fields */

span.required,
.option .required {
    color: #8A0000;
    font-weight: bold;
}
.product_options .loading, .category_product_options .loading {
    font-size: 12px;
    line-height: 25px;
}
.product_options .loading:before, .category_product_options .loading:before {
    content: "\f021";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    margin-right: 5px;
}
.stock {
    text-transform: uppercase;
    padding-top: 10px;
}
.outstock, .instock {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 2px 4px;
}

.outstock {
    border: 1px solid #ff4a4a;
    color: #ff4a4a;
}
.instock {
    border: 1px solid #36ae16;
    color: #36ae16;
    /* width: 100%; */
    /* float: right; */
    margin-bottom: 40px;
}

.grid-box .outstock {
    font-size: 11px;
}


#footer li a:hover {
    color: #fa6301;
}

.category_banner {
    background: #E1E1E1;
}
.category_banner .container-fluid, .slideshow .container-fluid {
    margin: 0;
    padding: 0;
}
.category_banner .row, .slideshow .row {
    max-width: 1140px;
    margin: 0px auto;
    position: relative;
}
.category_banner .row > a {
    text-align: center;
    padding: 14px;
    min-height: 243px;
    padding-top: 35px;
}
.category_banner .row > a:hover {
    opacity: 0.8;
}

.category_banner .row .content_inner {
    color: #FFF;
    position: relative;
}

.category_banner .services_icon {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 124px;
    height: 124px;
    display: inline-block;
    padding: 20px;
    -moz-border-radius: 100%;
}
.category_banner .services_icon img {
    margin-top: 7px;
}

.category_banner p {
    display: none;
}
.category_banner .services_icon img {
    max-width: 100%;
}

.category_banner_button {
    background: none !important;
    border: none !important;
    text-decoration: none;
}

.category_banner_button:hover .services_icon {
    background: #FC8639 !important;
}

.category_banner_button:hover h2 a,
.category_banner_button:hover p a {
    color: #10325c !important;
}

.category_banner .row a h2 {
    text-transform: capitalize;
    font-size: 15px;
    color: #FFF;
}
.category-info #description {
    display: none;
}
.row.category-inner .description {
    max-width: 672px;
    line-height: 19px;
}
.cat_handy_woman {
    position: absolute;
    right: 0px;
    top: -250px;
}

/* Helper Classes */
.blue,
.orange,
.red,
.green,
.turquoise,
.super_green {
    color: #FFF;
}

.blue {
    background: #10325c;
}

.blue1 {
    background: #45bdff;
}

.blue2 {
    background: #1598ed;
}

.blue3 {
    background: #266dbb;
}

.orange {
    background: #fa6301;
}
.red {
    background: #D81F25;
}
.green {
    background: #3DACA6;
}
.turquoise {
    background: #00BFF3;
}
.super_green {
    background: #06B417;
}
/* Content */
.wrap {
    padding-top: 40px;
    padding-bottom: 71px;
}
.wrap.blue h2,
.wrap.blue h3 {
    color: #FFF;
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 800;
}

/*
    Homepage HTML Content
 */
.html_content_row {
    font-weight: 400;
    padding-bottom: 40px;
    padding-top: 40px;
}
.html_content_row ol {
    padding-left: 0px;
    max-width: 234px;
    font-weight: 400;
}

.html_content_row ol li {
    list-style: none;
    float: left;
    margin-bottom: 10px;
    line-height: 19px;
}
.html_content_row ol li span {
    border-radius: 100%;
    background: #54c2fe;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 12px;
    margin-bottom: 4px;
    padding-left: 0px;
    float: left;
}
.html_content_row h2 {
    font-size: 28px;
    margin-top: 0;
    color: #10325c;
    line-height: 30px;
    margin-bottom: 40px;
}
.html_content_row h3 {
    font-size: 19px;
    border-bottom: 4px solid #00BFF3;
    padding-bottom: 5px;
    margin-bottom: 15px;
    /* float: left; */
    display: inline-block;
    font-weight: 700;
}
.html_content_row .order_icon {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #10325c;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 5px;
    padding-top: 10px;
    display: block;
    margin-top: 20px;
}
.html_content_row .order_icon img {
    max-height: 100%;
    float: none;
    display: inline-block;
    padding: 7px;
}
/* Home feature_product_row/Featured Products Strip */
.featured > p {
    margin-bottom: 40px;
    display: inline-block;
}

.featured h2 {
    text-transform: uppercase;
    text-shadow: 0 5px 0 rgba(0,0,0,0.15);
}

.featured h2{
    font-size: 36px;
    margin-bottom: 28px;
}

.feature_product_row .product-inner {
    background: #FFF;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0, 0.2);
}
.product-inner .product_heading {
    position: relative;
    height: 58px;
}
.product-inner .product_heading h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.feature_product_row .product-inner {
    margin: 0;
}
.bottom_section  .expiry_date {
    padding-left: 0px !important;
}

.feature_product_row .product-inner .price {
    padding-left: 0px;
}
.feature_product_row .product-inner .image {
    padding-right: 0px;
}
.feature_product_row .product-inner em {
    font-style: normal;
    font-size: 23px;
}

.feature_product_row .product-inner .name {
    text-align: center;
    color: #10325c;
    padding: 12px 20px;
}
.feature_product_row .product-inner .name em {
    color: #cc0001;
    margin-left: 10px;
}

.feature_product_row .product-inner h2 {
    font-size: 20px;
    margin: 0;
}
.feature_product_row .product-inner .price > div {
    margin: 0px;
    padding: 9px 10px 0px 10px;
    /* float: left; */
    width: 100%;
    text-align: right;
}
.feature_product_row .product-inner .price > div span {
    margin-right: 10px;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 800;
    float: left;
    display: inline-block;
}
.feature_product_row .price-new em {
    /* color: #FFF; */
    font-weight: 800;
    font-size: 6px;
}

.feature_product_row .product-inner .price > div em {
    /* float: right; */
    font-size: 16px;
    vertical-align: baseline;
    font-weight: 800;
    display: inline-block;
    top: -7px;
    position: relative;
}


.feature_product_row .product-inner .price-old {
    background: #266dbb;
    color: #FFF;
}
.feature_product_row .product-inner .price-old em {
    font-size: 22px!important
}
.feature_product_row .product-inner .price-new {
    background: #8ed7fe;
    color: #10325c;
}
.feature_product_row .product-inner .price-save {
    background: #FFFFFF;
    color: #fa6301;
    color: #cc0001;
}
.feature_product_row .product-inner.non_special .price-new {
    height: 100px;
}
/*Featured*/
.featured {
    text-align: center;
    color: #FFF;
}
.feature_product_row .product-inner .bottom_section {
    padding: 12px 10px;
    background: #D7D7D7;
    float: left;
    width: 100%;
}
.feature_product_row .product-inner .bottom_section button {
    float: right;
}
.feature_product_row .product-inner {
    margin: 30px 0;
    text-align: center;
}
.feature_product_row .product-inner img {
    display: inline-block !important;
}
.feature_product_row .price {
    margin-bottom: 0px !important;
}

#slideshow0 .owl-wrapper-outer {
    height: 233px;
}
#slideshow0 .owl-wrapper-outer img {
    width: 100%;
}
.carousel-indicators li,
.carousel-indicators li.active {
    height: 13px;
    width: 13px;
    margin: 0;
    margin-left: 10px;
}
.carousel-indicators li {
    background: #FFF;
    background: rgba(255,255,255,0.9);
    border: 1px solid #adadad;
}
.carousel-indicators .active {
    background: #54c2fe;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #10325C;
}


.slideshow {
    padding-bottom: 0px;
    background: #dadada;
    /* Old browsers */
}
.slideshow .carousel-indicators {
    bottom: 0px;
}

.banner_mascott {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    height: 200px;
    max-height: 118px;
    left: 10px;
}
.slideshow_top {
    font-family: "ff-market-web",cursive;
    font-style: normal;
    font-weight: 400;
    color: #0C4DA2;
    width: 100%;
    display: inline-block;
    height: 42px;
    position: relative;
}
.slideshow_top span {
    position: absolute !important;
    top: -5px;
    z-index: 99;
    font-size: 42px;
    display: block;
    width: 100%;
    text-align: center;
}
.carousel-control {
    background: none !important;
}
/* Testimonials SlideShow */
.testimonial_banner {
    background: #97d4ed;
}

.testimonial_banner .testimonial_wrapper {
    text-align: center;
    padding: 46px 25px;
    padding-top: 98px;
    color: #10325c;
}

.testimonial_banner p {
    font-weight: 700;
}
.testimonial_banner h2 {
    margin-top: -15px;
    font-size: 36px;
    text-transform: uppercase;
    text-shadow: 0 5px 0 rgba(0,0,0,0.15);
}
.testimonial_banner h3 {
    font-size: 22px;
    margin-bottom: 0px;
}
.testimonial_banner em {
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}

.testimonial_banner #slideshow_testimonial .item {
    min-height: 177px;
    margin-bottom: 50px;
}

#cboxContent {
    font-style: normal !important;
}
/*
    Messages
*/

.success,
.warning,
.attention,
.information {
    margin-bottom: 15px;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
}

.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    padding: 7px 16px;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    padding: 7px 16px;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
}

.information {
    background: #E8F6FF url('../image/information.png') 10px center no-repeat;
    border: 1px solid #B8E2FB;
}

.success .close,
.warning .close,
.attention .close,
.information .close {
    cursor: pointer;
}

.success,
.warning,
.attention,
.information {
    /* color: #555555; */
}

.required:before {
    font-weight: 700;
    color: #FF0027;
    content: '*';
}

.required {
    font-weight: 700;
}

.error {
    display: block;
    color: #FF0000;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}

.product-page .name{
    margin-bottom:10px;
}

.shipping_form strong{
    font-weight:600;
}
.shipping_form label{
    color: #10325c;
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.shipping_method_title {
    margin-bottom: 10px;
    margin-top: 20px;
    color: #10325c;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
}
/*
    Tables
*/

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table.form tr td:first-child {
    width: 150px;
}

table.form td {
    padding: 4px;
}

input.large-field,
select.large-field {
    width: 300px;
}

table.list {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

table.list thead td {
    ;
    padding: 0px 5px
}

table.list tbody td {
    vertical-align: top;
    padding: 0px 5px;
}

table.list .left,
table.list .right,
table.list .center {
    padding: 7px;
}

table.list .asc,
table.list .desc {
    padding-right: 15px;
}

table.list {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

table.list thead td {
    background-color: #EFEFEF;
}

table.list .asc {
    background: url('../image/asc.png') right center no-repeat;
}

table.list .desc {
    background: url('../image/desc.png') right center no-repeat;
}

table.form > * > * > td {
    /*color: #000000;*/
}

table.list thead td a,
.list thead td {
    text-decoration: none;
    font-weight: 700;
}

table.list tbody td a {
    text-decoration: underline;
}

table.list .left {
    text-align: left;
}

table.list .right {
    text-align: right;
}

table.list .center {
    text-align: center;
}
.icon-list {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.icon-list li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    width: 35px;
}
.icon-list li img {
    max-width: 100%;
}
#content {
    padding-top: 20px;
    padding-bottom: 20px;
}
#content.padding {
    margin-bottom: 80px;
}
#content.padding h2, #content.padding h3 {
    margin-top: 40px;
}
.row.description {
    margin-top: 0px;
}
.information_layout #description {
    margin-bottom: 40px;
}

/*
    Pagination
*/

.pagination {
    width: 100%;
}

.pagination .results {
    text-align: center;
}

/*
    Tabs
*/

.tab-content {
    padding: 15px;
}


/*
    Product Single Page
*/
.main_description {
    padding-top: 30px;
}

.product h1 {
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
}
.product h2 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}
.product.product-info {
    padding-bottom: 40px;
    position: relative;
}
.product .description .main_description {
    margin-bottom: 0px;
}
.product .description label {
    min-width: 100px;
}
.product .description .form-inline .form-control {
    max-width: 152px;
    margin-bottom: 6px;
    padding: 0px 10px;
    font-size: 14px;
    /* line-height: 14px; */
    display: inline-block;
}
.product .sutiable_for h5 {
    margin-top: 22px;
    margin-bottom: 4px;
    font-size: 18px;
}

#base_price_quantity {
    display: none;
}
.add_to_cart {
    /* float: right; */
    margin-top: 30px;
    text-align: center;
}
.sweet-alert button.cancel {
    background-color: #FA6301 !important;
}
.sweet-alert button.cancel:hover {
    background-color: #D45300 !important;
}
.product .options {
    margin-top: 0px;
    margin-bottom: 14px;
}
.product_options {
    padding-right: 25px;
    margin-bottom: 6px;

}
.product_options .options:before {
    content: "Avaliable Options";
    font-weight: 800;
    font-size: 18px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product_options .options {
    padding-bottom: 20px;
    border-bottom: solid 1px #e3e3e3;
}
.product_options .error {
    float: none;
}
.qty-minus, .qty-plus {
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    display: block;
    float: left;
    padding: 8px 6px;
    height: 45px;
    width: 24px;
    text-align: center;
    color: #999;
    border: 1px solid #ccc;
}
.qty-minus {
    border-right: 0;
}
.qty-plus {
    border-left: 0;
}

.qty-minus:hover, .qty-plus:hover {
    color: #FA6301;
    background: #f6f6f6;
}
.qty-input {
    font-size: 16px;
    margin: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    color: #727272;
    font-weight: normal;
}
.mobile_quantity_box {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.mobile_quantity_box .input-qty {
    width: 100px;
    margin: 0px auto;
}
#button-cart {
    width: 90%;
    max-width: 500px;

}
.product-info .cart .input-qty {
    margin-right: 10px;
    display: inline;
}
.product-info .qty-input-div {
    display: block;
    float: left;
}
.product .options .input-group {
    margin-bottom: 5px;
    max-width: 253px;
}

.product_options .form-control {
    min-width: 151px;
}
.product_options .form-inline label {
    margin-right: 12px;
    font-size: 16px;
}
.product .options .option {
    margin-bottom: 0px;
}
.product .options .option small {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}
.product .options .form-control.per_meter {
    max-width: none;
    margin-bottom: 0px;
    max-width: none;
    margin-bottom: 0px;
}
.option.per_meter {
    margin-top: 28px;
}
.option.per_meter .input-group {
    /* float: right; */
}

.price-old {
    font-size: 23px;
    font-weight: 400;
    text-decoration:
    line-through;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
.price-new {
    display: inline-block;
    font-size: 28px;
    font-weight: 800;
    margin-right: 32px;
}
.product .price {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
}
small.price-tax {
    font-size: 14px;
    display: block;

    font-weight: 200;
    line-height: 2px;
    color: #222;
}

.general_attributes {
    display: none !important;
}
.product .description .table-list {
    display: table;
    padding: 0px;
    margin-bottom: 0;
    width: 100%;
}
.product .description {
    font-size: 18px;
}
.product .description .table-list li {
    display: table-row;
}
.product .description .table-list li span {
    display: table-cell;
    font-size: 18px;
    font-weight: 400;
}
.product .description .table-list li span.name {
    font-weight: 500;
    min-width: 151px;
    font-weight: 600;
}
#product_list .table-list {
    list-style-type: none;
    padding-left: 0;
}
#product_list .table-list .name {
    font-weight: 700;
}
#column-left .links_section {
    margin-top: 20px;
}
.information_tpl #column-left {
    width: 100%;
}
.faq_downloads {
    position: static;
}
.links_section {
    box-shadow: 0 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    position: static;
}
.handy_product_woman {
    /* bottom: 0; */
    /* position: absolute; */
    display: none;
    margin-top: 50px;
}
.links_section a,
.links_section .downloads > div {
    display: block;
    padding: 7px 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    background: #266DBB;
}
.links_section .downloads > a {
    background: #F5F5F5;
    color: #10325c;
    font-size: 14px;
    font-weight: 200;
    padding: 14px 20px;
}
.links_section .downloads > a:hover i {
    color: red;
}
.links_section a.instructions {
    background: #0C4DA2;
}

.links_section a.instructions:hover, .links_section a.instructions:focus {
    background: #fa6301;
    text-decoration: none;
}

.links_section .faqs, .links_section .faq {
    background: #266dbb;
}

.links_section a.faqs:hover, .links_section a.faq:hover, .links_section a.faqs:focus, .links_section a.faq:focus {
    background: #fa6301;
    text-decoration: none;
}

.links_section i {
    font-size: 45px;
    margin-right: 12px;
}
.links_section i, .category_wrapper .box-brand-model .links_section i {
    font-size: 29px;
    background: #FFF;
    color: #266DBB;
    color: 12px;
    height: 43px;
    width: 43px;
    padding: 0px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin-right: 17px;
}
.links_section i.pdf {
    color: rgb(242, 95, 95);
    margin-right: 11px;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 18px;
}
.links_section i.pdf:hover {
    color: red;
}
.links_section .instructions_icon {
    padding: 5px;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #FFF;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.instructions_text {
    display: inline-block;
    padding: 5px 2px 9px;
    font-weight: 700;
}


.links_section .faqs .instructions_icon {
    color: #00BFF3;
    font-size: 27px;
    font-weight: 700;
    padding: 0px;
}
.links_section img {
    width: 25px;
    display: block;
    margin: auto;
}
.product .product_options {
    margin-bottom: 20px;
    padding-right: 0;
}

.product .faq_downloads{
    margin-top:32px;
}
.product .faq_downloads a{
    width:50%;
    float:left;
}


.product_options .table.table-striped {
    display: none;
}

.product_options .success, .product_options .warning, .product_options .loading,
.category_product_options .success, .category_product_options .warning, .category_product_options .loading {
    background: none;
    border: 0;
    padding: 0;
}
.mobile.mini-cart#mini-cart {
    padding: 0px;
    background: #BCBCBC;
}
#mini-cart #cart {
    float: none !important;
}
#mini-cart #cart button,
#mini-cart #cart {
    width: 100%;
}
#mini-cart #cart ul {
    width: 100%;
    position: static;
}
#mini-cart h4 {
    width: 90%;
    text-align: left;
    float: left;
}
#mini-cart .nav.cart-btns a {
    width: 124px;
}
#mini-cart .cart_btn_arrow {
    margin-top: 11px;
}
.mobile.mini-cart {
    position: static;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #FFF
}
.mobile.mini-cart.login a {
    padding: 0;
    display: block;
}
.mobile.mini-cart.login a:hover,
.mobile.mini-cart.login a:active,
.mobile.mini-cart.login a:visited,
.mobile.mini-cart.login a:focus {
    background: none;
}
#header_cart {
    display: inline;
}
.mobile.mini-cart .user_status i {
    font-size: 20px;
}
.product #button-cart {
    display: inline-block;
    margin-top: 0px;
}
.product-grid .product-inner .name a {
    font-weight: 700;
    color: #10325c333;
    font-size: 20px;
    text-decoration: none;
}

.product-grid .price-old {
    font-size: 28px;
    font-weight: 400;
    text-decoration:
    line-through;
    display: inline-block;
    vertical-align: top;
}

.price-new.price{
   color: #D81F25;
}

.product-grid .price-new {
    display: block;
    margin-bottom:20px;
    font-size: 28px;
    font-weight: 800;
    margin-right: 0px;
}
.product-grid .price {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.product .description .table-list li span.colour_attr {
    display: block;
}
span.colour_attr:after {
    content: ",";
}
span.colour_attr:last-child:after {
    content: '';
}

/*
    Category View Page
*/

.options label {
    min-width: 64px;
}
.options .form-group {
    margin-bottom: 0px;
}
.category_wrapper .links_section {
    display: none;
}
.category_wrapper .icon-list {
    margin-bottom: 0;
}
.category_wrapper .icon-list li {
    max-width: 36px;
}
.category_wrapper .icon-list li img {
    width: 100%;
    max-width: 100%;
}
.category_wrapper .icon-list {
    margin-top: 15px;
}
.cat-menu {
    border-right: 1px solid #DDD;
    padding-right: 0;
}
.category-info {
    background: #E1E1E1;
}
.category-info .category-inner {
    padding: 40px 0 20px;
    min-height: 218px;
}
.category-info h2 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.category-info .image {
    margin-right: 100px;
    border-radius: 100%;
    background: #10325c;
    width: 140px;
    height: 140px;
    text-align: center;
    padding: 18px;
}
.category-info .image img {
    max-height: 100%
}
.category-info p {
    font-weight: 700;
    line-height: normal!important;
    font-size: 16px !important;
}
.category-info {
    font-weight: 700;
}
.category-list {
    margin-bottom: 15px;
    overflow: auto;
}

.category-list ul li {
    padding: 4px 5px;
}
.category_wrapper h1 {
    margin: 22px 0 20px;
    text-transform: uppercase;
    font-size: 30px;
}
.category_wrapper .box-heading {
    border-bottom: solid 1px #DDD;
}
.category_wrapper .box-heading h2 {
    font-size: 22px;
    margin: 48px 0 23px;
}
.category_wrapper h2 span {
    float: right;
    margin-right: 14px;
    color: #00BFF3;
    font-size: 12px;
    cursor: pointer;
}
.category_wrapper h2 span:hover {
    color: #10325c
}
.category_wrapper .box.box-brand-model h2 span i {
    color: #CCCCCC;
    font-style: normal;
    font-size: 12px;
    line-height: 37px;
    vertial-align: top;
    vertical-align: baseline;
    margin-right: 3px;
    font-weight: normal;
}
.category_wrapper .price {
    width: 100%;
}
.category_wrapper .price-default {
    width: 100%;
    font-size: 26px;
    font-weight: 800;
}
.category_wrapper .price-new.speical {
    color: #D81F25;
}
.category_wrapper .price .price-new,
.category_wrapper .price-old {
    font-size: 25px;
}

.category_wrapper .attributes {
    /* margin-top: 8px; */
}
.category_wrapper .product-grid .links {
    margin-top: 26px;
}
.category_wrapper .product-grid .links a {
    font-size: 16px;
}
.category_wrapper .product-grid .links a:after {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 4px;
    font-size: 12px;
    transition: margin 0.2s;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
}
.category_wrapper .product-grid .links a:hover {
    color: #fa6301;
}
.category_wrapper .product-grid .links a:hover:after {
    margin-left: 7px;
}
.category_wrapper .product-inner {
    border-top: solid 1px #DDD;
    padding: 20px 0;
}

.category_wrapper #content.no-border {
    border-left: 0;
}
.category_wrapper .options {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.category_wrapper .box-brand-model label {
    margin-bottom: 7px;
    /*    font-weight: 300;
                                        */
    text-transform: capitalize;
    margin-left: 10px;
    margin-left: 0px;
}
.category_wrapper .box-brand-model i {
    font-size: 36px;
    vertical-align: middle;
}
.category_wrapper .box-brand-model .brand,
.category_wrapper .box-brand-model .filter {
    background: #E1E1E1;
}
.category_wrapper .box-brand-model nav{
    overflow-y:auto;
    max-height: 300px;
}
.category_wrapper .box-brand-model input[type=radio],
.category_wrapper .box-brand-model input[type=checkbox] {
    display: none;
}

.category_wrapper .box-brand-model input[type="checkbox"] + label,
.category_wrapper .box-brand-model input[type="radio"] + label {
    padding-left: 23px;
    height: 13px;
    display: block;
    line-height: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 15px;
}
.category_wrapper .box-brand-model br {
    display: none;
}
.category_wrapper .box-brand-model input[type="checkbox"] + label:last-child,
.category_wrapper .box-brand-model input[type="radio"] + label:last-child {
    margin-bottom: 0;
}


.category_wrapper .box-brand-model input:checked + label {
    background-position: 0 -13px;
}
.category_wrapper .box-brand-model label {
    background-image: url('../image/checkbox_bg.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category_wrapper .btn-cart {
    margin-top: 20px;
    max-width: 174px;
}
.category_wrapper .form-control,
.category_wrapper .form-inline input {
    margin-right: 0px;
    margin-bottom: 10px;
    max-width: 100px;
    margin-left: 20px;
    padding: 0px;
    padding-left: 5px;
}
.category_wrapper .form-control {
    display: inline;
    width: 90px;
}

.category_wrapper .image img {
    max-width: 100%;
}

/*
    Sidebar Box
*/

aside .box {
    margin-bottom: 15px;
}

.inner-box {
    padding: 0 10px 10px;
}

.product_feature {
    background: #F0F0F0;
    border-top: 1px solid #e3e3e3;
}
.product_feature h1 {
    text-align: center;
    margin-top: 53px;
    margin-bottom: 44px;
}
/* ==========================================================================
Contact Form
========================================================================== */
.enquiry .form-control {
    width: 100%;
    max-width: 100%;
}
.enquiry .form-group .group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 49%;
    max-width: 49%;
    float: right;
}
.enquiry .form-group .group:first-child {
    float: left;
}
#fridge_seal, #freezer_seal, #fridge_freezer {
    display: none;
}
.error.captcha {
    float: left;
}
.row.conversation:last-child div .message_content {
    background: #FFF5CF;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}
#conversation {
    max-height: 600px;
    overflow-y: scroll;
}

.re_subject {
    margin-bottom: 0;
    padding: 20px 0;
}
.row.message .form-group {
    padding-top: 33px;
}
.author {
    font-weight: 800;
    padding-right: .25rem;
    color: #3d3c40 !important;
    margin-left: 0;
    font-style: normal;
    display: block;
}
.avitar {
    opacity: 0.8;
    width: 37px;
    margin-right: 20px;
}
.author small {
    color: #9E9E9E;
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
}
.conversation .message {
    border-left: 5px solid #e3e4e6;
    display: block;
    float: left;
    min-height: 60px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-left: 10px;
    color: #3D3C40;
    margin-left: 40px;
    clear: both;
}
.container.enquiry {
    padding-bottom: 50px;
}
.container.not_found {
    padding-bottom: 50px;
}
.container.not_found .continue {
    margin-top: -45px;
}
/* ==========================================================================
Cart
========================================================================== */
.btn-group .btn.btn-danger {
    border: none;
    color: #FFF;
}
.quantity input[type="text"] {
    height: 32px;
    vertical-align: bottom;
}

/*
    Compare
*/

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: 700;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: 700;
}

.compare-info .price-old {
    font-weight: 700;
    color: #F00;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: 700;
}

/*
    Wishlist
*/

.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-info td {
    padding: 7px;
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info thead .image {
    text-align: center;
}

.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
    text-align: left;
}

.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
    text-align: right;
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
    text-align: left;
}

.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
    text-align: right;
}

.wishlist-info tbody .price s {
    color: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}

/*
    Order and Return
*/

.order-list, .return-list {
    margin-bottom: 10px;
}

.order-list .order-content, .return-list .return-content {
    padding: 10px 0;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-status, .return-list .return-status {
    text-align: right;
}

.order-list .order-info, .return-list .return-info {
    text-align: right;
}

.order-detail {
    font-weight: 700;
}

.return-captcha {
    padding-bottom: 15px;
}

.download-info {
    font-size: 40px;
    margin-top: -8%;
    float: right;
}

/*
    Cart
*/

.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info button, .cart-info a {
    height: 32px;
    line-height: 26px;
}
.cart-info td {
    padding: 7px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info thead .image {
    text-align: center;
}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}

.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: 700;
}

.cart-module > div {
    display: none;
}

.cart-total {
    border-top: 1px solid #E7E7E7;
    overflow: auto;
    padding-top: 15px;
    margin: 15px 0;
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}

.breadcrumb {
    margin-bottom: 36px;
    margin-top: 30px;
    border-radius: 0px;
    background: #F0F0F0;
}

/**
    Success
 */
.cart-info .btn.btn-info {
    padding-top: 5px;
    padding-bottom: 5px;
    border-raidus: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 38px;
}
.success_tmpl {
    margin-bottom: 40px;
}
.cart-info .quantity input[type="text"] {
    height: 32px;
    vertical-align: bottom;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 38px;
    vertical-align: top;
    width: 76px;
}
#ds-cart-button {
    border-radius: 0;
    border: 0;
}
#ds-cart-button .cart_icon {
    float: right;
    margin-left: 10px;
}
#ds-cart-button:focus, #ds-cart-button:active, #ds-cart-button:hover {
    outline: 0;
    border-color: none;
}

/*
    Checkout
*/
.checkout {
    margin-bottom: 40px;
}
.checkout h1 {
    margin-bottom: 20px;
}
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #E7E7E7;
    padding: 10px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.checkout-content h2:first-child {
    margin-top: 0;
}
.checkout-content h2:first-child {
    margin-top: 36px;
}
.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.checkout-product td {
    padding: 7px;
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.checkout .pull-center {
    float: right;
    margin-top: 10px;
    clear: both;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-radius: 0;
    margin: 0;
}

.highlight td {
    padding: 5px;
}

.contact-info {
    overflow: auto;
}

.cat_handy_woman {
    display: none
}

.category_banner .blue3 + .blue3 {
    background: #45bdff;
}

.category_wrapper .box-brand-model .filter div {
    padding: 20px;
}
#window_seal_filters h2 {
    cursor: pointer;
}
#window_seal_filters h2 i {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#window_seal_filters h2.closed i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

#window_seal_filters .filter {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    max-height: 367px;
    overflow:hidden;
}
#window_seal_filters .filter.closed {
    max-height: 0;
    padding: 0;
    transition: all 0.4s ease-in-out;
    trasittransitionion: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#window_seal_filters .window_seal_type.disabled {
    opacity:0.3;
}
#window_seal_filters h2.closed span {
    display: none;
}
#window_seal_filters h2.closed span {
    cursor: pointer;
}
.navbar {
    border: 0px;
}
.product-price {
    text-align: left;
}
.mobile_menu .top_section li.payment {
    display: none !important;
}
#footer .btn-lg[type="submit"] {
    padding-top: 12px;
    padding-bottom: 13px;
    margin-left: 3px;
}
.checkout-content h2:first-child {
    margin-top: 36px;
}
.checkout-content h2 {
    margin-top: 20px;
}



/* ==========================================================================
Media Queries
========================================================================== */
.slideshow {
    display: none;
}
/* Extra Small Devices */
@media (max-width: 768px) {
    .category_banner_button h2,
    .category_banner_button h2 a {
        color: #FFF !important;
    }
    .product_images_container #image{
        max-width:264px !important;
        margin:0px auto;
    }
    #button-payment-method{
        margin-top:15px;
        margin-bottom:15px;
    }
    .product .faq_downloads a div {
      white-space: nowrap;
    }
}

@media (max-width: 400px) {
    .category_banner .col-xs-6 {
        width:100%;
    }
    .product-inner .col-xs-4, .product-inner .col-xs-8 {
        width: 100% !important;
    }
    .product-inner .image {
        margin-bottom: 20px;
    }
    .product-inner .mobile_view_button {
        width: 100%;
        margin-top: 10px;
    }

    .category_banner .blue3 + .blue3 {
        background: #1598ED;
    }

    #mobile_header .view_cart {
        width: 55px;
    }

    .product .faq_downloads a {
      width: 100%;
    }
    .container.not_found .continue {
        margin-top: 20px;
        margin-bottom: -20px;
        width:100%;
    }
    .container.not_found .continue a{
        width:100%;
    }
}

@media (min-width: 768px) {


    .account-page #footer{
        margin-top:60px;
    }
    .account-page #content{
        padding-top:0px;
    }
    .slideshow .container{
        width:100%;
        padding:0px;
    }
    .checkout-content h2:first-child, .checkout-content h2 {
        margin-top:20px;
    }

    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        position: absolute;
        bottom: 0;
        top: auto;
    }


    .html_content_row .order_icon {
        margin-top: 20px;
    }

    .search_form .form-group label {
        margin-top: 0px;
    }

    #slideshow0 .owl-wrapper-outer {
        height: auto;
    }
    #slideshow0 .owl-wrapper-outer img {
        width: 100%;
    }

    .mobile_menu .top_section li.payment img {
        display: block;
    }

    .product_options .warning, .category_product_options .warning {
        text-align: right;
    }
    .payment .warning{
        padding:20px;
    }
    .product-price .mobile_view_button {
        display: none;
    }
    .mini-cart .cart_btn_arrow {
        padding: 5px 12px;
    }
    .mini-cart .user_status:hover {
        background-color: #fa6301;
    }
    .slideshow {
        display: block;
    }

    .product_type h2 i {
        cursor: pointer;
        transform: rotate(-0deg);
        -webkit-transform: rotate(-0deg);
    }
    .box-brand-model .filter {
        display: block;
    }


    body {
        margin-top: 54px;
    }
    .slideshow_top {
        height: 92px;
    }
    .slideshow_top span {
        font-size: 84px;
    }

    .category_banner .services_icon {
        width: 150px;
        height: 150px;
    }
    .category_banner p {
        display: initial;
    }
    .category_banner .row > a {
        text-align: center;
        padding: 20px;
        height: 350px;
    }
    .banner_mascott {
        height: auto;
        left: 110px;
    }

    .main_navigation {
        background: #10325c;
    }
    .collapse.navbar-collapse.navbar-ex1-collapse {
        display: table !important;
    }
    nav.main-navbar.navbar {
        margin: 0px;
    }
    nav.main-navbar .dropdown-menu {
        opacity: 0;
        transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
    }
    nav.main-navbar .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
    }
    nav li ul.list-unstyled {
        margin-top: 0px;
    }
    ul.nav.navbar-nav {
        display: table-row;
        margin: 0;
        width: 100%;
    }
    ul.nav.navbar-nav > li {
        display: table-cell;
        float: none;
        width: 1%;
        padding: 0px;
        height: 100%;
        vertical-align: middle;
    }
    ul.nav.navbar-nav > li>a {
        padding: 0px;
        padding: 0px 12px;
        display: table-cell;
        text-align: center;
        width: 200px;
        height: 73px;
        vertical-align: middle;
        border-right: 1px solid #28476d;
    }
    ul.nav.navbar-nav li>a:hover {
        background: #fa6301;
        color: #FFF;
    }
    ul.nav.navbar-nav li>a:hover i.fa-home {
        color: #FFF;
    }
    ul.nav.navbar-nav li>a i.fa-home {
        color: #fb5322;
        font-size: 32px;
    }

    .navbar-collapse {
        max-height: none!important;
    }
    .navbar li a {
        color: #FFF;
        font-weight: 700;
        font-size: 18px;
    }

    .navbar .dropdown-menu {
        padding: 0;
        float: none;
    }
    .navbar .dropdown-menu li a {
        display: block;
        padding: 17px 20px;
        clear: both;
        font-weight: 700;
        line-height: 20px;
    }
    .main_navigation .dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0 !important;
        border: 0;
        margin-left: -1px;
    }
    .navbar-nav > li > .dropdown-menu a {
        color: #054DA2;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-bottom: solid 1px #AFAFAF;
        -o-border-radius: 0;
    }
    .navbar ul.nav .dropdown-menu li {
        min-width: 200px;
        text-align: left;
    }
    /**
                                                             * Featured Row
                                                             */
    .feature_product_row .product-inner .price > div span {
        font-size: 16px;
    }
    .wrap.blue h2,
    .wrap.blue h3 {
        color: #FFF;
        font-size: 36px;
    }

    .wrap.blue .product-inner h2 {
        font-size: 20px;
    }
    .testimonial_banner #slideshow_testimonial .item {
        margin-bottom: 0px;
        min-height: 212px;
    }
    .category_banner a {
        color: #FFF;
    }
    .category_banner .row a h2 {
        font-size: 22px;
    }
    .html_content_row h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .testimonial_banner h3 {
        font-size: 27px;
    }
    .testimonial_banner em {
        font-size: 23px;
    }
    .banner_mascott {
        max-height: 290px;
        left: 10px;
    }
    .html_content_row {
        padding-top: 80px;
    }
    .carousel-indicators {
        display: block;
    }
    .search_form h2 {
        margin-bottom: 0;
        width: auto;
    }
    .mini-cart {
        position: relative;
        top: -14px;
    }

    #header ul.site_info {
        top: 0px;
    }

    .checkout .pull-center {
        float: left;
        clear: none;
        margin-top: 0px;
    }


    /* Testimonials SlideShow */
    .testimonial_banner {
        background: url(../image/ds_testimonial.jpg) no-repeat center #97d4ed;
        background-size: cover;
    }

    .carousel-indicators {
        bottom: -100px;
    }

    .product_options .form-inline, .options {
        text-align: right;
    }
    .category_wrapper .btn-cart {
        float: right;
    }

    #fridge_freezer_filters {
        display: inline-block;
    }

    #header_search_btn, .search_divider {
        margin-top: 0px;
    }

    .search_options .form-control {
        min-width: 261px;
        height:40px;
    }

    .search_form .search_filter_hide {
        display: block;
    }

    .product #button-cart {
        float: right;
    }

    .mini-cart #shipping {
        margin-bottom: 0px;
    }


    /*
        * Product Page
        */
    .product-price {
        text-align: right;
    }
    .product-info .product_images_container {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product h2 {
        font-size: 23px;
        text-align: left;
        margin-bottom: 30px;
    }
    .icon-list {
        text-align: left;
        width: auto;
    }
    .icon-list li {
        margin-right: 3px;
        margin-bottom: 13px;
        width: 45px;
    }
    .product_options .options:before {
        content: "";
        display: none;
    }
    .product_attributes {
        padding-top: 0px;
        padding-bottom: 0px;
        border-top: none;
        border-bottom: none;
    }
    .product_options .options {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .product .product_options {
        margin-bottom: 20px;
        padding-right: 0;
        margin-top: 20px;
    }
    .add_to_cart {
        margin-top: 30px;
        text-align: left;
    }
    .product .faq_downloads{
        margin-top:0px;
    }
    .product .faq_downloads a{
        width:100%;
        float:none;
    }
    .product_options .table.table-striped {
        display: block;
    }
    #button-cart {
        width: auto;
        max-width: auto;
    }
    .option.per_meter .input-group {
        float: right;
    }
    .product_options .success, .product_options .warning, .product_options .loading,
    .category_product_options .success, .category_product_options .warning, .category_product_options .loading {
        text-align: right;
    }

    #footer_bottom * {
        color: #343434;
        text-align: left;
    }
    #footer_bottom .atomix {
        text-align: right;
    }
    #footer_bottom[class^="col"] {
        margin-bottom: 0px;
    }
    .contact .captcha_container {
        float: left;
    }
    .contact .submit {
        float: right;
        margin-top: 0px;
        width: auto;
    }

}


@media (min-width: 992px) {

    .slideshow .container{
        width: 970px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .checkout-content #login,
    .account-content .loginbox {
        border-left: 1px solid #9E9E9E;
        padding-left:30px;
    }
    body {
        margin-top:0;
    }
    .category_banner .row > a {
        height: 350px;
    }

    .banner_mascott {
        left: 10px;
    }
    .category_banner .blue3 + .blue3 {
        background: #266dbb;
    }
    .search_model {
        padding-top: 0;
    }
    .search_divider {
        border-right: solid 1px rgba(255,255,255,0.5)
    }

    .search_form h2 {
        font-size: 14px;
    }

    .box-brand-model {
        padding: 0;
    }

    .category_info_page .col-md-3 {
        padding: 0;
        margin-top: 32px;
    }
    .category-info #description {
        display: block;
    }
    .category_wrapper #content {
        border-left: solid 1px #DDD;
        min-height: 300px;
    }
    .pagination .results {
        text-align: right;
    }
    .search_options .form-control {
        min-width: 214px;
    }
}

@media (min-width: 1200px) {

    .feature_product_row .product-inner {
        margin:0;
    }

    .featured h2{
        font-size: 36px;
        margin-bottom: 60px;
    }

    #footer .btn-lg[type="submit"] {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 0px;
    }
    .search_options .form-control {
        max-width: 244px;
        min-width: 214px;
    }
    .product .description {
        padding-right: 40px;
    }

    .search_form h2 {
        font-size: 24px;
    }
    .category_banner .row > a {
        height: 380px;
        padding: 55px 70px;
    }
    .cat_handy_woman {
        display: block
    }
    .handy_product_woman {
        display: block;
    }
    .banner_mascott {
        max-height: 395px;
    }
    .mini-cart {
        position: relative;
        top: -15px;
        border-bottom: 3px solid #d9d9d9;
    }
    .category_wrapper .links_section {
        display: block;
    }
    .category-info .category-inner,
    .category-info {
        background: #DADADA;
    }
    .category-info .category-inner .col-sm-9 {
        margin-bottom: 20px;
    }
    .search_form h2 {
        margin-bottom: 0px;
    }


    #header ul.site_info {
        position: static;
    }
    .carousel-indicators {
        bottom: -100px;
        display: inline-block;
    }

    #barcode_filter .btn {
        display: inline-block;
    }
    .cart-info .quantity input[type="text"] {
        width: 38px;
    }

    .slideshow .container{
        width: 1170px;
    }

}
/**
 * Editor Styles
 */
ol.steps {
    counter-reset: li;
    /* Initiate a counter */
    margin-left: 0;
    /* Remove the default left margin */
    padding-left: 0;
    /* Remove the default left padding */
}
ol.steps > li {
    position: relative;
    /* Create a positioning context */
    margin: 0 0 16px 5em;
    /* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px ;
    /* Add some spacing around the content */
    list-style: none;
    /* Disable the normal item numbering */
    border-top: 2px solid #10325c;
    background: #DADADA;
    padding-bottom: 10px;
}
ol.steps > li > img {
    padding-top: 10px;
}
ol.steps > li:before {
    content: "Step: " counter(li);
    /* Use the counter as content */
    counter-increment: li;
    /* Increment the counter by 1 */
    /* Position and style the number */
    position: absolute;
    top: -2px;
    left: -5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 5em;
    /* Some space between the number and the content in browsers that support
           generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    border-top: 2px solid #10325c;
    color: #fff;
    background: #10325c;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}
li ol.steps,
{
    margin-top: 6px;
}
ol.steps ol.steps li:last-child {
    margin-bottom: 0;
}
.owl-controls{
    position: absolute;
    z-index: 9999;
    bottom: 0;
    top: auto;
    text-align: center;
    width: 100%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#fa6301;
}


.checkout-page .payment{
    border: 1px solid #e3e3e3;
    padding: 16px;
}
#header .payment. #footer .payment{
    border:none;
}
.checkout-page .cvn_details{
    padding-top:5px;
}
.checkout-page #EWAY_CARDEXPIRYYEAR{
    margin-right:5px;
}
.checkout-page #button-confirm{
    position:absolute;
    right:0;
    margin-right:20px;
}
.checkout-page #button-confirm[disabled]{
    background:#fa6301;
    border:none;
}
.free_shipping{
    display: block;
    font-size: 13px;
    background: #EB232A;
    color: #FFF;
    padding: 2px 5px;
    text-align: center;
    max-width: 110px;
    margin: 14px 0;
}
.free_shipping{
    display: block;
    font-size: 13px;
    background: #EB232A;
    color: #FFF;
    padding: 2px 5px;
    text-align: center;
    max-width: 110px;
    margin: 14px 0;
}
#display_price .free_shipping{
    font-size: 16px;
    background: #EB232A;
    padding: 5px 10px;
    max-width: 100%;
}
.filter_search, .model_filter_search{
    border: 0;
    border-radius: 3px;
    width:100%;
    padding: 5px 24px;
    padding-left:30px;
    box-sizing: border-box;
    display: inline-block;
}
.filter .search{
    position:relative;
    display:block;
    padding-top: 18px;
    padding-bottom: 11px;
    padding-left:20px;
    padding-right:20px;
}
.filter .search i{
    position: absolute;
    left: 22px;
    top: 20px;
    font-size: 16px;
    padding: 6px;
}
.text_options{
    margin-top:18px;
}
.make_option{
    margin-top:10px;
}
.feature_product_row .col-sm-6{
    margin-bottom:50px;
}
select .disabled{ color: #cecece }
