body,
html {
    height: 100%;
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

figure {
    margin: 0 0 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

label,
.label {
    color: #000;
    font-weight: 600;
    text-align: right;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

dt {
    font-weight: bold;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

b,
strong {
    font-weight: 600;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: #ddd;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
input,
select {
    overflow: visible;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

p {
    margin: 0 0 10px 0;
}

a:focus,
a:hover {
    color: #004097;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

img {
    vertical-align: middle;
    border-style: none;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h3,
.h3 {
    font-size: 1.125rem;
}

h6,
.h6 {
    font-size: 0.9375rem;
}

.card-title {
    margin-bottom: 20px;
}

.h1,
.h2,
.h3 {
    text-transform: uppercase;
    color: #000;
}

textarea {
    resize: vertical;
    overflow: auto;
}

.collapse {
    display: none;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1 {
    float: left;
    width: 8.33333%;
}

.col-xs-2 {
    float: left;
    width: 16.66667%;
}

.col-xs-3 {
    float: left;
    width: 25%;
}

.col-xs-4 {
    float: left;
    width: 33.33333%;
}

.col-xs-5 {
    float: left;
    width: 41.66667%;
}

.col-xs-6 {
    float: left;
    width: 50%;
}

.col-xs-7 {
    float: left;
    width: 58.33333%;
}

.col-xs-8 {
    float: left;
    width: 66.66667%;
}

.col-xs-9 {
    float: left;
    width: 75%;
}

.col-xs-10 {
    float: left;
    width: 83.33333%;
}

.col-xs-11 {
    float: left;
    width: 91.66667%;
}

.col-xs-12 {
    float: left;
    width: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        float: left;
        width: 8.33333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.66667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.33333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.66667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.33333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.66667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.33333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.66667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        float: left;
        width: 8.33333%;
    }

    .col-md-2 {
        float: left;
        width: 16.66667%;
    }

    .col-md-3 {
        float: left;
        width: 22.8%;
    }

    .col-md-4 {
        float: left;
        width: 33.33333%;
    }

    .col-md-5 {
        float: left;
        width: 41.66667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.33333%;
    }
    .pro_detail {
        padding-left: 56px;
    }

    .col-md-8 {
        float: left;
        width: 65.66667%;
    }

    .col-md-9 {
        float: left;
        width: 77.2%;
    }

    .col-md-10 {
        float: left;
        width: 83.33333%;
    }

    .col-md-11 {
        float: left;
        width: 91.66667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        float: left;
        width: 8.33333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.66667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.33333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.66667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.33333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.66667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.33333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.66667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        float: left;
        width: 8.33333%;
    }

    .col-xl-2 {
        float: left;
        width: 16.66667%;
    }

    .col-xl-3 {
        float: left;
        width: 25%;
    }

    .col-xl-4 {
        float: left;
        width: 33.33333%;
    }

    .col-xl-5 {
        float: left;
        width: 41.66667%;
    }

    .col-xl-6 {
        float: left;
        width: 50%;
    }

    .col-xl-7 {
        float: left;
        width: 58.33333%;
    }

    .col-xl-8 {
        float: left;
        width: 66.66667%;
    }

    .col-xl-9 {
        float: left;
        width: 75%;
    }

    .col-xl-10 {
        float: left;
        width: 83.33333%;
    }

    .col-xl-11 {
        float: left;
        width: 91.66667%;
    }

    .col-xl-12 {
        float: left;
        width: 100%;
    }
}

#header,
#header a,
#header .currency-selector .expand-more,
#header .language-selector .expand-more {
    color: #666666;
    line-height: 20px;
}

.header-banner {
    position: relative;
}

#header .header-nav {
    background: #222222;
    height: 46px;
    clear: both;
}

#header .header-nav .container {
    padding: 0;
    background: transparent;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

.text-uppercase {
    text-transform: uppercase !important;
}

#header .header-nav .left-nav {
    padding: 12px 0;
    text-transform: capitalize;
}

#tmcms2_block {
    float: left;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    width: 100%;
}

#tmcms2_block p {
    cursor: pointer;
    font-size: 11px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.8px;
}

#header .header-nav .right-nav {
    float: right;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    padding: 9px 0;
    line-height: 22px;
}

.mobile-top-string {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-xs-center {
    text-align: center !important;
}

.text-xs-left {
    text-align: left !important;
}

.pull-xs-right {
    float: right !important;
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: .9375rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/themes/PRSADD161/assets/css/e79bfd88537def476913f3ed52f4f4b3.eot);
    /* For IE6-8 */

    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/themes/PRSADD161/assets/css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(/themes/PRSADD161/assets/css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(/themes/PRSADD161/assets/css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
}

#header .header-nav .material-icons {
    line-height: 16px;
    font-size: 18px;
}

#header .header-nav .menu-icon {
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
}

#header .header-nav .menu-icon .material-icons {
    /* line-height: 45px; */
    color: #000;
    font-size: 36px;
    line-height: 36px;
    cursor: pointer;
}

#header a:hover,
#header .currency-selector.dropdown:hover .expand-more,
#header .language-selector.dropdown:hover .expand-more {
    text-decoration: none;
    color: #004097;
}

#header .logo {
    max-width: 100%;
    margin: 44px 0px 55px 0;
}

#header .header-nav .blockcart {
    margin-left: 10px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.blockcart {
    position: relative;
    float: right;
    width: auto;
    clear: right;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown {
    color: #acaaa6;
}

#header .header-nav .blockcart .header {
    cursor: pointer;
}

.header.blockcart-header {
    z-index: 999;
}

.header.blockcart-header .material-icons {
    color: #000;
    line-height: 32px;
}

.blockcart .cart-products-count {
    background: #004097 none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 600;
    left: 24px;
    line-height: 15px;
    padding: 2px 4px 1px 5px;
    position: absolute;
    top: -2px;
    z-index: 1;
}

.blockcart-header a #bgimage {
    float: left;
    height: 35px;
    left: 0;
    position: relative;
    top: 5px;
    width: 45px;
}

.cart.material-icons {
    display: none;
}

#header .header-top {
    padding: 5px 0 0;
    position: relative;
    background: #fff;
    clear: both;
}

#header .header-top .header_logo {
    float: left;
    width: 18%;
}

#header .logo {
    max-width: 100%;
}
#header .logo:focus {
    outline: none;
}

#_desktop_cart {
    float: right;
    position: relative;
}

#_desktop_cart .blockcart-header .cart-price {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
    float: left;
    margin: 10px 0 0px 5px;
}

#_desktop_cart .blockcart .cart-price .hidden-md-down.value {
    display: block;
    float: left;
    padding: 0 0px 0 0;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 18px;
    font-weight: 400;
    vertical-align: middle;
}

#_desktop_user_info {
    display: inline-block;
    float: right;
    font-size: 13px;
    margin: 49px 26px 0 25px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

#_desktop_user_info .user_bg,
#_mobile_user_info .user_bg {
    background: rgba(0, 0, 0, 0) url(/themes/PRSADD161/assets/img/megnor/icon.png) no-repeat scroll 0 0px;
    cursor: pointer;
    height: 35px;
    margin: 0 6px;
    padding: 0;
    position: relative;
    width: 40px;
    display: inline-block;
}

#_desktop_user_info .tm_userinfotitle {
    display: none;
    float: right;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #666;
}

#_desktop_user_info .user-info,
#header .header-nav .user-info {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    display: none;
    font-size: 13px;
    margin: 0;
    min-width: 230px;
    padding: 20px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 46px;
    z-index: 10;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

#_desktop_user_info>.user-info a,
#header .header-nav .user-info a {
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0;
    text-transform: capitalize;
}

#_desktop_user_info .material-icons,
#header .header-nav .user-info .material-icons {
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
}

.search-widget {
    z-index: 9;
}

.header-top .search-widget {
    padding: 0;
    width: 516px;
    float: none;
    position: absolute;
    left: 40px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.search-widget form {
    position: relative;
}

.search-widget form input[type="text"] {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    height: 52px;
    letter-spacing: 0.4px;
    min-width: 250px;
    outline: 0 none;
    padding: 9px 50px 9px 15px;
}

.header-top .search-widget form input[type="text"] {
    min-width: inherit;
    width: 100%;
}

.search-widget form button[type="submit"] {
    border: medium none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    bottom: 0;
    color: #000000;
    outline: 0 none;
    position: absolute;
    text-transform: uppercase;
}

.search-widget form button[type="submit"] .material-icons {
    font-size: 34px;
    font-weight: 400;
    padding: 1px 2px;
    position: relative;
    display: none;
}

.title2 {
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #000;
    font-weight: 600;
    margin-top: 14px;
    display: block;
}

#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    color: #000 !important;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    line-height: 21px;
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.top-menu a.dropdown-item.dropdown-submenu[data-depth="1"] {
    display: block;
    font-weight: 500;
    color: #004097 !important;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 13px;
    border-bottom: 1px solid #004097 !important;
    margin-bottom: 10px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    text-transform: none;
    color: #000 !important;
    border-color: #ddd !important;
    margin-bottom: 0;
}

#_mobile_currency_selector {
    float: left;
    position: relative;
}

