body {
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

html[lang*="it"] .cms-home .col-main,
html[lang*="fr"] .cms-home .col-main {
    width: 100%;
}

body[class*="cms-"] .col2-left-layout .col-main,
body[class*="cms-"] .col2-layout .col-main {
    width: 80%;
    float: right;
}

.buttonlink {
    text-align: center;
    margin: 20px 0;
}

.buttonlink a {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px 10px 30px;
    border: 1px solid #102d79;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.buttonlink a.backlink {
    padding: 10px 30px 10px 20px;
}

.buttonlink a span[class*="pe-"] {
    line-height: 0.8em;
    vertical-align: top !important;
}

.buttonlink a:hover {
    border-color: #5d5abf;
    background: #f2f2f2;
    text-decoration: none;
}


/* CMS - Home */

.home-seo {
    margin: 30px auto;
    width: 100%;
    max-width: 1017px;
    text-align: left;
}

.home-seo .grid-box {
    margin: 0px -10px 15px;
    box-sizing: border-box;
}

.home-seo .grid-box .grid-box-2 {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}

.home-seo .grid-box .grid-box-2>img {
    width: 100%;
}

.home-seo .owl-carousel:not(.owl-loaded) {
    display: block;
}

.home-seo .owl-carousel:not(.owl-loaded) img {
    width: 100%;
}

.home-seo .owl-carousel:not(.owl-loaded) .item:first-child~.item {
    display: none;
}

.home-seo p {
    text-align: justify;
}

.mediaArticles h4 {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.mediaArticles h4:before {
    display: none;
}

.mediaArticles h4:after {
    left: 0;
    width: 100%;
}

.mediaArticles a {
    display: block;
    padding: 4px 0;
}

.mediaArticles a img {
    max-width: 90%;
    filter: grayscale(100%);
    /* Current draft standard */
    -webkit-filter: grayscale(100%);
    /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* Not yet supported in Gecko, Opera or IE */
    opacity: 0.7;
}

.mediaArticles a:hover img {
    filter: grayscale(0%);
    /* Current draft standard */
    -webkit-filter: grayscale(0%);
    /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    /* Not yet supported in Gecko, Opera or IE */
    opacity: 1;
}

.mainVisual>a>img {
    width: 100%;
}

@media (max-device-width: 900px) {
    .home-seo {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media (max-device-width: 767px) {
    .home-seo .grid-box .grid-box-2 {
        width: 100%;
        margin: 10px 0;
    }
}


/* CMS - About us */

.about-us table {
    margin: 10px 0;
}

.about-us table td {
    vertical-align: middle;
}

.about-us table img {
    margin-right: 15px;
}

.image-headed-box {
    padding: 20px 0;
}

.image-headed-box .box-width-image {
    float: left;
    margin-right: 3%;
    width: 40%;
}

.image-headed-box .box-width-image img {
    width: 100%;
}

.image-headed-box .box-width-image i {
    display: block;
}

.image-headed-box .box-width-text {
    float: left;
    text-align: justify;
    width: 57%;
    font-size: 1.2em
}

.image-headed-box .box-width-text strong {
    font-weight: 600;
}

.image-headed-box.reversed .box-width-image {
    margin: 0 0 0 3% !important;
    float: right;
}

.aboutus-mainviz {
    background: #ecf0f0;
    margin-top: 1px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.aboutus-mainviz img {
    width: 100%;
}


/* CMS - 404 */

.no-route-cms {
    position: relative;
}

.cms-no-route .orangetext {
    color: #f16544;
    font-size: 1.1em;
    margin: 15px 0;
}

.no-route-cms+.heading-widget:before,
.no-search-content+.heading-widget:after {
    display: none;
}

.no-route-cms+.heading-widget {
    margin-bottom: 20px;
}

.cms-no-route .rotator6 .item a {
    text-decoration: none !important;
    padding: 10px 10px 0 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: block;
}

.cms-no-route .rotator6 .item a:focus,
.cms-no-route .rotator6 .item a:hover {
    border-color: #999999;
}

.cms-no-route .rotator6 .item a span {
    display: block;
    text-align: center;
    color: #102d79;
    margin: 10px 0;
    text-transform: uppercase;
}

.cms-no-route .rotator6 .item a span small {
    display: block;
    color: #4c4c4c;
    font-size: 1em;
    text-transform: none;
}

.cms-no-route .rotator6 .item a:focus span,
.cms-no-route .rotator6 .item a:hover span {
    color: #5d5abf;
}

.cms-no-route .owl-carousel.rotator6 .owl-nav .owl-prev {
    background: url("../images/arrow_nosearch_left.png") center right no-repeat;
    width: 38px;
    height: 201px;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms-no-route .owl-carousel.rotator6 .owl-nav .owl-next:hover,
.cms-no-route .owl-carousel.rotator6 .owl-nav .owl-prev:hover {
    background-position: center right;
}

.cms-no-route .owl-carousel.rotator6 .owl-nav .owl-next:after,
.cms-no-route .owl-carousel.rotator6 .owl-nav .owl-prev:after {
    display: none;
}

.cms-no-route .owl-carousel.rotator6 .owl-nav .owl-next {
    background: url("../images/arrow_nosearch_right.png") center right no-repeat;
    width: 38px;
    height: 201px;
    margin-top: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded) {
    display: block;
    overflow: hidden;
    max-height: 210px;
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded)>.item {
    float: left;
    width: 16.6666%;
    margin: 0px 1px;
    z-index: -1;
    opacity: 0.5;
    position: relative;
    padding: 10px 10px 0;
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded)>.item img {
    width: 100%;
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded)>.item:first-child {
    margin-left: 0px;
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded):before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 1;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded):after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f87a54;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 1;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.cms-no-route .owl-carousel.rotator6:not(.owl-loaded):after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.cms-no-route .heading-widget {
    margin-top: 40px;
}

.cms-no-route #search_tab h2:before {
    display: none;
}

.cms-no-route #search_tab {
    margin-top: 40px;
}

.cms-no-route #search_tab h2 {
    font-weight: 300;
    font-size: 1.6em;
}

.cms-no-route .tabbed-content .right-category-column {
    width: 100%;
}

.cms-no-route .box-404-long {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.cms-no-route .box-404-long span {
    display: block;
}

.cms-no-route .no-route-img {
    text-align: center;
    position: relative
}

.cms-no-route .no-route-img img {
    margin: 30px auto;
    width: 100%;
    max-width: 736px;
}

.cms-no-route .no-route-img .box-404-left {
    position: absolute;
    top: 30%;
    left: 0px;
    text-align: center;
    width: 35%;
}

.cms-no-route .no-route-img .box-404-right p>span,
.cms-no-route .no-route-img .box-404-left p>span {
    display: block;
}

.cms-no-route .no-route-img .box-404-right {
    position: absolute;
    top: 30%;
    right: 0px;
    text-align: center;
    width: 32%;
}

.cms-no-route .no-route-img .buttonlink {
    display: inline-block;
    margin-top: 10px;
}

@media (max-device-width: 900px) {
    .cms-no-route .no-route-img .box-404-left,
    .cms-no-route .no-route-img .box-404-right {
        position: relative;
        width: 50%;
        box-sizing: border-box;
        padding: 0 20px;
        float: left;
    }
}

@media (max-device-width: 767px) {
    .cms-no-route .no-route-img .box-404-left,
    .cms-no-route .no-route-img .box-404-right {
        width: 60%;
        margin: 0 20%;
    }
    .cms-no-route .no-route-img {
        position: relative;
        margin: 0 auto 30px;
        width: 100%;
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .cms-no-route .box-404 {
        max-width: 300px;
        width: 100%;
        margin: 0 auto 25px;
        text-align: center;
    }
    .cms-no-route .box-404 .buttonlink {
        text-align: center;
    }
}

@media (max-device-width: 460px) {
    .cms-no-route .no-route-img .box-404-left,
    .cms-no-route .no-route-img .box-404-right {
        width: 100%;
        margin: 0;
    }
}


/* CMS - Home IT,FR */

.hot-categories .grid3row {
    box-sizing: border-box;
    margin: 10px -5px;
    overflow: hidden;
}

.hot-categories .grid3row .item {
    box-sizing: border-box;
    padding: 5px;
    float: left;
    width: 33.3333%;
    position: relative;
}

.hot-categories .grid3row .item img {
    width: 100%;
}

.tabbed-content.hot-categories h4.tabheader:before {
    display: block;
}

.hot-categories .btn {
    position: absolute;
    background: #f5f5f5;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 6px 6px 6px 18px;
    border: 1px solid #102d79;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.hot-categories .btn span[class*="pe-"] {
    line-height: 0.9em;
    vertical-align: top !important;
    font-size: 1.9em;
    width: 20px;
    text-indent: -7px;
}

.hot-categories .btn:hover {
    border-color: #5d5abf;
    background: #fff;
    text-decoration: none;
}

.hot-categories .item .category_header {
    margin: 0px;
    line-height: 1.7em;
    position: absolute;
    top: 17px;
    left: 34px;
    width: auto;
    text-align: left;
    font-size: 1.3em;
    font-weight: 500;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    color: #424769;
}

.hot-categories .item .category_header:before,
.hot-categories .item .category_header:after {
    display: none;
}

.home-advantages .grid4row {
    box-sizing: border-box;
    margin: 10px -5px;
    overflow: hidden;
}

.home-advantages .grid4row .item {
    box-sizing: border-box;
    padding: 5px;
    float: left;
    width: 25%;
    position: relative;
}

.home-advantages .grid4row .item .advantage-box {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border: 1px solid #cecece;
    text-align: center;
    padding: 10px 15px;
}

.home-advantages .grid4row .advantage-box #shipping-adv,
.home-advantages .grid4row .advantage-box #payment-adv,
.home-advantages .grid4row .advantage-box #ssl-adv,
.home-advantages .grid4row .advantage-box #returns-adv {
    width: 100%;
    padding: 0 0 10px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 5px;
}

.home-advantages .grid4row .advantage-box span[class*="pe-7"] {
    vertical-align: middle;
    font-size: 2.3em;
    color: #ff3105;
}

.home-category-description .lead:before,
.home-category-description .lead:after {
    display: none;
}

.home-category-description .lead {
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 0px;
}

.home-category-description .lead span {
    display: block;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: normal;
}

.home-category-description .rotator2 .zoomingAncor a span::after {
    display: none;
}

.home-category-description .rotator2 .zoomingAncor a span {
    text-transform: uppercase;
    background: none !important;
    height: auto !important;
    color: #102d79;
    text-align: center;
    display: block;
    padding: 0px !important;
    position: relative;
    bottom: auto !important;
    margin-top: 7px;
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.home-category-description .rotator2 .zoomingAncor a:hover span {
    color: #5d5abf;
}

.home-category-description h2,
.home-category-description h1 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.home-category-description h5 {
    margin-bottom: 5px;
    text-align: left;
}

.home-category-description h5:before,
.home-category-description h5:after {
    display: none;
}

.home-category-description.grid-div {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px !important;
}

.home-category-description.grid-div .grid2 {
    padding-left: 20px;
    padding-right: 20px;
}

.home-category-description .seoContent p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0px;
    text-align: justify;
}

.home-category-description .owl-carousel .owl-nav .owl-next,
.home-category-description .owl-carousel .owl-nav .owl-prev {
    margin-top: -65px;
}

.home-category-description .owl-carousel .owl-nav .owl-prev:after,
.home-category-description .owl-carousel .owl-nav .owl-next:after {
    color: #102d79
}

.home-category-description .owl-carousel .owl-nav .owl-prev:hover:after,
.home-category-description .owl-carousel .owl-nav .owl-next:hover:after {
    color: #5d5abf
}

.ways-of-contact .heading-widget {
    width: 100%;
}

.giftpromo {
    position: relative;
}

.giftpromo .forMobile {
    display: none;
}

.giftpromo a>img {
    width: 100%;
}

.giftpromo p>* {
    color: #262626;
    display: block;
}

.giftpromo p img {
    display: block;
    margin: 0 auto;
}

.giftpromo p strong {
    font-size: 1.8em;
    line-height: 1.5em;
    vertical-align: middle;
}

.giftpromo p .btn {
    display: inline-block;
    margin: 8px auto 0;
    padding: 10px 25px;
    ;
    background-color: #ff9078;
    color: #fff;
    font-size: 1.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.giftpromo p .btn:hover {
    background-color: #f06345;
}

.linkedTags .product-tags {
    max-height: none;
    margin-bottom: 0px;
}

.picturedTags {
    text-align: left
}

.picturedTags a {
    margin-top: 16px;
    margin-right: 14px;
    float: left;
    border: 1px solid transparent;
    -webkit-transition: color 0.25s ease;
    -moz-transition: border-color 0.25s ease;
    -ms-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}

.picturedTags a:hover {
    border-color: #5e65f5;
}

.picturedTags .nomarginTop {
    margin-top: 0px;
}

.homeSeparator {
    background: #cecece;
    height: 1px;
    margin: 25px auto 20px;
    position: relative;
    width: 30%;
}

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

.homeSeparator:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    background: #cecece;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid #fff;
}

.mTop30 {
    margin-top: 30px;
}

.mBottom0 {
    margin-bottom: 0px !important;
}

body.homepage-layout {
    padding: 0px;
}


/*.homepage-layout .layout-table{width: 100%;margin: 0 auto;table-layout: fixed;display: table;text-align: left;}*/

.homepage-layout .layout-table-footer-group {
    display: table-footer-group;
    position: relative;
    width: 100%;
}

.homepage-layout .layout-table-row-group {
    display: table-row-group;
    position: relative;
    width: 100%;
}

.homepage-layout .layout-table-header-group {
    display: table-header-group;
    position: relative;
    width: 100%;
}


/*.homepage-layout .layout-table-row{display: table-row;width: 100%;}*/


/*.homepage-layout .layout-table-cell{display: table-cell;width: 100%;}*/

.homepage-layout .header-container {
    position: relative;
    top: auto;
    left: auto;
}

.homepage-layout .layoutbox-header,
.homepage-layout .laystyoutbox-footer,
.homepage-layout .layoutbox-content {
    width: 100%;
    position: relative;
}

body:not(.layer-is-opened) .layoutbox-header {
    z-index: 9;
}

.homepage-layout .homecontent {
    max-width: 1017px;
}

.homepage-layout .homewrapper {
    max-width: 1017px;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
}

.homepage-layout .homepage-product-types .rotator5 .item,
.homepage-layout .homepage-product-types .rotator6 .item {
    box-sizing: border-box;
    padding: 0;
}

.homepage-layout .homepage-product-types .rotator5 .item a,
.homepage-layout .homepage-product-types .rotator6 .item a {
    text-decoration: none !important;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.homepage-layout .homepage-product-types .rotator5 .item a:focus,
.homepage-layout .homepage-product-types .rotator5 .item a:hover,
.homepage-layout .homepage-product-types .rotator6 .item a:focus,
.homepage-layout .homepage-product-types .rotator6 .item a:hover {
    border-color: #999999;
}

.homepage-layout .homepage-product-types .rotator5 .item a span,
.homepage-layout .homepage-product-types .rotator6 .item a span {
    display: block;
    text-align: center;
    color: #102d79;
    margin: 10px 0;
    line-height: 1.3em;
}

.homepage-layout .homepage-product-types .rotator5 .item a:focus span,
.homepage-layout .homepage-product-types .rotator5 .item a:hover span,
.homepage-layout .homepage-product-types .rotator6 .item a:focus span,
.homepage-layout .homepage-product-types .rotator6 .item a:hover span {
    color: #5d5abf;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5 .owl-nav .owl-prev,
.homepage-layout .homepage-product-types .owl-carousel.rotator6 .owl-nav .owl-prev,
.owl-nav-custom .owl-nav .owl-prev {
    background: url("../images/arrow_nosearch_right.png") center left no-repeat;
    ;
    width: 40px !important;
    height: 94px !important;
    margin-top: 0px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5 .owl-nav .owl-next:hover,
.homepage-layout .homepage-product-types .owl-carousel.rotator5 .owl-nav .owl-prev:hover,
.homepage-layout .homepage-product-types .owl-carousel.rotator6 .owl-nav .owl-next:hover,
.homepage-layout .homepage-product-types .owl-carousel.rotator6 .owl-nav .owl-prev:hover,
.owl-nav-custom .owl-nav .owl-prev:hover,
.owl-nav-custom .owl-nav .owl-next:hover {
    background-position: center right;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5 .owl-nav .owl-next:after,
.homepage-layout .homepage-product-types .owl-carousel.rotator5 .owl-nav .owl-prev:after,
.homepage-layout .homepage-product-types .owl-carousel.rotator6 .owl-nav .owl-next:after,
.homepage-layout .homepage-product-types .owl-carousel.rotator6 .owl-nav .owl-prev:after {
    display: none;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5 .owl-nav .owl-next,
.homepage-layout .homepage-product-types .owl-carousel.rotator6 .owl-nav .owl-next,
.owl-nav-custom .owl-nav .owl-next {
    background: url("../images/arrow_nosearch_left.png") center left no-repeat;
    ;
    width: 40px !important;
    height: 94px !important;
    margin-top: 0px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded),
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded) {
    display: block;
    overflow: hidden;
    max-height: 210px;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded)>.item,
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded)>.item {
    float: left;
    width: 16.6666%;
    margin: 0px 1px;
    z-index: -1;
    opacity: 0.5;
    position: relative;
    padding: 10px 10px 0;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded)>.item img,
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded)>.item img {
    width: 100%;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded)>.item:first-child,
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded)>.item:first-child {
    margin-left: 0px;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded):before,
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded):before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 1;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded):after,
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded):after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f87a54;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 1;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.homepage-layout .homepage-product-types .owl-carousel.rotator5:not(.owl-loaded):after,
.homepage-layout .homepage-product-types .owl-carousel.rotator6:not(.owl-loaded):after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@media all and (min-device-width: 901px) {
    .homepage-layout .menufillBanner {
        width: 100%;
        padding-left: 19%;
        box-sizing: border-box;
    }
    .menufillBanner img.mobileBanner {
        display: none;
    }
}

@media all and (max-device-width: 900px) {
    .menufillBanner img {
        width: 100%;
    }
    .menufillBanner img.desktopBanner {
        display: none;
    }
    .homepage-layout .homecontent>div:not(:first-child) {
        padding: 0 10px;
    }
    .homepage-layout:not(.store-spanish) .layoutbox-footer>div {
        padding: 0 10px;
    }
    .rollupBanner,
    #tsbadgeResponsiveTop {
        display: none !important;
    }
    .homepage-layout:not(.store-spanish) .homewrapper .layoutbox .home-advantages,
    .homewrapper .homepage-product-types .owl-nav {
        z-index: 9;
    }
}

