.section.birthday0 {


}

.oimg {
    height: 30vw;

}

.orb {
    display: inline-block;

    float: left;
    transition: all .2s ease-out;
}

.orb:hover {

    opacity: .5;
    cursor: pointer;
}


.marquee {
    height: 30vw;
    width: 191vw;

    overflow: visible;
    box-sizing: border-box;
    position: relative;

}

.mar {
    height: 30vw;
    top: 10vw;
    width: 100%;
    overflow: hidden;
    position: absolute;

}

.marquee--inner {
    display: block;
    width: 200%;

    position: absolute;
    animation: marquee 20s linear infinite;
}

.marquee--inner:hover {
    animation-play-state: paused;
}

/*.half {
  float: left;
  width: 10%;
}*/

.spspan {
    float: left;
    width: 50%;
}

@keyframes marquee {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}

@media (max-width: 479px) {
    .marquee {
        height: 63vw;
        width: 401vw;
    }

    .mar {
        top: 16vw;
        height: 63vw;
    }

    .oimg {
        height: 63vw;

    }

}

.txtst {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0;
}

.txtst2 {
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0;
}

.obsv1 {
    display: inline-block;
    width: 75%;

}

.obsv2 {
    display: inline-block;
    width: 24%;

}

.obsv {
    display: flex;
}

.obin {
    width: 100%;
}

.sps {
    display: inline;
    width: 100%;
    height: 1px;
}

div.something > div {
    margin-top: 13px;
    margin-bottom: 0;
    padding: 5px;
}

.head-shops {
    width: 100%;
    height: 52px;
    background-color: rgba(65, 1, 130, 0.5);
}

.pages {
    width: auto;
    display: inline-block;
    font-size: 17px;
    text-align: right;
}

div.pages > a {
    color: #cc00cc;
}

.colcat {
    min-width: 7%;
    display: inline-block;

}

.topfoot {

    display: none;
    text-align: right;
    padding-right: 6px;
}

.pzpz {
    position: relative;
    width: 100vw;
    font-size: 19px;
    line-height: 20px;
    /* height: 188px;*/
    height: auto;
    top: 115px;
    margin-bottom: -110px;
}

.pzpzpo {
    width: 100%;
    background-color: #ca54ff;
    padding-left: 17%;
    padding-right: 17%;

}

.black_friday .title {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Akrobat, sans-serif;
}

.black_friday .pzpzpo .text {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
}

.pzpzpo .text {
    max-width: 600px;
    text-align: left;
}

.vio {
    margin-top: -15px;
    background-color: #ca54ff;
    margin-top: -15px;
    margin-bottom: -10px;
}

.pzpz.pro {

    height: 253px;
}


.store_vi {

    width: 560px;
    height: 315px;
}

@media (max-width: 479px) {
    .obsv1 {

        width: 70%;

    }

    .obsv2 {
        width: 30%;
    }

    .sps {
        display: none;

    }

    .pages {

        font-size: 15px;
    }

    div.toolbar-title {
        font-size: 14px;

    }

    .pzpzpo {
        width: 100%;
        /*background-color: #8bfe6b;*/
        padding-left: 0%;
        padding-right: 0%;

    }

    .pzpz {
        position: relative;
        width: 100vw;
        font-size: 19px;
        line-height: 20px;
        /*padding-left: 0%;
        padding-right: 0%;
        padding-top: 17px;*/
        padding: 17px 0;
        /*background-color: #8bfe6b;*/
        /*height: 179px;*/
        height: auto;
        top: 17px;
        margin-bottom: 5vw;
    }

    .pzpz.pro {
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 2vw;
    }

    .store_vi {

        width: 320px;
        height: 177px;
    }

}

.wap {
    display: none;

    width: 2vw;
    height: 2vw;
}

.ins {

    position: absolute;
    left: 0vw;
    top: auto;
    display: inline-block;
    overflow: visible;
    float: none;
    clear: none;
}

.langsel .button {
    display: inline-block;
    top: 25px;
    outline: none;
}

.langsel > div > p {
    line-height: 2px;
    display: block;
    margin: 30px 0px 30px 0px;
    height: auto;
    width: 100%;
    text-align: center;
}

.langsel > div {
    width: 100% !important;
}

