.wrap-slideshow {
    width: 100%;
}

.row {
    max-width: 90rem !important;
}

.DescriptionContent {
    padding: 10px;
}

.wrap {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
}

div.RowWrap1 {
    max-width: 75rem !important;
}

.button.large {
    display: block;
    margin: 0 auto !important;
}

.content.gallery {
    margin: auto;
    display: block;
    text-align: center;
}

.gallery img {
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.67);
    margin-bottom: 10px;
}

.prod-details h1 {
    font-size: 1.2rem;
    text-align: center;
}

.prod-details h3 {
    font-size: 1.0rem;
    text-align: center;
}

a.th.CatMainBlock h4 {
    padding: 2%;
    margin: 0;
    min-height: 110px !important;
}

.product-list h4 {
    padding: 0 2%;
    margin: 0;
    min-height: 45px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 0.9rem !important;
    font-weight: 600;
    color: #103a71;
}

.product-list .listItem {
    padding-bottom: 3%;
}

.column {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative
}

h2,
h2 a {
    width: auto;
    text-decoration: none;
    transition: all 500ms;
    text-transform: uppercase;
}

input.quantity {
    display: inline-block;
    box-sizing: border-box;
    width: 45px !important;
    height: 2.4375rem;
    margin: 0 auto;
    padding: .5rem;
    border: 1px solid #cacaca;
    box-shadow: inset 1px 1px 2px hsl(223, 77%, 15%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    border-radius: 5px;
    border-color: #103a71;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
	text-align:center;
}

.SpaceR {
    margin: 5px;
}

.navigation {
    min-width: 100%;
    width: 100%;
    padding: 38px 0px;
    display: inline-block;
    background: #007ec3;
    text-align: center;
}

.navigation ul {
    padding: 0;
    margin: 0;
}

.navigation li {
    display: inline-block;
}

.navigation li a:before {
    content: "⇾";
    color: #ffff00 !important;
    padding-right: 5px;
}

.navigation li a {
    display: block;
    color: #fff;
    display: inline-block;
    padding: 13px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
}

.top-nav {
    width: 100%;
    background: #007ec3;
    padding: 0;
    margin: 0;
}

.top-list {
    padding: 0;
    margin-top: 20px;
    list-style: none;
    overflow: hidden;
}

.top-list li i {
    padding-right: 8px;
    color: #ffff00;
}

.top-list li {
    list-style: none;
    float: left !important;
    padding: 5px 10px;
    color: #ffff00;
    font-size: 17px;
}

.top-list li i .fa {
    color: #ffff00;
}

.top-list a {
    color: #ffff00;
}

.top-list-right {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    float: right;
}

.top-list-right li {
    list-style: none;
    float: left;
    padding: 10px 15px;
    color: #ffff00;
    font-size: 13px;
}

.top-list-right a {
    color: #ffff00;
}

@media only screen and (max-width:430px) {
    .top-list li {
        padding: 5px 10px;
    }
}

.cart-button {
    display: inline-block;
    padding: 10px 0px 5px 10px;
    ;
    margin: 0 0 0 0;
    float: right;
}

.cart-button img {
    float: left;
    margin: 7px 10px 0 0;
}

.cart-button span {
    float: right;
    font-size: 17px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
}

#mini-basket {
    position: relative;
}

.basket-detail-container {
    position: fixed;
    z-index: 1000;
    width: 400px;
    margin: 30px -70px;
}

.small-basket-detail-container {}

.basket-detail {
    padding: 20px;
    background: #fff;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    border-radius: 5px;
    line-height: 20px;
}

.basket-detail,
.basket-detail a {
    color: #072955;
}

.basket-detail .button {
    color: #fff;
    font-weight: 700;
    line-height: 15px;
    font-size: 15px;
}

.mini-basket-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 313px;
}

.box-basket-content {
    font-size: 12px;
}

.basket-total {
    margin: 10px 0 15px 0;
    padding: 5px 0 5px 0;
    border-top: solid 2px #E1E1E1;
    border-bottom: 1px dashed #E1E1E1;
    font-weight: bold;
}

.basket-lines .left,
.basket-lines .right {
    padding: 2px 0;
}

@media only screen and (max-width:639px) {
    .count {
        position: absolute;
        background: #0a0a0a;
        padding: 9px 5px;
        border-radius: 70%;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin: -5px 0 15px 15px;
        z-index: 99;
        right: 20px;
        width: 40px;
        height: 40px;
        line-height: 20px;
        text-align: center;
    }
}

@media only screen and (min-width:640px) {
    .count {
        position: absolute;
        background: red;
        padding: 9px 5px;
        border-radius: 50%;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: 1px 10px 10px 45px;
        z-index: 999;
        width: 40px;
        HEIGHT: 40PX;
        text-align: center;
    }
}

a.button.large {
    width: 100%;
}

.button:focus,
.button:hover {
    background-color: #af4231;
    color: #fefefe;
    border: 3px solid;
    border-radius: 5px;
    border-color: #ffff00;
}

.button.expanded {
    margin-right: 0;
    margin-left: 0;
    border: 3px solid;
    border-radius: 5px;
    border-color: #103a71;
}

.header h1 {
    text-align: center;
}

.fullWidth img {
    min-width: 100%;
}

\img.fullWidth {
    min-width: 100%;
}

.search {
    padding: 3%;
    background: grey;
}

section.mainSearchBlock {
    padding: 3%;
}

.mainDetails,
.mainBio,
.mainVideo {
    padding: 3%;
}

.mainDetails {
    background-color: #fdfdfd;
}

.mainBio {
    background-color: #d8d8d8;
}

.mainVideo {
    background-color: #fff;
}

.MainContent {
    padding-top: 20px
}

.orbit,
.thumbnail,
.video-container {
    position: relative;
    border: 15px solid #ffffff;
    -moz-box-shadow: 2px 5px 8px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 5px 8px rgba(0, 0, 0, .5);
    box-shadow: 2px 5px 8px rgba(0, 0, 0, .5);
}

.orbit-bullets {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

div#element-breadcrumbs {
    max-width: 1400px;
    margin: 0 auto;
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0px 10px;
}

.PaginationContent {
    display: none;
}

.DocContent {
    padding: 20px;
}

.section.mainBlock {
    padding: 0 10px;
}

.SpeciContent {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.67);
    border-radius: 0px;
    border-radius: 8px;
    border-color: #103a71;
    background-color: #1a7ec517;
}

.item .Content {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.67);
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #103a71;
    min-height: 195px;
}

.section .Content {
    background: #f9f9f9;
}

.item h2 {
    background: #dcdcdc;
    font-size: 16px;
    color: #213877 !important;
    text-align: center;
    padding: 13px 0px !important;
    display: block;
    margin: 0 0 0 0 !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 70px;
}

.item a:hover h2 {
    background: rgba(26, 126, 197, 0.69);
}

.headTitle {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

.headTitle h2 {
    display: inline-block;
    color: #213877;
    margin-bottom: 0;
}

.catIMG {
    max-width: 100px;
    max-height: 100px;
    padding-left: 20px;
}

.item .content {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.67);
    border-radius: 5px;
    border-color: #103a71;
    padding: 0px;
}