@media (min-device-width: 768px) {
    .giftpromo p {
        position: absolute;
        top: 50%;
        right: 60px;
        text-align: center;
        font-size: 1.1em;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translatey(-50%);
        transform: translateY(-50%);
    }
}

@media (max-device-width: 767px) {
    .hot-categories .grid3row .item {
        width: 50%;
    }
    .home-advantages .grid4row .item {
        width: 50%;
    }
    .home-category-description .rotator2 {
        padding: 0px;
    }
    .giftpromo .forDesktop {
        display: none;
    }
    .giftpromo .forMobile {
        display: block;
    }
    .giftpromo {
        padding: 60px 0 0px;
    }
    .giftpromo p img {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    .giftpromo .mobile-one-line {
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 0px;
        text-align: center;
    }
    .giftpromo p .suprise {
        display: none;
    }
    .giftpromo p strong {
        font-weight: normal;
    }
    .giftpromo p>.btn {
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-device-width: 460px) {
    .hot-categories .grid3row .item {
        width: 100%;
    }
}

@media (max-device-width: 380px) {
    .home-advantages .grid4row .item {
        width: 100%;
    }
}


/* CMS - Widget banner */

.cms-banner {
    display: block;
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.cms-banner .desktop-banner {
    display: block;
}

.cms-banner .mobile-banner {
    display: none;
}

.cms-banner .textbox>span {
    display: block;
    font-weight: lighter;
}

.cms-banner .textbox>span strong {
    font-size: 1.2em;
    font-weight: normal;
}

.cms-banner .textbox .banner-button {
    line-height: 41px !important;
    padding-bottom: 3px;
    font-size: 1.2em;
    text-align: center;
    clear: both;
    display: inline-block;
}

.cms-banner .textbox .banner-button>span {
    font-size: 2em;
    vertical-align: middle;
}

.cms-banner .textbox .banner-button>span:before {
    margin-left: -10px;
}

@media (min-device-width: 768px) {
    .cms-banner .textbox {
        position: absolute;
        text-align: left;
    }
}

@media (max-device-width: 767px) {
    .cms-banner .desktop-banner {
        display: none;
    }
    .cms-banner .mobile-banner {
        display: block;
    }
}


/* CMS - Agreement */

.cms-sales-terms-user-agreement .std h3:before,
.cms-sales-terms-user-agreement .std h3:after {
    display: none;
}

.cms-sales-terms-user-agreement .std h2:before {
    left: 15px;
}

.cms-sales-terms-user-agreement .std h2:after {
    width: 100%;
    left: 0px;
}

.cms-sales-terms-user-agreement .std h2 {
    text-align: left;
}

.cms-sales-terms-user-agreement .reg_content {
    margin: 0 0 1em;
}

.cms-about-us-accessories h1 {
    margin-bottom: 20px;
}

.cms-about-us-accessories h3 {
    text-align: left;
    margin-bottom: 20px;
}

.cms-about-us-accessories h3:before {
    left: 0px;
    margin-left: 0px;
}

.cms-about-us-accessories h3:after {
    left: 0px;
    width: 100%;
}

#no-route>.left {
    width: 48%;
    margin-right: 2%;
}

#no-route>.right {
    width: 50%;
}

#no-route>.left img {
    width: 100%;
}