.langsel {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    display: none;
    padding: 10px 10px 10px 10px;
    width: 300px;
    height: 150px;
    background: #FFF;
    z-index: 10102;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -84px 0 0 -160px;
}

.something {
    width: 100%;
}

.whh {
    line-height: 18px;
    font-size: 18px;
    text-align: center;
}


.zzzoomy {
    transition: background-size 100ms;
    -moz-transition: background-size 100ms;
    -ms-transition: background-size 100ms;
    -o-transition: background-size 100ms;
    -webkit-transition: background-size 100ms;
    background-size: 95% auto !important;
}

.zoomy:hover {
    background-size: 100% auto !important;
}

.zzzoomy2 {
    transition: background-size 100ms ease-in;
    -moz-transition: background-size 100ms ease-in;
    -ms-transition: background-size 100ms ease-in;
    -o-transition: background-size 100ms ease-in;
    -webkit-transition: background-size 100ms ease-in;
    background-size: auto 95% !important;
}

.zzzoomy2:hover {
    background-size: auto 100% !important;
}


.link-white {
    color: #fff;
}


.contentl {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 115px;
    padding-bottom: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(270deg, #5d21c9 1%, #8421c9 11%, #0a00ff 35%, #fc3712 69%, #0a1dff);
    background-image: linear-gradient(180deg, #5d21c9 1%, #8421c9 11%, #0a00ff 35%, #fc3712 69%, #0a1dff);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

@media (max-width: 767px) {
    .head-shops {
        height: auto;
        padding: 7px;

    }

}

@media (max-width: 479px) {
    .head-shops {
        height: auto;

        padding: 5px;
    }

    .nav-menu.w-nav-menu.w--nav-menu-open {
        height: 100vh !important;
        overflow: scroll;
        padding-bottom: 24vh;

        margin-top: 44px;
    }

    .topfoot {

        display: block;
    }


    .pzz {
        margin-top: 27% !important;

    }

    .wap {

        width: 4vw;
        height: 4vw;
    }

    .wh {
        text-align: left;
        font-size: 14px;
    }

    .inner-title {
        line-height: 7vw;
    }

}


.store_spb {
    width: 25vw;
    height: 50vh;
}

.store_msk {
    width: 25vw;
    height: 30vw;
}

.shop_spb {
    width: 100%;
    height: 430px;
    border: 0;
}

.shop_msk {
    width: 100%;
    height: 430px;
    border: 0;
}

.shop_msk.ima {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static-eu.insales.ru/files/1/1955/3770275/original/3bZ_l26bYnc.jpg);
}

.shop_msk.ima2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static-ru.insales.ru/files/1/2600/10234408/original/shopMskMap.jpg);
}

.shop_spb.ima {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static-eu.insales.ru/files/1/508/6930940/original/eMjRVFoW98Q.jpg);
}

.flex-st {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-sm {
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-sm.conti {
    padding: 10% 0;
}

.content-title.shop_title {
    padding-top: 16px;
}

.flex-sm.shop_info {
    padding-bottom: 10%;
}

.stt {
    padding: 1vw;
    width: 30%;
}

.stt-full {
    padding: 1vw;
    width: 90%;
}

.stt-address {
    width: 100%;
    height: 430px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.shop_vi {
    width: 30vw;
    height: 13.3vw;

}

.shop_vi.ima {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static-internal.insales.ru/files/1/4610/6574594/original/shopmsk2.jpg);
}

.shop_vi.ima2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static-internal.insales.ru/files/1/646/6931078/original/J-5YFSFwoPM.jpg);
}

.shop_vi.ima3 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://static-eu.insales.ru/files/1/2599/10234407/original/shopMskMain.jpg);
}


@media (max-width: 991px) {
    .pzpz.pro {
        height: 264px;
    }

    .pzpz {
        top: 85px;
    }

    .flex-st {
        width: 80vw;
    }

    .store_spb {
        width: 40vw;
        height: 53vw;

    }

    .store_msk {
        width: 40vw;
        height: 46vw;

    }

    .shop_vi {
        width: 92vw;
        height: 51.2vw;
    }

    .stt,
    .stt-full {
        width: 100%;
    }
}

.tbl {
    width: 50%;
}

.d-sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px dotted #000;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 4vw;
}

.row.first {
    border-bottom: 1px dotted #000;
}