.item .sub-image img {
    height: auto;
    width: 100%;
    max-height: 100%;
}

button.button.large.CTW {
    margin-bottom: 0;
    width: 100%;
}

.button.large.CTW {
    font-size: 1.25rem;
}

.button.large.CTW {
    padding: 12px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ProductBorder {
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.67);
    border-radius: 5px;
    border-color: #103a71;
}

img.th.CatMainImg {
    padding: 10px;
}

input.required.text-center {
    width: 70%;
    margin: 5px auto;
    padding: .5rem;
    border: 0px solid #cacaca;
    border-radius: 5px;
    background-color: #fefefe;
    box-shadow: inset 1px 1px 7px 0px hsla(0, 0%, 4%, 0.75);
}

label.returnColourprod {
    font-weight: 800;
    font-size: 1.15em;
}

span.zippyOptionPrice {
    color: #e51919;
}

.button {
    background-color: #e51919;
}

.column.ContactWrapperInner {
    max-width: 1400px;
}

.FooTerOuter {
    background-color: #f7f7f7;
    margin-top: -6px;
}

.FooTer {
    padding: 25px;
}

.copyfooter {
    display: inline-block;
    width: 100%;
    color: #403a3a;
    font-size: 12px;
    line-height: 19px;
    margin: 0 auto;
}

.linksfooter {
    color: #fff;
    font-weight: 600;
}

ul.linksfooter {
    margin: 0;
    padding: 15px 25px 15px 8px;
}

ul.linksfooter li {
    float: left;
}

ul.linksfooter li a:hover {
    color: #cc3333;
}

ul.linksfooter li a {
    display: block;
    font-weight: 700;
    color: #103a71;
    font-size: 18px;
    line-height: 29px;
    padding: 5px 0 5px 20px;
}

.zippyhide {
    display: none;
}

.small-6.columns.ColouR {
    margin: 0 !important;
    padding: 0 !important;
}

label.return {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1 !important;
    color: #0a0a0a;
}

input#ColoR {
    margin: 0 !important;
}

label.returnColour {
    line-height: 1 !important;
    font-size: .85rem;
}

h4.Discounth4 {
    color: #e51919;
    font-size: 1.3rem !important;
    font-weight: 800;
    padding: 2%;
}

h5.Discounth5 {
    font-size: 0.9rem !important;
    margin: 1%;
    font-weight: 700;
}

h5.Discounth6 {
    font-size: 1rem !important;
    margin: 2% 1%;
    font-weight: 300;
    padding-bottom: 1%;
}

h5.DiscounthFooter {
    font-size: 1.4rem !important;
    padding-bottom: 2%;
    font-weight: 800;
    text-align: center;
}

h5.DiscounthBottom {
    font-size: 1.4rem !important;
    padding-bottom: 2%;
    font-weight: 800;
    text-align: center;
}

.SpeciContent h5.Discounth5 {
    text-align: center;
}

h5.Discountcheckout {
    font-weight: 800 !important;
}

.zippydeal5,
.zippydeal20 {
    color: #e51919;
    font-weight: 800 !important;
}

h5.CartDiscountP {
    font-size: 1em;
    font-weight: bold;
    color: #ff9d00;
    text-transform: uppercase;
}

.ezecat {
    padding: 2px;
}

.content.ezecatt {
    border-radius: 5px;
    border-color: #ff0000 !important;
    border: 2px solid;
}

@media screen and (min-width:1269px) {
    .SpaCer {
        padding: 10% 0;
        min-height: 300px;
    }
}

@media screen and (max-width:1268px) {
    .SpaCer {
        padding: 3px;
    }
}

.LoginPage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

small.error {
    position: sticky;
}

.h404h2 {
    text-align: center;
    margin-top: 20px
}

.p404p {
    text-align: center;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-smooting: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-family: 'Karla', sans-serif;
    margin-bottom: 13px;
    color: #072955;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

.clear {
    clear: both;
}

a:active,
a:hover,
.active a {
    outline: 0;
    transition: all 0.3s ease 0s;
}

.left {
    float: left;
}

.right {
    float: right;
}

.resp {
    display: none;
}

.middle {
    display: table;
    width: 100%;
}

.cell {
    display: table-cell;
    bottom: middle;
    width: 100%;
}

.alignCenter {
    text-align: center;
}

body,
input,
select,
textarea {
    font-family: 'Karla', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 20px 0;
    margin: 0;
    text-transform: capitalize;
    color: #213877;
    line-height: 1.6;
    font-size: 17px;
    font-weight: 300;
}

h1,
h1 a {
    width: auto;
    display: block;
    margin: 0px 0px 18px 0px;
    color: #072955;
    padding: 0px 0px 8px 0px;
    font-size: 34px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

h2,
h2 a {
    width: auto;
    display: block;
    color: #213877;
    font-size: 28px;
    text-decoration: none;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-transform: uppercase;
    line-height: 1.3;
}

h4,
h4 a,
h5,
h5 a {
    margin: 8px 0px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: #072955;
}

span#ptp {
    font-weight: 800;
    font-size: 22px
}

h5.CTWmainprice {
    color: #ec0000;
    font-weight: 800;
    padding: 0;
}
}

h6.CTWspeal {
    color: #1779ba;
}

.input,
#recaptcha_response_field {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    color: #4f4f4f;
    width: 100%;
}

.error {
    background: #F8E5E5;
}

#contact_dept {
    width: 100%;
}

.radio {}

select {
    width: 94%;
    height: 44px;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid #a5a5a5;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    color: #4f4f4f;
    background: #fff;
}

input::placeholder {
    color: #4f4f4f;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #4f4f4f;
    opacity: 1;
}

.wrap {
    width: 1040px;
    margin: 0 auto;
    color: #939393;
    font-size: 20px;
}

.main {}

.main .col-9-12 {
    float: right;
}

.main .col-3-12 {
    float: left;
}

.main-body {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
}

.sidebar {
    margin: 20px 0;
}

.tablet-button {
    display: none;
}

.basket-section {
    padding: 0;
    width: auto;
    float: right;
    padding-left: 0;
}

.session-section {
    padding: 0;
    width: auto;
    float: right;
    padding-left: 20px;
}

.search-section {
    padding: 0;
    width: auto;
    float: right;
    padding-left: 20px;
}

.topBar {
    background: #213877;
    height: 55px;
    color: #FFCB05;
    font-size: 17px;
    line-height: 55px;
    font-weight: 700;
    position: relative;
}

.topBar a {
    color: #FFCB05;
}

.topBar .tag {
    padding: 0 30px;
}

.topBar .tag,
.topBar .mail {
    float: right;
}

.header .col-3-12 {
    padding: 0;
}

.header {
    background: #dcdcdc;
    position: relative;
    height: 120px;
    border-bottom: 2px #213977 solid;
    box-shadow: 3px 3px 10px rgba(51, 51, 51, 0.67)
}

.header .right {
    width: 50%;
    float: right;
}

.logo {
    position: absolute;
    left: 0;
    top: 20px;
}

.hide {
    display: none;
}

#box-search {
    padding: 0 0 0 0;
    position: relative;
}

#box-search .content {
    padding-top: 33px;
}