.std h1 {
    margin: 15px 0 10px;
}

.pcol2-left-layout .col-left.sidebar {
    box-sizing: border-box;
    float: left;
    padding-right: 1%;
    width: 20%;
}

.pcol2-left-layout .col-main {
    float: right;
    width: 80%;
}


/*********************************

HOMEPAGE ES

*********************************/

html[lang="es"] .homepage-layout .spanish-layout .layoutbox {
    box-sizing: border-box;
}

html[lang="es"] .homepage-layout .spanish-layout .layoutbox-content,
html[lang="es"] .homepage-layout .spanish-layout .layoutbox-footer {
    width: 100%;
}

html[lang="es"] .homepage-layout .spanish-layout.homewrapper {
    max-width: none;
    padding: 0px;
}

html[lang="es"] .homepage-layout .spanish-layout .copyright .wrapper,
html[lang="es"] .homepage-layout .spanish-layout .layoutbox-content .wrapper,
html[lang="es"] .homepage-layout .spanish-layout .layoutbox-footer .wrapper,
html[lang="es"] .homepage-layout .spanish-layout .footer-top-container .wrapper,
.separatorwrapper {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
}

html[lang="es"] .homepage-layout .spanish-layout .footer-cms-bottom .wrapper {
    margin: 30px auto;
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
}