.sz {
    text-align: center;
    width: 4vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.75vw;
    line-height: 2vw;
    font-weight: 600;
}

.d-empty {
    height: 4vh;
}

.tbl-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.t-sizeg {
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    font-size: 2vw;
    line-height: 3vw;
    font-weight: 600;
    text-transform: uppercase;
}

.t-medium {
    text-align: center;
    width: 100%;
    font-size: 1.5vw;
    line-height: 3vw;
    font-weight: 400;
}

.b-sub {
    height: 4vw;
    text-align: right;
    font-size: 3vw;
}


.img.bo {


    height: 100%;
    margin-left: -15%;
}

.img.pu {
    margin-right: 17%;
    height: 90%;
}

.img.sha {


    height: 80%;
    padding-left: 22%;
}

.img.ma {

    height: 100%;
    margin-right: -4vw;
}


.layer.right.bo {

    width: 100%;
    margin-left: 0;

}

@media (max-width: 767px) {
    .pzpz {
        top: 0;
    }

    .contentl {
        padding-top: 36px;
    }

    .b-sub {
        font-size: 2vw;
    }


    .sz {
        font-size: 2vw;
    }

    .t-sizeg {
        font-size: 3vw;
    }

    .t-medium {
        font-size: 2vw;
    }
}


@media (max-width: 640px) {
    .pzpz.pro {
        height: 300px;
    }
}

@media (max-width: 479px) {
    .pzpz.pro {
        height: 150px;
    }

    .shop_spb {
        width: 100%;
        height: 250px;
    }

    .section.bd.bff {
        height: 24vh;
        width: 100%;
    }

    .b-sub {
        height: 8vw;
        text-align: center;
        font-size: 4vw;
    }

    .img.bo {
        height: 75%;
        margin-left: 1%;
        margin-top: 20%;
    }

    .img.pu {
        margin-right: 1%;
        height: 100%;
    }

    .img.sha {


        height: 72%;
        padding-left: 23%;
        margin-top: 18%;
    }

    .img.ma {

        height: 95%;
        margin-right: -4vw;
        margin-top: 3%;
    }

    .layer.right.bo {

        width: 85%;
        margin-left: 7%;

    }

}


/* common styles */
.main-container {
    position: relative;
}


@media (max-width: 479px) {
    .tbl {
        width: 80%;
    }

    .sz {
        width: 7vw;
        font-size: 3vw;
        line-height: 4vw;
    }

    .tbl-m {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .t-sizeg {
        margin-top: 2vw;
        font-size: 5vw;
        line-height: 6vw;
    }

    .t-medium {
        font-size: 2.5vw;
    }

    .item-div.vv {

        height: 60vh !important;
    }

    .imgzoom-left.layer.vv {
        height: 65% !important;
        margin-top: 25% !important;
        width: auto !important;


    }

    .imgzoom-right.layer.vv {
        height: 55% !important;
        margin-top: 30% !important;
    }
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 3;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    pointer-events: none;
}

.item-div.sale {
    width: 91%;

    max-height: none;
    max-width: none;
    min-height: 0vw;
    min-width: 0px;
    margin-top: -2vw;
    margin-bottom: 5vw;
}

div.nav_links_sub > a {
    font-size: 15px;
    margin-top: 0px;
}


@media (max-width: 479px) {


    .item-div.sale {

        margin-bottom: 1vw;
        height: 25vh;
    }

    div.nav_links_sub > a {
        line-height: 18px;
        color: #c4d3ff;
        margin-top: 0;
    }
}


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

.item-nav {
    display: block;
}

.nav_link div {
    text-transform: uppercase;
}

/* product page */
.product-price {
    margin-right: 20px;
}

.more-views-nav,
.slider-nav {
    display: none;
}

.owl-carousel {
    list-style: none;
    padding-left: 0;
    width: auto;
}

.owl-wrapper {
    width: auto !important;

    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.owl-item {
    width: 75px !important;
    margin: 0 10px 20px 0;
    float: left;
}

.owl-wrapper-outer {
    overflow: scroll;
}

div.product-image.cloud-zoom-right > a {
    width: 100% !important;

}

.add-to-cart {
    position: relative;
    top: 8px;
}

@media (max-width: 479px) {
    .owl-item {
        width: 22% !important;
        margin: 5px 5px 10px 5px;


    }

    .owl-item li {
        width: 100%;
    }

    div.content-container > div > div.block {

        width: 100%;
    }

    div.block > div.product-title > h1 {
        font-size: 6vw;
        line-height: 7vw;
    }

    #thumbs_slider {
        margin: 0 !important;
    }

    div.block > div.order_row > form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

    }

    div.order_row > form > div.add-to-cart {
        order: 1;
    }

    div.order_row > form > #product-options-wrapper {
        order: 2;
    }

    .price-box.main-price {
        margin-bottom: 10px !important;
        margin-top: 10px;
    }
}