#box-search small.error {
    margin-top: 45px !important;
    margin-left: 0px !important;
}

#box-search .input {
    padding: 10px 10px;
    font-size: 12px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #D2D2D2;
    width: 65%;
    margin: 0;
    height: 45px;
    line-height: 30px;
    float: left;
}

.search-button {
    margin: 0 0 0 -5px;
    height: 45px;
    padding: 4px 15px 8px 15px;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    float: left;
}

#box-search small {
    font-size: 15px;
    margin: 10px 0 0 10px;
    float: left;
}

#box-session {
    padding-top: 15px;
}

#box-session .content {
    float: right;
}

@media only screen and (min-width:767px) {
    .box-documents {
        z-index: 1;
    }

    .main-menu {
        margin: 0 0;
        padding: 25px 0 0 0;
        float: right;
    }

    .main-menu li {
        float: left;
    }

    .main-menu li a {
        margin: 0;
        padding: 15px 9px;
        display: block;
        font-size: 15px;
        color: #797979;
        font-size: 18px;
        line-height: 29px;
        color: #213877;
        font-weight: 700;
    }

    .main-menu a:hover,
    .navigation li a:hover {
        color: #004d95;
    }
}

.body {
    padding-top: 75px;
    padding-bottom: 0;
}

.body p {
    font-size: 18px;
    padding: 8px 0;
    line-height: 35px;
}

.body a {
    background: #008CBD url(./images/arrow-right.png) no-repeat;
    background-position: right 25px center;
    color: #fff;
    font-size: 20px;
    padding: 13px 70px 13px 25px;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.body a:hover {
    background: #4BA5D5 url(./images/arrow-right.png) no-repeat;
    background-position: right 25px center;
    transition: all 0.3s ease 0s;
}

.spacer {
    padding: 37px 0;
    width: 100%;
}

.panel {
    background: #fff;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    border-top: none;
    padding: 20px;
}

.sidebar h3,
.navigation .branch-name {
    padding: 0;
    margin: 0;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
}

.element-social {
    padding: 6px 0 0 0;
}

.element-social ul {
    margin: 0;
    padding: 0;
}

.element-social li {
    float: right;
    padding: 0px 0px 0 10px;
    text-align: center;
}

.element-social .fa {
    font-size: 35px;
}

.fa-facebook-square:hover {
    color: #3A599A;
}

.fa-flickr:hover {
    color: #FF007E;
}

.fa-google-plus-square:hover {
    color: #F12121;
}

.fa-instagram:hover {
    color: #3F7BA7;
}

.fa-linkedin-square:hover {
    color: #0079B9;
}

.fa-pinterest-square:hover {
    color: #FF0000;
}

.fa-twitter-square:hover {
    color: #00A9E6;
}

.fa-vimeo-square:hover {
    color: #00BAEE;
}

.fa-wordpress:hover {
    color: #007CA7;
}

.fa-twitter-square:hover {
    color: #00A8E5;
}

.fa-youtube-square:hover {
    color: #DB0013;
}

.header .right {
    margin-left: 20px;
}

.basket-box a {
    display: block;
}

.price-total {
    float: right;
}

.price-desc {
    float: left;
}

#box-featured h4 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 20px 0 10px 0;
}

#box-featured {
    text-align: center;
}

#box-popular,
#box-sale_items {
    padding: 10px 20px;
}

#box-popular h4,
#box-sale_items h4,
#currency h4,
#box-language h4 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

#box-popular .col-1-1,
#box-sale_items .col-1-1 {
    padding: 10px 0;
}

#box-popular .fa,
#box-sale_items .fa {
    font-size: 20px;
    line-height: 35px;
}

#currency,
#box-language {
    padding: 0;
}

#currency .symbol,
#box-language .symbol {
    font-size: 20px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
}

#currency .col-1-1,
#box-language .col-1-1 {
    padding: 7px 0;
    margin: 0;
    font-size: 13px;
    padding: 10px 20px;
}

#currency .current,
#box-language .current {
    background: #F9F9F8
}

#box-progress {
    padding-bottom: 20px;
}

#box-progress .current,
#box-progress .next,
#box-progress .previous {
    margin-right: 20px;
    padding: 10px 20px;
}

#change-skin {
    padding-right: 10px;
}

@media only screen and (max-width:600px) {
    .show-for-small-only {
        display: block;
    }

    .show-for-medium-up {
        display: none;
    }
}

@media only screen and (min-width:601px) {
    .show-for-medium-up {
        display: block;
    }

    .show-for-small-only {
        display: none;
    }
}

.checkout {
    padding: 20px 0;
}

.popmenu {
    display: inline-block;
}

.popmenu:hover ul {
    display: block;
}

.popmenu .fa-arrow-circle-o-down {
    padding-left: 10px;
    padding-right: 0;
}

.popmenu ul {
    margin: -3px 0 0 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width: 200px;
    background: #ffffff;
    text-decoration: none;
    border: 1px solid #a5a5a5;
    border-bottom: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.popmenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.popmenu ul li a {
    border-bottom: 1px solid #a5a5a5;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
}

.popmenu ul li a:hover {
    background: #EBEBEB;
}

.popmenu ul li .fa {
    padding-right: 10px;
}

.pagination {
    padding: 0;
}

.pagination .content {
    padding: 0;
}

#element-paginate li {
    display: inline-block;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
}

#element-paginate li a {
    display: block;
    padding: 10px 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
    text-decoration: none;
    color: #4f4f4f;
    -webkit-appearance: none;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 13px;
    float: left;
    margin: 0 5px 5px 0;
}

#element-paginate .current a {
    background: white;
}

.url_select {
    width: 100%;
}

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

.section {
    display: inline-block;
    width: 100%;
}

.section.blank .content {
    padding: 23px 43px;
    background: none;
}

.section.desc .content {
    padding: 10px 0;
    line-height: 1.6;
    font-size: 17px;
    background: none;
    font-weight: 300;
}

.boxy {
    margin: 60px 0;
}

.boxy img {
    max-height: 360px;
    padding: 5px 0px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.item .sub-image {
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.subcats .col-1-4.item {
    min-height: 370px;
}

.col-1-4.item .sub-image {
    height: 100%;
}

.col-1-4.item .sub-image .cell {
    height: 100%;
}

.subcats .col-1-5.item {
    min-height: 300px;
}

.col-1-5.item .sub-image {
    height: 200px;
}

.col-1-5.item .sub-image .cell {
    height: 200px;
}

.swiper-home {
    width: 100%;
    height: 100%;
}

.swiper-home .swiper-slide {
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}

.swiper-container .swiper-notification {
    position: absolute;
    z-index: -1000;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 27px 44px;
    -moz-background-size: 27px 44px;
    background-size: 27px 44px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: .35;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    right: auto;
    left: 10px;
    background-size: 20px 20px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background-size: 20px 20px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}

.swiper-pagination {
    position: absolute;
    z-index: 10;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    opacity: .2;
    border-radius: 100%;
    background: #000;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-vertical > .swiper-pagination {
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    visibility: visible;
    pointer-events: auto;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: #000;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}

.swiper-scrollbar {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    bottom: 3px;
    left: 1%;
    width: 98%;
    height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    z-index: 50;
    top: 1%;
    right: 3px;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.swiper-lazy-preloader-white:after {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-testimonial .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(./images/swiper-arrow-left.png) center no-repeat;
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(./images/swiper-arrow-right.png) center no-repeat;
}

#box-newsletter .fa {
    font-size: 45px;
    line-height: 45px;
    display: inline-block;
    float: left;
    padding: 0 20px 0 10px;
    margin: 0;
}

#box-newsletter .button {
    background: #959595;
    padding: 9px 15px;
    font-size: 15px;
    border: none;
}

#box-newsletter .button:hover {
    background: #AEAEAE;
}

#newsletter_form_box {
    height: 50px;
    width: 100%;
}