#_mobile_contact_link {
    float: right;
    position: relative;
    color: #242424;
}

#_mobile_language_selector {
    float: left;
    display: inline-block;
}

.language-selector-wrapper,
.currency-selector.dropdown.js-dropdown {
    border-top: 1px solid #f5f5f5;
    display: inline-block !important;
    padding-top: 10px;
    width: 100%;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 11px 6px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    text-transform: capitalize;
    letter-spacing: 0.6px;
}

.btn-secondary,
.btn-tertiary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    text-transform: none;
    padding: 8px 11px 6px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px;
    padding: 5px 0;
    margin: 5px 0 0;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.popover {
    position: absolute;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
}

.top-menu .sub-menu {
    border: none;
    margin-left: 0px;
    width: auto;
    left: auto;
    right: auto;
    z-index: 10000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;
    top: 100% !important;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    min-width: 220px;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #fff;
    border: 0;
    padding: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    visibility: visible;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.top-menu .popover {
    max-width: inherit;
}

.top-menu[data-depth="1"] {
    margin: 0.625rem;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    min-width: 150px;
    padding: 0 30px 0 0;
    position: relative;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0 0 0 10px;
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0;
}

.top-menu .sub-menu ul[data-depth="1"]>li:last-child {
    padding: 0;
}

.sub-menu .top-menu .category {
    margin: 0 !important;
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: 0.625rem;
    color: #acaaa6;
    font-weight: 400;
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 0 10px 0;
}

.top-menu a[data-depth="2"] {
    font-size: 12px;
    font-weight: 500;
}

#_desktop_top_menu #top-menu .popover.threecolumn {
    width: 545px;
}
#_desktop_top_menu.menu > ul > li:hover .sub-menu {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    visibility: visible;
    display: block !important;
}

#_desktop_language_selector {
    float: right;
    display: none;
}

#_desktop_language_selector .dropdown-menu,
#_desktop_currency_selector .dropdown-menu {
    top: 27px;
}

.breadcrumb {
    list-style: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #fff;
    color: #000;
    display: inline-block;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    z-index: 1;
}

#index .breadcrumb[data-depth="1"] {
    display: none;
}

.breadcrumb .container {
    padding: 0 0 20px 0;
}

.breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    float: right;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li:last-child {
    content: "/";
    color: #004097;
}

.breadcrumb a {
    text-transform: capitalize;
}

#wrapper {
    padding: 30px 0;
}

#index #wrapper {
    padding: 0;
    border-bottom: none;
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel {
    margin-bottom: 35px;
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -ms-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-transition: transform .6s ease-in-out;
        -moz-transition: transform .6s ease-in-out;
        -ms-transition: transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
    }

    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -o-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;


    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)";
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)";
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;


    -moz-opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203A";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

.carousel .direction {
    z-index: auto;
}

.carousel .carousel-inner {}

.carousel .carousel-item {
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    margin-left: 0;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 90px;
    color: #FFFFFF;
    max-width: 500px;
}

.carousel .carousel-item .caption .caption-description p {
    color: #FFFFFF;
}

.carousel .carousel-control {
    opacity: 1;


    -moz-opacity: 1;
}

.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
    content: "";
    display: none !important
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    font-size: 3.125rem;
    color: #FFFFFF;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #004097;
}

.carousel .carousel-control .icon-prev {
    left: 1rem;
}

.carousel .carousel-control .icon-next {
    right: 2rem;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
    background: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#main .home-top {
    background: #fff;
}

#tmservicecmsblock {
    clear: both;
    float: none;
    margin: 30px auto 0;
    position: relative;
    width: 100%;
}

.tm-hometabcontent {
    clear: both;
    overflow: hidden;
    padding: 40px 0 30px;
}

.tab-main-title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid #ededed;
    padding: 5px 0 8px;
    border-bottom: 1px solid #ededed;
}

.tm-hometabcontent .products-section-title {
    color: #000000;
    float: left;
    display: none;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.tabs {
    float: right;
    position: relative;
}

.tm-hometabcontent .tabs {
    right: 0px;
    text-align: center;
    width: 100%;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tabs .nav-tabs {
    border: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#home-page-tabs {
    margin: 0 0 -5px 0;
}

.tabs .nav-tabs .nav-item {
    display: inline-block;
}

.tm-hometabcontent .tab-main-title .tabs .nav-tabs .nav-item {
    float: none;
}

.nav-tabs .nav-link {
    display: block;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.tabs .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    line-height: 1.42857;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

#index .tab-content {
    clear: both;
    float: left;
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

#featureProduct .featured-products,
#bestseller .bestseller-products,
#newProduct .newproducts {
    position: relative;
    width: 100%;
    float: left;
}

#spe_res {
    margin: 0 -10px;
}

.products,
.product-tabcontent {
    margin-bottom: 20px;
}

.featured-products .products,
.newproducts .products,
.bestseller-products .products,
.special-products .products,
.viewed-products .products,
.crosssell-products .products,
.productscategory-products .products,
.product-accessories .products,
.brands .products {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.featured-products .products,
.newproducts .products,
.bestseller-products .products,
.special-products .products {
    margin-bottom: 5px;
}

.products .product_list {
    width: 100%;
    margin: 0;
}

.tm-hometabcontent .products ul.grid {
    margin-bottom: 20px;
}

.products .product_list li.product_item,
.products .product_list li.item {
    padding: 10px;
}

.tm-hometabcontent .products ul.product_list.grid li.product_item {
    display: none;
}

.products .product-miniature {
    margin: 0;
    position: relative;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.products .thumbnail-container,
.product-accessories .thumbnail-container {
    margin-bottom: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.products .product-thumbnail {
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.products .thumbnail-container .product-thumbnail::after,
#left-column .block_content .left-part a::after {
    content: "";
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 86%;
}

.products img {
    max-width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-flags {
    margin: 0px;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.products .product-miniature .product-flags .new,
.products .product-miniature .online-only,
.products .product-miniature .on-sale,
.products .product-miniature .discount {
    display: block;
    position: absolute;
    color: #000;
    text-transform: uppercase;
    font-size: 8px;
    padding: 0px 8px;
    font-weight: 400;
    line-height: 16px;
}

.products .product-miniature .on-sale {
    left: 8px;
    right: auto;
    bottom: 5px;
    top: auto;
}

.products .product-miniature .product-flags li {
    cursor: pointer;
}

.products .product-miniature .product-flags .new.on-sale,
.products .product-miniature .online-only.on-sale,
.products .product-miniature .on-sale.on-sale,
.products .product-miniature .discount-percentage.on-sale {
    background: #f39d72;
    text-align: center;
    display: none;
}

#products .product-description,
.products .product-description,
.product-accessories .product-description {
    text-align: left;
    min-height: 84px;
    margin-top: 27px;
}

.products .product_list.grid li .product-description,
.products .product_list.owl-carousel li .product-description {
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    display: block;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.products .product_list.gridcount .h3.product-title {
    padding: 0;
}

#products .product-title,
.products .product-title,
.product-accessories .product-title {
    text-transform: capitalize;
    float: left;
    display: block;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    width: 100%;
}

.product-title a {
    color: #8a8a8a;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 0.6px;
}

.products .product-price-and-shipping,
.product-price {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.1px;
    font-weight: 600;
    line-height: 22px;
}

.products .product-price-and-shipping {
    float: left;
    padding: 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    vertical-align: middle;
    line-height: 23px;
}

.products .highlighted-informations {
    display: none;
}

.products .product_list li .product-miniature .product-actions,
.products .product_list li .product-miniature .product-actions-main {
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    text-align: left;
    width: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    vertical-align: top;
    bottom: 0;
    margin: 0;
    position: absolute;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    width: 100%;
}
.products .product_list li.product_item:hover .product-actions, .products .product_list li.product_item:hover .product-actions-main, .products .product_list li.item:hover .product-actions, .products .product_list li.item:hover .product-actions-main {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.product-actions .add-to-cart,
.products .product_list li .product-miniature .product-actions .view_detail,
.product-actions-main .add-to-cart,
.products .product_list li .product-miniature .product-actions-main .view_detail {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #004097;
    display: inline-block;
    vertical-align: middle;
    background: #004097;
    color: #fff;
}

.btn.btn-primary,
.loadmore .gridcount {
    padding: 8px 11px 6px;
    text-align: center;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    position: relative;
    text-transform: capitalize;
}

#tmcmsbannerblock {
    float: left;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#main .page-footer {
    margin-bottom: 0;
}

#footer {
    position: relative;
    background: #fff;
    clear: both;
}

.footer-before {
    color: #000;
    position: relative;
    display: none;
}

.footer-container {
    padding: 59px 0 30px;
    clear: both;
    width: 100%;
    background-color: #f5f5f5;
}

.row.footer {
    position: relative;
}

.block-contact {
    width: 31% !important;
}

.row.footer .block-contact.col-md-4.links.wrapper.hb-animate-element.bottom-to-top {
    position: absolute;
    float: left;
    width: 27% !important;
    padding: 0;
    bottom: 10%;
}

.footer-container .links {
    width: 19.5%;
    margin-bottom: 25px;
    padding-left: 0;
}

.footer-container .links .h3,
.footer-container .links h3,
.footer-container .links h3 a,
.block_newsletter p.title {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 32px;
    text-transform: capitalize;
    letter-spacing: 0.64px;
}

.footer-container li {
    margin-bottom: 0.3125rem;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}

.footer-container li a {
    color: #8c8c8c;
    cursor: pointer;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.6px;
}

.block_newsletter {
    padding-left: 0;
    padding-right: 0;
    width: 31%;
}

.block_newsletter p.title {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}

.block_newsletter p {
    padding: 10px 0 0 0px;
    margin: 0;
}

.block_newsletter .col-md-7.col-xs-12 {
    float: right;
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
}

.block_newsletter form {
    display: inline-block;
    position: relative;
    width: 100%;
}

.block_newsletter form .col-xs-12 {
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.block_newsletter form .input-wrapper {
    overflow: hidden;
    float: left;
    width: 296px;
}

.block_newsletter form input[type="email"] {
    border: medium none;
    padding: 10px;
    width: 100%;
}

.block_newsletter form input {
    height: 45px;
    padding: 5px 20px 5px !important;
    outline: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    background: #fff none repeat scroll 0 0;
    color: #8c8c8c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
}

.block_newsletter form input {
    height: 45px;
    outline: 0;
}

.block_newsletter form input.btn {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.6px;
    margin-left: 5px;
    padding: 5px 31px !important;
    line-height: 33px !important;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
}

.col-xs-12.forcondition {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    clear: both;
    float: right;
    margin: 10px 0 !important;
    padding: 0 !important;
    width: 100%;
}

.footer-container .row.footer::after {
    border-bottom: none;
    content: "";
    left: 0;
    position: relative;
    width: 100%;
}

.footer-payment-after {
    width: 100%;
    background: #222222;
    padding: 5px 0;
}

.forecopyright {
    padding: 5px 0;
    text-align: center;
    width: auto;
}

.copyright {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

.fade {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.js-product-images-modal .modal-dialog {
    background: #ddd;
}

#blockcart-modal .modal-dialog {
    max-width: 1140px;
    width: 100%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-right-color: transparent;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

#blockcart-modal .modal-header {
    color: #4cbb6c;
}

.modal-header::after {
    content: "";
    display: table;
    clear: both;
}

.close {
    float: right;
    font-size: 1.5rem;
    line-height: 1;
    color: #414141;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header .close {
    margin-top: -6px;
    font-size: 42px;
    padding: 0px 13px;
    position: absolute;
    right: 0;
}

.modal-title {
    margin: 0;
    line-height: 1.5;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}

#blockcart-modal .modal-title {
    font-weight: 500;
    color: #4cbb6c;
    font-size: 18px;
    text-align: left !important;
}

#blockcart-modal .modal-title i.material-icons {
    margin-right: 7px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

#blockcart-modal .modal-body {
    padding: 35px 25px;
}

#blockcart-modal .divide-right {
    border-right: 1px solid #ddd;
}

#blockcart-modal .product-image {
    width: 240px;
    border: 1px solid #ddd;
}

#blockcart-modal .product-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 10px;
}

#blockcart-modal .cart-content {
    padding-left: 2.5rem;
}

#blockcart-modal .cart-products-count {
    font-size: 18px;
    color: #000;
    width: 100%;
}

#blockcart-modal .cart-content button {
    margin-right: 0.3125rem;
}