html[lang="es"] .homepage-layout .spanish-layout .footer-top-container .footer-cms-trusted {
    background: #ebebeb;
    overflow: hidden;
}

html[lang="es"] .homepage-layout .spanish-layout .top-products-slider {
    overflow: hidden;
}

html[lang="es"] .homepage-layout .homewrapper:not(.spanish-layout) .homepagePhone {
    display: none !important;
}

.smooth-seo-home {
    overflow: hidden;
}

.smooth-seo-home .floated-content {
    overflow: hidden;
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.smooth-seo-home .homeSeparator {
    display: none;
}

.smooth-seo-home .floated-content .galleryBox {
    display: block;
    margin-bottom: 10px;
}

.smooth-seo-home .floated-content.right-content .galleryBox {
    float: right;
    margin-left: 25px;
}

.smooth-seo-home .floated-content.left-content .galleryBox {
    float: left;
    margin-right: 25px;
}

.smooth-seo-home .floated-content .gallery-description {
    display: inline-block;
    position: relative;
}

.smooth-seo-home h1:before,
.smooth-seo-home h1:after,
.smooth-seo-home h2:before,
.smooth-seo-home h2:after,
.smooth-seo-home h5:before,
.smooth-seo-home h5:after {
    display: none;
}

.smooth-seo-home h5 {
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.smooth-seo-home h1.lead,
.smooth-seo-home h2.lead {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 0;
    text-align: left;
}

.smooth-seo-home h1.lead span,
.smooth-seo-home h2.lead span {
    display: block;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1.2em;
}

.smooth-seo-home .seoContent p {
    font-size: 1em;
    line-height: 1.8em;
    margin: 0;
    text-align: justify;
}

.smooth-seo-home .floated-content .galleryBox .owl-carousel {
    padding: 0;
}

.smooth-seo-home .owl-carousel .owl-nav .owl-prev,
.smooth-seo-home .owl-carousel .owl-nav .owl-next {
    margin-top: -60px !important;
}

.top-products-slider .products-grid>* {
    padding: 0px;
    width: 100%;
}

#home_tab_topproducts .products-grid:not(.owl-loaded) {
    height: 0px;
    margin-top: 20px;
}

#home_tab_topproducts .category-products {
    margin: 10px 0 20px;
    position: relative;
}

#home_tab_topproducts li>div>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    border: 1px solid transparent;
}

#home_tab_topproducts li:hover>div>a {
    border-color: #808080;
}

#home_tab_topproducts li>div>a:before {
    content: "";
    display: block;
    padding-top: 84.677%;
}

#home_tab_topproducts li>div>a img {
    width: auto;
    height: 99%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#home_tab_topproducts .products-grid .hidden-data .product-list-price>span {
    display: block;
}

.top-products-slider .products-grid .owl-item {
    float: left;
}

.top-products-slider .products-grid .owl-nav {
    width: 100%;
    position: absolute;
    height: 0px;
    margin: 0px !important;
    top: 40%;
    z-index: 9;
    float: none;
    overflow: visible;
}

.top-products-slider .products-grid .owl-nav .owl-prev {
    background: url("../images/arrow_nosearch_left.png") center left no-repeat;
    background-size: cover;
    width: 38px;
    height: 201px;
    margin-top: 0px;
    position: relative;
    top: 50%;
    cursor: pointer;
    float: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-products-slider .products-grid .owl-nav .owl-next {
    background: url("../images/arrow_nosearch_right.png") center left no-repeat;
    background-size: cover;
    width: 38px;
    height: 201px;
    float: right;
    margin-top: 0px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-products-slider .products-grid .owl-nav .owl-next:hover,
.top-products-slider .products-grid .owl-nav .owl-prev:hover {
    background-position: center right;
}

.top-products-slider .products-grid .owl-nav .owl-prev.disabled,
.top-products-slider .products-grid .owl-nav .owl-next.disabled {
    display: none;
}

.top-products-slider .products-grid .owl-nav .owl-next {}

.top-products-slider .products-grid:not(.owl-loaded) {
    display: block;
    overflow: hidden;
    max-height: 210px;
}

.top-products-slider .products-grid:not(.owl-loaded)>.item {
    float: left;
    width: 16.6666%;
    margin: 0px 1px;
    z-index: -1;
    opacity: 0.5;
    position: relative;
    padding: 10px 10px 0;
}

.top-products-slider .products-grid:not(.owl-loaded)>.item img {
    width: 100%;
}

.top-products-slider .products-grid:not(.owl-loaded)>.item:first-child {
    margin-left: 0px;
}

.top-products-slider .products-grid:not(.owl-loaded):before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 1;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.top-products-slider .products-grid:not(.owl-loaded):after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f87a54;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 1;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.top-products-slider .products-grid:not(.owl-loaded):after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.smooth-seo-home .homeSeparator {
    display: none;
    float: left;
    width: 30%;
    clear: both;
    margin: 25px 35% 20px;
}

.std .homeSeparator {
    margin: 35px 35% 30px;
}

.homepage-layout .products-grid .listing-box .varients .varient_item {
    top: 0px;
}

.fullslide ul[id*="banner-slider"] {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.fullslide ul[id*="banner-slider"] .owl-stage-outer,
.fullslide ul[id*="banner-slider"] .owl-stage,
.fullslide ul[id*="banner-slider"] .owl-stage .owl-item {
    overflow: hidden;
}

.fullslide ul[id*="banner-slider"] .owl-stage .banner-slide,
.fullslide ul[id*="banner-slider"] .owl-stage .img-box,
.fullslide ul[id*="banner-slider"] .owl-stage .img-box .img-box-inner,
.fullslide ul[id*="banner-slider"] .owl-stage .img-box a {
    display: block;
    position: relative;
    width: 100%;
}

.fullslide ul .items {
    width: 100%;
    overflow: hidden;
}

.fullslide ul img {
    display: block;
    width: 100%;
    outline: 1px;
    position: relative;
}

.image-gallery-outer .owl-controls .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #E99F3E;
    background: none !important;
}

.image-gallery-outer .owl-controls .owl-dots .owl-dot.active {
    background: #fff !important;
}

.full-header {
    background: #fff;
    z-index: 9;
}

.full-menu .full-menu-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    height: 49px;
}

.full-header-top {
    border-bottom: 1px solid #e5e5e5;
}

.full-header-top-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 10px;
    padding-right: 10px;
    height: 49px;
}