#newsletter_email {
    border: none;
    padding: 8px 15px;
    font-size: 15px;
    margin: 5px 5px 0 0;
}

.subcats {
    padding-top: 20px;
}

.subcats .col-1-3 {
    padding-bottom: 20px;
}

.subcats .col-1-3 .content {
    border: 1px solid #D2D2D2;
    padding: 10px 20px;
}

.subcats .col-1-3 .content:hover {
    background: #f9f9f9;
}

.subcats .col-1-3 img {
    max-height: 70px;
}

.sub-image {
    width: 100%;
    text-align: center;
}

.subcat-title {
    text-align: center;
    font-weight: bold;
    padding: 10px 0 5px 0;
    margin: 0;
    line-height: 15px;
    height: 40px;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #2ba6cb;
    border-color: #258faf;
    color: #FFFFFF;
}

.alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%;
}

.alert-box .close:hover,
.alert-box .close:focus {
    opacity: 0.5;
}

.alert-box.radius {
    border-radius: 3px;
}

.alert-box.round {
    border-radius: 1000px;
}

.alert-box.success {
    background-color: #5da423;
    border-color: #508d1e;
    color: #FFFFFF;
}

.alert-box.alert {
    background-color: #c60f13;
    border-color: #aa0d10;
    color: #FFFFFF;
}

.alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #c8c8c8;
    color: #4f4f4f;
}

.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF;
}

.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}

.alert-box.alert-close {
    opacity: 0;
}

.product_list .listItem {
    padding-bottom: 40px;
}

.product_list h4 {
    padding: 10px 60px;
    margin: 0;
}

.product_list h4 a {
    margin: 0 0px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    color: #072955;
    padding: 0 0;
}

.product_list img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.rating {
    position: absolute;
    margin-top: -10px;
}

.rating img {
    float: left;
    width: 10px;
    height: 10px;
}

.gallery #img-preview {}

.gallery .image-gallery {}

.gallery .image-gallery img {
    width: 100%;
}

.gallery img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.prod-details {
    padding: 0;
}

.prod-details .old_price,
.prod-details .sale_price {
    font-size: 22px;
}

.prod-details .old_price {
    color: #a5a5a5;
}

.prod-details .quantity {
    padding: 8px 3px 10px 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 50px;
    border: 1px solid #103A71;
    border-radius: 3px;
}

.add_to_basket .col-1-2 {
    padding-right: 0;
}

.prodWrap {
    width: 830px;
    margin: 0 auto;
    display: block;
}

.tabs-menu {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.tabs-menu li {
    line-height: 30px;
    float: left;
    background-color: #ebebeb;
}

.tabs-menu li.current {
    position: relative;
    background-color: #cdcdcd;
    z-index: 5;
}

.tabs-menu li a {
    padding: 5px 20px;
    text-decoration: none;
    color: #a5a5a5;
    display: block;
}

.tabs-menu .current a {
    color: #4f4f4f;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    width: 100%;
}

.tab-content {
    padding: 20px;
    display: none;
    width: 100%;
}

.tab-content ul li {
    background: url('../images/arrow-right.png') 0 11px no-repeat;
    padding: 5px 0 5px 25px !important;
}

.tab-content ol {
    margin: 0;
    padding: 10px 0 10px 25px;
}

.tab-content ol li {
    padding: 5px 0 5px 0px !important;
    list-style-type: inherit;
}

#tab-1 {
    display: block;
}

table {
    border-collapse: collapse;
    border: 1px solid #D4D4D1;
    width: 100%;
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

td,
th {
    padding: 10px 20px;
    text-align: left;
}

th {
    background-color: #EBEBEB;
    color: #4f4f4f;
}

tr:nth-child(even) {
    background: #f2f2f2;
}

tr:nth-child(odd) {
    background: #F9F9F9;
}

tfoot td {}

tfoot .first {
    border-top: 5px solid #D2D2D2;
}

tfoot tr:nth-child(even) {
    background: #F6F7F8;
}

tfoot tr:nth-child(odd) {
    background: #fff;
}

#review_read .content {
    padding: 20px;
    border: 1px solid #D2D2D2;
    margin-bottom: 20px;
    margin-top: 20px;
}

#review_read blockquote {
    padding: 0;
    margin: 10px 0;
}

.addressbook .col-1-1 {
    background: #fff;
    margin-bottom: 40px;
    padding: 20px 0 10px 20px;
    border: 5px solid #F9F9F8;
}

.addressbook .check {
    width: 20px;
    height: 20px;
    float: right;
}

.addressbook-small .button {
    padding: 5px 8px;
    float: right;
}

.addressbook-small .button .fa {
    padding-right: 3px;
}

.buttons-list .col-1-2 {
    margin-bottom: 20px;
}

.gateway-select li {
    background: #F6F7F8;
    padding: 10px 20px;
}

.tiny {
    padding: 5px 8px !important;
    font-size: 11px !important;
}

.tiny .fa {
    padding-right: 3px;
}

#review_write {
    padding-bottom: 20px;
}

.delivery-wrap {
    padding: 40px 0;
}

.profile .input,
.addressbook .input,
#login_form .input,
#registration_form .input,
#contact_form .input,
#review_write .input,
#checkout_register_form .input,
#checkout_register_form select,
.del-address select,
#advanced_search_form .input,
#contact_form .select {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: bold;
}

.order-list .button {
    margin: 5px 0;
}

.profile label,
.addressbook label,
#login_form label,
#registration_form label,
#contact_form label,
#review_write label,
#checkout_form label,
#checkout_register_form label,
#advanced_search_form label {
    line-height: 40px;
}

.sub-title {
    padding: 20px 0;
    margin: 0;
    display: block;
}

.del-address select {
    margin-top: 20px;
}

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

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

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

.text-justify {
    text-align: justify !important;
}

.order-details {
    padding-bottom: 20px;
}

.footer {
    padding: 40px 0;
    background: #072955;
    color: #fff;
    font-weight: 600;
}

.footer img {
    margin-bottom: 50px;
}

ul.links {
    margin: 0;
    padding: 0;
    float: right;
}

ul.links li {
    float: left;
}

ul.links li a {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    padding: 5px 0 5px 20px;
}

ul.links li a:hover {
    color: #ffcb06;
}

.copy {
    display: inline-block;
    width: 100%;
    color: #b1b1b1;
    font-size: 12px;
    line-height: 19px;
}

.copyright {
    font-size: 12px;
}

.copyright p {
    margin: 0;
    padding: 10px 0 0 0;
}