.price-box .special-price {
    text-align: center;
    margin-top: 5px;
}

.owl-item li {
    width: 75px;
}

.product-offers .owl-item {
    width: 130px !important;
}

.product-offers .s-image {
    width: 120px;
    height: 160px;
}

.product-offers .product-box {
    box-sizing: content-box;
}

.product-offers .product-link {
    width: 130px;
}

/* cart page */
.cart-table .p-container {
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width: 479px) {
    .cart-table .p-container {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

/* nav */
.header-dropdown {
    overflow-y: auto;
    display: block;
    max-height: 400px;
}

.nav_links_sub {
    display: none;
    position: absolute;
    background: #000;
    z-index: 999;
}

.nav_link_container:hover > .nav_links_sub {
    display: block;
}

.nav_link_container {
    position: relative;
}

.nav_links_sub a {
    float: left;
    margin-top: 5px;
}

#addtocart-window > div {

    width: 100% !important;

}

div.header-switch.header-cart > div {
    background-color: #fff !important;
}

.subtotal {

    font-weight: 800;
    font-size: 20px;

}

#addtocart-window > div > div {

    margin: 5px;
    display: flex;
    width: 100% !important;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#cart-sidebar > div > div > a {
    margin: 5px 15px;
}

#cart-sidebar > div > div > p {
    margin: 5px 15px;
    display: flex;
    width: 90% !important;

}

#cart-sidebar > div > div > div {
    margin: 5px 15px;
    display: flex;
    width: 90% !important;
}


.subtotal {
    margin: 5px;
    display: flex;
    width: 100% !important;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#create_order > div {
    line-height: 20px !important;

}

div > div.to-cart {
    margin: 5px;
    display: flex;
    width: 100% !important;
    -webkit-justify-content: center;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

#cart-sidebar {
    width: 100% !important;
}

#cart-sidebar > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    width: 100% !important;
    margin: 5px;
    padding: 5px 11px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#cart-sidebar > div > div {
    width: 100%;
}

.button {
    position: relative;
    z-index: 10;
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    margin: 10px;
    padding: 5px 11px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-image: -webkit-linear-gradient(315deg, blue, #c0f);
    background-image: linear-gradient(135deg, blue, #c0f);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.button:hover {
    background-image: url(https://static-eu.insales.ru/files/1/7102/7814078/original/laz1-2.png), -webkit-linear-gradient(315deg, blue, #c0f);
    background-position: 50% 50%, 0px 0px;
    background-size: 100% 100%, auto;
    color: #1df500 !important;
}

/* header cart */
.header-dropdown {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -100px;
    width: 350px;
    padding: 20px;
}

.header-switch {
    position: relative;
}

.header-dropdown p {
    margin: 0;
    text-align: center;
    line-height: 14px;
}

.header-cart-item {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}

.header-cart-item:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
}

.header-cart-img {
    width: 60px;
    float: left;
    margin-right: 0 10px 10px 0;
}

.header-cart-text-link {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.header-cart-price {
    font-weight: bold;
    clear: left;
}

.header-dropdown .xx {
    display: inline-block;
    float: right;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
}

/* cart page */
.centered-content {
    width: 100%;
    text-align: center;
}

.centered-content .p-text {
    margin: 33px 0;
    display: inline-block;
}

.cart_row .qty-container {
    text-align: center;
}

/* feedback */
#feedback_content {
    width: 100%;
}

/* labels */
.new-label,
.sale-label {
    position: absolute;
    z-index: 2;
    background: #00b9d5;
    padding: 0 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.sale-label {
    background-color: #FC50DA;
    color: #FFFFFF;
}

.label-bottom-left {
    bottom: 0;
    left: 0;
}

/* price */
.old-price {
    color: #717171;
    text-decoration: line-through;
}

/* inner editor pages */
#feedback_form table {
    width: auto !important;
    margin: 0 auto;
}

.editor-content {
    font-size: 23px;
    line-height: 26px;
    text-align: left;
}

.inner-pic {
    width: 50%;
    max-width: 400px;
}

.inner-map {
    width: 50%;
}

/* search */
#search {
    padding: 10px;
    border-radius: 15px;
    border: none;
    outline: none;
}

.form-search {
    height: 42px;
    cursor: pointer;
    position: relative;
}

.input-overflow {
    position: absolute;
    top: -25px;
    left: -125px;
    background-color: #000;
    padding: 20px 0;
    display: none;
}

/* modal */
.md-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 40);
    background-color: rgba(0, 0, 40, 0.8);
}