#blockcart-modal .cart-content .btn {
    margin-top: 20px;
}

#blockcart-modal .cart-content a.btn-primary {
    color: #fff;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.open>.dropdown-menu {
    display: block;
}

#header .cart_block {
    position: absolute;
    top: 50px;
    margin: 0;
    right: 0;
    z-index: 100;
    height: auto;
    background: white;
    border: none;
    width: 325px;
    left: auto;
    z-index: 9999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12);
}

.cart_block_list {
    max-height: 325px;
    overflow: auto;
}

.cart_block .cart-item {
    margin-bottom: 5px;
    padding: 10px;
    overflow: hidden;
}

.cart-item {
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
}

.cart_block .cart-item .cart-image {
    float: left;
    margin-right: 12px;
    text-align: center;
    margin-bottom: 5px;
}

.cart_block .cart-item .cart-image img {
    width: 125px;
    height: 125px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cart_block .cart-item .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
}

.cart_block .cart-item .cart-info .product-quantity {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: 500;
}

.cart_block .cart-item .cart-info .product-name {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

.product-price {
    display: inline-block;
}

.cart_block .cart-item .cart-info .product-price {
    display: block;
    font-size: 15px;
}

.cart_block .cart-item .cart-info .remove-from-cart {
    position: absolute;
    right: 0px;
    top: 4px;
}

.cart_block .cart-item .cart-info .remove-from-cart .material-icons {
    font-size: 20px;
    color: #242424;
    line-height: 15px;
}

#header .header-nav .material-icons {
    line-height: 16px;
    font-size: 18px;
}

.card {
    position: relative;
    display: block;
    margin-bottom: 1.75rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ddd;
}

.card {
    position: relative;
}

.cart_block .cart-summary {
    border: 0px;
    margin: 0px;
}

.card-block {
    padding: 1.25rem;
    border-bottom: 1px solid #ddd;
}

.cart_block .block_content .card-block {
    padding: 10px 15px 15px;
}

.cart-summary-line {
    clear: both;
}

.cart-summary-line .label {
    padding-left: 0;
    font-weight: 500;
    white-space: inherit;
    float: left;
}

.cart-summary-line .value {
    color: #000;
    float: right !important;
}

.cart-summary-line::after {
    content: "";
    display: table;
    clear: both;
}

.card-block::after {
    content: "";
    display: table;
    clear: both;
}

small.label,
small.value {
    font-size: 0.8125rem;
}

.cart_block .block_content .checkout.card-block {
    text-align: right;
    padding: 15px;
}

#products .products-selection {
    margin-bottom: 10px;
}

.products-selection .total-products {
    padding-left: 15px;
}

.products-selection .display {
    float: left;
    margin: 0 15px 0 0;
}

.products-selection .display li {
    float: left;
    text-align: center;
    padding: 0;
}

.products-selection .display li#grid a {
    background: url(/themes/PRSADD161/assets/img/megnor/sprite.png) no-repeat scroll 0px -176px transparent;
    height: 30px;
    float: left;
    width: 30px;
}

.products-selection .display li a {
    color: #929292;
    font-size: 0px;
    line-height: 14px;
    cursor: pointer;
}

.products-selection .display li.selected a {
    cursor: default;
}

.products-selection .sort-by {
    white-space: nowrap;
    margin-right: -0.9375rem;
    margin-left: 0.9375rem;
    text-align: right;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.products-sort-order .dropdown-menu {
    left: auto;
    width: 92%;
    border: none;
    background: #fff;
    margin-top: -1px;
    padding: 0;
}

.products-sort-order .select-list {
    display: block;
    color: #000;
    padding: 10px 15px;
}

.products-sort-order .select-list:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.active_filters .active-filter-title {
    display: inline;
    margin-right: 0.625rem;
    font-weight: 600;
}

.active_filters ul {
    display: inline;
}

.active_filters .filter-block {
    color: #414141;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    background: #FFFFFF;
    padding: 0.625rem;
    display: inline-block;
    font-size: 0.8125rem;
}

.active_filters .filter-block .close {
    color: #414141;
    font-size: 0.9375rem;
    opacity: 1;
    -moz-opacity: 1;
    margin-top: 0.1875rem;
    margin-left: 0.3125rem;
}

#header .top-menu a[data-depth="0"]:hover,
#header .top-menu .sub-menu a:hover,
#mobile_top_menu_wrapper .top-menu a:hover,
#mobile_top_menu_wrapper .top-menu .sub-menu a:hover,
#header .header-top .menu .more_sub_menu a:hover {
    color: #004097;
    text-decoration: none;
}