@media all {

    .featherlight-next,
    .featherlight-previous {
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        display: block;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -khtml-user-select: none;
    }

    .featherlight-previous {
        right: 80%;
        left: 25px;
    }

    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: rgba(255, 255, 255, .25);
    }

    .featherlight-next span,
    .featherlight-previous span {
        font-size: 80px;
        font-weight: 400;
        font-style: normal;
        line-height: 80px;
        position: absolute;
        top: 50%;
        left: 5%;
        display: none;
        width: 82%;
        margin-top: -40px;
        text-align: center;
        color: #a5a5a5;
        text-shadow: 0 0 5px #fff;
    }

    .featherlight-next span {
        right: 5%;
        left: auto;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
    }

    .featherlight-loading .featherlight-next,
    .featherlight-loading .featherlight-previous {
        display: none;
    }
}

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

    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: 0 0;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

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

    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        right: 85%;
        left: 10px;
    }

    .featherlight-next span,
    .featherlight-previous span {
        font-size: 40px;
        margin-top: -30px;
    }
}

@media all {
    .featherlight {
        position: fixed;
        z-index: 2147483647;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        cursor: pointer;
        text-align: center;
        white-space: nowrap;
        background: #333;
        background: rgba(0, 0, 0, 0);
    }

    .featherlight:last-of-type {
        background: rgba(249, 249, 249, .5);
    }

    .featherlight:before {
        display: inline-block;
        height: 100%;
        margin-right: -.25em;
        content: '';
        vertical-align: middle;
    }

    .featherlight .featherlight-content {
        position: relative;
        display: inline-block;
        overflow: auto;
        min-width: 30%;
        max-height: 95%;
        margin-right: 5%;
        margin-left: 5%;
        padding: 25px 25px 0;
        cursor: auto;
        text-align: left;
        vertical-align: middle;
        white-space: normal;
        border-bottom: 25px solid transparent;
        background: #fff;
        border: 1px solid #D2D2D2;
    }

    .featherlight .featherlight-content img {
        max-height: 100%;
        max-width: 100%;
    }

    .featherlight .featherlight-inner {
        display: block;
    }

    .featherlight .featherlight-close-icon {
        font-family: Arial, sans-serif;
        line-height: 25px;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        width: 25px;
        cursor: pointer;
        text-align: center;
        color: #000;
        background: #fff;
        background: rgba(255, 255, 255, .3);
    }

    .featherlight .featherlight-image {
        width: 100%;
    }

    .featherlight-iframe .featherlight-content {
        padding: 0;
        border-bottom: 0;
    }

    .featherlight iframe {
        border: 0;
    }
}

@media only screen and (max-width:1024px) {
    .featherlight .featherlight-content {
        max-height: 98%;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

#eu_cookie_dialogue {
    background: white;
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
    font-size: 14px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
}

[class*='col-'] {
    float: left;
    padding-right: 20px;
}

.grid {
    width: 100%;
    max-width: 1400px;
    min-width: 755px;
    margin: 0 auto;
    position: relative;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding-left: 20px;
    padding-right: 0;
}

.push-right {
    float: right;
}

.col-1-1 {
    width: 100%;
}

.col-2-3,
.col-8-12 {
    width: 66.66%;
}

.col-1-2,
.col-6-12 {
    width: 50%;
}

.col-1-3,
.col-4-12 {
    width: 33.33%;
}

.col-1-4,
.col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6,
.col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%
}

.col-11-12 {
    width: 91.66%
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%
}

.col-CTW {
    width: 320px !important;
}

.push-2-3,
.push-8-12 {
    margin-left: 66.66%;
}

.push-1-2,
.push-6-12 {
    margin-left: 50%;
}

.push-1-3,
.push-4-12 {
    margin-left: 33.33%;
}

.push-1-4,
.push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6,
.push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%
}