/* product page */
.size-block {
    display: inline-block;
    font-size: 16px;
}

.selector-wrapper label {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 16px;
}

.single-option-selector {
    border: none;
    background: #fff;
    outline: none;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 479px) {
    .single-option-selector {
        font-size: 16px;
    }

    #cartform > div.row-c.w-row.cart_row > div > div > select {

        -webkit-appearance: none;
        appearance: none;
    }
}

.add-to-cart {
    display: inline-block;
}

.qty-container {
    display: inline-block;
    text-align: left;
}

.add-to-cart .qty-container {
    margin-bottom: 20px;
}

.price-box.main-price {
    margin-bottom: 20px;
}

.select-text {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.column3_wrap {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0 0;
}

.column3_wrap .column3 {

}

.column3_wrap .column3 .line {
    min-height: 48px;
    padding: 10px 0;
    text-align: center;
}

.column3_wrap .column3 .line .big.p-text {
    font-weight: bold;
}

.column3_wrap .column3 .line .discount-summary {
    font-weight: bold;
    color: #8309fc;
}

.coupon-block .p-text {
    line-height: 20px;
    font-size: 15px;
}

.coupon-block .button_wrap {
    margin: 1vw;
}

#coupon_code {
    border: 2px solid #7a08fc;
    border-radius: 12px;
    padding: 5px 10px;
    display: block;
    font-size: 18px;
    height: 50px;
    width: 140px;
    float: left;
    margin: 5px 10px 5px 0;
}

.burron-g.w-inline-block.buy {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 40px;
    padding: 5px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-image: -webkit-linear-gradient(315deg, cyan 16%, #c0f);
    background-image: linear-gradient(135deg, cyan 16%, #c0f);
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.clothing-sizes {
    cursor: pointer;
    text-decoration: underline;
}


/* Modal Content */
.md-content {
    background-color: #fefefe;
    margin: 0 auto 150px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    max-width: 1000px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -200%;
}

.md-content h3 {
    font-size: 20px;
    margin: 10px 0;
}

.md-content div {
    margin: 20px 0;
}

.md-content p {
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
    opacity: .5;
    text-transform: uppercase;
}

.md-content img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.md-close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: 30px;
    right: 30px;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 50, .9);
    border: 0;
}

.md-close:hover {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* media styles */
@media (max-width: 991px) {
    .md-content {
        margin-top: 100px;
    }

    .nav-btn {
        left: 5%;
    }

    #search_mini_form {
        position: relative;
        left: -5%;
    }

    .nav-links {
        display: block;

        overflow: auto;
    }

    .nav_link {
        position: relative;
        display: inline-block;
        margin-right: 0;
        font-size: 18px;
        margin-bottom: 0px;
    }

    .nav_link div {
        line-height: 5vw;

        display: inline-block;
    }

    .nav_links_sub {
        display: none !important;
        position: relative;
    }

    .nav_links_sub a {
        float: right;
        display: block;
        margin-top: 0;
        margin-right: 28px;
        clear: both;
    }

    .nav_link_container {

        overflow: auto;
    }

    .nav-menu {
        width: auto;

    }
}

@media screen and (max-width: 767px) {
    .md-content {
        margin-top: 46px;
    }

    .editor-content {
        font-size: 13px;
        line-height: 14px;
    }

    .form-search {
        height: auto;
        left: 20px;
        top: 3px;
    }

    .input-overflow {
        left: -100px;
        padding: 6px 0;
        top: -10px;
    }

    #search {
        padding: 5px 10px;
        width: 100px;
    }
}