.full-header-top .logo {
    float: left;
    margin-top: 3px;
}

.full-header-top .user-menu {
    float: right;
    font-size: 1em;
    margin-top: 14px;
}

.full-header-top .user-menu ul li {
    float: left;
    margin-left: 30px;
}

.full-header-top .user-menu ul li i,
.mobile-menu .cartToogler i {
    color: #3e3e3e;
    font-size: 1.6em;
    vertical-align: -15%;
    margin-right: 3px;
}

.full-menu-wrapper .homelink {
    height: 49px;
    width: 30px;
}

.full-menu-wrapper .homelink a {
    display: block;
    width: 100%;
    height: 100%;
}

.full-menu-wrapper .homelink a span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
    width: 100%;
    font-size: 1.8em;
    color: #000;
}

.full-menu {
    height: 49px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.full-menu .handmenu>ul {
    margin-left: -15px;
}

.full-menu .handmenu>ul>li {
    float: left;
}

.full-menu .handmenu ul li h2:before,
.full-menu .handmenu ul li h2:after {
    display: none;
}

.full-menu .handmenu>ul>li>a,
.full-menu .handmenu>ul>li>h2>a,
.full-menu .handmenu ul>li>h2 {
    margin: 0px;
    cursor: pointer;
    color: #000 !important;
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 46px;
    padding: 0 15px;
    background: transparent;
    box-sizing: border-box;
    font-weight: 300;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

@media (min-device-width : 902px) and (max-device-width: 990px) {
    .full-menu .handmenu>ul>li>a,
    .full-menu .handmenu>ul>li>h2>a,
    .full-menu .handmenu ul>li>h2 {
        padding: 0 8px;
    }
}

.full-menu .handmenu>ul>li>a:hover,
.full-menu .handmenu>ul>li>h2:hover>a,
.full-menu .handmenu>ul>li>h2:hover {
    font-weight: 400;
}

.full-menu .handmenu>ul>li>a {
    position: relative;
}

.full-menu .handmenu>ul>li>h2.active {
    font-weight: 400;
}

.full-menu .handmenu .submenu-holder {
    position: absolute;
    top: 48px;
    left: 0px;
    right: 0px;
    z-index: 9;
    padding: 15px 15px 20px 15px;
    background: #f5f5f5;
    text-align: left;
    display: none;
    border-bottom: 1px solid #ccc;
}

.full-menu .handmenu ul.menu-level-2 a {
    color: #000 !important;
    font-size: 14px;
}

.full-menu .handmenu ul.menu-level-2 li:hover a h2 {
    font-weight: 400 !important;
}

.full-menu .handmenu ul.menu-level-2+ul.menu-level-2 {
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.full-menu .handmenu>ul>li>h2:after {
    width: 0;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: 0px;
    content: "";
    z-index: 10;
    background: #f36444;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.full-menu .handmenu>ul>li>h2.active:after {
    width: 30px;
    margin-left: -15px;
}

.full-menu .handmenu ul.menu-level-2 li {
    box-sizing: border-box;
    margin: 5px -4px 5px 0px;
    display: inline-block;
    vertical-align: top;
    background: transparent;
    text-align: center;
}

.full-menu .handmenu ul.menu-level-2 li:hover {
    background: #fcfcfc;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.full-menu .handmenu .submenu-holder .closemenu {
    cursor: pointer;
    z-index: 8;
    position: absolute;
    bottom: -30px;
    left: 50%;
    height: 63px;
    color: #102d79;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color 0.25s ease;
    -moz-transition: color 0.25s ease;
    -ms-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.full-menu .handmenu .submenu-holder .closemenu:hover {
    color: #5d5abf;
}

.full-menu .handmenu .submenu-holder .closemenu span {
    display: block;
    position: absolute;
    top: 13px;
    left: 50%;
    font-size: 3em;
    background: #f5f5f5;
    width: 50px;
    padding-top: 8px;
    height: 40px;
    margin: -5px -25px;
    padding-top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.full-menu .handmenu ul.menu-level-2 li h2 {
    font-size: 1em;
}

.full-menu .handmenu ul.menu-level-2 a {
    display: block;
    line-height: 1.3em;
    padding-bottom: 10px;
}

.full-menu .handmenu ul.menu-level-2 a img {
    display: block;
    margin: 10px auto 0px;
}

.full-menu .handmenu ul.menu-level-2 a:before {
    content: "";
    display: block;
    width: 95px;
    height: 95px;
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('http://shark.bimago.com/bimago2/home_page/spanish/menu/menu_es_sprite.png')
}

#menu-mobile .handmenu ul.menu-level-2 a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: -15%;
    background-image: url('http://shark.bimago.com/bimago2/home_page/spanish/menu/menu_es_sprite.png')
}

.full-menu .handmenu ul.menu-level-2 h2 {
    height: auto;
}


/*img:not([src]) {*/


/*    visibility: hidden;*/


/*}*/

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

@media (min-device-width: 1400px) {
    .full-menu .handmenu ul.menu-level-2 li {
        width: 8.3%;
        margin-left: 1px;
    }
}

@media (min-device-width: 1200px) and (max-device-width: 1399px) {
    .full-menu .handmenu ul.menu-level-2 li {
        width: 10%;
    }
}

@media (min-device-width: 901px) and (max-device-width: 1199px) {
    .full-menu .handmenu ul.menu-level-2 li {
        width: 12.5%;
    }
}

@media (min-device-width: 901px) {
    .mobile-infoline,
    .full-header-mobile {
        display: none;
    }
    .user-menu ul {
        display: inline-block;
        vertical-align: top;
    }
    .full-menu .handmenu .submenu-holder.with3levels {
        padding: 0px;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu {
        padding-top: 49px;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links {
        height: 50px;
        background: #f36444;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        padding-left: 30px;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li>a {
        z-index: 9;
        font-weight: 300;
        font-size: 1.1em;
        display: block;
        height: 50px;
        padding: 0 20px;
        color: #fff;
        line-height: 48px;
        position: relative;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li>a:hover {
        font-weight: 400;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links li {
        display: inline-block;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links li.active>a:after {
        position: absolute;
        bottom: -12px;
        left: 50%;
        margin-left: -12px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #f36444;
        display: block;
        content: "";
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-content {
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-content .tab {
        padding: 20px 10px 40px;
        background: #f5f5f5;
    }
}

@media (max-device-width: 900px) {
    .scrollpagedown {
        display: none !important
    }
    .full-menu .handmenu>ul>li>h2::after {
        bottom: 0px;
    }
    .full-menu .handmenu>ul>li>h2.active {
        border-color: transparent
    }
    .full-menu .handmenu .submenu-holder.with3levels {
        background: none;
        padding: 10px 0px;
    }
    .tabbed-menu .tab-content,
    .tabbed-menu .tab-content .tab {
        position: relative !important;
        height: 0px !important;
        overflow: hidden;
        -webkit-transition: height 0.55s linear 0s;
        -moz-transition: height 0.55s linear 0s;
        -ms-transition: height 0.55s linear 0s;
        -o-transition: height 0.55s linear 0s;
        transition: height 0.55s linear 0s;
    }
    .tabbed-menu li.active .tab-content,
    .tabbed-menu .tab-content .tab.active {
        height: 100% !important;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li>a {
        width: 100%;
        margin: 0px;
        position: relative;
        border-top: 1px solid #e5e5e5;
        padding: 0 5px 0 30px;
        box-sizing: border-box;
        display: block;
        color: #000 !important;
        font-size: 16px;
        line-height: 40px;
        text-align: left;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li>a:not(.noaction):before {
        display: block;
        font-family: "Pe-icon-7-stroke";
        content: "\e688";
        font-size: 2em;
        left: -7px;
        top: 1px;
        position: absolute;
        border: none;
        background: none;
        -webkit-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li.active>a:before {
        content: "\e682";
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li.active>a:before {
        color: #ff3105;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .tab-links>li:first-child>a {
        border-top: 0px;
    }
    .full-menu .handmenu .submenu-holder .tabbed-menu .menu-level-2 {
        padding: 10px 25px;
        background: #f5f5f5;
        border-top: 1px solid #ccc;
    }
    .full-header-top .user-menu ul li.hideMobile {
        display: none;
    }
    .full-header-top .user-menu {
        margin-right: 20px;
    }
    .layoutbox-header-full .full-header .user-menu>ul,
    .layoutbox-header-full .full-header .header-advantages-es,
    .layoutbox-header-full .full-header .logo,
    .layoutbox-header-full .full-header .header-prologue-es {
        display: none !important;
    }
    .layoutbox-header-full .full-header {
        height: 40px;
    }
    .layoutbox-header-full .full-header .full-header-top {
        border: 0px;
        height: 40px;
        background: #fff;
    }
    .layoutbox-header-full .full-header .full-header-top-wrapper .user-menu form,
    .layoutbox-header-full .full-header .full-header-top-wrapper .user-menu,
    .layoutbox-header-full .full-header .full-header-top-wrapper {
        height: 40px;
        padding-left: 0px;
    }
    .layoutbox-header-full .full-header .full-header-top-wrapper .user-menu {
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        margin: 0px;
    }
    .layoutbox-header-full .full-header .full-header-top-wrapper .user-menu form #span_clear_search {
        left: 0px !important;
        width: 40px;
        visibility: visible;
        border: 0px;
    }
    .layoutbox-header-full .full-header .full-header-top-wrapper .user-menu form #search_phrase {
        display: block;
        border: 0px;
        width: 100% !important;
        height: 40px;
        box-sizing: border-box;
        padding: 0 40px 0 45px;
        font-size: 15px !important;
    }
    .layoutbox-header-full .full-header .full-header-top-wrapper .user-menu form {
        position: relative;
    }
    .layoutbox-header-full section#header {
        right: 0px !important;
        width: 0px;
        overflow: hidden;
        visibility: visible;
        -webkit-transition: width 0.25s linear;
        -moz-transition: width 0.25s linear;
        -ms-transition: width 0.25s linear;
        -o-transition: width 0.25s linear;
        transition: width 0.25s linear;
    }
    .layoutbox-header-full #header.searchin {
        width: 100%;
    }
    .layoutbox-header-full .full-header {
        position: relative;
        background: #fff;
    }
    .full-menu .handmenu>ul>li>h2 {
        padding-right: 30px !important;
    }
    .full-menu .handmenu>ul>li>h2.submenu:before {
        display: block;
        font-family: "Pe-icon-7-stroke";
        content: "\e688";
        font-size: 2em;
        right: 5px;
        top: 3px;
        left: auto;
        position: absolute;
        border: none;
        background: none;
        -webkit-transition: all 300ms ease-in 0s;
        -moz-transition: all 300ms ease-in 0s;
        -o-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
    }
    .full-menu .handmenu>ul>li>h2.active.submenu:before {
        content: "\e682";
        color: #ff3105;
    }
    .full-menu .handmenu ul.menu-level-2 li {
        width: 100%;
        margin: 0px;
        position: relative;
        border-top: 1px solid #fff;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .full-menu .handmenu ul.menu-level-2 li:first-child {
        border-top: 0px;
    }
    .full-menu .handmenu ul.menu-level-2 li img {
        margin: 0px;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 8px;
        left: 5px;
    }
    .full-menu .handmenu ul.menu-level-2 li h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
        padding: 0 0 0 35px;
        margin: 0px;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        text-align: left;
    }
    .full-menu .handmenu .closemenu {
        display: none;
    }
    .full-menu .handmenu .submenu-holder {
        padding: 10px 20px;
    }
    .full-header .mobile-menu {
        height: 35px;
        border-bottom: 1px solid #e5e5e5;
        overflow: hidden;
        z-index: 2;
        position: relative;
        background: #fff;
    }
    .full-header .mobile-menu .cartToogler {
        float: right;
    }
    .full-header .mobile-menu .cartToogler a {
        display: block;
        padding: 6px 20px;
    }
    .full-header-top-wrapper {
        text-align: center;
        height: 45px;
    }
    .full-header-top-wrapper .logo {
        float: none;
        margin: 0 auto;
    }
    .full-header-top-wrapper .logo img {
        width: 120px;
        margin: 6px 0 0;
    }
    .full-header .mobile-menu .menuToogler {
        float: left;
        margin-top: -1px;
        border-left: 1px solid #ccc
    }
    .full-header .mobile-menu .menuToogler>div {
        padding: 0px 20px 0px 5px;
        cursor: pointer;
    }
    .full-header .mobile-menu .menuToogler>div .menu-toggle-icon {
        padding-top: 6px;
        display: inline-block;
        width: 36px;
        height: 29px;
        vertical-align: -50%;
    }
    .full-header .mobile-menu .menuToogler>div .menu-toggle-icon span {
        display: block;
        width: 28px;
        margin: 4px 3px 0px;
        height: 3px;
        background: #000;
        margin-bottom: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .full-header .mobile-menu .menuToogler>div i {
        font-size: 2.6em;
        vertical-align: -25%;
    }
    .full-header {
        height: 81px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
    }
    .full-menu {
        position: fixed;
        top: 0px;
        left: -400px;
        height: 100%;
        width: 80%;
        max-width: 400px;
        min-width: 260px;
        overflow-y: auto;
    }
    body.menu-is-shown {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
    }
    body.menu-is-shown #jivo-iframe-container {
        display: none !important;
    }
    .full-menu .handmenu>ul {
        margin: 0px;
    }
    .full-menu .handmenu>ul>li {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .full-menu .handmenu>ul>li>h2,
    .full-menu .handmenu>ul>li>a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        padding: 0px;
    }
    .full-menu .handmenu>ul>li>h2>a {
        padding: 0px;
    }
    .full-menu .handmenu>ul>li>h2 {
        border-bottom: 1px solid #e5e5e5;
    }
    .full-menu .handmenu .submenu-holder {
        border-color: #e5e5e5;
    }
    .mobile-infoline {
        left: -400px;
        z-index: 10;
        background: #fff;
        position: fixed;
        bottom: 0px;
        width: 80%;
        max-width: 400px;
        min-width: 260px;
        border-top: 1px solid #ccc;
        padding: 10px 0;
        margin: 0;
        font-size: 1.25em;
        height: 40px;
        line-height: 25px;
    }
    .mobile-infoline i {
        font-size: 1.5em;
        vertical-align: -20%;
    }
    .mobile-infoline small {
        display: block;
        font-size: 0.7em;
        color: #ccc;
    }
    .full-menu .handmenu .submenu-holder {
        position: relative;
        top: auto;
        left: auto;
    }
    .full-menu .full-menu-wrapper {
        height: auto;
        padding-bottom: 60px;
    }
    .full-menu .full-menu-wrapper ul {
        display: block;
        overflow: hidden;
        font-weight: 300;
    }
    .full-menu .handmenu>ul>li>h2:after {
        height: 1px;
        left: 0px;
    }
    .full-menu .handmenu>ul>li>h2.active:after {
        width: 100%;
        margin-left: 0px;
    }
    .full-menu .user-menu {
        padding: 0 10px;
    }
    .full-menu .user-menu ul {
        border-top: 1px solid #e5e5e5;
        text-align: left;
        padding-top: 20px;
        text-align: left;
    }
    .full-menu .user-menu ul li {
        font-size: 1.15em;
        padding: 0 0 0 35px;
        position: relative;
    }
    .full-menu .user-menu ul li i {
        font-size: 1.5em;
        vertical-align: -13%;
        position: absolute;
        top: 10px;
        left: 0px;
    }
    .full-menu .user-menu ul li span {
        display: block;
    }
    .full-menu .user-menu ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .full-header-mobile .layer {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 300ms ease-in 0s;
        -moz-transition: opacity 300ms ease-in 0s;
        -o-transition: opacity 300ms ease-in 0s;
        transition: opacity 300ms ease-in 0s;
    }
    body.menu-is-shown .full-header-mobile .layer {
        visibility: visible;
        opacity: 1;
    }
    .fullslide .owl-controls {
        margin-top: 50px;
    }
    .tabbed-menu .tab-content {
        overflow: hidden;
    }
}

@media (min-device-width: 640px) and (max-device-width: 900px) {
    .smooth-seo-home .floated-content {
        width: 100%;
        padding: 0px;
    }
    .smooth-seo-home .galleryBox {
        width: 40%;
        float: right;
        margin-left: 30px;
        margin-top: 11px;
    }
    .smooth-seo-home .homeSeparator {
        display: block;
    }
}

@media (max-device-width: 639px) {
    .smooth-seo-home .floated-content {
        width: 100%;
        padding: 0px;
        margin-top: 10px;
    }
    .smooth-seo-home .floated-content .galleryBox {
        width: 100%;
        margin: 0px;
    }
    .smooth-seo-home .seoContent {
        float: right;
        width: 100%;
    }
    .smooth-seo-home h5 {
        margin-bottom: 10px;
    }
    .smooth-seo-home h1.lead,
    .smooth-seo-home h2.lead {
        margin: 20px 0 10px;
    }
    .smooth-seo-home .homeSeparator {
        display: block;
    }
}

.paintings .product-description-content .heading-widget {
    font-size: 1.8em;
}

.paintings .product-description-content .painted-column {
    font-size: 1em;
    line-height: 1.7em;
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
}

.paintings .product-description-content .painted-column:nth-child(3n+1) {
    padding-left: 20px;
}

.paintings .product-description-content .painted-column:nth-child(3n) {
    padding-left: 10px;
    padding-right: 10px;
}

.paintings .product-description-content .painted-column:nth-child(3n-1) {
    padding-right: 20px;
}

.paintings .product-description-content .painted-column h2 {
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 0px !important;
}

.paintings .product-description-content .painted-column p {
    margin: 15px 0;
}

.paintings .product-description-content .painted-column div {
    float: none;
}

.paintings .product-description-content .painted-column .video-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.paintings .product-description-content .painted-column .video-icon .apla {
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.paintings .product-description-content .painted-column .video-icon img {
    width: 100%;
}

.paintings .product-description-content .painted-column .video-icon .apla img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.paintings .product-description-content .painted-column .video-icon .pe-7s-play {
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 5em;
    margin: 10px 0 10px 10px;
    padding: 10px 5px 10px 5px;
    text-indent: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0);
    vertical-align: middle;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.paintings .product-description-content .painted-column .video-icon:hover .pe-7s-play {
    background: rgba(255, 255, 255, 0.3);
}

.paintings .product-description-content .painted-column .video-icon .playBtn {
    z-index: 9;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

@media (max-device-width : 900px) {
    .paintings .product-description-content .painted-column {
        width: 100%;
        padding: 10px 0 !important;
    }
    .paintings .product-description-content .video-icon {
        width: 30%;
        min-width: 250px;
        float: left !important;
        margin-right: 20px;
    }
    .paintings .product-description-content .painted-column .video-icon .pe-7s-play {
        font-size: 3em;
    }
}

@media (max-device-width : 440px) {
    .paintings .product-description-content .video-icon {
        width: 100%;
    }
}

.payments-image img {
    margin-top: 10px;
}

.product-description-content {
    padding-bottom: 20px;
}

.acrylglass #techniques_compare th,
.acrylglass #techniques_compare td {
    width: 33.3333%;
}

.acrylglass #techniques_compare td:first-child {
    font-weight: normal;
}

.acrylglass #techniques_compare th {
    font-weight: normal;
    font-size: 1.4em;
}

.product-description-content .smallH3 {
    font-size: 1.3em;
}

#magma_memories h4,
#magma_description h4 {
    font-size: 1.8em;
    margin: 20px 0 20px;
}

#magma_description .magma_goods h4+.goods_item {
    border-top: 0px;
    padding-top: 0px;
}

#magma_description,
#magma_memories,
.magma_goods {
    width: 100%;
}

#magma_description .magma_goods .goods_item {
    padding: 20px 0;
    border-top: 1px solid #b7b7b7;
    text-align: center;
}

#magma_description .magma_goods .col_right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 20px;
}

#magma_description .magma_goods .col_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

#magma_description .magma_goods .other_img {
    width: 50%;
    float: left;
    margin-top: 57px;
}

#magma_description .magma_goods .magma_img {
    width: 50%;
    float: left;
    vertical-align: bottom;
}

#magma_description .magma_goods .magma_img img {
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
}

#magma_description .magma_goods .other_img img {
    max-width: 100%;
    clear: both;
    display: block;
    margin: 10px auto 0;
    max-width: 100%;
}

#magma_description .magma_goods .number-circle {
    display: block;
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #000;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
}