#_desktop_user_info:hover .user_bg,
#_mobile_user_info:hover .user_bg {
    background-position: 0 -155px;
}

#tmcms2_block p:hover {
    color: #ddd;
}

.products .product_list .add-to-cart:hover,
.products .product_list li .product-miniature .product-actions .view_detail:hover,
.products .product_list li .product-miniature .product-actions-main .view_detail:hover .products .product_list li:hover .add-to-cart,
.products .product_list li:hover .product-miniature .product-actions .view_detail,
.products .product_list li:hover .product-miniature .product-actions-main .view_detail {
    color: #fff;
}

.products .product-description .product-actions .add-to-cart:hover,
.products .product-description .product-actions-main .add-to-cart:hover {
    border-color: #000;
    background: #000;
}

#products .products {
    position: relative;
    margin: 0 -11px 15px;
}

.product-detail {
    margin: 10px 0;
}

.products li .product-detail {
    display: none;
}
.pagination {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}
.pagination .page-list {
    margin-bottom: 0;
    float: right;
    margin-right: -31px;
}
.pagination .page-list li {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0px;
}
.pagination>div:first-child {
    line-height: 2.5rem;
}
.pagination .disabled {
    cursor: not-allowed;
}
.pagination .current a, .pagination a:hover {
    color: #FFFFFF;
    border-color: #004097;
    background-color: #004097;
    text-decoration: none;
}
.pagination .previous, .pagination .next {
    font-size: 0px;
    padding: 6px 7px;
}

#left-column .block,
#right-column .block,
#left-column .links,
#right-column .links {
    margin-bottom: 25px;
    background: #FFFFFF;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
    margin-right: 5px;
    margin-top: -2px;
}

#left-column {
    padding-left: 0;
    clear: both;
}

#left-column .block,
#right-column .block,
#left-column .links,
#right-column .links {
    margin-bottom: 25px;
    background: #FFFFFF;
}

.btn-tertiary .material-icons {
    font-size: 1rem;
}

.collapse.in {
    display: block;
}

.custom-checkbox {
    position: relative;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.custom-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    cursor: pointer;
    position: absolute;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
    display: block;
}

#product #content {
    position: relative;
    max-width: 100%;
    padding: 0;
    border: none;
}

#main .page-content {
    margin-bottom: 1.5625rem;
}

#product #content .product-leftside {
    position: relative;
}

li.product-flag {
    display: block;
    position: absolute;
    background: transparent !important;
    padding: 0.3125rem 0.4375rem;
    text-transform: capitalize;
    color: #333;
    z-index: 2;
    cursor: pointer;
    font-weight: 500;
}

li.product-flag.on-sale {
    text-align: center;
    margin: 0;
    right: 6px;
    top: 10px;
}

.product-cover {
    margin-bottom: 25px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.product-cover img {
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.product-cover .layer {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.product-cover .layer .zoom-in {
    font-size: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    cursor: pointer;
}

.product-cover .layer .zoom-in:hover {
    color: #000;
}

#main .images-container .js-qv-mask {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#main .images-container .js-qv-mask.additional_slider {
    width: 100%;
}

.quickview.modal .images-container .js-qv-mask ul {
    margin: 0 0 30px;
}
.products .product_list li .quick-view {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

#main .images-container .js-qv-mask ul,
#main .images-container .js-qv-mask > div {
    margin: 0;
    padding: 0;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 200px;
    cursor: pointer;
    background: #FFFFFF;
}

.product-images>li.thumb-container>.thumb,
.images-container .product_list .thumb-container .thumb {
    border: 1px solid #f3f3f3;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 100%;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover,
.images-container .product_list .thumb-container .thumb:hover {
    border-color: #004097;
}

#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0;
}

#product-modal .modal-content .modal-body {
    display: flex;
    margin-left: 0;
}

#product-modal .modal-content .modal-body figure {
    margin-bottom: 0px;
    width: 80%;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    background: #FFFFFF;
    width: 100%;
    height: auto;
}

#product-modal .modal-content .modal-body .image-caption {
    background: #FFFFFF;
    padding: 0.625rem 1.25rem;
    border-top: #ebebeb 1px solid;
}

#product-description-short {
    color: #000;
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    width: 20%;
}

#product-modal .modal-content .modal-body .mask {
    margin: 60px 0;
    max-height: 811px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#product-modal .modal-content .modal-body .product-images {
    margin-left: 15px;
}

#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #FFFFFF;
    right: 0;
    z-index: 0;
    cursor: pointer;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -20px;
    opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    right: 30px;
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 75px;
    display: inline;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -20px;
    right: 30px;
}

#product-modal .modal-content .modal-body .arrows i {
    font-size: 75px;
    display: inline;
}

.product-information {
    color: #000;
}

.product-prices div {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}

.product-prices div {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}

.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #333;
}

.product-variants>.product-variants-item {
    margin: 25px 0;
}

.product-actions .control-label,
.product-actions-main .control-label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 500;
}

#product .product-actions .control-label,
#product .product-actions-main .control-label {
    float: left;
    width: 100px;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 5px 12px;
    color: #888;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    padding-right: 2rem;
}

.product-variants>.product-variants-item select {
    border: 1px solid #ebebeb;
    height: 30px;
    width: auto;
    padding: 2px 10px;
    min-width: 120px;
}

.product-discounts {
    margin-bottom: 1.5rem;
}

.product-actions .control-label,
.product-actions-main .control-label {
    width: 100%;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 500;
}

#product .product-actions .control-label,
#product .product-actions-main .control-label {
    float: left;
    width: 100px;
}

.product-quantity .qty {
    float: left;
    width: 80px;
    margin-bottom: 0.5rem;
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-top-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-bottom-right-radius: 4px
}

.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}

.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #acaaa6;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}

.group-span-filestyle label {
    margin: 0;
}
.product-line-grid-right .bootstrap-touchspin > .form-control, .product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #000;
    background-color: #FFFFFF;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
}
.group-span-filestyle .btn-default,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    background: #004097;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.bootstrap-touchspin input:focus {
    outline: none;
}

.bootstrap-touchspin input.form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bootstrap-touchspin .btn-touchspin {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 1.3125rem;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ebebeb;
}

.bootstrap-touchspin .input-group-btn-vertical {
    color: #414141;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE";
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF";
}

.bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.0625rem;
    left: 0.1875rem;
    font-size: 0.9375rem;
}

.product-quantity #quantity_wanted {
    color: #414141;
    background-color: #FFFFFF;
    height: 38px;
    padding: 5px 10px;
    width: 3rem;
}

.product-quantity .input-group-btn-vertical {
    float: left;
}

.product-quantity .btn-touchspin {
    height: 1.4375rem;
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 0 10px 0px;
    height: 20px;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 1rem;
    top: 0.125rem;
    left: 0.1875rem;
}

.product-quantity .add {
    float: left;
    margin-bottom: 0.5rem;
    margin-top: 20px;
    width: 100%;
}

#product-availability {
    display: inline-block;
    font-weight: 700;
    margin-left: 10px;
    margin-top: 10px;
}

#product .pro_detail .product-information .product-actions .add-to-cart,
#cart .cart-summary .checkout .btn-primary,
#product .pro_detail .product-information .product-actions-main .add-to-cart {
    color: #fff;
}

#product .pro_detail .product-information .product-actions .add-to-cart:hover,
#product .pro_detail .product-information .product-actions-main .add-to-cart:hover,
#product .pro_detail .product-information .product-actions .add-to-cart:active,
#product .pro_detail .product-information .product-actions-main .add-to-cart:active #product .pro_detail .product-information .product-actions .add-to-cart:focus,
#product .pro_detail .product-information .product-actions-main .add-to-cart:focus,
#cart .cart-summary .checkout .btn-primary:hover,
#cart .cart-summary .checkout .btn-primary:focus,
#cart .cart-summary .checkout .btn-primary:active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

#tmcmsblock {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#product .product-tabcontent {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}

#product .tabs {
    width: 100%;
}

.nav-tabs .nav-item {
    float: left;
}

#product .nav-tabs .nav-item {
    margin-bottom: 0px;
}

#product .product-tabcontent .tabs .nav-tabs .nav-link {
    padding: 10px 16px;
    margin-right: 20px;
    border-right: none;
    border-left: none;
}

#product .product-tabcontent .tabs .nav-tabs .nav-link.active {
    color: #ffffff;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: 0.2rem;
}

.tabs .tab-pane {
    padding: 30px;
    background: #fff;
}

#product #tab-content .tab-pane {
    margin-top: -7px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border: 1px solid #e5e5e5;
    position: relative;
    float: left;
    width: 100%;
}