@media screen and (max-width: 740px) {
    .inner-pic {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .inner-map {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .nav_link_container {
        margin-bottom: 8px;
        margin-right: 20px;
        overflow: auto;
    }

    .md-content {
        width: auto;
    }

    .cart_row .xx {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }
}

/* quick fixes */
.header-cart .xx {
    display: none;
}

.order_row {
    display: inline-block;
}

#addtocart-window .button {
    display: inline-block;
    top: 25px;
    outline: none;
}

/* magicZoom */
.MagicZoom, .mz-zoom-window {
    -webkit-transform: translate3d(0, 0, 0)
}

.MagicZoom, .magic-thumbs, .mz-figure {
    -webkit-tap-highlight-color: transparent
}

.magic-thumbs, .magic-thumbs ul {
    white-space: nowrap;
    position: relative
}

@font-face {
    font-family: magictoolbox-thin;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/magictoolbox-thin.eot?#iefix) format("embedded-opentype"), url(data:font/opentype;base64,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)
}

.MagicZoom, .mz-button, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage, .mz-expand .mz-image-stage > figure .mz-caption, .mz-expand-controls, .mz-expand-thumbnails, .mz-figure, .mz-hint, .mz-lens, .mz-loading, .mz-thumb img, .mz-zoom-window {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.MagicZoom, .mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.MagicZoom {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

figure.mz-figure {
    overflow: hidden;
    margin: 0 !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.mz-expanded-view-open, .mz-expanded-view-open body, .mz-lens, .mz-zoom-window {
    overflow: hidden !important
}

.MagicZoom img, .mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important
}

.MagicZoom > img, .mz-figure > img {
    width: 100%;
    height: auto
}

.ie8-magic .MagicZoom > img, .ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important
}

.mz-expand .mz-figure.mz-no-zoom, .mz-figure.mz-no-zoom.mz-no-expand {
    cursor: default !important
}

.mz-expand, .mz-figure.mz-active {
    -ms-touch-action: none;
    touch-action: none
}

.mz-lens, .mz-zoom-window {
    position: absolute !important;
    pointer-events: none !important
}

.mz-lens img, .mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important
}

.mz-lens img {
    -webkit-transition: none !important;
    transition: none !important
}

.mz-zoom-window {
    z-index: 5;
    transform: translate3d(0, 0, 0)
}

.mz-expand-controls, .mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 5
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    -webkit-mask-clip: content;
    cursor: none
}

.mz-figure.mz-active .mz-zoom-window.mz-magnifier {
    pointer-events: auto !important;
    cursor: inherit !important
}

.mz-zoom-window img {
    width: auto;
    height: auto;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform-origin: 50% 50% !important;
    -ms-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important
}

.mobile-magic .mz-expand > .mz-zoom-window, .mz-zoom-window.mz-preview img {
    top: 0 !important;
    left: 0 !important
}

.mz-zoom-window.mz-preview img {
    bottom: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: none !important;
    transform: none !important
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s
}

.mz-hidden {
    opacity: 0
}

.mz-visible {
    opacity: 1
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important
}

.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important
}

.mz-expanded-view-open body {
    height: auto !important
}

.mz-figure.mz-active {
    background: #fff
}

.mz-figure.mz-active, .mz-figure.mz-click-zoom, .mz-figure.mz-no-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand, .mz-lens {
    cursor: none
}

.mz-figure.mz-magnifier-zoom.mz-active {
    overflow: visible !important
}

.mz-figure.mz-active > img {
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%)
}

.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: .6
}

.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=.6)
}

.lt-ie11-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img, .mz-figure.mz-active.mz-inner-zoom {
    opacity: 0
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom, .lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom, .lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0)
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: 0 0
}

.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    z-index: 10;
    opacity: 0
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(.25, .5, .5, .9) .1s;
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9) .1s
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none
}

.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}

.mz-zoom-window.mz-magnifier {
    border-radius: 100%;
    border: 0;
    background: rgba(255, 255, 255, .3)
}

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, .7);
    box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, .3);
    background: 0 0;
    z-index: 1
}

.mz-zoom-window.mz-magnifier.mz-square, .mz-zoom-window.mz-magnifier.mz-square:before {
    border-radius: 0 !important
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none
}