#magma_description .magma_goods p strong {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#magma_memories .magma_goods .goods_item {
    margin: 10px 0;
    width: 100%;
}

#magma_memories .magma_goods .col_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 20px 10px 30px;
}

#magma_memories .magma_goods .col_right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
}

#magma_memories .magma_goods .col_left>img:not(.roundalign) {
    display: block;
    margin: 0 auto 7px;
}

#magma_memories .magma_goods .col_left span {
    float: left;
    display: block;
    margin-top: 5px;
}

#magma_memories .magma_goods .col_left span img {
    float: left;
    margin-right: 10px;
    vertical-align: middle;
}

#magma_memories .magma_goods .col_left span i {
    display: block;
    margin-top: 11px;
    float: left;
    line-height: 1.3em;
}

#magma_memories .magma_goods .col_left .shape {
    float: left;
    width: 190px;
    height: 190px;
    shape-margin: 6%;
    margin-top: 10px;
    margin-left: 20px;
}

#magma_memories .magma_goods .col_left .shaperight {
    float: right;
}

#magma_memories .magma_goods .col_left .circle {
    shape-outside: circle(50%) content-box;
}

#magma_memories .magma_goods .col_left .circlewrapbox+div {
    float: none;
}

#magma_memories .magma_goods .col_left .circlewrapbox {
    margin: 0px;
}