@media handheld,
only screen and (max-width:767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 20px;
        padding-right: 0px;
    }

    [class*='col-'] {
        width: auto;
        float: none;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 20px;
    }

    [class*='mobile-col-'] {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .mobile-col-1-1 {
        width: 100%;
    }

    .mobile-col-2-3,
    .mobile-col-8-12 {
        width: 66.66%;
    }

    .mobile-col-1-2,
    .mobile-col-6-12 {
        width: 50%;
    }

    .mobile-col-1-3,
    .mobile-col-4-12 {
        width: 33.33%;
    }

    .mobile-col-1-4,
    .mobile-col-3-12 {
        width: 25%;
    }

    .mobile-col-1-5 {
        width: 20%;
    }

    .mobile-col-1-6,
    .mobile-col-2-12 {
        width: 16.667%;
    }

    .mobile-col-1-7 {
        width: 14.28%;
    }

    .mobile-col-1-8 {
        width: 12.5%;
    }

    .mobile-col-1-9 {
        width: 11.1%;
    }

    .mobile-col-1-10 {
        width: 10%;
    }

    .mobile-col-1-11 {
        width: 9.09%;
    }

    .mobile-col-1-12 {
        width: 8.33%
    }

    .mobile-col-11-12 {
        width: 91.66%
    }

    .mobile-col-10-12 {
        width: 83.333%;
    }

    .mobile-col-9-12 {
        width: 75%;
    }

    .mobile-col-5-12 {
        width: 41.66%;
    }

    .mobile-col-7-12 {
        width: 58.33%
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
}

@media only screen and (max-width:767px) {
    html {
        width: 100%;
    }

    body {
        width: 100%;
        font-size: 14px;
    }

    h1 {
        font-size: 25px;
        line-height: 25px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;
    }

    .resp {
        display: block;
    }

    .mhide {
        display: none !important;
    }

    .rtiny {
        padding: 5px 8px !important;
        font-size: 11px !important;
    }

    .rtiny .fa {
        padding-right: 3px;
    }

    ::-webkit-input-placeholder {
        color: #ACACAC;
    }

    :-moz-placeholder {
        color: #ACACAC;
    }

    ::-moz-placeholder {
        color: #ACACAC;
    }

    :-ms-input-placeholder {
        color: #ACACAC;
    }

    .grid {
        display: inline-block;
    }

    .grid-pad {
        padding-right: 20px;
    }

    .wrap {
        width: 100%;
        font-size: 20px;
    }

    .main {
        background: #F6F7F8;
        border: none;
        margin: 0 0 0 0;
        padding: 0;
    }

    .main .col-9-12 {
        float: left;
        width: 100%;
        padding: 0 0;
    }

    .main .col-3-12 {
        float: left;
        width: 100%;
        padding: 0 0;
        margin: 0;
    }

    .main-body {
        background: #fff;
        margin: 0 0 0 0;
        padding: 0;
    }

    .basket-section {
        padding: 0;
        width: 30%;
        float: right;
        padding-left: 0;
    }

    .basket-section .button {
        font-size: 10px;
        padding: 4px 0 !important;
        margin-top: 0;
        width: 100%;
        text-align: center;
        background: none;
    }

    .small-basket-detail-container {
        width: 100%;
        position: fixed;
        color: #fff;
        top: 0;
        text-align: center;
        padding: 10px 0;
        left: 0;
        z-index: 9999;
        border: none;
        -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75);
    }

    .session-section {
        padding: 0;
        width: 70%;
        float: left;
        padding-left: 0;
    }

    .session-section .button {
        font-size: 10px;
    }

    .search-section {
        padding: 0;
        width: 100%;
        float: right;
        padding-left: 0;
    }

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

    .input,
    #recaptcha_response_field {
        padding: 10px 10px;
        font-size: 14px;
        border-radius: 3px;
        border: 1px solid #a5a5a5;
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        color: #4f4f4f;
        width: 100%;
    }

    select {
        width: 94%;
        height: auto;
        overflow: hidden;
        padding: 3px 1%px;
        font-size: 12px;
        border-radius: 3px;
        border: 1px solid #a5a5a5;
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        color: #4f4f4f;
        background: #fff;
    }

    table {
        border-collapse: collapse;
        border: 1px solid #D4D4D1;
        width: 100%;
        margin: 20px 0;
        -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    }

    td,
    th {
        padding: 10px 5%;
        text-align: left;
    }

    .header {
        height: 70px;
    }

    .topBar {
        height: 35px;
        line-height: 35px;
    }

    .logo {
        padding: 0 0 0 20px;
        float: left;
        top: -10px;
        width: 50%;
    }

    .logo img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        max-height: 60px;
    }

    .header .col-9-12,
    .header .col-3-12 {
        padding: 0;
    }

    .header .col-3-12 {
        width: 100%;
        float: left;
    }

    .prodWrap {
        width: 100%;
    }

    #box-session {
        display: block;
        padding-top: 2px;
    }

    #box-session .content {
        float: none;
    }

    #box-session .button {
        width: 100%;
        display: block;
        padding: auto;
        text-align: center;
    }

    #box-search .content {
        padding-top: 0;
    }

    .header .right {
        margin-left: 0;
        width: 100%;
    }

    #recaptcha_challenge_image,
    #recaptcha_image {
        width: 100% !important;
    }

    .col_1 {
        width: 100%;
    }

    .navigation .dropdown {
        margin-left: 0;
        margin-top: 0px;
        width: 89%;
    }

    .boxy {
        margin: 20px 0;
    }

    .boxy [class*="col-"] {
        padding-right: 0;
    }

    .boxy img {
        max-height: auto;
        padding: 5px 0px;
    }

    .section.blank .content {
        padding: 23px 30px;
    }

    .section.desc .content {
        line-height: 1.6;
        font-size: 15px;
    }

    #box-search {
        padding: 0 0 0 0;
        width: 100%;
        float: left;
        margin: 0;
    }

    #box-search .input {
        padding: 10px 10px;
        font-size: 12px;
        width: 75%;
        height: 45px;
    }

    .search-button {
        margin: 0 0 0 -5px;
        height: 45px;
        padding: 4px 15px 8px 15px;
        width: 25%;
    }

    #box-search small {
        display: none;
    }

    .header .col-9-12 {
        width: 100%;
    }

    #basket_summary {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #basket_summary .left {
        width: 20%;
    }

    #basket_summary .right {
        width: 70%;
    }

    #dropmenu {
        float: left;
        margin: 0 0 0 0;
        width: 100%;
    }

    #basket_summary .content {
        width: 100%;
    }

    .basket-box {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .swiper-container h1 {
        color: #fff;
        padding: 10px 0 30px 0;
        line-height: 35px;
        font-size: 20px;
    }

    .mobile-nav {
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 40px;
        width: 52px;
        right: 0;
        box-shadow: none;
        position: relative;
        z-index: 9999;
        display: block;
        float: right;
        margin: -5px 0 0 0;
    }

    .mobile-nav.is-fixed {
        background-color: rgba(2, 23, 37, 0.96);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .mobile-nav.is-visible {
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .mobile-nav.menu-is-open {}

    .cd-secondary-nav {
        position: absolute;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10em;
        display: none;
    }

    .cd-secondary-nav li {
        display: inline-block;
        margin-left: 2.2em;
    }

    .cd-secondary-nav a {
        display: inline-block;
        color: white;
        text-transform: uppercase;
        font-weight: 700;
    }

    @media only screen and (min-width:768px) {
        .cd-secondary-nav {
            display: block;
        }
    }

    .mobile-nav {
        position: absolute;
    }

    .main-menu-trigger {
        position: absolute;
        margin: 15px 0 0 0;
    }

    .main-menu-trigger .cd-menu-text {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        display: none;
    }

    .main-menu-trigger .cd-menu-icon {
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 30px;
        height: 4px;
        border-radius: 2px;
        background-color: #393a40;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .main-menu-trigger .cd-menu-icon::before,
    .main-menu-trigger .cd-menu-icon:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #393a40;
        border-radius: 2px;
        -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
        -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
        transition: transform .3s, top .3s, background-color 0s;
    }

    .main-menu-trigger .cd-menu-icon::before {
        top: -8px;
    }

    .main-menu-trigger .cd-menu-icon::after {
        top: 8px;
    }

    .main-menu-trigger .cd-menu-icon.is-clicked {
        background-color: rgba(255, 255, 255, 0);
    }

    .main-menu-trigger .cd-menu-icon.is-clicked::before,
    .main-menu-trigger .cd-menu-icon.is-clicked::after {
        background-color: white;
    }

    .main-menu-trigger .cd-menu-icon.is-clicked::before {
        top: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .main-menu-trigger .cd-menu-icon.is-clicked::after {
        top: 0;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .main-menu-trigger {
        width: 100px;
        padding-left: 1em;
        background-color: transparent;
        height: 30px;
        line-height: 30px;
        right: 2.2em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main-menu-trigger .cd-menu-text {
        display: inline-block;
    }

    .main-menu-trigger .cd-menu-icon {
        left: auto;
        right: 1em;
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
        transform: translateX(0) translateY(-50%);
    }

    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 2;
        text-align: center;
        padding: 50px 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .main-menu li {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin: .2em 0;
        text-transform: capitalize;
    }

    .main-menu a {
        display: inline-block;
        padding: .4em 1em;
        border-radius: 0.25em;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        transition: background 0.2s;
        font-weight: 600;
        color: #fff !important;
        font-size: 21px;
    }

    .main-menu a:active,
    .main-menu a:hover {
        color: #f9f9f9;
    }

    .no-touch .main-menu a:hover {
        color: #f9f9f9;
    }

    .main-menu.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .main-menu {
        padding: 80px 0;
    }

    .main-menu li {
        font-size: 30px;
        font-size: 1.875rem;
    }

    .main-menu .cd-label {
        font-size: 16px;
        font-size: 1rem;
    }

    .divider {
        background: #4E9DC2;
        height: 1px;
        width: 90%;
        margin: 50px auto;
    }

    .sub-navigation {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.24);
        position: fixed;
        top: 0;
        width: 100%;
        display: none;
    }

    .sub-navigation ul {
        display: inline-block;
        display: flex;
        justify-content: center;
        background: #fff;
    }

    .sub-navigation li {
        margin: 0 3px;
    }

    .sub-navigation li a {
        color: #fff;
        font-size: 11px;
        background: #008CBD;
        color: #fff;
        padding: 7px 10px;
        margin: 10px 0;
        display: inline-block;
        width: 100%;
        min-width: 100%;
    }

    .sub-navigation a:hover {
        background: #4BA5D5;
    }

    .popmenu ul {
        width: 90%;
        margin: -11px 0 0 0;
        padding: 0;
    }

    .popmenu li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .popmenu ul li a {
        border-bottom: 1px solid #a5a5a5;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 13px;
        margin: 0;
    }

    .main-body {
        padding: 35px 0;
    }

    .col-2-12,
    .col-10-12 {
        padding-right: 0;
    }

    #recaptcha_image {
        max-width: 100%;
        border: 1px solid #D1D1D1;
    }

    .item {
        padding-right: 1%;
    }

    .item .content {
        margin-bottom: 20px;
        max-width: 500px;
        margin: 0 auto;
        display: table;
    }

    .item .sub-image {
        background: #FFF;
        height: auto;
    }

    .item .sub-image .cell {
        height: 120px;
    }

    .item h2 {
        font-size: 16px;
        padding: 13px 0px !important;
        margin: 0 0 0 0 !important;
        min-height: auto;
    }

    .listItem {
        padding-right: 0;
    }

    #box-popular .col-2-12,
    #box-sale_items .col-2-12,
    #currency .col-2-12 {
        width: 20%;
        float: left;
    }

    #box-popular .col-10-12,
    #box-sale_items .col-10-12,
    #currency .col-10-12 {
        width: 80%;
        float: left;
    }

    #box-popular .col-1-1,
    #box-sale_items .col-1-1 {
        padding: 0 0;
    }

    #currency .col-1-1,
    #box-language .col-1-1 {
        padding: 7px 0;
        margin: 0;
        font-size: 13px;
        padding: 5px 20px;
        height: auto;
    }

    #box-newsletter {
        padding-bottom: 0px;
    }

    #box-newsletter .fa {
        display: none;
    }

    #box-newsletter .button {
        background: #959595;
        padding: 9px 0;
        font-size: 15px;
        border: none;
        width: 100%;
        border-radius: 0;
    }

    #newsletter_form_box {
        height: auto;
        width: 100%;
    }

    #newsletter_email {
        border: none;
        padding: 8px 15px;
        font-size: 15px;
        margin: 5px 5px 5px 0;
        width: 100%;
    }

    .sorting {
        margin-bottom: 80px;
    }

    .sorting select {
        padding: 3px 20px;
        height: 30px;
        font-size: 12px;
        margin-top: 20px;
        display: block;
    }

    .subcats .col-1-3 {
        width: 50%;
        float: left;
    }

    .subcat-title {
        height: auto;
        font-size: 11px;
    }

    .gallery #img-preview {}

    .gallery .image-gallery {
        width: 33%;
        float: left;
        padding: 10px;
    }

    .gallery .image-gallery img {
        width: 100%;
    }

    .tabs-menu li {
        line-height: 30px;
        float: left;
        background-color: #ebebeb;
        width: 100%;
    }

    .tabs-menu li a {
        padding: 3px 20px;
        text-decoration: none;
        color: #a5a5a5;
        display: block;
    }

    .tab-content {
        padding: 20px;
        display: none;
        width: 100%;
    }

    .footer {
        margin-top: 0;
        margin-left: 0;
    }

    .footer .col-6-12 {
        padding-right: 0;
    }

    .element-social {
        padding: 6px 0 0 0;
        width: 100%;
    }

    .element-social ul {
        margin: 0;
        padding: 0;
    }

    .element-social li {
        float: left;
        padding: 5px 5px;
        text-align: center;
    }

    .element-social .fa {
        font-size: 30px;
    }

    .copyright {
        text-align: center;
    }

    #content_products {
        padding-left: 0;
    }

    #content_products h2 {
        padding: 0 0 40px 0;
    }

    #content_products .col-1-3 {
        padding-right: 0;
    }

    #content_products .col-1-3 .content {
        margin-bottom: 40px;
        height: auto;
    }

    #content_products .col-1-1 .content {
        margin-bottom: 20px;
        padding: 20px;
    }

    #content_products .product-thumb {
        max-width: 100%;
        max-height: 100%;
    }

    #content_products .col-1-3 h3 {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        padding: 0;
        margin: 0;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
    }

    #content_products .col-1-3 h4 {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        padding: 0;
    }

    .product_price {
        padding: 20px 0;
        font-weight: 600;
        font-size: 14px;
    }

    .old_price {
        text-decoration: line-through;
        padding: 5px 0;
        font-weight: 600;
        font-size: 14px;
    }

    .sale_price {
        color: #ff0000;
        padding: 5px 0;
        font-weight: 600;
        font-size: 14px;
    }

    .old_price {
        text-decoration: line-through;
    }

    .price-wrap {
        position: absolute;
        background: #fff;
        border: 1px solid #D2D2D2;
        padding: 15px 5px;
        margin: -33px 0 0 -17px;
    }

    .add-wrap {
        padding-top: 10px;
    }

    #content_products .fa {
        font-size: 13px;
    }

    .product_list_view .col-4-12 {
        text-align: center;
    }

    .rating {
        position: absolute;
        margin-top: -10px;
    }

    .rating img {
        float: left;
        width: 10px;
        height: 10px;
    }

    .profile .input,
    .addressbook .input,
    #login_form .input,
    #registration_form .input,
    #contact_form .input,
    #review_write .input,
    #checkout_register_form .input,
    #checkout_register_form select,
    .del-address select {
        margin-bottom: 5px;
    }

    .order-list .button {
        margin: 5px 0;
    }

    .profile label,
    .addressbook label,
    #login_form label,
    #registration_form label,
    #contact_form label,
    #review_write label,
    #checkout_form label,
    #checkout_register_form label {
        line-height: 30px;
    }

    #checkout_form .col-1-2 {
        padding-right: 0;
    }

    #box-progress .current,
    #box-progress .next,
    #box-progress .previous {
        margin-right: 0;
    }

    .checkout-small {
        border: 1px solid #D4D4D1;
        padding: 20px;
        margin-bottom: 5px;
    }

    .checkout-small hr {
        background: #F9F9F8;
        border: none;
        height: 1px;
    }

    .checkout-small .col-1-3 {
        width: 30%;
        float: left;
    }

    .checkout-small .col-2-3 {
        width: 70%;
        float: left;
    }

    .checkout-small .col-1-2 {
        width: 50%;
        float: left;
    }

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

    .small-table td {
        width: 50%;
    }

    #checkout_form .col-5-12,
    #checkout_form .ol-6-12,
    #checkout_form .col-7-12 {
        padding-right: 0;
    }

    .buttons-list {
        padding-right: 0;
    }

    .buttons-list .col-1-2 {
        padding-right: 0;
    }

    .order-list {}

    .order-list table,
    .order-list thead,
    .order-list tbody,
    .order-list th,
    .order-list td,
    .order-list tr {
        display: block;
    }

    .order-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .order-list tr {
        border: 1px solid #ccc;
    }

    .order-list td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 20px;
        width: 100% !important;
    }

    .order-list .button {
        width: 100% !important;
    }

    .order-list .tiny {
        width: 100% !important;
    }

    .order-details .col-3-12,
    .order-details .col-9-12,
    .order-details .col-1-2,
    .resp {
        padding-right: 0;
    }

    .order-table {
        font-size: 12px;
        width: 100%;
    }

    .addressbook table td {
        width: 50%;
    }

    .checkout-table table,
    .checkout-table thead,
    .checkout-table tbody,
    .checkout-table th,
    .checkout-table td,
    .checkout-table tr {
        display: block;
    }

    .checkout-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .checkout-table tr {
        border: 1px solid #ccc;
    }

    .checkout-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 20px;
        width: 100%;
    }

    .checkout-table td:before {
        width: 0;
    }

    td.itemtd {
        padding-left: 50%;
    }

    td.itemtd:before {
        position: absolute;
        top: 9px;
        left: 0;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        padding-left: 20px;
    }

    .itemimage {
        width: 100%;
        text-align: center;
    }

    .tdhalf {
        width: 50% !important;
        float: left;
        border: none;
    }

    .checkout-table td:nth-of-type(1):before {}

    .checkout-table td:nth-of-type(2):before {}

    .checkout-table td:nth-of-type(3):before {}

    .checkout-table td:nth-of-type(4):before {
        content: "Unit Price";
    }

    .checkout-table td:nth-of-type(5):before {
        content: "Quanity";
    }

    .checkout-table td:nth-of-type(6):before {
        content: "Price";
    }
}

