.shopwired-info-message {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 25px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 9999;
    opacity: 0;
}
.shopwired-info-message a {
    color: inherit;
}
.shopwired-image-container {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
}
.shopwired-image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
}
.featured-categories.decalproducts .shopwired-image-container img {
    height: auto !important;
    left: 0;
    max-width: 100%!important;
    object-fit: contain;
    position: relative;
    top: 0!important;
    width: 100%!important;
}
.featured-categories.decalproducts .shopwired-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
}
.shopwired-previous-orders-table {
    font-size: 13px;
    margin: 30px 0 0;
    width: 100%;
}
.shopwired-previous-orders-table th {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px 10px;
}
.shopwired-previous-orders-table td {
    padding: 5px 20px;
}
.shopwired-previous-orders-table th:first-child, .shopwired-previous-orders-table td:first-child {
    padding-left: 0;
}
.shopwired-previous-orders-table th:last-child, .shopwired-previous-orders-table td:last-child {
    padding-left: 0;
}
.shopwired-previous-orders-table .empty {
    text-align: center;
}
.shopwired-order-details {
    font-size: 13px;
}
.shopwired-order-details .section {
    margin-top: 30px;
}
.shopwired-order-details .label {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    text-transform: uppercase;
}
.shopwired-order-details .value {
    display: inline-block;
    vertical-align: top;
    max-width: 770px;
    font-weight: 700;
}
.shopwired-order-products {
    font-size: 13px;
    margin: 30px 0 0;
    width: 100%;
}
.shopwired-order-products th {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px 2px;
}
.shopwired-order-products td {
    padding: 8px 20px;
}
.shopwired-order-products th:first-child, .shopwired-order-products td:first-child {
    padding-left: 0;
}
.shopwired-order-products th:last-child, .shopwired-order-products td:last-child {
    padding-left: 0;
}
.shopwired-order-products .empty {
    text-align: center;
}
.shopwired-order-products .separator:last-child {
    display: none;
}
.shopwired-share-buttons a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background-repeat: no-repeat;
    -webkit-background-size: 32px;
    background-size: 32px;
}
.shopwired-share-buttons .facebook {
    background-image: url('//static.kodajo.com/sharing/facebook.jpg');
}
.shopwired-share-buttons .twitter {
    background-image: url('//static.kodajo.com/sharing/twitter.jpg');
}
.shopwired-share-buttons .pinterest {
    background-image: url('//static.kodajo.com/sharing/pinterest.jpg');
}
.shopwired-share-buttons .google {
    background-image: url('//static.kodajo.com/sharing/google.jpg');
}
.shopwired-share-buttons .tumblr {
    background-image: url('//static.kodajo.com/sharing/tumblr.jpg');
}
.shopwired-form-field {
    display: none !important;
}
.shopwired-basket-modal {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    color: #000;
    line-height: 1.2;
    font-size: 13px;
    font-weight: normal;
}
.shopwired-basket-modal .inner {
    width: 700px;
    border: 5px solid #f2f2f2;
    margin: 0 auto;
    background-color: #fff;
    padding: 22px;
    position: relative;
    box-sizing: border-box;
}
.shopwired-basket-modal h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.shopwired-basket-modal .items {
    margin-top: 30px;
}
.shopwired-basket-modal .item {
    overflow: hidden;
}
.shopwired-basket-modal .item .shopwired-image-container {
    width: 150px;
    height: 150px;
    padding: 0;
    float: left;
    box-sizing: border-box;
}
.shopwired-basket-modal .item .info {
    margin-top: 15px;
    background-color: #f8f8f8;
    margin-left: 150px;
    display: table;
    width: 496px;
}
.shopwired-basket-modal .item .info .title {
    font-size: 16px;
}
.shopwired-basket-modal .item .info .options {
    font-size: 0;
    margin-top: 5px;
}
.shopwired-basket-modal .item .info .options span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}
.shopwired-basket-modal .item .info .options span::after {
    display: inline-block;
    vertical-align: top;
    content: ',';
    margin: 0 4px 0 -3px;
}
.shopwired-basket-modal .item .info .options span:last-child::after {
    display: none;
}
.shopwired-basket-modal .item .info .basket-remove-button {
    color: #ca0134;
    font-size: 13px;
}
.shopwired-basket-modal .item .info .column {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:first-child .content {
    padding: 20px 0 20px 25px;
    width: 333px;
    box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:last-child .content {
    width: 140px;
    text-align: center;
    box-sizing: border-box;
}
.shopwired-basket-modal .item .info .price {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}
.shopwired-basket-modal .item + .item {
    margin-top: 15px;
}
.shopwired-basket-modal .buttons {
    text-align: right;
    margin-top: 35px;
}
.shopwired-basket-modal .shopwired-basket-modal-button {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    padding: 0 40px 2px;
    text-align: center;
    border: none;
    background: #000;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
}
.shopwired-basket-modal .main-color {
    color: #2272a4;
}
.shopwired-basket-modal .main-background-color {
    background-color: #2272a4;
}
.shopwired-basket-modal .alternative-color {
    color: #ca0134;
}
.shopwired-basket-modal .alternative-background-color {
    background-color: #ca0134;
}
.shopwired-basket-modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 36px;
    height: 36px;
    background: #000 url('../images/default/basket-modal-close-button.png') center no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}
p {
    font-family: 'open_sansregular';
    font-size: 15px;
}
@media screen and (max-width: 767px) {
    .shopwired-basket-modal .inner {
        width: auto;
        margin-left: 24px;
        margin-right: 24px;
        padding: 15px;
    }
    .shopwired-basket-modal h2 {
        text-align: center;
    }
    .shopwired-basket-modal .item .shopwired-image-container {
        margin: 0 auto;
        float: none;
    }
    .shopwired-basket-modal .item .info {
        margin: 15px 0 0;
        display: block;
        width: auto;
        padding: 15px;
    }
    .shopwired-basket-modal .item .info .column {
        display: block;
        height: auto;
        vertical-align: top;
    }
    .shopwired-basket-modal .item .info .column .content {
        min-height: 1px !important;
        padding: 0 !important;
        width: auto !important;
        text-align: left !important;
    }
    .shopwired-basket-modal .item .info .price {
        margin: 5px 0;
    }
    .shopwired-basket-modal .item + .item {
        margin-top: 20px;
    }
    .shopwired-basket-modal .shopwired-basket-modal-button {
        display: block;
        width: 100%;
        margin: 15px 0 0;
        padding-left: 0;
        padding-right: 0;
    }
}
.collection-container .page-link.hidden {
    display: none;
}
@font-face {
    font-family: "Ariel rounded";
    src: url('../fonts/ARLRDBD.ttf') format('truetype');
}
@font-face {
    font-family: "Amerika";
    src: url('../fonts/AMERIKA.ttf') format('truetype');
}
@font-face {
    font-family: "Bellbottom";
    src: url('../fonts/BellBottom.Laser.ttf') format('truetype');
}
@font-face {
    font-family: "Black Chancery";
    src: url('../fonts/BLKCHCRY.ttf') format('truetype');
}
@font-face {
    font-family: "Celtic";
    src: url('../fonts/SHERWOOD.ttf') format('truetype');
}
@font-face {
    font-family: "Comic Script";
    src: url('../fonts/SF-Comic-Script.ttf') format('truetype');
}
@font-face {
    font-family: "Devinne Swash";
    src: url('../fonts/DevinneSwash.ttf') format('truetype');
}
@font-face {
    font-family: "Merlin";
    src: url('../fonts/Merlin.ttf') format('truetype');
}
@font-face {
    font-family: "Missy";
    src: url('../fonts/Missy_BT_Roman.ttf') format('truetype');
}
@font-face {
    font-family: "Monotype";
    src: url('../fonts/MTCORSVA.ttf') format('truetype');
}
@font-face {
    font-family: "Pristina";
    src: url('../fonts/PRISTINA.ttf') format('truetype');
}
@font-face {
    font-family: "Scooby Doo";
    src: url('../fonts/scoobydoo.ttf') format('truetype');
}
@font-face {
    font-family: "Star Trek";
    src: url('../fonts/StarTrekBT.ttf') format('truetype');
}
@font-face {
    font-family: "Trumpit";
    src: url('../fonts/Trumpit.otf') format('truetype');
}
@font-face {
    font-family: 'SgwnfgpqvgvqqznzkxzzzvbnzsnRegular';
    src: url('../fonts/tisapro.eot');
    src: url('../fonts/tisapro.eot') format('embedded-opentype'), url('../fonts/tisapro.woff2') format('woff2'), url('../fonts/tisapro.woff') format('woff'), url('../fonts/tisapro.ttf') format('truetype'), url('../fonts/tisapro.svg#SgwnfgpqvgvqqznzkxzzzvbnzsnRegular') format('svg');
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic.eot');
    src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-italic.woff2') format('woff2'), url('../fonts/opensans-italic.woff') format('woff'), url('../fonts/opensans-italic.ttf') format('truetype'), url('../fonts/opensans-italic.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light.eot');
    src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic.eot');
    src: url('../fonts/opensans-lightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-lightitalic.woff2') format('woff2'), url('../fonts/opensans-lightitalic.woff') format('woff'), url('../fonts/opensans-lightitalic.ttf') format('truetype'), url('../fonts/opensans-lightitalic.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic.eot');
    src: url('../fonts/opensans-lightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-lightitalic.woff2') format('woff2'), url('../fonts/opensans-lightitalic.woff') format('woff'), url('../fonts/opensans-lightitalic.ttf') format('truetype'), url('../fonts/opensans-lightitalic.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold.woff2') format('woff2'), url('../fonts/opensans-semibold.woff') format('woff'), url('../fonts/opensans-semibold.ttf') format('truetype'), url('../fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('../fonts/opensans-semibolditalic.eot');
    src: url('../fonts/opensans-semibolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibolditalic.woff2') format('woff2'), url('../fonts/opensans-semibolditalic.woff') format('woff'), url('../fonts/opensans-semibolditalic.ttf') format('truetype'), url('../fonts/opensans-semibolditalic.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'interstate';
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.eot');
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.eot?#iefi100') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.svg#interstate100') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'interstate';
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.eot');
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.svg#interstate_300') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-kb8vck');
    src: url('../fonts/icomoon.eot?#iefix-kb8vck') format('embedded-opentype'), url('../fonts/icomoon.ttf?-kb8vck') format('truetype'), url('../fonts/icomoon.woff?-kb8vck') format('woff'), url('../fonts/icomoon.svg?-kb8vck#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-basket:before {
    content: "\e601";
}
.icon-search-icon:before {
    content: "\e600";
}
.icon-arrow-2-left:before {
    content: "\e605";
}
.icon-arrow-2-right:before {
    content: "\e608";
}
.icon-check-icon:before {
    content: "\e609";
}
.icon-delete:before {
    content: "\e612";
}
.icon-close-icon:before {
    content: "\e611";
}
.icon-open-icon:before {
    content: "\e610";
}
.icon-star:before {
    content: "\e613";
}
.icon-left-arrow:before {
    content: "\e602";
}
.icon-right-arrow:before {
    content: "\e603";
}
.icon-check:before {
    content: "\e604";
}
body {
    font-family: 'open_sansregular';
    font-weight: normal;
    color: {
        {
            settings.color_font 
        }
    }
    ;
}
p {
    font-size: 15px;
    font-family: "open_sansregular";
}
h1, h2, h3, h4, h5, h6 {
    font-family: open_sanssemibold;
    color: {
        {
            settings.color_titles 
        }
    }
    ;
}
img {
    max-width: 100%;
}
.inline {
    display: inline-block;
}
.row-table {
    display: table;
}
.no-product {
    margin: 20px 0;
}
a {
    word-wrap: break-word;
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    color:#e5006e;
}
a:focus, a:hover {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    text-decoration: none;
    outline: none;
}
.border-tb {
    margin-top: -1px;
    border-top: 1px dotted #cdcbcc;
    border-bottom: 1px dotted #cdcbcc;
    padding: 10px 0;
}
.headline-md {
    font-size: 30px;
    text-transform: capitalize;
    color: {
        {
            settings.color_titles 
        }
    }
    ;
    font-family: open_sanssemibold;
    margin:13px 0 20px;
}
.headline-sm {
    font-size: 20px;
    margin: 0;
}
section.hippyinnerpage h3 {
    font-size: 20px;
}
.no-margin {
    margin: 0;
}
.margin-t-sm {
    margin-top: 10px;
}
.margin-t-md {
    margin-top: 20px;
}
.margin-t-lg {
    margin-top: 30px;
}
.margin-b-sm {
    margin-bottom: 10px;
}
.margin-b-md {
    margin-bottom: 20px;
}
.margin-l-sm {
    margin-left: 10px;
}
.margin-r-sm {
    margin-right: 10px;
}
.no-padding {
    padding: 0;
}
.padding-t-sm {
    padding-top: 10px;
}
.margin-t-xs {
    margin-top: 5px;
}
.padding-b-sm {
    padding-bottom: 10px;
}
.padding-l-sm {
    padding-left: 10px;
}
.padding-r-sm {
    padding-right: 10px;
}
.medium {
    width: 80%;
}
.small {
    width: 40%;
}
.full-width {
    width: 100%;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}
ol.breadcrumb {
    padding: 10px 0;
}
.breadcrumb a, .breadcrumb span {
    font-size: 11px;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    padding: 0;
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
}
.breadcrumb a:hover, .breadcrumb span:hover {
    text-decoration: none;
    color: #545454;
}
.breadcrumb a.active, .breadcrumb span.active {
    color: #545454;
    cursor: default;
}
.breadcrumb a{
    color:#079aa0;
    font-weight: bold;
}
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 2px;
    color: #545454;
    font-size: 10px;
}
.text-snippet-container .divider-line {
    border-right: 1px solid #ededed;
}
.snippet-image {
    margin-top: 10px;
    margin-bottom: 10px;
}
.snippet-content {
    font-family: 'open_sanslight';
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.snippet-content h3 {
    font-family: open_sanssemibold;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
}
.video-title {
    margin-bottom: 20px;
}
.video-title h3 {
    background-color: #82888c;
    color: #e5e5e5;
    font-family: open_sanslight;
    font-size: 16px;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: open_sansregular;
    font-weight: 500;
}
.content p {
    margin-bottom: 20px;
}
.show-under-lg, .show-under-md {
    display: none;
}
@media (min-width: 490px) {
    .text-snippet-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width: 790px) {
    .snippet-image {
        width: 190px;
    }
    .snippet-content {
        width: auto;
        display: table-cell;
        float: none;
    }
    .snippet-content h3 {
        margin-top: 20px;
    }
}
@media (max-width: 1040px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .breadcrumb {
        display: none;
    }
    .show-under-lg {
        display: block;
    }
    .hide-under-lg {
        display: none;
    }
}
@media (max-width: 790px) {
    .medium, .small, .full-md {
        width: 100%;
    }
    .show-under-md {
        display: block;
    }
}
@media (max-width: 670px) {
    .full-sm {
        width: 100%;
    }
}
@media (max-width: 490px) {
    .text-snippet-container .divider-line {
        border-right: 0;
    }
    .text-snippet-container .divider-line:after {
        content: "";
        border-bottom: 1px solid #ededed;
        display: block;
        margin-bottom: 10px;
    }
    .text-snippet-container .col-xs-6 {
        width: 100%;
    }
    .text-snippet-container .col-xs-6 .snippet-image {
        text-align: center;
    }
    .sm-center {
        text-align: center;
    }
}
[class*=" button-"] {
    font-size: 14px;
    font-family: 'open_sansregular';
    border: 0;
    font-weight: normal;
    padding: 8px 15px;
    border-radius: 4px;
    text-transform: capitalize;
}
[class*=" button-"]:focus, [class*=" button-"]:hover {
    opacity: .8;
    outline: none;
}
.btn:focus, .btn:active {
    outline: none !important;
    outline: -webkit-focus-ring-color auto 0 !important;
    outline-offset: 0 !important;
    box-shadow: none;
}
.button-theme {
    color: {
        {
            settings.color_button_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_button_background 
        }
    }
    ;
    text-transform: capitalize;
}
.button-theme:focus, .button-theme:hover {
    color: #fff;
}
.button-theme2 {
    color: #fff;
    background-color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    text-transform: capitalize;
}
.button-theme2:focus, .button-theme2:hover {
    color: #fff;
}
.button-grey {
    color: #fff;
    background-color: #82888c;
    text-transform: capitalize;
}
.button-grey:focus, .button-grey:hover {
    color: #fff;
}
.button-add-to-basket {
    color: {
        {
            settings.color_basket_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_basket_background 
        }
    }
    ;
}
.button-add-to-basket:focus, .button-add-to-basket:hover {
    color: {
        {
            settings.color_basket_font 
        }
    }
    ;
}
.button-out-of-stock {
    color: {
        {
            settings.color_basket_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_basket_background 
        }
    }
    ;
}
.button-out-of-stock:focus, .button-out-of-stock:hover {
    color: {
        {
            settings.color_basket_font 
        }
    }
    ;
}
.button-add-to-wishlist {
    color: {
        {
            settings.color_wishlist_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_wishlist_background 
        }
    }
    ;
}
.button-add-to-wishlist:focus, .button-add-to-wishlist:hover {
    color: {
        {
            settings.color_wishlist_font 
        }
    }
    ;
}
.button-proceed-to-checkout {
    font-family: 'open_sanssemibold';
    color: {
        {
            settings.color_checkout_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_checkout_background 
        }
    }
    ;
    font-size: 20px;
}
.button-proceed-to-checkout:focus, .button-proceed-to-checkout:hover {
    color: {
        {
            settings.color_checkout_font 
        }
    }
    ;
}
.button-redeem-points {
    color: #fff;
    background-color: {
        {
            settings.color_accent 
        }
    }
    ;
}
.button-redeem-points:focus, .button-redeem-points:hover {
    color: #fff;
}
.checkout-form .payments-buttons .paypal-button {
    margin: 0 12px 0 0;
    width: 185px;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0) !important;
}
.checkout-form .paypal-button img {
    width: 100%;
}
.image-button {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    margin: 5px 0;
}
.image-button:hover {
    opacity: .9;
}
.or-separator {
    margin: 10px 0 5px;
}
label {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 13px;
}
textarea {
    min-height: 100px;
}
.form-control {
    border: 1px solid #cdcbcc;
    box-shadow: inset 0 0 0 1px #f2f2f2;
    border-radius: 4px;
}
.form-control:focus {
    outline: none;
    border: 1px solid #cdcbcc;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}
.forgotten-password {
    display: block;
    margin-top: 15px;
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    font-size: 13px;
}
.input-group.input-theme {
    width: 385px;
}
.input-group.input-theme input, .input-group.input-theme .btn {
    box-shadow: none;
}
.input-group.input-theme input {
    background: #fff;
    border: 1px solid #079aa0;
    border-radius: 4px 0 0 4px;
    height: auto;
    padding: 9px 12px 9px 12px;
    border-right: 0px;
}
.input-group.input-theme .btn {
    background: {
        {
            settings.color_accent 
        }
    }
    ;
    border: 1px solid {
        {
            settings.color_accent 
        }
    }
    ;
    border-radius: 0 4px 4px 0;
    padding: 4px 10px;
    margin-left: 0;
    height: 40px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'open_sansregular';
}
.input-group.input-theme .btn {
    background: #e5006e;
    border: 1px solid #e5006e;
}
.button-theme {
    background-color: #e5006e;
    color: #fff;
}
.input-group.input-theme [class^="icon-"] {
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
}
.input-group.input-transparent {
    width: 320px;
    border: 1px solid #cdcbcc;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #f2f2f2;
}
.input-group.input-transparent input, .input-group.input-transparent .btn {
    box-shadow: none;
    background: transparent;
}
.input-group.input-transparent input {
    border: 0;
    border-radius: 0;
}
.input-group.input-transparent .btn {
    border: 0;
    border-radius: 0;
    margin-left: 0;
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'open_sanssemibold';
}
span.customSelect {
    font-style: italic;
    font-family: 'open_sanslight';
    font-size: 13px;
    color: #82888c;
    background: #fff url(../images/custom-select.png) 97% center no-repeat;
    background-size: 21px;
    border: 1px solid #cdcbcc;
    padding: 7px 10px;
    border-radius: 4px;
}
.custom-select {
    cursor: pointer;
}
.customSelectInner {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 25px) !important;
    height: 100%;
}
.custom-checkbox {
    cursor: pointer;
}
.custom-checkbox .inline {
    margin-bottom: -5px;
    margin-right: 5px;
    margin-left: -29px;
    width: 20px;
    height: 20px;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox {
    color: #545454;
    font-size: 12px;
    font-family: 'open_sanslight';
    font-weight: 500;
    display: block;
    padding-left: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.check-wrapper {
    display: table;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: normal;
    border: 1px solid #cdcbcc;
    box-shadow: inset 0 0 0 1px #f2f2f2;
    border-radius: 4px;
    background: #fdfdfd;
    cursor: pointer;
}
.check-wrapper .icon-check-icon {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.login-form .divider-line {
    border-right: 1px solid #ededed;
}
.login-form:after {
    content: "";
    border-bottom: 1px solid #ededed;
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
    padding: 10px 0;
}
.checkout-form h5 {
    font-size: 20px;
    font-family: open_sanssemibold;
    margin-bottom: 20px;
}
.checkout-form h5 .custom-checkbox {
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
.billing-form {
    margin-bottom: 20px;
}
.payments-buttons {
    margin-top: 20px;
}
.payments-buttons button {
    margin-bottom: 20px;
}
.contact-form a, .contact-form span {
    font-size: 13px;
}
.contact-form h4 {
    font-family: open_sanssemibold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.contact-form .address-info span {
    display: block;
}
@media (min-width: 790px) {
    label {
        padding-top: 7px;
    }
    .login-form .divider-line {
        padding-right: 25px;
    }
    .login-form .divider-line + .col-md-6 {
        padding-left: 25px;
    }
    .payments-buttons button {
        margin-right: 10px;
    }
}
@media (min-width: 1040px) {
    .padding-lg-r {
        padding-right: 25px;
    }
    .billing-form {
        padding-left: 25px;
    }
}
@media (max-width: 1040px) {
    .billing-form {
        float: none;
        clear: both;
        overflow: auto;
    }
    .billing-form h5 .custom-checkbox {
        display: none;
    }
}
@media (max-width: 790px) {
    .login-form .divider-line {
        border-right: 0;
    }
    .login-form .divider-line:after {
        content: "";
        border-bottom: 1px solid #ededed;
        display: block;
    }
    .login-form:after {
        margin-bottom: 0;
        padding: 0;
        padding-top: 5px;
    }
    .input-group.input-transparent {
        width: 100%;
    }
}
@media (max-width: 410px) {
    .input-group.input-theme {
        width: 100%;
    }
    .header .text-right .inline {
        display: block;
    }
}
.featured-products-slider {
    margin-top: 20px;
    margin-bottom: 0;
}
.featured-products-slider .slick-slide {
    margin: 0 9px;
}
.featured-products-slider .slick-slide {
    margin: 0 9px;
}
.featured-products-slider .slick-list {
    margin: 0 -9px;
}
.featured-products-slider .slider-arrow {
    background: #079aa0;
    cursor: pointer;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}
.featured-products-slider .slider-arrow span {
    font-size: 19px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.featured-products-slider .slider-arrow-left {
    left: -60px;
}
.featured-products-slider .slider-arrow-right {
    right: -60px;
}
.product-thumb-slider {
    margin-top: 18px;
}
.product-thumb-slider .slick-slide {
    margin: 0 9px;
}
.product-thumb-slider .slick-list {
    margin: 0 30px;
}
.product-thumb-slider .slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}
.product-thumb-slider .slider-arrow span {
    font-size: 35px;
    color: #82888c;
}
.product-thumb-slider .slider-arrow-left {
    left: 0;
}
.product-thumb-slider .slider-arrow-right {
    right: 0;
}
@media (max-width: 1040px) {
    .featured-products-slider .slider-arrow-left {
        left: 0;
    }
    .featured-products-slider .slider-arrow-right {
        right: 0;
    }
    .featured-products-slider .slick-list {
        margin: 0 30px;
    }
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: bottom;
}
.table-responsive {
    border: 1px solid #dfe4e5;
    border-top: 0;
}
.table-responsive thead {
    border-top: 1px solid #dfe4e5;
}
.table {
    margin-bottom: 0;
}
.account-home-table {
    margin-top: 20px;
}
.account-home-table .table > thead > tr > th {
    border-bottom: 0;
}
.account-home-table .table-condensed > tbody > tr > td, .account-home-table .table-condensed > tbody > tr > th, .account-home-table .table-condensed > tfoot > tr > td, .account-home-table .table-condensed > tfoot > tr > th {
    padding: 7px 10px;
    font-weight: 300;
    font-size: 13px;
}
.account-home-table .table-condensed > thead > tr > td, .account-home-table .table-condensed > thead > tr > th {
    padding: 10px;
    font-family: 'open_sansregular';
    color: #000;
}
.table-order {
    margin-top: 20px;
}
.table-order h4 {
    font-size: 14px;
    font-family: 'open_sansregular';
    font-weight: normal;
    text-transform: capitalize;
}
.table-order li {
    font-weight: 300;
    font-size: 13px;
}
.table-order li:empty {
    height: 20px;
}
table.table-order-info thead th {
    border-bottom: 0;
    font-weight: normal;
    padding: 0;
}
table.table-order-info thead th h4 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sansregular';
    text-transform: capitalize;
}
table.table-order-info tbody tr td {
    border-top: 0;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
}
table.table-order-info tbody td.text-bold {
    font-weight: 600;
}
table.table-order-info tbody tr.empty td {
    padding: 10px;
}
@media (max-width: 400px) {
    table.table-order-info .text-bold {
        padding-left: 10px;
    }
}
.sidebar {
    background: #fff;
    font-family: 'open_sansregular';
    margin-top: 20px;
}
.sidebar h3 {
    color: #fff;
    background: {
        {
            settings.color_accent_two 
        }
    }
    ;
    background:#079aa0;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
}
.sidebar ul {
    list-style: none;
    padding: 0;
}
.sidebar li {
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px solid #f2f2f2;
}
.sidebar a {
    font-family: 'open_sansregular';
    color: #545454;
    font-size: 13px;
    padding: 10px 0;
    display: block;
}
.sidebar a:hover {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    color:#079aa0;
}
.sidebar-blog h3 {
    text-transform: capitalize;
    font-family: 'open_sanssemibold';
    font-size: 16px;
}
.sidebar-blog .about-us {
    background-color: #e6f5f5;
    border: 1px solid #079aa0;
    border-top: 0;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.sidebar-blog .archives-links, .sidebar-blog .categories-links {
    margin-left: -10px;
}
.sidebar-blog .archives-links a, .sidebar-blog .categories-links a {
    padding: 8px 10px;
    background: {
        {
            settings.color_accent_two 
        }
    }
    ;
    font-family: 'open_sanssemibold';
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
}
.sidebar-blog .categories-links {
    margin-top: 5px;
}
.sidebar-blog .categories-links a {
    background: #82888c;
}
.sidebar-category li.dropdown .dropdown-toggle {
    position: relative;
    padding-right: 30px;
}
.sidebar-category li.dropdown .dropdown-toggle:after {
    content: "\e610";
    font-family: "icomoon";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -10px;
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
}
.sidebar-category li.open .dropdown-toggle {
    color: {
        {
            settings.color_accent_two 
        }
    }
    !important;
}
.sidebar-category li.open .dropdown-toggle:after {
    content: "\e611";
}
.sidebar-category a {
    color: #545454;
}
.sidebar-category .dropdown-menu {
    position: relative;
    float: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1px;
    padding: 10px 0;
    z-index: 1;
}
.sidebar-category .dropdown-menu li {
    border: 0;
}
.sidebar-category .dropdown-menu li a {
    white-space: pre-wrap;
    font-size: 12px;
    color: #545454;
}
.sidebar-category .dropdown-menu li a:focus {
    background: transparent;
}
.sidebar-category .dropdown-menu li a:focus, .sidebar-category .dropdown-menu li a:hover {
    color: {
        {
            settings.color_accent_two 
        }
    }
    !important;
    background: transparent;
}
.sidebar-category li.open .dropdown-menu:before {
    border-top: 1px solid #f2f2f2;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
}
.aboutinfo h3 {
    margin-top: 0;
}
@media (min-width: 1040px) {
    .sidebar {
        margin-right: 30px;
    }
    .sidebar-blog {
        margin-right: 0;
    }
}
@media (max-width: 790px) {
    .sidebar-category {
        display: none;
    }
}
header {
    font-family: 'open_sanssemibold';
}
.mobile-top-header {
    display: none;
    background: #545454;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.mobile-top-header .menu-trigger {
    padding: 0;
    border: 0;
    height: 40px;
    background: transparent;
    padding: 0 10px;
}
.mobile-top-header .menu-trigger:focus, .mobile-top-header .menu-trigger:hover {
    background: transparent;
}
.mobile-top-header .menu-title {
    padding-left: 10px;
    font-family: open_sansregular;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.mobile-top-header .shopping-bag {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    background: {
        {
            settings.color_accent 
        }
    }
    ;
    text-align: center;
    line-height: 40px;
}
.mobile-top-header .shopping-bag .icon-basket {
    color: #fff;
    font-size: 25px;
    vertical-align: middle;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    z-index: 1000;
}
.mobile-menu ul {
    list-style: none;
    padding-left: 0;
    background: #000;
    margin-bottom: 0;
}
.mobile-menu ul a {
    padding: 10px;
    display: block;
}
.mobile-menu ul a:hover {
    background: #2A2A2A;
}
.mobile-menu a {
    color: #fff;
    text-transform: uppercase;
    font-family: open_sansregular;
}
.top-header {
    background: {
        {
            settings.color_header_background 
        }
    }
    ;
    color: #e5e5e5;
    font-size: 12px;
    padding: 6px 0;
}
.top-header {
    background: rgb(7,154,160,1);
    padding: 6px 0;
}
.top-header, .top-header .list-inline a {
    font-size: 14px;
}
.top-header .list-inline a {
    color: #e5e5e5;
    font-size: 14px;
}
.top-header .list-inline a.active {
    color: #fff;
}
.top-header .list-inline a:hover {
    color: #fff;
}
.top-header .currencies-menu {
    display: inline-block;
    margin: 0;
}
.top-header .currencies-menu a {
    text-transform: uppercase;
}
.top-header .user-menu {
    float: right;
    margin: 0;
}
.top-header .user-menu a {
    color: #e5e5e5;
    font-size: 14px;
}
.top-header .user-menu a:hover {
    color: #fff;
}
.top-header .user-menu li {
    padding-left: 20px;
}
.top-header .user-menu li + li {
    border-left: 0px solid #393939;
}
.header {
    background: rgb(7,154,160,0.1);
    padding: 25px 0;
}
.logo-container img {
    height: 58px;
}
.goog-te-gadget {
    position: relative;
}
.goog-te-gadget .goog-te-combo {
    margin:0;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    margin: 0;
    margin: revert-layer;
    padding: 10px 10px 9px 10px;
    appearance: none;
    position: relative;
    min-width: 150px;
    z-index: 2;
    font-size: 12px !important;
}
.goog-te-gadget>div:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    content: "\e608";
    font-family: icomoon;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    right: 13px;
    text-transform: none;
    top: 14px;
    transform: rotate(90deg);
    z-index: 1;
    font-size: 11px !important;
}
.goog-te-gadget {
    font-size: 0px !important;
}
.skiptranslate.goog-te-gadget span {
    display: none;
}
.goog-te-gadget .goog-te-combo:focus-visible {
    box-shadow: 0 0 0 0 inset;
    outline: 0;
}
.logo-text {
    font-size: 30px;
    font-family: open_sansregular;
    text-align: left;
    font-weight: bold;
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    max-width: 350px;
    width: 350px;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 75px;
}
.basket-bag {
    display: inline-block;
    text-align: center;
    margin-left: 40px;
}
.basket-bag > span {
    display: block;
    color: #000;
    font-size: 12px;
}
.basket-bag [class^="icon-"] {
    font-size: 30px;
    margin-bottom: 10px;
    color: #e5006e;
}
.videosection {
    background: #e6f5f5;
    border-radius: 15px;
    margin-bottom: 50px;
    padding: 0;
}
.mainmenu {
    border-bottom: 1px solid #e6f5f5;
}
.main-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.main-menu {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -18px;
}
.main-menu li {
    margin-right: 0;
    padding: 0;
}
.main-menu a {
    color:#079aa0;
    font-family: open_sansregular;
    font-size: 15px;
    padding: 17px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}
.main-menu li:hover a, .main-menu li a:hover {
    background: #079aa0;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
}
.category-menu.navbar {
    margin-bottom: 15px;
}
.category-menu .navbar-nav li a {
    color: #545454;
    font-family: "open_sansregular";
    font-size: 13px;
    text-transform: uppercase;
}
.category-menu .navbar-nav li a:hover {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    background: transparent;
}
.category-menu .navbar-nav > li > a:hover {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
}
.currencies-menu.show-under-md {
    text-align: center;
    margin-bottom: 20px;
}
.currencies-menu.show-under-md a {
    text-transform: uppercase;
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    font-size: 12px;
}
.currencies-menu.show-under-md a.active {
    color: #545454;
}
.currencies-menu.show-under-md a:hover {
    color: #545454;
}
.topnavbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px 0 !important;
}
.goog-te-gadget .goog-te-combo option {
    color: #000;
}
.top-header .currencies-menu {
    display: inline-flex;
    margin: 0;
    align-items: center;
}
.flex {
    display:flex;
}
.homevideo iframe {
    width: 100%;
    height: 100%;
}
.homevideo {
    width:100%;
    border-radius: 10px 0 0 10px;
    height: 100%;
    overflow: hidden;
    position: absolute;
}
.aboutinfo {
    display: flex;
    flex-direction: column;
    height: 390px;
    justify-content: center;
    padding-left: 28px;
    padding-right: 28px;
}
.aboutinfo a {
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: 170px;
}
.aboutinfo a.playvideo {
    display: none;
}
.productrange .prangetop {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0 15%;
    text-align: center;
}
.productrange .prangetop h3 {
    margin-bottom: 25px;
}
.customer-reviews .prangetop * {
    color: #fff;
}
.sectionseparator {
    background: url(https://png.pngtree.com/png-clipart/20220706/ourmid/pngtree-decorative-line-separator-black-lines-png-image_5687462.png) center center no-repeat;
    width: 100%;
    height: 30px;
    background-size: 28% auto;
}
@media (min-width: 790px) {
    .category-menu {
        background: #fff;
        box-shadow: none;
        padding: 0;
        border: 0;
        border-top: 1px dotted #cdcbcc;
        border-bottom: 1px dotted #cdcbcc;
    }
    .category-menu.navbar {
        min-height: 1px;
        border-radius: 0;
    }
    .category-menu .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
    .category-menu .navbar-nav > li > a {
        padding: 10px 13px;
        font-family: 'open_sanssemibold';
    }
    .category-menu .navbar-nav > li:first-child a {
        padding-left: 0;
    }
    .category-menu .navbar-nav > li:first-child .dropdown-menu {
        left: -13px;
    }
    .category-menu .navbar-nav li.dropdown:hover .dropdown-toggle {
        color: {
            {
                settings.color_accent_two 
            }
        }
        ;
    }
    .category-menu .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .category-menu .navbar-nav li.open .dropdown-toggle {
        color: {
            {
                settings.color_accent_two 
            }
        }
        ;
    }
    .category-menu .navbar-nav > li > .dropdown-menu {
        border: 1px solid #d9d9d9;
        border-top: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0 10px;
        min-width: 175px;
    }
    .category-menu .navbar-nav > li > .dropdown-menu li a {
        padding: 10px 5px;
        color: #545454;
        font-size: 12px;
        font-family: 'open_sansregular';
    }
    .category-menu .navbar-nav > li > .dropdown-menu li a:hover {
        color: {
            {
                settings.color_accent_two 
            }
        }
        ;
    }
    .category-menu .navbar-nav > li > .dropdown-menu li + li {
        border-top: 1px solid #d9d9d9;
    }
}
@media (max-width: 790px) {
    .top-header, .header .basket-bag, .main-menu {
        display: none;
    }
    .header {
        padding-top: 10px;
    }
    .mobile-top-header {
        display: block;
    }
    .logo-container, .header .text-right {
        text-align: center;
    }
    .logo-container {
        margin-bottom: 20px;
    }
    .category-menu {
        background-color: transparent;
        border: 0;
    }
    .category-menu.navbar {
        margin-bottom: 5px;
    }
    .category-menu .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        border: 1px solid #d9d9d9;
        border-top: 0;
    }
    .category-menu .navbar-nav > li > a {
        padding: 10px;
    }
    .category-menu .navbar-collapse {
        border: 0;
    }
    .category-menu li.dropdown .dropdown-toggle {
        position: relative;
        padding-right: 30px;
    }
    .category-menu li.dropdown .dropdown-toggle:after {
        content: "\e610";
        font-family: "icomoon";
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
    }
    .category-menu li.open .dropdown-toggle {
        color: {
            {
                settings.color_accent_two 
            }
        }
        !important;
    }
    .category-menu li.open .dropdown-toggle:after {
        content: "\e611";
    }
    .category-menu .dropdown-menu {
        padding: 0;
    }
    .category-menu .dropdown-menu li a {
        white-space: pre-wrap;
    }
    .category-menu .dropdown-menu li a:hover {
        color: {
            {
                settings.color_accent_two 
            }
        }
        !important;
    }
    .category-menu .navbar-toggle {
        font-family: "open_sansregular";
        border: 1px solid #d9d9d9;
        border-radius: 0;
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .category-menu .navbar-toggle .icon-arrow {
        float: right;
        margin-top: 3px;
    }
    .category-menu .navbar-toggle .icon-arrow:before {
        content: "\e602";
        font-family: "icomoon";
    }
    .category-menu .navbar-toggle:focus, .category-menu .navbar-toggle:hover {
        background: transparent;
    }
    .category-menu .navbar-toggle.collapsed .icon-arrow:before {
        content: "\e603";
    }
}
.pagination {
    margin: 0;
    padding: 0;
}
.pagination > li > a {
    color: #545454;
    font-size: 11px;
    border: 1px solid #cdcbcc;
    margin-left: 0;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 3px 9px;
}
.pagination > li > a.current, .pagination > li > a:hover {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    background: #fff;
    border: 1px solid #cdcbcc;
}
.pagination li + li > a {
    margin-left: 5px;
}
.pagination-container {
    display: inline-block;
    float: right;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    background: #fff;
    border: 1px solid #cdcbcc;
}
@media (max-width: 670px) {
    .pagination > li > a {
        display: none;
    }
    .pagination > li > a.current, .pagination > li:first-child > a, .pagination > li:last-child > a {
        display: inline-block;
    }
}
.sort-options {
    min-width: 180px;
}
.sort-options span.customSelect {
    font-style: normal;
    font-family: 'open_sansregular';
    background-size: 19px;
    font-size: 11px;
    color: #545454;
    padding: 6px 10px;
    height: auto;
    white-space: nowrap;
}
@media (max-width: 490px) {
    .sort-options {
        width: 100%;
        max-width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}
.banner-slider {
    margin-bottom: 20px;
}
.banner-image {
    position: relative;
}
.banner-text {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}
.banner-text p span {
    display: inline-block;
    background: {
        {
            settings.color_banner_background 
        }
    }
    ;
    color: {
        {
            settings.color_banner_font 
        }
    }
    ;
    padding: 3px 10px;
    font-size: 28px;
    font-family: 'interstate';
    font-weight: 100;
}
.socials a.linkedin, a.twitter {
    display: none;
}
@media (max-width: 490px) {
    .banner-text p span {
        font-size: 18px;
    }
}
.featured-categories .category, .categories-items .category {
    position: relative;
}
.category-title {
    bottom: 0;
    left: 0;
    right: 0;
}
.category-title h2 {
    color: #e5e5e5;
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
    font-family: 'open_sanslight';
    padding: 5px 10px;
    margin: 0;
    position: relative;
}
.category-title h2 a {
    color: #000000;
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
    font-family: 'open_sanslight';
    padding-right: 15px;
    display: inline-block;
    font-weight: bold;
}
.category-title h2 a:after {
    content: "\e608";
    font-family: "icomoon";
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -7px;
}
.category-title h2 a:hover {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
}
.categories-items h2 {
    padding: 10px;
}
@media (max-width: 450px) {
    .featured-categories .col-xs-6, .categories-items .col-xs-6 {
        width: 100%;
    }
}
.products-items .product-title h3 {
    color: #000;
    display: inline-block;
    font-family: 'open_sansregular';
    font-weight: 400;
    height: 35px;
    text-transform: uppercase;
    margin-top: 10px;
}
.products-items .product-title .product-price-value {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
}
.products-items .product-title .product-sale-price-value {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    padding-right: 10px;
}
.items.products-items .product-sale-price-value + .product-price-value {
    text-decoration: line-through;
}
.product-item {
    position: relative;
}
.product-label {
    color: {
        {
            settings.color_two_for_one_font 
        }
    }
    ;
    background: {
        {
            settings.color_two_for_one_background 
        }
    }
    ;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 900;
}
.product-label + .product-label {
    left: auto !important;
    right: 0;
}
.product-label.new {
    left: auto;
    right: 10px;
    background: {
        {
            settings.color_new_background 
        }
    }
    ;
    color: {
        {
            settings.color_new_font 
        }
    }
    ;
}
.product-label.two-for-one + .product-label.two-for-one {
    left: 10px !important;
    right: auto !important;
    top: 35px;
}
@media (max-width: 400px) {
    .products-items .col-xs-6 {
        width: 100%;
    }
}
#product-container .headline-md {
    font-size: 24px;
    text-transform: none;
}
.product-container {
    margin-top: 20px;
}
.product-container .headline-md {
    margin: 10px 0;
    margin-top: 5px;
}
.ratings {
    display: inline-block;
    margin-right: 15px;
}
.ratings span {
    color: {
        {
            settings.color_reviews 
        }
    }
    ;
    cursor: pointer;
}
.ratings span.rate {
    opacity: .5;
}
.qty {
    display: inline-block;
    vertical-align: bottom;
    font-family: 'open_sanssemibold';
    font-size: 14px;
}
.qty .qty-box {
    border: 1px solid #e9e8e9;
    color: #82888c;
    padding: 6px 0px 6px 10px;
    border-radius: 4px;
    display: block;
    text-align: left;
    width: 100px;
    margin: 0 auto;
}
.qty .qty-box span {
    color: #82888c;
    display: inline-block;
    font-size: 12px;
    width: 35px;
    text-align: center;
}
.qty .qty-box input {
    border: 0;
    width: 45px;
    display: inline-block;
    color: #82888c;
    text-align: center;
}
.product-left .main-image {
    border: 1px solid #e9e8e9;
}
.product-right .product-brand {
    font-size: 10px;
    text-transform: uppercase;
}
.product-right .qty {
    margin-right: 15px;
}
.product-right hr {
    border-color: #e9e8e9;
    border-style: dotted;
    margin: 15px 0;
}
.product-right .show-hide-reviews {
    border-top: 1px dotted #e9e8e9;
    border-bottom: 1px dotted #e9e8e9;
    padding: 10px 0;
    margin-bottom: 15px;
}
.product-right .view-reviews, .product-right .hide-reviews {
    color: {
        {
            settings.color_reviews 
        }
    }
    ;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    font-size: 12px;
}
.product-right #watch-video {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    display: block;
    margin-top: 10px;
}
.product-right .product-price-value {
    color: #545454;
    font-size: 30px;
    font-family: open_sansregular;
}
.product-right .product-sale-price-value {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    padding-right: 10px;
    font-size: 30px;
    font-family: open_sansregular;
}
.product-right .reward-points {
    padding-top: 8px;
    font-size: 15px;
}
.product-right .product-reward-points-value {
    background: {
        {
            settings.color_points 
        }
    }
    ;
    color: #fff;
    padding: 0 8px;
    font-size: 24px;
    margin: 0 3px;
    border-radius: 4px;
    vertical-align: middle;
}
.product-right .product-add-buttons {
    margin-bottom: 15px;
}
.product-right .product-add-buttons button {
    margin-right: 15px;
}
.product-right .product-add-buttons:before {
    content: "";
    display: block;
    border-bottom: 1px dotted #e9e8e9;
    margin: 15px 0;
}
.product-right .code {
    display: block;
    font-size: 12px;
}
.reviews-hidden h3 {
    margin: 10px 0;
    font-size: 18px;
    font-family: open_sanssemibold;
}
.reviews-visible .customer-review + .customer-review {
    margin-top: 20px;
}
.reviews-visible .customer-name {
    font-size: 16px;
    font-family: open_sansregular;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 5px;
}
.leave-review {
    padding-bottom: 10px;
}
.leave-review h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: open_sanssemibold;
}
.video-container {
    display: none;
    border: 1px solid #e9e8e9;
}
.video-container img {
    visibility: hidden;
}
#product-container .product-sale-price-value, #product-container .add-button, #product-container .product-form .in-stock {
    display: none;
}
#product-container.has-sale-price .product-sale-price-value {
    display: inline-block;
}
#product-container.has-sale-price .product-price-value {
    text-decoration: line-through;
}
#product-container.can-be-added .add-button {
    display: inline-block;
}
#product-container.can-be-added .button-out-of-stock {
    display: none;
}
#product-container.in-stock .product-form .in-stock {
    display: inline-block;
}
#product-container.in-stock .product-form .out-of-stock {
    display: none;
}
#product-container.playing-video .video-container {
    display: block;
}
#product-container.playing-video .main-image {
    display: none;
}
@media (max-width: 1040px) {
    .product-left {
        width: 590px;
        margin: 0 auto;
    }
}
@media (max-width: 670px) {
    .product-right .product-add-buttons button {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .reward-points {
        float: none !important;
        display: block;
        margin-top: 10px;
    }
    .qty {
        margin-bottom: 15px;
    }
    .qty .qty-box, .qty {
        width: 100%;
        display: block;
    }
    .qty .qty-box {
        position: relative;
    }
    .qty .qty-box span {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -9px;
    }
    .qty .qty-box input {
        width: 100%;
        text-align: right;
        padding-right: 10px;
        padding-left: 40px;
    }
    .qty .qty-box ::-webkit-input-placeholder {
        text-align: right;
    }
    .qty .qty-box :-moz-placeholder {
        text-align: right;
    }
    .qty .qty-box ::-moz-placeholder {
        text-align: right;
    }
    .qty .qty-box :-ms-input-placeholder {
        text-align: right;
    }
}
@media (max-width: 560px) {
    .product-left {
        width: 100%;
    }
}
.gallery-items .shopwired-image-container img {
    border: 1px solid #545454;
}
.gallery-title {
    height: 70px;
}
.gallery-title h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'open_sanslight';
    background: #545454;
    padding: 10px;
    color: #fff;
    margin: 0;
}
@media (max-width: 400px) {
    .gallery-items .col-xs-6 {
        width: 100%;
    }
}
.blog-container {
    padding: 15px 0;
    border-top: 1px dotted #cdcbcc;
    border-bottom: 1px dotted #cdcbcc;
    font-family: open_sansregular;
}
.blog-container:last-child {
    margin-bottom: 20px;
}
.blog-container + .blog-container {
    border-top: 0;
}
.blog-content {
    display: table-cell;
    width: auto;
    float: none;
}
.blog-content h3, .blogdetailpage h1 {
    font-size: 22px;
    margin: 0;
}
.blog-content .time {
    color: #cdcbcc;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}
.blog-image {
    width: 170px;
    float: left;
    margin-right: 15px;
}
@media (min-width: 1040px) {
    .blog-container {
        margin-right: 5px;
    }
    .sidebar-blog {
        margin-left: 5px;
    }
}
@media (max-width: 450px) {
    .blog-image {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .blog-image img {
        width: 170px;
    }
}
.stockists-info {
    margin-top: 20px;
}
.stockist-box {
    font-size: 13px;
    color: #545454;
    padding: 15px 0;
    border-top: 1px dotted #cdcbcc;
    text-transform: capitalize;
    line-height: 1.7;
}
.stockist-box ul {
    margin-bottom: 0;
}
.stockist-box h5 {
    font-size: 13px;
    font-family: 'open_sanssemibold';
    font-weight: normal;
    margin: 0;
    margin-bottom: 3px;
}
.stockist-town {
    text-align: left;
}
.stockist-town h5 {
    margin-bottom: 20px;
}
.headline-stockist {
    font-family: open_sanssemibold;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
}
@media (max-width: 670px) {
    .stockist-town h5 {
        margin-bottom: 3px;
    }
}
.shopping-bag-container {
    border: 1px solid #e9e8e9;
    box-shadow: inset 0 0 0 1px #f2f2f2;
    border-radius: 4px;
    padding: 20px;
}
.shopping-bag-container .shopping-bag {
    border-bottom: 1px dotted #e9e8e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.shopping-bag-container .qty {
    text-align: center;
}
.shopping-bag-container .qty button {
    border: 0;
    background: transparent;
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    font-size: 12px;
    font-family: "open_sansregular";
}
.shopping-bag-container .product-price {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
    font-size: 20px;
    font-family: open_sansregular;
    padding-top: 3px;
    display: inline-block;
}
.shopping-bag-container .product-remove {
    color: {
        {
            settings.color_accent 
        }
    }
    ;
    padding-top: 8px;
    display: inline-block;
}
.basket-product-update {
    text-align: center;
}
.basket-product-info {
    font-family: 'open_sanssemibold';
    font-size: 13px;
    text-transform: capitalize;
}
.basket-product-info p {
    font-family: 'open_sanssemibold';
    font-size: 13px;
}
.basket-product-info h4 {
    font-size: 20px;
    font-family: open_sanssemibold;
    margin: 10px 0;
}
.basket-product-info .extra-selected {
    margin-top: 20px;
}
.basket-product-info .selected-name {
    color: #82888c;
    padding-right: 20px;
    display: inline-block;
    font-family: 'open_sanslight';
}
.basket-product-img {
    width: 195px;
}
.basket-product-info {
    float: none;
    display: table-cell;
    width: auto;
}
.voucher-code .input-theme {
    margin-top: 20px;
    float: right;
}
.voucher-code .headline-sm {
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}
.basket-boxes {
    margin-top: 20px;
}
.basket-boxes .payments-icons {
    text-align: right;
    margin-top: 20px;
}
.basket-boxes .basket-box {
    border: 1px solid #e9e8e9;
    box-shadow: inset 0 0 0 1px #f2f2f2;
    background: #fafafa;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}
.basket-boxes .headline-sm {
    margin-bottom: 10px;
}
.basket-boxes .summary .text-right p, .basket-boxes .summary .summary-total p {
    font-family: 'open_sanssemibold';
}
.basket-boxes .summary .summary-total:before {
    display: block;
    content: "";
    border-bottom: 2px solid #e9e8e9;
    margin: 5px 10px;
}
.basket-boxes .summary .summary-total p {
    font-size: 16px;
}
@media (max-width: 790px) {
    .voucher-code .input-theme {
        float: none;
    }
}
@media (max-width: 670px) {
    .basket-product-img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .shopping-bag-container .qty-box {
        margin: 10px 0;
    }
    .basket-boxes .payments-icons {
        text-align: center;
    }
}
@media (max-width: 460px) {
    .voucher-code .input-theme {
        width: 100%;
    }
}
footer {
    color: {
        {
            settings.color_footer_links 
        }
    }
    ;
    font-size: 13px;
    font-family: 'open_sanslight';
    margin-top: 50px;
}
footer h2 {
    font-size: 18px;
    font-family: open_sanssemibold;
    text-transform: uppercase;
    color: {
        {
            settings.color_footer_titles 
        }
    }
    ;
    margin-top: 0;
    margin-bottom: 20px;
}
footer a:hover {
    color: #fff;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul a {
    color: #fff;
    display: block;
    padding: 3px 0;
    text-transform: capitalize;
    font-family: 'open_sansregular';
}
footer .input-group input, footer .input-group .btn {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
footer .input-group input {
    background: #cdcbcc;
}
footer .input-group .btn {
    font-family: 'open_sansregular';
    font-size: 16px;
    background: #82888c;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    height: 34px;
}
.footer {
    background: {
        {
            settings.color_footer_background 
        }
    }
    ;
    padding: 25px 0;
}
.footer .address span {
    display: block;
    padding: 3px 0;
}
.footer .contact-email a {
    color: {
        {
            settings.color_accent_two 
        }
    }
    ;
}
.footer .contact-email a {
    color: #fff;
}
.socials {
    margin-top: 20px;
}
.socials img {
    width: 35px;
}
.subfooter {
    background: {
        {
            settings.color_bottom_footer_background 
        }
    }
    ;
    padding-top: 10px;
}
.subfooter a {
    color: {
        {
            settings.color_bottom_footer_font 
        }
    }
    ;
}
.subfooter .payment-list li img {
    height: 20px;
}
.subfooter .row {
    display: flex;
    align-items: center;
}
.payment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.payment-list li {
    display: inline;
}
.payment-list li img {
    height: 30px;
    width: auto;
}
@media (min-width: 1040px) {
    footer {
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body {
        min-height: 100%;
        position: relative;
    }
    html {
        height: 100%;
    }
}
@media (max-width: 1040px) {
    footer .text-right {
        text-align: left;
    }
}
@media (max-width: 310px) {
    .socials img {
        width: 13%;
    }
}
.form-errors {
    color: red;
    list-style: none;
    margin: 15px 0;
    padding: 0;
}
.form-errors:first-child {
    margin-top: 0;
}
.form-with-validation div.error {
    display: block;
    margin-top: 5px;
    color: #f00;
}
.collection-container.loading .items {
    position: relative;
}
.collection-container.loading .items::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    z-index: 100;
}
#product-container .product-sale-price-value, #product-container .reward-points, #product-container .add-button, #product-container .in-stock, #product-container .video-container {
    display: none !important;
}
#product-container.in-stock .in-stock {
    display: inline !important;
}
#product-container.in-stock .out-of-stock {
    display: none !important;
}
#product-container.has-sale-price .product-sale-price-value {
    display: inline !important;
}
#product-container.has-reward-points .reward-points {
    display: inline-block !important;
}
#product-container.can-be-added .add-button {
    display: inline-block !important;
}
#product-container.can-be-added .out-of-stock-button {
    display: none !important;
}
#product-container.playing-video .main-photo {
    display: none !important;
}
#product-container.playing-video .video-container {
    display: block !important;
}
#product-container .video-container {
    padding-bottom: 100%;
    height: 0;
    background-color: #000;
    z-index: 20;
    position: relative;
}
#product-container .video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
}
.shopwired-basket-modal .close-button {
    opacity: 1;
}
.shopwired-basket-modal .buttons a {
    color: {
        {
            settings.color_basket_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_basket_background 
        }
    }
    ;
}
.shopwired-basket-modal .buttons .close-button {
    color: {
        {
            settings.color_wishlist_font 
        }
    }
    ;
    background-color: {
        {
            settings.color_wishlist_background 
        }
    }
    ;
}
@media screen and (max-width: 640px) {
    .pagination .page-link, .pagination a {
        display: none;
    }
    .pagination .page-link[data-page='prev'], .pagination a[data-page='prev'], .pagination .page-link[data-page='next'], .pagination a[data-page='next'], .pagination .page-link.current, .pagination a.current {
        display: block;
    }
}
.product-label {
    z-index: 99;
}
.collection-container .category .shopwired-image-container {
    padding-bottom: 50%;
}
.blog-container {
    overflow: hidden;
}
.blog-content {
    display: block;
}
.blog-post-content {
    margin: 15px 0;
}
.blog-post-content img {
    max-width: 100%;
}
.account-form .custom-checkbox {
    margin-top: 3px;
}
.account-home-table td {
    vertical-align: top !important;
}
#product-container .product-label {
    left: 0;
}
.featured-categories .shopwired-image-container {
    padding-bottom: 0;
    height: auto;
}
.voucher-code .btn-default {
    color: {
        {
            settings.color_voucher_font 
        }
    }
    !important;
    background-color: {
        {
            settings.color_voucher_background 
        }
    }
    !important;
    border-color: {
        {
            settings.color_voucher_background 
        }
    }
    !important;
}
.payments-buttons .paypal-button {
    color: {
        {
            settings.color_payment_font 
        }
    }
    !important;
    background-color: {
        {
            settings.color_paypal_background 
        }
    }
    !important;
}
.payments-buttons .offline-button {
    color: {
        {
            settings.color_offline_font 
        }
    }
    !important;
    background-color: {
        {
            settings.color_offline_background 
        }
    }
    !important;
}
.payments-buttons .main-button {
    color: {
        {
            settings.color_payment_font 
        }
    }
    !important;
    background-color: {
        {
            settings.color_payment_background 
        }
    }
    !important;
}
.descriptionTabs {
    border-top: 1px solid #e7e7e7;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 30px;
}
.descriptionTabs .tabs > ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
}
.descriptionTabs .tabs > ul li{
    flex-grow: 1;
    background-color: #979200;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.descriptionTabs .tabs > ul li.active, .descriptionTabs .tabs > ul li:hover{
    background-color: #e5006e;
    color: #fff 
}
.descriptionTabs .tabText > div{
    display: none;
}
.descriptionTabs .tabText > div.open{
    display: block;
}
.mobile-tab-header {
    display: block;
    width: 100%;
    background-color: #979200;
    border: none;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    outline: none;
    font-size: 10px;
}
.mobile-tab-header.active, .mobile-tab-header:hover{
    background-color: #e5006e;
    color: #fff;
}
.mobile-tab-header:before {
    content: '+';
    font-weight: bold;
    font-size: 21px;
    margin-right: 12px;
    padding-left: 12px;
    text-align: center;
    color: #fff;
}
.mobile-tab-header.active:before {
    content: '-';
    font-weight: bold;
    font-size: 21px;
    margin-right: 12px;
    padding-left: 12px;
    text-align: center;
    color: #fff;
}
@media (min-width: 1187px) {
    .mobile-tab-header {
        display: none;
    }
}
@media (max-width: 1185px) {
    .descriptionTabs .tabs > ul {
        display: none;
    }
}
@media (max-width: 677px) {
    .mobile-tab-header {
        text-align: left;
    }
}
@media (max-width: 600px) {
    .mobile-title {
        display: inline-block;
        position: relative;
        top: -3px;
        font-size: 12px;
        color: #fff;
    }
    .mobile-title:visited {
        color: #fff;
    }
}
@media(max-width: 500px){
    .descriptionTabs .tabs > ul li{
        padding: 4px 8px;
        display: inline-block;
        margin-left: -4px;
    }
    .descriptionTabs .tabs > ul{
        display: none;
    }
    .descriptionTabs .tabs > ul li:first-child{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .descriptionTabs .tabs > ul li:last-child{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}
.preview-field .form-control {
    font-size: 20px;
    outline: none;
    text-decoration: none;
    resize: none;
}
.preview-field.mod-1m .form-control {
    font-size: 14px;
}
.windscreen-wording-image {
    position: relative;
}
.windscreen-wording-container {
    position: absolute;
    left: 70px;
    right: 70px;
    top: 45px;
    font-size: 34px;
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}
.windscreen-wording-text {
    display: block;
    color: #fff;
    line-height: 1;
}
.inline-chekboxes .custom-checkbox {
    display: inline-block;
    margin-right: 15px;
}
.mobile-top-header .favourites {
    display: inline-grid;
    float: right;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
}
.mobile-top-header .favourites .icon-wishlist {
    font-size: 25px;
    vertical-align: middle;
}
.wishlist {
    background-image: url('https://theme-assets.ecommercedns.uk/9/60229/images/add-to-favorites.png');
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}
.span.wishlist::marker {
    display: none!important;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.customer-reviews .item {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #f5f5f5;
    margin-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
    padding: 37px 30px 26px;
    position: relative;
    text-align: left;
    transition: all .5s ease 0s;
    border-radius: 0 0 5px 0;
}
.customer-reviews{
    background: #079aa0;
    padding: 40px 0;
    overflow: hidden;
    position:relative;
}
.testimonialpage {
    margin-bottom: 80px;
    padding-top: 20px;
}
.customer-reviews.testimonialpage .owl-item:not(.active) {
    height: 0;
}
.customer-reviews.testimonialpage .prangetop * {
    color: #000;
}
.customer-reviews.testimonialpage:before {
    display: none;
}
.customer-reviews.testimonialpage .owl-nav {
    left: auto;
    display: flex;
    justify-content: space-around;
    right: -4px;
    bottom: auto;
    top: -40px;
}
.customreview {
    margin-bottom: 30px;
}
.customreview span {
    float: right;
}
.customreview p {
    margin: 0;
}
.customer-reviews.testimonialpage {
    background: #e6f5f5;
    margin-bottom: 20px;
    padding: 40px;
    border-radius: 10px;
}
.testimonialpage .customreview:nth-child(odd)>div {
    background: rgb(230,245,245,0.2);
}
.customreview>div:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #e6f5f5;
    position: absolute;
    left: 20px;
    bottom: -9px;
}
.testimonialpage .customreview:nth-child(odd)>div:after {
    border-left: 20px solid rgb(230,245,245,0.2);
}
.customreview>div {
    background: #e6f5f5;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.customer-reviews.testimonialpage .prangetop {
    padding-bottom: 0;
}
.owl-dots {
    display: none;
}
.latestnews {
    background: #e6f5f5;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
    margin-top: 50px;
}
.latestnews h2 {
    color: #000;
}
.testimonialpage h3 {
    color: #e5006e !important;
}
.customer-reviews:before {
    background: url(https://folcratech.com/assets/hippymotors/hippy-motors-bongo-car-stickers-decalsone.jpg);
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    background-size: 100%;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.bloglist {
    margin-bottom: 30px;
}
.dflex {
    display: flex;
    align-items: center;
}
.customer-reviews .owl-nav {
    bottom: 55px;
    left: -260px;
    position: absolute;
}
.customer-reviews .prangetop {
    padding-bottom: 30px;
}
.customer-reviews .owl-nav {
    display:flex;
}
.customer-reviews .owl-nav span, .slider-arrow span {
    color: #000;
    font-size: 45px;
    line-height: 34px;
    width: 100%;
    display: inline-block;
    height: 100%;
    margin: 0px;
}
.customer-reviews .owl-nav button, .slider-arrow{
    align-items: center;
    background: #fff;
    border-radius: 0;
    height: 44px;
    outline: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    width: 41px;
    margin-right: 5px;
    overflow: hidden;
}
.customer-reviews .owl-nav button:hover span, .slider-arrow:hover span {
    opacity: 0.9;
}
.customer-reviews h3, .customer-reviews h2 {
    margin-top: 0;
}
.customer-reviews label {
    font-weight: bold;
}
.customerrating i::before {
    color: #feb600;
}
.decalproducts>.row {
    position: relative;
    overflow: hidden;
}
.decalproducts>.row .decalinr {
    animation: background 7s ease infinite !important;
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
}
@keyframes background {
    0% {
        background: rgba(73,0,107,.3);
    }
    40% {
        background: rgb(48,251,249,0.5);
    }
    80% {
        background: #069aa0;
    }
    100% {
        background: rgba(73,0,107,.3);
    }
}
.decalinr .category:nth-child(1) {
    order: 5;
}
.decalinr .category:nth-child(2) {
    order: 10;
}
.decalinr .category:nth-child(3) {
    order: 1;
}
.decalinr .category:nth-child(4) {
    order: 6;
}
.decalinr .category:nth-child(5) {
    order: 4;
}
.decalinr .category:nth-child(6) {
    order: 3;
}
.decalinr .category:nth-child(7) {
    order: 13;
}
.decalinr .category:nth-child(8) {
    order: 11;
}
.decalinr .category:nth-child(9) {
    order: 12;
}
.decalinr .category:nth-child(10) {
    order: 2;
}
.decalinr .category:nth-child(11) {
    order: 7;
}
.decalinr .category:nth-child(12) {
    order: 14;
}
.decalinr .category:nth-child(13) {
    order: 9;
}
.decalinr .category:nth-child(14) {
    order: 8;
}
.category.empty {
    background: #fff;
    order: 15;
}
#decalproducts .featured-categories .category {
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.customer-reviews h4 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.customer-reviews h4 span {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-right: 10px;
}
.blogimg a {
    position: relative;
    display: inline-block;
}
.blogimg span.postdate {
    position: absolute;
    background: #fff;
    left: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    font-weight: 800;
    width: 70px;
    height: 70px;
    color: #000;
    display: none;
}
.blogimg img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    max-width: inherit;
}
.popularproducts {
    padding-top: 60px;
}
.footer, footer {
    margin-top:0px;
}
.centeredalign {
    margin-bottom: 50px;
    text-align: center;
}
.blogitem>div:first-child {
    padding-left: 0;
}
.blogitem {
    background: #fff;
    display: inline-block;
}
.blogdetail h3 {
    min-height: 80px;
    font-size: 20px;
}
.blogdetail p {
    min-height: 75px;
    display: inline-block;
}
.decalpr {
    display: grid;
    height: 285px;
    padding: 25px 15px 15px 15px;
    border: 10px solid #fff;
}
.customerrating label {
    padding-top: 0;
    padding-left: 10px;
    font-style: italic;
    font-weight: normal;
}
.decalpr .category-title h2 a {
    text-align: center;
    width: 100%;
    font-family: 'open_sansregular';
    font-weight: 500;
}
.decalpr .category-title h2 a:after {
    display: none;
}
.goog-te-gadget {
    display: flex;
    flex-direction: column;
}
.decalproducts>.row>.category {
    border:10px solid #fff;
}
.decalproducts {
    margin-bottom: 50px;
}
.decalproducts .category-title h2 {
    align-items: center;
    color: #e5e5e5;
    display: flex;
    height: 50px;
    justify-content: center;
    line-height: 23px;
    margin: 0;
    padding: 5px 10px 0px 10px;
    position: relative;
    margin-top: 10px;
    font-family: 'open_sanssemibold';
}
.homecontent {
    position: relative;
}
.scrollingaffect {
    position: absolute;
    display: inline-block;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    z-index: 1;
    transform:translate(0px);
    transition: all ease-in-out;
}
.iconone {
    left: 0;
    bottom: 0;
    position: fixed;
}
.iconone.scrollingaffect {
    background: url(https://folcratech.com/assets/hippymotors/hippycarlefttoright.png);
    height: 43px;
    width: 60px;
}
.icontwo.scrollingaffect {
    background: url(https://folcratech.com/assets/hippymotors/vehicle-stickers-decals-uk.png);
    height: 340px;
    opacity: .05;
    width: 560px;
    z-index: -1;
}
.icontwo {
    right: 40px;
    top: 35%;
}
.iconthree {
    right: 0;
    bottom: 0;
}
.iconthree.scrollingaffect {
    background: url(https://folcratech.com/assets/hippymotors/hippyicon.png);
    height: 46px;
    opacity: 1;
    width: 120px;
    z-index: -1;
    background-size: auto 100%!important;
}
.footer {
    background: #079aa0;
    padding: 60px 0 40px;
}
.popularproducts .slick-slide {
    background: #e6f5f5;
    padding: 15px;
}
.products-items .product-title h3 {
    height: 35px;
    color: #000;
    display: inline-block;
    font-weight: 400;
    font-family: 'open_sansregular';
    text-transform: uppercase;
    font-size: 15px;
}
.subfooter {
    background: #e6f5f5;
}
.subfooter p {
    color: #000;
}
.btmcta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.customerrating {
    display: flex;
    margin-bottom: 10px;
}
.videopreview {
    position: relative;
    top: 0;
    height: 100%;
    width:100%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.videopreview img {
    height: 100%;
    object-fit: cover;
}
.vp-play {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.vp-play i {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 100px;
}
.vp-play:hover i {
    background: rgba(255,255,255,0.9);
}
.stickylogo {
    display: none;
    width: 160px;
}
.mainmenu {
    min-height: 55px;
}
.mainmenuinner {
    position: relative;
}
.fixed .mainmenuinner {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 12;
    background: #fff;
    border-bottom: 1px solid #e6f5f5;
}
.fixed .mainmenuinner .stickylogo {
    display: flex;
}
.fixed .mainmenuinner .ifsticky {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-reviews h4:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}
.googlereviews {
    display: flex;
    justify-content: flex-end;
}
.googlereviews {
    bottom: 15px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
}
header .tagline {
    text-align: left;
    margin: 0;
    padding: 0;
}
header .tagline p {
    font-size: 19px;
    margin: 0;
}
.tagline p, .tagline h1 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    background: linear-gradient(104.06deg,#ea357e 11.57%,#82789b 50.81%, #66d1b7 88.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tagline h1 {
    margin: 0;
}
.tagline {
    text-align: center;
    padding: 30px 15px;
}
.middlepara {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.faqaccordion {
    max-width: 1170px;
    margin: 20px auto 0;
}
.at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #dddddd;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.at-title {
    background-color: #e6f5f5;
    cursor: pointer;
    position: relative;
    transition: background-color .3s ease;
}
.at-title.active {
    background: #079aa0;
}
.at-title:hover {
    background-color: #c9e5e5;
}
.at-title.active:hover {
    background: #079aa0;
}
.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}
.at-title.active:after {
    content: "-";
}
.at-item {
    border-radius: 5px;
    margin-bottom: 15px;
}
.at-title h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
}
.at-title.active h5 {
    color: #fff;
}
.aboutsecionwithimage img {
    width: 40%;
    float: right;
    border: 1px solid #ddd;
    padding: 15px;
    margin-left: 18px;
}
.hippyinnerpage p {
    text-align: justify;
}
.gridimage {
    display: flex;
}
.gridimage img {
    height: 100%;
}
.gridimage>div {
    margin-bottom: 0px;
    padding: 10px;
}
.gridimage img {
    object-fit: cover;
}
section.hippyinnerpage {
    margin-bottom: 50px;
}
section.hippyinnerpage h4, section.hippyinnerpage h5 {
    color: #e5006e;
    line-height: normal;
}
.sidebar-blog .categories-links a {
    margin: 0;
    padding: 10px;
}
.sidebar-blog .categories-links {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.archives-links select {
    width: 100%;
    padding: 7px 5px;
    border: 1px solid #079aa0;
}
.sidebar-blog .categories-links a:hover {
    background: #079aa0;
}
.sidebar-blog .archives-links {
    background-color: #e6f5f5;
    border: 1px solid #079aa0;
    border-top: 0;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 20px 15px;
    max-width: 100%;
}
.sidebar-blog .archives-links, .sidebar-blog .categories-links {
    margin-left: 0;
}
.sidebar.sidebar-blog {
    margin-bottom: 30px;
}
.archives-links select:focus, .archives-links select:hover {
    border: 1px solid #079aa0;
}
.blog .latestnews {
    display: none;
}
body.blog footer {
    margin-top: 50px;
}
.logosection {
    background: linear-gradient(180deg,#e6f5f5 0,rgba(230,245,245,0) 54%,#e6f5f5);
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px 30px 11px!important;
    padding: 15px 15px 145px;
    position: relative;
}
.logosection * {
    position: relative;
    z-index: 1;
}
.logosection:before {
    background: url(https://files.ecommercedns.uk/230107/01380c04853ea4920b2279c82cca14ea.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 70%;
    color: #e6f5f5;
    content: "";
    display: inline-block;
    height: 92%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.aboutsecimages img {
    width: 36%;
    height: 178px;
    object-fit: cover;
}
img.aboutsecimage1, img.aboutsecimage2 {
    float: right;
    margin: 0 0 10px 20px;
    width: 36%;
    height: 180px;
    object-fit: cover;
}
img.aboutsecimage1 {
    float: right;
    margin: 0 0 10px 20px;
}
img.aboutsecimage2 {
    float: left;
    margin: 13px 15px 0px 0px;
}
.spacer35 {
    height: 25px;
    display: inline-block;
    width: 100%;
}
.lastparagraph p {
    margin-bottom: 0px;
}
.fastivallife .inrimgthumb span {
    border-bottom: 1px solid #e5006e;
    display: inline-block;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    color: #e5006e;
}
.products-items>.row {
    display: flex;
    flex-wrap: wrap;
}
table.tbl td, table.tbl th {
    padding: 5px;
    font-family: open_sansregular;
    font-size: 15px;
}
.sidebar ul {
    display: flex;
    flex-direction: column;
}
.sidebar ul li:nth-child(1) {
    order: 5;
}
.sidebar ul li:nth-child(2) {
    order: 10;
}
.sidebar ul li:nth-child(3) {
    order: 1;
}
.sidebar ul li:nth-child(4) {
    order: 6;
}
.sidebar ul li:nth-child(5) {
    order: 4;
}
.sidebar ul li:nth-child(6) {
    order: 3;
}
.sidebar ul li:nth-child(7) {
    order: 13;
}
.sidebar ul li:nth-child(8) {
    order: 11;
}
.sidebar ul li:nth-child(9) {
    order: 12;
}
.sidebar ul li:nth-child(10) {
    order: 2;
}
.sidebar ul li:nth-child(11) {
    order: 7;
}
.sidebar ul li:nth-child(12) {
    order: 14;
}
.sidebar ul li:nth-child(13) {
    order: 9;
}
.sidebar ul li:nth-child(14) {
    order: 8;
}
.products-items .product-title {
    margin-bottom: 20px;
    padding-top: 10px;
}
.hidedesktop {
    display: none;
}
.hidemobile {
    display: flex;
}
@media only screen and (min-width: 786px) {
    .twocolumn .gridimage img {
        height: 150px;
    }
    .twocolumn .gridimage {
        display: inline-block;
    }
}
@media only screen and (max-width: 1024px) {
    .main-menu a {
        padding: 17px 10px;
    }
    .products-items .product-title h3 {
        margin-top: 10px;
    }
    .videosection {
        flex-wrap: wrap;
    }
    .category.empty {
        display: none;
    }
    .main-menu {
        margin-left: 0;
    }
    .videosection {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    .customer-reviews .col-sm-12.col-md-9 {
        padding: 0px;
    }
    .blogdetail h3 {
        min-height: inherit;
    }
    .blogdetail p {
        min-height: inherit;
    }
    .bloglist.row {
        margin: 0 -10px;
    }
    .mainmenu {
        min-height: auto;
    }
    .homevideo {
        position: relative;
        width: 100%;
        display: inline-block;
        border-radius: 10px 10px 0 0;
    }
    .videopreview {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
        position: relative;
        top: 0;
        width: 100%;
    }
    .homevideo iframe {
        height: 300px;
        width: 100%;
    }
    .videosection>div:first-child {
        padding: 0px !important;
    }
    .videosection {
        overflow: hidden;
    }
    .aboutinfo {
        padding: 30px;
        height: auto;
    }
    .customer-reviews .row.dflex {
        flex-wrap: wrap;
    }
    .googlereviews {
        bottom: 0;
        display: flex;
        justify-content: center;
        position: relative;
        right: 15px;
        margin-top: 15px;
        margin-left: 15px;
        text-align: center;
    }
    .customer-reviews .prangetop {
        padding-bottom: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .customer-reviews .row.dflex {
        flex-wrap: wrap;
        margin: 0;
        padding: 30px 0;
    }
    .homecontent + .customer-reviews .row.dflex {
        align-items: flex-start;
        flex-direction: column;
    }
    .popularproducts {
        padding-left: 20px;
        padding-right: 15px;
    }
    .mobile-top-header .menu-trigger {
        padding: 0;
    }
    .row {
        margin: 0px;
    }
    .featured-products-slider .slider-arrow-left {
        left: -20px;
    }
    .featured-products-slider .slider-arrow-right {
        right: -20px;
    }
    .blogimg>a {
        width: 100%;
    }
    .blogimg {
        padding: 0;
    }
    .blogdetail {
        padding: 0px 20px 20px 20px;
    }
    .decalinr .category:nth-child(odd) .decalpr {
        border-left: 0px solid #fff !important;
    }
    .decalpr {
        border: 0px solid #fff;
        display: grid;
        height: 285px;
        padding: 25px 15px 15px;
        border-bottom: 15px solid #fff;
        border-left: 15px solid #fff;
    }
    .homecontent + .customer-reviews .owl-nav {
        bottom: 0;
        left: 0;
        position: relative;
        width: auto;
        margin-top: 20px;
    }
    .customer-reviews .item {
        border-radius:0px;
    }
    .at-title h5 {
        padding: 10px 25px 10px 15px;
    }
    .gridimage, .row.dflex {
        margin: 0 -10px;
    }
}
.closevideo {
    background: #fff;
    width: 30px;
    height: 30px;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 123;
}
@media only screen and (max-width: 576px) {
    .homecontent div#decalproducts p {
        font-size: 13px;
    }
    .homevideo, .videopreview {
        border-radius: 0;
    }
    .videosection {
        border-radius: 0px;
        background: #fff;
    }
    .homecontent .tagline p, .homecontent .tagline h1 {
        margin: 0;
    }
    .aboutinfocta {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .homevideo iframe {
        height: 220px;
    }
    .aboutinfo a {
        width: auto;
    }
    .homevideo .videopreview {
        display: block;
    }
    .aboutinfo a.playvideo {
        display: block;
        background: #079aa0;
    }
    .playvideo i {
        border-radius: 100px;
        font-size: 20px;
        height: 19px;
        width: 19px;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }
    .videoplaying .closevideo {
        display: flex;
    }
    .videoplaying .col-md-5 {
        display: none;
    }
    .videosection>div:first-child {
        padding: 0!important;
        width: 100%;
    }
    .productrange .prangetop {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .hidedesktop {
        display: block;
    }
    .hidemobile {
        display: none;
    }
    .tagline {
        padding: 15px;
    }
    .sidebar.sidebar-blog {
        margin-left: -10px;
        margin-right: -10px;
    }
    .shopwired-image-container {
        display: block;
        height: auto;
        overflow: hidden;
        padding-bottom: 0;
        position: relative;
    }
    .main-image {
        margin-top: 20px;
    }
    .shopwired-image-container img {
        height: auto !important;
        max-width: 100%!important;
        object-fit: contain;
        position: relative;
        top: 0!important;
        width: 100%!important;
    }
    .videospage iframe, .videospage .col-sm-6 {
        width: 100%;
    }
    .customer-reviews .owl-nav span, .slider-arrow span {
        font-size: 31px;
        line-height: 29px;
    }
    .customer-reviews .owl-nav button, .slider-arrow {
        height: 35px;
        width: 35px;
    }
    .middlepara {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .pm0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .margin-sm-zero {
        margin:0px !important;
    }
    .aboutsecionwithimage.logosection+div {
        padding: 0px;
    }
    .mainmenu.fixed .ifsticky {
        padding: 10px 0;
    }
    .hippyinnerpage p {
        text-align: justify;
        margin: 0;
        padding: 0px !important;
    }
    .inrimgthumb {
        margin: 15px 0;
    }
    .fastivallife .inrimgthumb {
        margin-bottom: 20px;
    }
    .customer-reviews.testimonialpage {
        padding: 30px 0;
    }
    header .tagline p, header .tagline h1 {
        text-align: left;
    }
    section.hippyinnerpage {
        margin-bottom: 20px;
    }
    .mbm0 {
        margin-bottom: 0px;
    }
    .gridimage {
        flex-wrap: wrap;
    }
    .row.dflex {
        flex-direction: column;
        margin: 0px -10px;
    }
    .logosection {
        margin: 0 !important;
        padding:15px 15px 100px;
        margin-bottom: 30px !important;
    }
    img.aboutsecimage1, img.aboutsecimage2 {
        width: 50%;
    }
    .logo-container, .logo-container + div {
        padding: 0px;
    }
    .col-lg-9.content {
        padding: 0px;
        padding-top: 30px;
    }
    .productrange .prangetop {
        padding:0px;
    }
    .bloglist>div {
        padding: 0px;
        margin-bottom: 25px;
    }
    .decalpr {
        border-width: 0 0 15px 0;
    }
    .customer-reviews .item {
        padding:10px;
    }
    .shopwired-image-container img {
        height: auto !important;
    }
    .blogimg img {
        height: auto;
    }
    .aboutinfo {
        padding: 20px 10px;
    }
    .owl-stage-outer {
        max-width: 100%;
    }
    .customer-reviews .owl-nav {
        bottom: 0;
        left: 0;
        position: relative;
        width: auto;
        justify-content: left;
        margin-top: 20px;
    }
    .footer .row {
        margin: 0px -10px;
    }
    .bloglist.row {
        margin: 0px;
    }
    .customer-reviews.testimonialpage .owl-nav {
        left: auto;
        display: flex;
        justify-content: center;
        right: -4px;
        bottom: auto;
        top: 0;
    }
    .twocolumn h4 {
        margin: 0 -10px;
    }
    .testimonialpage {
        margin-bottom: 10px;
    }
    .headline-md {
        font-size: 25px;
    }
    .contact-form form.form-with-validation {
        margin: 0px -10px;
    }
    .twocolumn .gridimage {
        flex-wrap: wrap;
        display: inline-block;
    }
    .gridimage.fastivallife {
        display: inline-block;
    }
    .twocolumn .gridimage img, .gridimage.fastivallife img {
        height: auto;
        object-fit: contain;
    }
    .videopreview img {
        height: auto;
    }
    .blog-content h3, .blogdetailpage h1 {
        margin-bottom: 5px;
    }
    .c_rating {
        white-space: nowrap;
    }
    .aboutinfo p br {
        display: none;
    }
    .homecontent .tagline p {
        display: none;
    }
}
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .goog-te-gadget>div:before {
            display: none;
        }
    }
}
.videospage {
    display: flex;
    flex-wrap: wrap;
}
.category.empty {
    background: #fff;
}

/* T12836 */
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
}

.reveal {
	position: relative;
	z-index: 1006;
	border: 0;
	padding: 2rem;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: none;
	overflow-y: auto;
	backface-visibility: hidden;
}

@media screen and (min-width: 40em) {
	.reveal.standard {
		width: 640px;
		min-height: 0;
		max-width: 75rem;
	}
}

@media screen and (max-width: 39.9375em) {
	.reveal {
		padding-top: 40px;
	}
}

.reveal:focus-visible {
	border: 0;
	outline: 0;
}

.reveal	h1 {
	font-weight: 900;
}

.reveal	.lead {
	font-size: 1.01rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}

.reveal	.small {
	font-size: .873rem;
}

.reveal	.link {
	font-size: 1.09rem;
	text-decoration: underline;
	display: block;
	padding-top: .7rem;
	line-height: normal;
}

.reveal	.input-group {
	padding-top: 1rem;
	margin-bottom: .7rem;
}

.reveal .row {
	margin-right: auto;
    margin-left: auto;
}

.reveal .column, .reveal .columns {
	padding-right: 20px;
	padding-left: 20px;
}

@media print, screen and (min-width: 64em) {
    .reveal .large-10 {
        width: 83.33333%;
    }
}
@media print, screen and (min-width: 64em) {
    .reveal .large-push-1 {
        left: 8.33333%;
        position: relative;
    }
}

.newsletter-modal {
	background-color: #FFFFFF;
	color: #504F4F;
}

@media screen and (max-width: 39.9375em) {
	.newsletter-modal {
		min-height: 0;
		height: auto;
		top: 0 !important;
	}
}

@media screen and (min-width: 40em) {
	.newsletter-modal {
		padding: 30px;
	}
}

@media screen and (min-width: 64em) {
	.newsletter-modal {
		padding: 30px 0;
	}
}

.newsletter-modal h2 {
	color: #504F4F;
	font-size: 40px;
}

.newsletter-modal .image-container {
	width: 100%;
	margin: 1rem 0;
}

.newsletter-modal .image-container img {
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.newsletter-modal .input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}

.newsletter-modal .input-group input {
	box-sizing: border-box;
    display: table-cell;
    width: 100%;
	height: auto;
	margin: 0;
	border: 0;
	padding: 21px;
	font-size: 15px;
	line-height: 1.15;
    white-space: nowrap;
    vertical-align: middle;
	appearance: none;
	
	background: #F9F8F7;
	color: #504F4F;
}

.newsletter-modal .input-group input:focus {
	border: 0;
}

.newsletter-modal .input-group .input-group-button {
	display: table-cell;
    width: 1%;
    height: 100%;
	margin: 0;
	padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	
	background-color: #211E26;
}

.newsletter-modal .input-group .button {
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 27.5px;
	
	background-color: #211E26;
	color: #F2EEE9;
}

.newsletter-modal .input-group .button:hover,
.newsletter-modal .input-group .button:focus,
.newsletter-modal .input-group .button:active,
.newsletter-modal .input-group .button.active {
	background-color: #211E26;
	color: #F2EEE9;
}

.newsletter-modal p.small {
	width: 100%;
	font-size: 12px;
}

.newsletter-modal .close-button {
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;
	text-transform: lowercase;
	background: transparent;
	overflow: visible;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 0px;
	-webkit-appearance: button;
	
	color: #504F4F;
}

.newsletter-modal .close-button span {
	text-decoration: underline;
}

@media screen and (min-width: 64em) {
	.newsletter-header + .snippet-container {
		margin-bottom: 50px;
	}
}