#magma_memories .magma_goods .col_left i {
    display: inline-block;
    margin-top: 26px;
    vertical-align: top;
    line-height: 1.3em;
    font-size: 0.9em;
}

#magma_memories .magma_goods .col_left div img {
    display: inline-block;
    margin: 10px 5px 0 0;
    vertical-align: top;
}

#magma_infotext {
    width: 100%;
    line-height: 1.6em;
    margin-top: 40px;
}

#magma_infotext strong {
    display: block;
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

#magma_infotext strong span {
    float: left;
    padding-right: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    font-size: 1.4em;
    font-weight: 300;
}

#magma_infotext strong span:before {
    background: #f36444;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0%;
    position: absolute;
    width: 30px;
    z-index: 1;
}

#magma_3cols {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

#magma_3cols>div {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
}

#magma_3cols>div:nth-child(3n) {
    padding-left: 40px;
}

#magma_3cols>div:nth-child(3n-1) {
    padding: 0 20px;
}

#magma_3cols>div:nth-child(3n+1) {
    padding-right: 40px;
}

#magma_3cols .magma_col1 ul li,
#magma_3cols .magma_col3 ul li {
    display: block;
    padding-top: 8px;
    padding-left: 35px;
    background: url("../images/category/check_orange.png") no-repeat left 14px;
}