@media screen and (min-width:900px) and (max-width:1070px) {
    .grid {
        padding-left: 20px;
    }

    #box-search {
        padding: 0 0 0 0;
        width: auto;
        float: left;
        margin: 0;
    }

    #box-session .button {
        padding: 10px 10px;
        float: left;
    }

    #box-search .input {
        padding: 5px 10px !important;
        font-size: 12px;
        width: 50%;
        height: auto;
    }

    .search-button {
        margin: 0 0 0 -5px;
        height: auto;
        padding: 4px 15px 8px 15px;
        width: 25%;
    }

    #box-search small {
        display: none;
    }

    #box-progress .current,
    #box-progress .next,
    #box-progress .previous,
    .sidebar h3,
    .navigation .branch-name,
    .main-menu li a {
        font-size: 14px;
    }

    .product_grid_view .col-1-3 {
        width: 50%;
    }

    #content_products .col-1-3 .content {
        height: 270px;
    }

    .tab-content {
        width: 100% !important;
    }
}

@media screen and (min-width:768px) and (max-width:899px) {
    .main .col-9-12 {
        width: 71%;
    }

    .main .col-3-12 {
        width: 29%;
    }

    .grid {
        padding-left: 20px;
    }

    .header .logo img {
        max-height: 110px;
    }

    .header .col-9-12,
    .header .col-3-12 {
        padding-bottom: 20px;
    }

    .checkout-table tr,
    .checkout-table th,
    .checkout-table td,
    .checkout-table tfoot tr {
        font-size: 13px;
        padding: 5px 10px;
    }

    .logo {
        padding-top: 0px;
    }

    #box-search small {
        display: none;
    }

    #box-session .button {
        padding: 10px 10px;
    }

    #basket_summary .count {
        border-radius: 50%;
        font-size: 10px;
        margin: 10px 0 0 15px;
    }

    #basket_summary .left {
        padding: 8px 0 8px 0;
    }

    #basket_summary .price {
        font-size: 20px;
        line-height: 60px;
    }

    #basket_summary .fa-shopping-cart {
        font-size: 25px;
        line-height: 45px;
    }

    #box-progress .current,
    #box-progress .next,
    #box-progress .previous,
    .sidebar h3,
    .navigation .branch-name,
    .main-menu li a {
        font-size: 17px;
    }

    .product_grid_view .col-1-3,
    #content_products .col-1-3 {
        width: 50%;
    }

    #content_products .col-1-3 .content,
    #content_products .col-1-3 .content {
        height: 270px;
    }

    .navigation .dropdown {
        margin-left: 130px
    }

    .tab-content {
        width: 100% !important;
    }
}