.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80)
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0
}

.mz-zoom-window.mz-expanded > .mz-caption {
    display: none
}

.mz-zoom-window.mz-activating, .mz-zoom-window.mz-deactivating {
    -webkit-transition: opacity .3s cubic-bezier(.25, .5, .5, .9), -webkit-transform .3s cubic-bezier(.25, .5, .5, .9);
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9), transform .3s cubic-bezier(.25, .5, .5, .9)
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
    transition-duration: .25s, .25s, .25s
}

.mz-zoom-window.mz-p-bottom, .mz-zoom-window.mz-p-left, .mz-zoom-window.mz-p-right, .mz-zoom-window.mz-p-top {
    opacity: 0;
    z-index: 5
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0)
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0)
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0)
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
}

.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mz-zoom-window.mz-p-inner.mz-activating > img, .mz-zoom-window.mz-p-inner.mz-deactivating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(.25, .5, .5, .9) !important;
    transition: transform .22s cubic-bezier(.25, .5, .5, .9) !important
}

.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
    transform: scale(.1)
}

.mz-zoom-window.mz-custom.mz-activating, .mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-preview.mz-activating, .mz-zoom-window.mz-preview.mz-deactivating {
    -webkit-transition: opacity .3s cubic-bezier(.25, .5, .5, .9);
    transition: opacity .3s cubic-bezier(.25, .5, .5, .9)
}

.mz-zoom-window.mz-custom.mz-deactivating, .mz-zoom-window.mz-preview.mz-deactivating {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.mz-zoom-window.mz-p-custom, .mz-zoom-window.mz-p-preview {
    opacity: 0
}

.mz-hint, .mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, .7);
    font: 400 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity .25s ease, z-index .25s ease;
    transition: opacity .25s ease, z-index .25s ease
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, .7);
    border-radius: 2em;
    padding: .7em 1.1em
}

.mobile-magic .mz-hint-message:before, .mz-expand .mz-hint-message:before {
    display: none
}

.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.mz-expand .mz-hint-message {
    padding: 1.1em
}

.mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0
}

.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mz-loading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s
}

.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
    animation: spin-loading .9s infinite linear
}

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

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

.lt-ie10-magic .mz-loading {
    border-radius: 2em;
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto
}

.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto
}

.lt-ie9-magic .mz-hint-message, .lt-ie9-magic .mz-loading.shown {
    background: 0 0 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7c31333D', EndColorStr='#7c31333D')
}

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0)
}

.mz-expand, .mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg, .mz-expand .mz-expand-stage, .mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > img, .mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important
}

.mz-expand .mz-expand-bg, .mz-expand .mz-expand-bg > svg {
    min-width: 100% !important;
    min-height: 100% !important
}

.magic-thumbs button.magic-thumbs-button, button.mz-button {
    text-transform: none !important;
    speak: none;
    text-align: center;
    min-width: 0 !important;
    min-height: 0 !important
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none
}

.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(.01deg);
    -ms-transform: translate(0, 0) scale(10, 10) rotate(.01deg);
    transform: translate3d(0, 0, 0) scale(10) rotate(.01deg);
    -webkit-perspective: 600px;
    perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover
}

.lt-ie10-magic .mz-expand .mz-expand-bg, .mz-expand.dark-bg .mz-expand-bg, .mz-expand.plain-bg .mz-expand-bg, .mz-expand.white-bg .mz-expand-bg, [data-magic-ua=edge] .mz-expand .mz-expand-bg {
    display: none !important
}

.mz-expand .mz-expand-bg > img {
    margin: auto;
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mz-expand .mz-expand-bg > svg {
    margin: auto;
    opacity: .6
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f
}

[data-magic-ua=edge] .mz-expand {
    background-color: rgba(31, 31, 31, .96)
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96)
}

.mz-expand.white-bg {
    background-color: #fff
}

.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0
}

.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0
}

.mz-expand .mz-image-stage:before, .mz-expand .mz-image-stage > figure:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0
}

.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto
}

.mz-expand .mz-zoom-in .mz-image-stage > figure, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating, .mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out
}

.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100)
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100)
}

.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0 0 46px #000;
    padding: 10px 4px;
    font: 400 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    opacity: 1
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: 0 0
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0
}