#magma_3cols .magma_col1 ul li:first-child,
#magma_3cols .magma_col3 ul li:first-child {
    padding-top: 0px;
    background-position: left 7px;
}

#magma_3cols strong {
    display: block;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

#magma_3cols strong span {
    width: 100%;
    padding-right: 40px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    font-size: 1.4em;
    font-weight: 300;
}

#magma_3cols strong span:before {
    background: #f36444;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0%;
    position: absolute;
    width: 30px;
    z-index: 1;
}

#magma_3cols #magma-quality {
    margin: 0px 0 0 30px;
    ;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: table;
}

#magma_3cols #magma-quality li {
    display: table-row;
    background-repeat: no-repeat;
    background-position: center left;
}

#magma_3cols #magma-quality li span {
    display: table-cell;
    padding-left: 70px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    height: 60px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
}

@media (min-device-width : 901px) {
    #magma_description .magma_goods .reverse .col_left {
        float: right;
    }
    #magma_memories .magma_goods .col_right img.forMobile {
        display: none;
    }
    #magma_memories .magma_goods .col_right img {
        width: 100%;
    }
}

@media (max-device-width : 900px) {
    .homepage-layout .layoutbox-footer,
    .homepage-layout .layoutbox-content {
        overflow-x: hidden;
    }
    .product-description-content #magma_3cols>div {
        width: 100%;
        padding: 0 0 20px;
    }
    #magma_infotext strong,
    #magma_3cols strong {
        text-align: center;
    }
    #magma_infotext strong span,
    #magma_3cols strong span {
        width: 80%;
        display: inline-block;
        margin: 0 auto;
        float: none;
    }
    #magma_infotext strong span:before,
    #magma_3cols strong span:before {
        left: 50%;
        margin-left: -15px;
    }
    #magma_memories .magma_goods .col_right {
        width: 100%;
    }
    #magma_memories .magma_goods .col_right img.forMobile {
        width: 100%;
        display: block;
    }
    #magma_memories .magma_goods .col_right img.forDesktop {
        display: none;
    }
    #magma_memories .magma_goods .col_left {
        width: 100%;
        padding: 15px;
    }
    #magma_description .magma_goods .col_left,
    #magma_description .magma_goods .col_right {
        width: 100%;
        padding: 20px 0;
    }
}

@media (min-device-width : 680px) and (max-device-width : 900px) {
    #magma_description .magma_goods .magma_img {
        padding-left: 15%;
        box-sizing: border-box;
    }
    #magma_description .magma_goods .other_img {
        padding-right: 15%;
        box-sizing: border-box;
    }
}


/*Halloween*/

h1.halloween_header:after {
    bottom: 32px;
}

h1.halloween_header:before {
    background: none;
    width: 88px;
    height: 48px;
    background: url('http://shark.bimago.com/bimago2/landing_page/halloween/halloween_top.png') center no-repeat;
    margin-left: -44px;
}

h1.halloween_header {
    padding-bottom: 52px;
    margin-bottom: 5px;
}

h1.halloween_header+h3 {
    font-size: 1.2em;
    margin-top: -3px;
}

h1.halloween_header+h3 .orange {
    color: #f78900;
    font-weight: normal;
}

.scrollToLink {
    cursor: pointer;
}

.gift_cart_lp {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

.gift_cart_lp h2,
.gift_cart_lp h1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.gift_cart_lp h2:before,
.gift_cart_lp h2:after,
.gift_cart_lp h1:before,
.gift_cart_lp h1:after {
    display: none;
}

.gift_cart_lp ul {
    list-style: disc;
    margin: 10px 0;
    padding-left: 20px;
}

.gift_cart_lp ul li {
    padding: 5px 0;
    position: relative;
}

.gift_cart_lp ul li:before {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: -13px;
    content: "";
    display: block;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.gift_cart_lp_top .cart_link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000!important;
    margin: 9px auto 10px 21px;
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    padding: 6px 30px 4px;
    font-size: 1.2em;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.gift_cart_lp>.cart_link i,
.gift_cart_lp_top .cart_link i {
    font-style: normal;
    font-size: 2em;
    width: 15px;
    text-indent: -5px;
    vertical-align: -29%;
}

.gift_cart_lp>.cart_link:hover,
.gift_cart_lp>.cart_link:focus,
.gift_cart_lp_top .cart_link:hover,
.gift_cart_lp_top .cart_link:focus {
    background: rgba(255, 255, 255, 0.5);
}

.gift_cart_lp_middle {
    margin-top: 35px;
}

.gift_cart_lp_middle h2 {
    font-size: 1.8em;
}

.gift_cart_lp_bottom {
    margin-top: 286px;
}

.gift_cart_lp>.cart_link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff!important;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    ;
    padding: 6px 30px 4px;
    font-size: 1.2em;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    position: absolute;
    right: 200px;
    bottom: 50px;
}

@media (max-device-width : 900px) {
    .gift_cart_lp>.cart_link {
        display: none;
    }
}

@media (min-device-width : 681px) {
    .gift_cart_lp .text-content {
        width: 430px;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 45px 35px;
        box-sizing: border-box;
    }
    .gift_cart_lp_top_footer {
        width: 430px;
        background: #e5dcf9;
        position: absolute;
        text-align: center;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 15px 0;
    }
    .gift_cart_lp .mobile_img {
        display: none;
    }
}

@media (max-device-width : 680px) {
    .gift_cart_lp .text-content {
        padding: 0 15px;
    }
    .gift_cart_lp_top .cart_link {
        margin: 10px auto 35px auto !important;
        color: #102d79 !important;
        border-color: #102d79;
    }
    .gift_cart_lp_middle,
    .gift_cart_lp_bottom {
        margin-top: 0px;
    }
    .gift_cart_lp>img {
        display: none;
    }
    .gift_cart_lp .mobile_img img {
        width: 100%;
    }
    .gift_cart_lp_top_footer {
        width: 100%;
        background: #e5dcf9;
        text-align: center;
        padding: 15px 0;
    }
    .gift_cart_lp ul li:before {
        background: #e3b90d;
    }
    .mobile-center {
        text-align: center;
    }
}

body.layer-is-opened {
    overflow: hidden;
}

.cms-home .page-title.category-title {
    margin: 40px 0 20px;
    text-align: center;
    width: 100%;
}

.cms-home .page-title h3 {
    font-size: 1.5em;
    margin: 0;
    padding: 0 40px;
    position: relative;
    width: auto !important;
}