.product-manufacturer {
    margin-bottom: 15px;
}

#product-details .label,
.product-features h3 {
    font-weight: 600;
    margin-right: 10px;
    color: #414141;
    margin-bottom: 12px;
}

.product-features {
    margin-top: 5px;
    margin-left: 0;
}

#product-details .label,
.product-features h3 {
    font-weight: 600;
    margin-right: 10px;
    color: #414141;
    margin-bottom: 12px;
}

.product-features>dl.data-sheet dd.value,
.product-features>dl.data-sheet dt.name {
    width: 48%;
    display: inline-table;
    font-weight: normal;
    background: #ebebeb;
    padding: 0.625rem;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    word-break: break-all;
    vertical-align: top;
}
.product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {
    background: #f6f6f6;
}

.product-features>dl.data-sheet dt.name {
    text-transform: capitalize;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
}

.products-section-title {
    color: #000000;
    float: left;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    text-transform: capitalize !important;
}

#spe_title_bottom {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid #ededed;
    padding: 27px 0 22px;
    border-bottom: 1px solid #ededed;
}

.product-accessories.clearfix {
    clear: both;
    position: relative;
}

#main .page-content {
    margin-bottom: 1.5625rem;
}

.cart-grid-body hr {
    margin: 0;
}

.cart-items {
    margin-bottom: 0;
}

.media-middle {
    vertical-align: middle;
}

.product-line-grid-left img {
    max-width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.product-line-grid-body>.product-line-info>.label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    font-weight: normal;
}

#cart .cart-overview .product-price {
    margin: 0;
    padding: 5px 0;
}

.product-line-grid-right .bootstrap-touchspin {
    width: 4.25rem;
    float: left !important;
}

.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical {
    width: auto;
}

.product-line-grid-right .product-price strong {
    font-size: 18px;
    font-weight: 600;
}

.text-xs-right {
    text-align: right !important;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .cart-line-product-actions-main .product-line-grid-right .product-price {
    color: #000;
    line-height: 36px;
    padding: 0;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .cart-line-product-actions-main .remove-from-cart .product-line-grid-right .product-price .remove-from-cart {
    color: #000;
    display: inline-block;
    margin-top: 0;
}

.scroll-box-arrows {
    display: none;
}

.cart-grid-right hr {
    margin: 0;
}

body#checkout {
    color: #414141;
}

body#checkout .container {
    min-height: 100%;
}

body#checkout section#content {
    margin-bottom: 1.5625rem;
}

body#checkout section.checkout-step {
    background-color: #FFFFFF;
    border: 1px #ddd solid;
    padding: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 20px;
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.5625rem;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none;
}

body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}

.text-muted {
    color: #acaaa6 !important;
}

body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 500;
}

body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem;
}

body#checkout section.checkout-step .content {
    padding: 0 2.3125rem;
}

body#checkout section.checkout-step.-current .content {
    display: block;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.nav-link {
    display: inline-block;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
    font-weight: 600;
}

body#checkout a:hover {
    color: #004097;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.5625rem;
}

.form-control-label {
    padding-top: 4px;
}

body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}

.form-control-valign {
    padding-top: 0.5rem;
}

body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
}

.custom-radio {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    border: #acaaa6 1px solid;
    background: #FFFFFF;
    margin-right: 1.25rem;
}

body#checkout section.checkout-step .custom-radio {
    margin-right: 4px;
    margin-top: 0;
}

.custom-radio input[type="radio"] {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    cursor: pointer;
}

body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}

.form-control-comment {
    padding-top: 0.5rem;
    padding-left: 0px;
    font-size: 12px;
}

.font-weight-bold {
    font-weight: 600;
}

.font-italic {
    font-style: italic;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.input-group .input-group-btn>.btn {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-left: 0;
    padding: 7px 12px 5px;
    text-transform: capitalize;
}

#authentication [data-action="show-password"],
.input-group .input-group-btn>.btn {
    color: #fff;
}

body#checkout .custom-checkbox {
    display: flex;
}

body#checkout section.checkout-step .form-footer {
    text-align: right;
}

.float-xs-right {
    float: right;
}

.btn-primary {
    color: #fff;
}

.form-control:focus {
    background-color: #fff;
    outline: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    text-transform: capitalize;
}

body#checkout section.checkout-step .forgot-password {
    margin: 0 auto;
    text-align: center;
}

body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}

body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

body#checkout section.checkout-step small {
    color: #acaaa6;
}

[disabled] {
    cursor: default;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    -khtml-opacity: .65;
    -webkit-opacity: .65;
    -moz-opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
}

.products .all-product-link {
    background-color: #004097;
    border: 1px solid #004097;
    clear: both;
    color: #ffffff;
    float: none !important;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto;
    padding: 8px 11px 6px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: auto;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
}

.products .all-product-link:hover,
.products .all-product-link:active,
.products .all-product-link:focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #000;
}

.alert {
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border-color: #FF9A52;
    color: #414141;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .address-item {
    border: 1px solid #ddd;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 15px;
}

body#checkout section.checkout-step .address-item.selected {
    background: #FFFFFF;
    border-color: #ddd;
}

body#checkout section.checkout-step .address-item .h4 {
    font-size: 14px;
    line-height: 24px;
}

body#checkout section.checkout-step .radio-block {
    padding: 20px;
    text-align: left;
}

body#checkout section.checkout-step .address-item .custom-radio {
    margin-right: 5px;
    margin-top: 0px;
}

body#checkout section.checkout-step .address-item .h4 {
    font-size: 14px;
    line-height: 24px;
}

body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.625rem;
}

body#checkout section.checkout-step .address {
    margin-left: 1.5625rem;
    font-weight: normal;
}

body#checkout section.checkout-step hr {
    margin: 0;
}

body#checkout section.checkout-step .address-footer {
    padding: 0 40px 20px;
    text-align: left;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    display: inline-block;
    margin-right: 10px;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
    padding-right: 22px;
}

body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}

body#checkout section.checkout-step .add-address a {
    color: #414141;
}

body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}

body#checkout .cancel-address {
    margin: 0.625rem;
    display: block;
    color: #888;
    text-decoration: underline;
}

body#checkout section.checkout-step .delivery-option {
    padding: 10px 0;
    margin: 15px 0;
    border: 1px solid #ddd;
}

.pull-xs-left {
    float: left !important;
}

body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-top: 12px;
}

.custom-radio input[type="radio"]:checked+span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
}

body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
}

body#checkout section.checkout-step .order-options #delivery label {
    text-align: left;
}

#checkout #delivery textarea#delivery_message {
    float: right;
    margin-bottom: 20px;
    width: 100%;
}

#delivery textarea {
    width: 100%;
    margin: 0 0 20px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 15px;
}

body#checkout section.checkout-step .payment-options label {
    display: inline-block;
}

body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem;
}

body#checkout .condition-label label {
    text-align: inherit;
}

#js-checkout-summary .card-block .cart-summary-products a,
#conditions-to-approve .condition-label .js-terms a {
    font-weight: 600;
}

#checkout #content #js-checkout-summary {
    margin-bottom: 30px;
}

body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media,
.media-body {
    overflow: hidden;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-left {
    padding-right: 10px;
}

.media-object {
    display: block;
}

body#checkout #cart-summary-product-list img {
    border: #ebebeb 1px solid;
    width: 3.125rem;
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    width: 100%;
    float: left;
}

.media-body .product-price {
    float: left;
    width: 100%;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal;
}

body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}

body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -moz-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 3px;
    margin-right: 8px;
}

body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem;
}

.btn.btn-primary:hover {
    color: #fff;
}

body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #ebebeb;
}

#order-items {
    border-right: #ddd 1px solid;
}

.card-title.h3 {
    font-size: 18px;
}

#order-items .order-line {
    margin-top: 0;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
}

#order-items .image img {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}

#order-items .details {
    margin-bottom: 1rem;
}

#order-items .qty {
    margin-bottom: 1rem;
}

#order-items table {
    width: 100%;
}

#order-items table tr {
    height: 1.875rem;
}

#order-items table tr td:last-child {
    text-align: right;
}

#order-details {
    padding-left: 1.875rem;
}

#order-details>.card-title {
    margin-bottom: 1.875rem;
}

#order-details ul {
    margin-bottom: 1.25rem;
}

#order-details ul li {
    margin-bottom: 0.625rem;
}

#order-confirmation .tab-main-title,
#cart .tab-main-title {
    padding: 20px 0;
}

.layout-left-column #content-wrapper {
    padding-right: 0px;
    padding-left: 15px;
}

#main>h1,
#main h2.h2,
#main .page-header h1,
.block-category h1 {
    font-size: 22px;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#products #main .page-content,
#pagenotfound #main .page-content {
    margin-bottom: 10rem;
}