@media screen and (min-width:601px) and (max-width:766px) {
    .header .col-1-1 {
        width: 100%;
        text-align: center;
    }

    .header .col-9-12,
    .header .col-3-12 {
        padding-bottom: 0;
    }

    .header .content {
        float: left;
    }

    .header .col-3-12 {
        float: left;
    }

    #box-search {
        padding: 0 0 0 0;
        width: auto;
    }

    #box-search .content {
        padding-top: 15px;
        padding-bottom: 5px;
    }

    #box-session {
        padding-top: 10px;
    }

    .tablet-button {
        display: none;
        padding: 15px 20px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
        background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
        text-decoration: none;
        color: #4f4f4f;
        -webkit-appearance: none;
        border: 1px solid #a5a5a5;
        border-radius: 3px;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        font-size: 13px;
        margin-top: 20px;
    }

    #dropmenu {
        margin: 10px 0 0 0;
    }

    .main-menu li a {
        margin: 0;
        padding: 15px 10px;
        float: left;
        display: block;
        font-size: 12px !important;
        color: #797979;
        border-right: 1px solid #D2D2D2;
    }

    .main .col-9-12 {
        float: left;
        width: 100%;
        padding: 0 20px 0 0;
    }

    .main .col-3-12 {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0;
    }

    .main-body {
        background: #fff;
        margin: 0 0 0 0;
        padding: 20px 0;
    }

    .grid {
        padding-left: 20px;
    }

    #box-progress .current,
    #box-progress .next,
    #box-progress .previous,
    .sidebar h3,
    .navigation .branch-name,
    .main-menu li a {
        font-size: 15px;
    }

    .product_grid_view .col-1-3,
    #content_products .col-1-3 {
        width: 50%;
        float: left;
    }

    #content_products .col-1-3 .content,
    #content_products .col-1-3 .content {
        height: 270px;
    }

    .navigation .dropdown {
        margin-left: 200px
    }

    .tab-content {
        width: 100% !important;
    }

    #currency .col-1-1,
    #box-language .col-1-1 {
        width: 25%;
        float: left;
        text-align: center;
    }

    #box-popular .col-1-1,
    #box-sale_items .col-1-1 {
        padding: 10px 0;
        width: 80%;
        float: left;
    }

    #box-popular .col-2-12,
    #box-sale_items .col-2-12 {
        width: 20%;
        float: left;
    }

    .gallery #img-preview {}

    .gallery .image-gallery {
        width: 33%;
        float: left;
        padding: 10px;
    }

    .gallery .image-gallery img {
        width: 100%;
    }

    .element-social li {
        float: left;
    }
}

.search-button {
    background: #4176B2;
    color: #fff;
}

.search-button:hover {
    background: #3F3F3F;
}

#box-search small .fa {
    color: #4176B2;
}

#box-search small .fa:hover {
    color: #3F3F3F;
}

#box-progress .current a {
    color: #fff;
}

#box-progress .next a,
#box-progress .previous a {
    color: #a5a5a5;
}

#box-progress .current {
    background: #072955;
    color: #fff;
}

#box-progress .next,
#box-progress .previous {
    background: #EFEFEF;
}

.basket-detail {
    border: 2px solid #072955;
}

.mini-basket-arrow {
    border-bottom: 5px solid #072955;
}

.small-basket-detail-container {
    background: #1E8ABC;
}