.mobile-magic .mz-expand-stage .mz-expand-thumbnails, .mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0;
    right: 0
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px
}

.mz-expand-controls, button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 magictoolbox-thin !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
    max-width: none !important;
    max-height: none !important
}

button.mz-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important
}

button.mz-button.mz-button-next, button.mz-button.mz-button-prev {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important
}

button.mz-button.mz-button-prev {
    left: 0 !important
}

button.mz-button.mz-button-next {
    right: 0 !important
}

button.mz-button.mz-button-close {
    font-size: 26px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important
}

:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
    transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s !important
}

:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
    transition: transform .1s !important
}

.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
    transform: scale(.95) !important
}

button.mz-button.mz-button-close:before {
    content: "\a001"
}

button.mz-button.mz-button-prev:before {
    content: "\a002"
}

button.mz-button.mz-button-next:before {
    content: "\a003"
}

@media screen and (max-device-width: 767px) {
    button.mz-button-next, button.mz-button-prev {
        display: none !important
    }

    .mobile-magic .mz-expand button.mz-button {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px !important;
        color: rgba(255, 255, 255, .8) !important;
        background-color: rgba(49, 51, 61, .3) !important;
        border-color: transparent !important
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75)
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100)
}

.mz-thumb, .mz-thumb:focus, a[data-zoom-id] {
    display: inline-block;
    line-height: 0;
    outline: 0
}

.mz-thumb img, a[data-zoom-id] img {
    border: 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
    box-sizing: border-box
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(75%);
    filter: brightness(75%)
}

.mz-thumb-selected img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%)
}

.no-cssfilters-magic .mz-thumb.mz-thumb-selected, .no-cssfilters-magic .mz-thumb:hover {
    background: #000
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .75;
    filter: alpha(opacity=75)
}

.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .6;
    filter: alpha(opacity=60)
}

.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3)
}

.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px
}

.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3)
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%)
}

.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70)
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50)
}

.mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 40px
}

.mz-expand.no-expand-thumbnails .mz-expand-thumbnails {
    display: none
}

.mobile-magic .mz-expand.no-expand-thumbnails .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 0
}

.magic-thumbs, .magic-thumbs .magic-thumbs-button, .magic-thumbs .magic-thumbs-wrapper, .magic-thumbs li, .magic-thumbs li img, .magic-thumbs li:after, .magic-thumbs li:before, .magic-thumbs ul {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    width: 100%;
    height: 100%
}

.magic-thumbs.no-buttons {
    padding: 0 !important
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center
}

.magic-thumbs ul, .magic-thumbs ul li, .magic-thumbs ul li:after {
    display: inline-block;
    height: 100%
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    vertical-align: middle
}

.magic-thumbs.no-buttons ul {
    left: 0 !important;
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.magic-thumbs ul li {
    margin: 0 4px;
    width: auto;
    vertical-align: top;
    line-height: 0
}

.magic-thumbs ul li:after {
    content: '';
    vertical-align: middle;
    width: 0
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-width: none !important;
    max-height: 100% !important;
    vertical-align: middle
}

.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important
}

.magic-thumbs.magic-thumbs-vertical {
    height: 100%
}

.magic-thumbs-vertical {
    padding: 30px 0
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
    margin: 4px 0
}

.magic-thumbs-vertical ul li > img {
    max-width: 100% !important;
    max-height: none !important
}

.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%
}

.magic-thumbs button.magic-thumbs-button {
    color: #b4b4b4 !important;
    font: 900 24px/1 magictoolbox-thin !important;
    cursor: pointer;
    z-index: 90 !important;
    background-repeat: no-repeat;
    background-color: transparent !important;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    overflow: hidden;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    max-width: none !important;
    max-height: none !important
}

.magic-thumbs button.magic-thumbs-button:before {
    display: inline;
    position: static;
    color: inherit !important;
    font: inherit !important;
    -webkit-font-smoothing: inherit !important
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002"
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003"
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
    transform: scale(.85) !important;
    -webkit-transition: color .25s, -webkit-transform .25s !important;
    transition: color .25s, transform .25s !important
}

:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005"
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004"
}

.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important
}

.magic-thumbs-button-disabled {
    opacity: .2;
    filter: alpha(opacity=20)
}