#products .page-not-found,
#pagenotfound .page-not-found {
    background: #FFFFFF;
    padding: 30px;
    border: 1px solid #ddd;
}

#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
    margin: 0 0 10px;
}

#pagenotfound .page-content #search_widget {
    width: 100%;
}

#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
    bottom: 0;
    float: none;
    padding: 0;
    position: relative;
    right: 0;
}

.page-my-account #content .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #414141;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    text-decoration: none;
    border-bottom: none;
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.page-my-account #content .links a i {
    display: block;
    font-size: 40px;
    width: 100%;
    color: #414141;
    padding-bottom: 55px;
}

#identity .radio-inline,
#authentication .radio-inline {
    padding: 0 10px 0 0 !important;
}

#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
    margin-right: 0;
    margin-top: -3px;
}

.custom-checkbox label {
    text-align: left;
}

#identity .custom-checkbox label {
    display: inline;
}

.page-footer .account-link span {
    vertical-align: middle;
}

.page-footer .account-link i {
    font-size: 20px;
    vertical-align: middle;
}

.page-footer .account-link {
    margin-right: 1rem;
}

.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}

.page-addresses .addresses-footer a i {
    font-size: 1rem;
}

.page-addresses .addresses-footer a span {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: 0.625rem;
}

.page-addresses .address {
    background: #FFFFFF;
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: #000;
}

.page-addresses .address .address-body {
    padding: 20px 20px 0px 0;
}

.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 600;
}

.page-addresses .address .address-body address {
    min-height: 9rem;
}

.page-addresses .address .address-footer {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.page-addresses .address .address-footer a {
    margin-right: 10px;
}

.page-addresses .address .address-footer a i {
    font-size: 1rem;
}

.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}

#main .page-content h6 {
    margin-bottom: 1.125rem;
    font-weight: normal;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd;
}

.table tbody+tbody {
    border-top: 1px solid #dddddd;
}

.table .table {
    background-color: #fff;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dddddd;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 1px;
}

.thead-default th {
    font-weight: 700;
    background-color: #f9f9f9;
}

.table-labeled th {
    vertical-align: middle;
}

.table-labeled td {
    vertical-align: middle;
}

.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
}

#history .order-actions a {
    float: left;
    text-align: center;
    width: 100%;
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: inherit;
    padding: 0.25rem 0.375rem;
    margin: 0.125rem;
    color: #FFFFFF;
    white-space: nowrap;
}

#history .orders {
    margin: 0 -1rem;
}

#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f6f6f6;
}

#history .orders .order a h3 {
    color: #333;
}

#history .orders .order .label {
    display: inline-block;
    margin: 0.25rem 0;
    padding: 0.25rem 0.375rem;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
}

#history .orders .order .page-content a,
#description a {
    border-bottom: none;
}

.btn.btn-primary:active,
.loadmore:active .gridcount:active,
.input-group .input-group-btn>.btn:active,
.input-group .input-group-btn>.btn:focus,
.btn.btn-primary:focus,
.loadmore:focus .gridcount:focus {
    color: #fff;
}

.page-customer-account #content .forgot-password {
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 0.9375rem;
}

.page-customer-account #content .no-account {
    text-align: center;
    font-size: 13px;
}

.ps-alert-error {
    margin-bottom: 0;
}

#password .col-md-5.email {
    margin-top: 1px;
}

.ps-alert-success {
    padding: .25rem .25rem 2.75rem;
}

.ps-alert-error .item,
.ps-alert-success .item {
    align-items: center;
    border: 2px solid #ff4c4c;
    -js-display: flex;
    display: flex;
    background-color: #ff4c4c;
    margin-bottom: 1rem;
}

.ps-alert-success .item {
    border-color: #4cbb6c;
    background-color: #4cbb6c;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
    border: 15px solid #ff4c4c;
    -js-display: flex;
    display: flex;
}

.ps-alert-success .item i {
    border-color: #4cbb6c;
}

svg:not(:root) {
    overflow: hidden;
}

.ps-alert-error .item i svg,
.ps-alert-success .item i svg {
    background-color: #ff4c4c;
    width: 24px;
    height: 24px;
}

.ps-alert-success .item i svg {
    background-color: #4cbb6c;
}

.ps-alert-error .item p,
.ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px;
    width: 100%;
}

#authentication .custom-checkbox span {
    flex: 0 0 0.9375rem;
}

#authentication .custom-checkbox {
    display: flex;
    line-height: 12px;
}

#authentication .custom-checkbox label {
    padding-left: 0.625rem;
}
@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .js-product-images-modal .modal-dialog {
        max-width: 800px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }

    .hidden-sm-up {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .hidden-md-up {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 950px;
    }

    .hidden-lg-up {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }
}
@media (min-width: 1250px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1249px) {
    #product .row {
        margin: 0;
    }
}
@media (max-width: 1199px) {
    body {
        padding: 0;
    }

    #header .header-nav {
        padding: 0;
    }

    #tmcms2_block p {
        letter-spacing: 0.5px;
    }

    .tm-hometabcontent {
        padding: 45px 0 35px;
    }

    .tm-hometabcontent .products-section-title {
        text-align: left;
    }

    .block-contact {
        width: 36% !important;
    }

    .footer-container .links {
        width: 19%;
    }

    .block_newsletter .title {
        font-size: 20px;
    }

    #blockcart-modal .product-image {
        width: 220px;
    }

    .products-sort-order .dropdown-menu {
        width: 89.5%;
    }

    #cart .cart-grid .label {
        font-size: 15px;
    }

    #cart .card .cart-item .price {
        clear: both;
        margin-top: 15px;
    }

    #cart .cart-grid .label {
        font-size: 15px;
    }

    #checkout #content #js-checkout-summary {
        margin-top: 30px !important;
    }

    #password .btn {
        margin-top: -2px;
    }
}
@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
    .products-selection .sort-by {
        text-align: left;
        width: auto;
        margin-left: 0px;
    }
    .main-header-top {
        padding-top: 25px;
    }
    #_desktop_user_info {
        display: none;
    }

    #header .header-nav {
        height: auto;
        position: relative;
        background: #fff;
    }

    #header .header-nav .container {
        background: #fff;
        padding: 15px 0;
    }

    #header .header-nav .material-icons {
        line-height: 20px;
        font-size: 24px;
    }

    #header .header-nav .right-nav {
        padding: 5px 0;
    }

    .mobile-menu {
        float: left;
    }

    #header .header-nav .container .menu-container {
        padding: 0;
    }

    #header .header-nav .container {
        background: #fff;
        padding: 15px 0;
    }

    #header .header-nav .menu-icon {
        margin-right: 15px;
        margin-top: 5px;
    }

    #_mobile_logo {
        display: inline-block;
        float: left;
        margin-top: 5px;
    }

    #header .logo {
        width: auto;
        margin: 0;
    }

    #header .header-nav .blockcart {
        text-align: right;
        width: auto;
        margin-top: 5px;
        margin-right: 0;
    }

    .cart-products-count {
        float: none;
    }

    #header .header-nav #_mobile_cart .cart.material-icons {
        display: none !important;
    }

    .cart.material-icons {
        display: inline-block;
    }

    #header .header-top {
        padding: 0 !important;
        min-height: auto;
    }

    .header-top .search-widget {
        left: 0;
        width: 100%;
        float: right;
        right: 0px;
        padding: 20px 0 20px;
        top: 0;
        position: relative;
        margin: 0;
    }

    .header-top .search-widget form {
        margin: 0 auto;
    }

    .header-top .search-widget form input[type="text"] {
        min-width: inherit;
        background: #FFFFFF;
    }

    #mobile_top_menu_wrapper .mobile-menu-inner {
        position: fixed;
        top: 0px;
        left: -100%;
        background: #FFF;
        z-index: 5;
        padding: 5px 10px 10px;
        margin-left: 0px;
        width: 300px;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #mobile_top_menu_wrapper.slide .mobile-menu-inner {
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #page.active::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 300px;
        opacity: 0.7;
        -webkit-opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        position: absolute;
        top: 0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 99999;
    }

    body.active #page {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .menu-icon .title2 {
        display: none;
    }

    .menu-icon.active .title2 {
        display: block;
        cursor: pointer;
    }

    #mobile_top_menu_wrapper .js-top-menu.mobile {
        background: #FFF;
    }

    .top-menu a.dropdown-item.dropdown-submenu[data-depth="1"] {
        border: none !important;
    }

    #content-wrapper,
    .layout-left-column #content-wrapper,
    .layout-right-column #content-wrapper,
    #left-column,
    #right-column {
        width: 100% !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tab-main-title {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
        position: relative;
        text-transform: uppercase;
        text-align: center;
        left: 0;
        right: 0;
        display: inline-block;
    }

    .products .product_list {
        width: 100%;
        margin-top: 30px;
    }

    .tm-hometabcontent .products .product_list {
        margin-top: 0;
    }

    #products .product-miniature,
    .products .product-miniature {
        margin: 0 auto;
    }

    .products .thumbnail-container,
    .product-accessories .thumbnail-container {
        display: inline-block;
    }

    #products .product-description,
    .products .product-description,
    .product-accessories .product-description {
        text-align: center;
    }

    .products .product_list.gridcount .h3.product-title {
        float: none;
    }

    #products .product-title,
    .products .product-title,
    .product-accessories .product-title {
        width: 100%;
        margin-top: 0;
    }

    .products .product_list.gridcount .h3.product-title a {
        float: none;
    }

    .products .product_list li .product-miniature .product-actions,
    .products .product_list li .product-miniature .product-actions-main {
        position: relative;
        text-align: center;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        -moz-transform: translateX(0px);
        opacity: 1;
        -moz-opacity: 1;
        float: left;
        margin-top: 11px;
    }

    #index .footer-container {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .row.footer .block-contact.col-md-4.links.wrapper.hb-animate-element.bottom-to-top {
        width: 100% !important;
        position: relative;
    }

    .block-contact {
        padding-left: 1.5rem;
    }

    .block-contact {
        width: 100% !important;
    }

    .footer-container .links:first-child,
    .footer-container .links {
        width: 100%;
        margin: 0px;
        padding: 0;
    }

    .footer-container .wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-container .links {
        width: 100%;
        float: left;
    }

    .footer-container .links,
    .block_newsletter p.title {
        border-left: medium none;
        margin-bottom: 0;
        padding: 0 0 5px;
    }

    .footer-container .links .h3,
    .footer-container .links h3,
    .footer-container .links h3 a,
    .block-contact .title {
        margin-bottom: 10px;
    }

    .footer-container .links ul {
        margin-bottom: 0;
        padding: 15px;
    }

    .block_newsletter {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }

    .block_newsletter .title {
        margin-bottom: 15px;
        width: 100%;
        position: relative;
        display: block;
        cursor: pointer;
    }

    .block_newsletter .col-md-7.col-xs-12 {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .block_newsletter form {
        margin-top: 15px;
        float: left;
    }

    .block_newsletter form .col-xs-12 {
        width: 100% !important;
        margin-right: 0;
    }

    .block_newsletter form .input-wrapper {
        width: 100%;
    }

    .block_newsletter form input[type="email"] {
        min-width: 658px;
    }

    .row.footer-after,
    .col-md-12.forecopyright,
    .footer-container .footer-after1 {
        width: 100%;
    }

    .copyright,
    .col-md-12.forecopyright,
    .row.footer-after {
        margin: 0;
    }

    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }

    #blockcart-modal .modal-body {
        padding: 1.875rem;
    }

    #blockcart-modal .product-image {
        width: 100%;
        display: block;
        max-width: 250px;
        margin: 0 auto 0.9375rem;
    }

    #blockcart-modal .product-name,
    #product-availability {
        margin-top: 0.625rem;
    }

    #blockcart-modal .cart-content {
        padding-left: 0;
    }

    .cart-products-count {
        float: none;
    }

    #header .cart_block {
        top: 63px;
    }

    .cart_block_list {
        max-height: 325px;
    }

    #header .header-nav .material-icons {
        line-height: 20px;
        font-size: 24px;
    }

    .products-selection .col-md-6 {
        margin: 0;
        float: left;
        width: 100%;
    }

    .col-md-9.products-sort-order {
        width: 70%;
    }

    .products-sort-order .dropdown-menu {
        width: 94%;
    }

    .products-selection .col-md-6 {
        margin: 0;
        float: left;
        width: 100%;
    }

    .col-sm-3.col-xs-4.hidden-lg-up.filter-button {
        float: right;
        width: auto;
    }

    .products-selection .showing {
        padding: 1rem 15px 0;
    }

    #left-column .block,
    #right-column .block,
    #left-column .links,
    #right-column .links {
        margin-bottom: 15px;
        cursor: pointer;
    }

    .product-cover img {
        width: 100%;
    }

    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-left: 0;
    }

    #product-modal .modal-content .modal-body .mask {
        margin-top: 20px;
    }

    .product-images>li.thumb-container {
        display: inline-block;
    }

    #product-modal .modal-content .modal-body .arrows {
        display: none;
    }

    .product-prices div {
        font-size: 20px;
    }

    .product-quantity .add {
        margin-left: 0px;
    }

    #product .product-tabcontent {
        margin-top: 30px;
    }

    .product-accessories.clearfix {
        margin-bottom: 30px;
    }

    .done {
        margin: 0;
        padding: 0;
    }

    .form-control-comment {
        padding-left: 15px;
    }

    body#checkout section.checkout-step .address-item {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }

    .delivery-option {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        margin: auto;
    }

    .delivery-option .custom-radio {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    body#checkout section.checkout-step .delivery-option-2 {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }

    .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
        text-align: left;
    }

    #checkout #content #js-checkout-summary {
        margin: 20px 0 0;
    }

}
@media (max-width: 959px) {
    #blockcart-modal .cart-content .btn {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    #category .pagination {
        position: relative;
        display: inline-block;
    }
    #js-product-list .pagination .page-list {
        margin-left: -10px;
    }

    .hidden-sm-down {
        display: none !important;
    }

    #header {
        background: #ebebeb;
    }

    #header .header-nav .container {
        padding: 15px;
    }

    #header .header-nav .right-nav {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
    }

    #header .header-nav .container {
        padding: 15px;
    }

    #header .header-nav .menu-icon {
        margin-left: 0;
    }

    #header .header-nav .top-logo {
        display: block;
        float: left;
        margin-top: 10px;
        vertical-align: middle;
        width: 150px;
    }

    #header .header-nav .top-logo a img {
        max-width: 100%;
    }

    #mobile_top_menu_wrapper {
        position: relative;
    }

    #wrapper {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .tm-hometabcontent {
        padding: 30px 0 10px;
    }

    .tab-main-title {
        margin: 0 auto 20px;
        border: none;
    }

    .tm-hometabcontent .products-section-title {
        float: none;
        font-size: 20px;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }

    .tm-hometabcontent .tabs {
        float: none;
        position: relative;
    }

    .tm-hometabcontent .tabs {
        right: 0;
    }

    #home-page-tabs {
        padding-bottom: 10px;
        margin: 0;
    }

    .tm-hometabcontent .tabs .nav-tabs .nav-item {
        margin: 0px;
    }

    .tabs .nav-tabs .nav-link {
        padding: 5px 16px;
    }

    #index .tab-content {
        margin-bottom: 20px;
    }

    #products .product-miniature,
    .products .product-miniature {
        margin: 0 auto;
        text-align: center;
    }

    #products .thumbnail-container,
    .products .thumbnail-container,
    .product-accessories .thumbnail-container {
        display: block;
    }

    .product-leftside .product-flags,
    li .product-flags {
        opacity: 1;
        -moz-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

    .product-title a {
        padding: 0 5px;
        margin: 0 auto;
    }

    .products .product-miniature .product-actions,
    .products .product-miniature .product-actions-main {
        margin: 8px 0 0;
    }

    .product-miniature .product-actions .add-to-cart,
    .product-miniature .product-actions-main .add-to-cart {
        float: none;
        display: inline-block;
    }

    #tmcmsbannerblock {
        text-align: center;
    }

    .footer-container {
        margin-top: 0;
        padding: 0 15px 20px;
    }

    .footer-container .row.footer {
        padding-left: 0;
        padding-right: 0;
    }

    .block-contact {
        padding-left: 0.9375rem;
        border: none;
    }

    .footer-container .links ul {
        padding: 0;
    }

    .block_newsletter .title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .col-md-12.forecopyright {
        display: inline-block;
    }

    .row.footer-after {
        width: 100%;
        float: left;
    }

    #blockcart-modal .modal-body {
        padding: 1rem;
    }

    #blockcart-modal .divide-right {
        border-right: none;
    }

    .products .product-price-and-shipping,
    .product-price {
        text-align: center;
    }

    .products-sort-order .dropdown-menu {
        width: 91.1%;
    }

    .col-sm-3.col-xs-4.hidden-lg-up.filter-button {
        margin: -2px 0 0;
    }

    .products-selection .showing {
        padding-top: 1rem;
        clear: both;
        padding-left: 15px;
    }

    #products .products .grid li .product-description .product-actions,
    #products .products .grid li .product-description .product-actions-main {
        display: block !important;
    }

    #category .pagination {
        position: relative;
        display: inline-block;
    }

    #category .pagination .col-md-8 {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }

    #product .page-content .product-leftside {
        margin: 0 auto 25px;
        clear: both;
        overflow: hidden;
        height: 100%;
    }

    #product .product-tabcontent {
        margin-top: 50px;
    }

    .product-features>dl.data-sheet dt.name,
    .product-features>dl.data-sheet dd.value {
        width: 100%;
    }

    .productscategory-products .products-section-title,
    .crosssell-products .products-section-title,
    .product-accessories .products-section-title {
        font-size: 18px;
    }

    .crosssell-products .products,
    .product-accessories .products {
        margin-bottom: 0;
    }

    .product-line-grid-body {
        margin-bottom: 1rem;
    }

    section.checkout-step {
        width: 100%;
    }

    body#checkout section.checkout-step .content {
        padding: 0.9375rem;
    }

    body#checkout .form-group {
        margin-bottom: 0.5rem;
    }

    label {
        clear: both;
    }

    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
        margin-top: 0.25rem;
        margin-left: 1.25rem;
    }

    body#checkout section.checkout-step .delivery-option-2 .row div {
        width: 100%;
    }

    #order-items {
        border-right: 0;
        margin-bottom: 2.5rem;
    }

    #order-items .card-title {
        border: none;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    #order-details {
        padding-left: 0.9375rem;
    }

    #order-details .card-title {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    #order-items hr {
        border-top-color: #ebebeb;
    }

    #password .btn {
        margin: 20px 0 20px 15px;
    }
}
@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }

    .products-selection .filter-button {
        padding-left: 0;
    }

    .cart-items {
        padding: 1rem 0;
    }

    body#checkout section.checkout-step .content {
        padding: 0.9375rem 0;
    }

    .cart-grid-body .no-items {
        padding: 1rem;
        display: inline-block;
    }

    #payment-confirmation button.btn {
        white-space: normal;
    }
}
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    .pagination {
        display: inline-block;
        padding-left: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    #header .header-nav .container {
        padding: 5px 10px;
    }

    #header .header-nav .blockcart {
        margin-left: 0;
    }

    .blockcart {
        padding: 5px 0 3px 0;
        background: transparent;
    }

    #header .header-nav .material-icons {
        line-height: 1;
    }

    #mobile_top_menu_wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    #mobile_top_menu_wrapper #_mobile_top_menu {
        padding: 10px 0 10px;
        top: 56px;
    }

    .tm-hometabcontent {
        padding: 20px 0 0;
    }

    #spe_res {
        margin: 0 -5px;
    }

    .products .product_list li.product_item,
    .products .product_list li.item {
        padding: 11px 5px;
    }

    .product-miniature .online-only,
    .product-miniature .product-flags .discount,
    .products .product-miniature .product-flags .on-sale {
        display: none !important;
    }

    .products .h3.product-title a,
    #products .product-title,
    .products .product-title,
    .product-accessories .product-title {
        display: block;
        overflow: hidden;
        width: auto;
        padding: 0px;
        float: none;
    }

    .products .h3.product-title a,
    #products .product-title,
    .products .product-title,
    .product-accessories .product-title {
        display: block;
        overflow: hidden;
        width: auto;
        padding: 0px;
        float: none;
    }

    .price {
        clear: both;
        display: inline-block;
    }

    .product-miniature .product-actions .add-to-cart,
    .product-miniature .product-actions-main .add-to-cart {
        float: none;
    }

    .products .product_list li .add-to-cart,
    .products .product_list li .product-miniature .product-actions .view_detail,
    .products .product_list li .product-miniature .product-actions-main .view_detail {
        font-size: 13px;
        letter-spacing: 0;
    }

    .footer-container li a,
    #block-contact_list {
        letter-spacing: 0;
    }

    .block_newsletter p.title {
        line-height: 25px;
    }

    .block_newsletter .title {
        font-size: 14px;
    }

    .block_newsletter form .col-xs-12 {
        width: 100% !important;
    }

    #blockcart-modal .modal-body .divide-right {
        padding-left: 10px;
        padding-right: 10px;
    }

    #blockcart-modal .cart-products-count {
        font-size: 16px;
        letter-spacing: 0;
    }

    #blockcart-modal .cart-content .btn {
        margin-bottom: 10px;
    }

    #header .header-nav.fixed .cart_block,
    #header .cart_block {
        top: 48px;
    }

    #header .cart_block {
        width: 325px;
        right: 0;
    }

    #header .header-nav .cart-preview.active a.remove-from-cart .material-icons {
        line-height: 20px;
    }

    .products-selection .col-md-6 {
        padding: 0 10px;
    }

    .products-sort-order .dropdown-menu {
        width: 90.5%;
        top: auto;
    }

    .products-sort-order {
        padding: 0;
    }

    .products-selection .filter-button {
        padding-right: 10px;
    }

    .products-selection .showing {
        padding-left: 10px;
    }

    #products .products {
        margin: 0 -5px 15px;
    }

    #products .products .product_list.grid li.product_item {
        padding: 11px 5px;
    }

    .pagination.row {
        text-align: right;
        margin-left: 0;
        margin-right: 0;
    }

    .pagination>div:first-child {
        width: 100%;
        padding: 0;
    }

    #category .pagination .col-md-8 {
        position: relative;
        padding-right: 30px;
        width: 100%;
    }

    #main .images-container .js-qv-mask ul,
    #main .images-container .js-qv-mask > div {
        text-align: center;
    }

    #product .product-tabcontent {
        margin-top: 30px;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    #product .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    #product .product-tabcontent .tabs .nav-tabs .nav-link {
        margin-right: 0;
        padding: 10px;
    }

    .productscategory-products .products-section-title,
    .crosssell-products .products-section-title,
    .product-accessories .products-section-title {
        padding: 10px 0;
    }

    #spe_title_bottom {
        margin-bottom: 5px;
    }

    .productscategory-products #spe_title_bottom,
    .crosssell-products #spe_title_bottom,
    .product-accessories #spe_title_bottom {
        padding: 5px 0;
    }

    .product-line-grid-right .qty {
        padding: 0 10px;
    }

    #cart .cart-summary .cart-detailed-actions .btn-primary {
        padding: 6px 15px 4px;
    }

    body#checkout section.checkout-step .step-title {
        font-size: 15px;
    }
    body#checkout section.checkout-step .forgot-password {
        margin-bottom: 20px;
    }

    body#checkout section.checkout-step .delivery-option-2 .row div {
        width: 100%;
        padding: 0 5px;
    }

    body#checkout .payment-options .additional-information {
        font-size: 12px;
        letter-spacing: 0;
    }

    #order-confirmation .h1.card-title {
        font-size: 18px;
    }

    #order-confirmation #main .page-content {
        padding: 0;
    }

    #order-items .order-line {
        border-top: none;
        margin-left: 0;
        margin-right: 0;
    }

    #order-items .order-line .col-sm-2.col-xs-3 {
        padding: 0;
    }

    #order-items .qty {
        padding: 0;
    }

    #history .orders .order .label,
    .page-order-detail #order-history .history-lines .history-line .label {
        text-align: left;
    }

    #history .orders .order .label,
    .page-order-detail #order-history .history-lines .history-line .label {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}
/*Color attributes*/
.product-variants > .product-variants-item ul li {
    line-height: 9px;
    margin-right: 0.625rem;
}
.input-container {
    position: relative;
}
.input-color {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    cursor: pointer;
    height: 1.25rem;
    width: 1.25rem;
}
.color {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 3px;
    cursor: pointer;
    background-size: contain;
    border: 1px solid #666;
}
.product-variants > .product-variants-item .color {
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
}
.product-variants > .product-variants-item .input-color:checked + span {
    border: 2px solid #FF4500;;
}
/* User info */
#_desktop_user_info .user-info, #header .header-nav .user-info {
    z-index: 21;
}
/* Mobile top menu */
#mobile_top_menu_wrapper .top-menu .sub-menu.slided-out {
    height: 100vh;
}
#mobile_top_menu_wrapper .top-menu .sub-menu > ul {
    height: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.slided-out > ul {
    height: calc(100% - 100px);
    padding: 0;
    overflow-y: auto;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.slided-out .top-menu-toolbar[style="display: none;"] + ul {
    height: 100%;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.slided-out > ul > li > a {
    text-wrap: wrap;
}
@media (max-width: 390px) {
    #mobile_top_menu_wrapper .top-menu .sub-menu.slided-out > ul {
        height: calc(100% - 60px);
    }
}

#_mobile_logo{
width: 140px; height: 25px;
}

#_mobile_logo img{
width: 100%;
  height: auto;
    min-width: 100%;

  display: block;
  -webkit-transform: translate3d(0,0,0);
  backface-visibility: hidden;

}
