
/* tryon css */

@media only screen and (min-device-width: 1080px) and (max-device-width: 1920px) and (orientation: portrait) {}

@media only screen and (min-device-width: 2160px) and (max-device-width: 3840px) and (orientation: portrait) {
    html {
        font-size: 150%!important;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 3840px) and (orientation: portrait) {
    footer {
        position: relative;
        bottom: 0;
        z-index: 9;
        display: none;
    }
    .w-100 {
        width: 100%;
    }
    .w-50 {
        width: 50%;
    }
    .d-flex {
        display: flex;
    }
    .h-100 {
        height: 100%
    }
    .flex-column {
        flex-direction: column!important;
    }
    .mx-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .btn-dark {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
    }
    .rounded-0 {
        border-radius: 0!important;
    }
    .p-0 {
        padding: 0;
    }
    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: .0;
    }
    .product-totem_tryon .right-block,
    .product-totem_tryon .header-left,
    .product-totem_tryon .page-title {
        display: none;
    }
    body.product-totem_tryon .container {
        width: 100vw;
        padding: 0;
    }
    body.product-totem_tryon .breadcrumb {
        display: none;
    }
    div#tryon_video {
        overflow: hidden;
        height: 100vh;
    }
    /* #tryon_output {
        height: 100%!important;
    } */
    .modal-open {
        overflow-y: hidden !important; 
    } 
    div#main {
        width: 744px;
    }
    .tryon_middle.styleme {
        background: 0 0;
        margin: 8px;
        margin-top: 0;
        position: relative;
    }
    .position-relative {
        position: relative!important;
    }
    .right_pane {
        width: 15rem!important;
        right: 0!important;
        position: absolute;
        display: flex;
        height: 100vh;
        flex-direction: column;
    }
    .right_pane .col-md-12 {
        padding: 0;
    }
    .left_pane {
        width: 15rem!important;
        left: 0!important;
        position: absolute;
        display: flex;
        height: 100vh;
        flex-direction: column;
    }
    .left_pane .col-md-12 {
        padding: 0;
    }
    a.goDetail{
            font-size: 1.2rem;
                bottom: 26px;
                display: none;
    }
    .category {
        height: calc(100vh - 18rem);
        overflow-y: auto;
        margin-top: 0.5rem;
    }
    .category::-webkit-scrollbar {
        width: 0px;
    }
    .model_middle {
        /*height: calc(100vh - 128px)!important;*/
        width: calc(100% - 30rem)!important;
        justify-content: center;
        align-content: center;
        left: 15rem!important;
        position: absolute;
    }
    div#content p {
        display: block;
    }
    #content.request-not-found {
        background: none;
    }
    .product-img {
        margin: 0rem;
        position: relative;
        border: 0.1rem solid #d6d6d600!important;
        margin-bottom: 0!important;
    }
    .product-img img {
        width: 100%;
        padding: 0;
    }
    .product-img.selected .marked {
        display: block;
    }
    .bottom_bt {
        position: absolute;
        bottom: -16px;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 90%;
        justify-content: center;
        display: none;
        display: flex;
    }
    .tryon_header {
        height: 9.5rem;
        padding: 0.25rem;
        box-sizing: border-box;
        margin-bottom: 0.5rem;
    }
    div#navbarNav {
         /*justify-content: end;*/
         width: auto; 
         position: absolute;
         right: 0px;
    }
    button.btn.ui-button {
        width: 9rem;
        height: 9rem;
        background: #000;
        color: #fff;
        font-size: 40px;
        position: relative;
        margin: 0.25rem;
        cursor: pointer;
    }
    button.btn.ui-button.m-1.cam {
        background: #c60012!important;
        display: none;
        width: 9rem;
        height: 9rem;
        padding: 14px 16px;
    }
    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    .dropdown.btn.ui-button {
        position: relative;
        font-size: 1rem;
        border-radius: 0.25rem;
        padding: 0;
        margin: 0.25rem;
        color: #fff;
    }
    .dropdown.btn.ui-button .btn-dark {
        background: #000;
        border: #000;
    }
    button.btn.ui-button.sharebt {
        background: #000!important;
        display: none;
    }
    .dropdown-toggle-acc .fa {
        font-size: 4rem;
    }
    .dropdown-toggle-acc {
        width: 9rem;
        height: 9rem;
    }
    i.fa.fa-arrow-left {
        font-size: 3rem;
    }
    .fa {
        font-size: 2rem;
    }
    button.btn.ui-button span {
        display: none;
    }
    .tryon_middle .dropdown-toggle {
        height: 6rem;
        color: #fff;
        word-break: break-word;
        font-size: 1.5rem;
        white-space: normal;
        word-spacing: 5px;
    }
    .btn-dark:hover {
        color: #fff;
    }
    div.tryon_bt {
        height: 6rem!important;
        color: #fff;
        font-weight: 600!important;
        width: 100%;
        background: #e6e6e6;
        border: none;
    }
    .icon-wrapper {
        display: flex;
        grid-template-columns: 1fr 1fr;
        height: 6rem;
        margin-top: 0;
        width: 100%;
        justify-content: space-between;
    }
    .icon-wrapper i {
        font-size: 3rem;
        padding: 0.5rem
    }
    .icon_style {
        text-align: -webkit-center!important;
        text-align: -moz-center!important;
        text-align: center;
        position: relative;
        display: flex;
    }
    .icon_style span {
        font-size: 1.4rem;
        color: #000!important;
        text-shadow: none;
        width: 100%!important;
        text-align: left;
        padding: 1.5rem 0;
        line-height: 2.6rem;
    }
    .icon_img {
        width: 5rem;
        padding: 1rem 0rem;
        color: #232323;
    }
    .tryon_bt img {
        margin-bottom: 8px;
        background: #b72025;
        height: 5rem;
        border-radius: 0rem;
        margin-top: 0;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 3rem;
        z-index: 99;
        left: 50%
    }
    .marked {
        display: none;
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
    }
    .icon_icon.cart_icon {
    display: none;
}
li.showcart {
    display: none;
}
    .product-img.selected .bottom_bt {
        display: flex;
    }
    .icon_icon {
        width: 3.2rem;
        height: 3.2rem;
        padding: 0.8rem;
        border-radius: 50rem;
        background: #000;
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }
    /* #fev_Btn {
        border-radius: 50rem;
        background: #000;
        color: #fff;
        font-size: 1.5rem;
    } */
    .bottom_bt .fa {
        font-size: 1.5rem;
    }
    .img_container {
        height: calc(100vh - 6.5rem);
    }
    .fav_cart_custom .icon_icon {
        width: 3.5rem;
        height: 3.5rem;
        padding: 0.8rem 1rem;
        border-radius: 50px;
        font-size: 1.5rem!important;
        background: #9a9a9a;
        margin-bottom: 5px;
        display:none;
    }
    .fav_cart_custom {
        right: 0;
        position: absolute;
        transform: translate(-50%, -50%);
        right: 0;
        top: 10rem;
        z-index: 1;
        display:none;
    }
    button.btn.ui-button .fa {
        font-size: 4rem;
    }
    button#cam-btn img {
        width: 4rem;
    }
    .category .text-black {
        margin: 0 0.5rem;
        padding: 1.2rem 0rem;
        margin-bottom: 1rem;
        text-align: left;
        text-indent: 0;
        font-weight: 600;
        font-size: 1.5rem;
    }
    .text-price {
        position: absolute;
        bottom: 0;
        font-size: 1.4rem;
        font-weight: 700;
        background: #ffffffa6;
        width: 100%;
        padding: 0.8rem 0.8rem;
        margin: 0;
    }
    li.dropdown-item {
        padding: 2rem 1.5rem;
        font-size: 2rem;
    }
    a.dropdown-item {
        padding: 1rem 1.5rem!important;
        font-size: 2rem;
    }
    .dropdown-toggle-acc {
        position: relative;
    }
    .dropdown-menu {
        width: 18rem;
    }
    div#navbarNav .show {
        right: 0rem!important;
    }
    button#cam-btn {
        display: none;
        padding: 2.2rem;
        background: #c60012!important;
    }
    .togglesearch {
        position: absolute;
        top: 0.2rem;
        display: none;
        z-index: 9;
        right: 10rem;
    }
    .togglesearch input[type=text] {
        width: 28rem;
        border: 1px solid #a9a9a9;
        outline: none;
        font-size: 1.8rem;
        height: 9rem;
        padding: 1rem;
    }
    div#search-btn {
        width: 7rem;
        padding: 2rem 1rem;
        border-left: 1px solid #b1b1b1;
        outline: none;
        cursor: pointer;
        height: 8.5rem;
        font-weight: 700;
        position: absolute;
        right: 0;
        border-radius: 0.25rem;
        top: 0.2rem;
        background-color: #ffffff;
        z-index: 99;
    }
    div.go img {
        width: 5.5rem;
    }
    .goQr {
        position: absolute;
        right: 7rem;
        border: none;
        padding: 2rem 1.2rem;
        color: #000;
        width: 7rem;
        height: 9rem;
        top: 0;
    }
    div.goQr img {
        width: 5.5rem;
    }
    button.reset {
        right: 7rem;
        font-size: 5rem;
        position: absolute;
        border: none;
        display: block;
        width: 9rem;
        height: 8rem;
        background: #fff;
        line-height: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        outline: none;
        cursor: pointer;
        transition: .1s;
        z-index: 9;
        font-weight: 600;
    }
    .navbar-brand {
        float: left;
        height: 9rem;
        padding: 2rem 1rem;
        font-size: 18px;
        line-height: 20px;
        width: 32rem;
        margin-top: 1.3rem;
        transform: translate(-50%, -82%) !important;
        left: 50%;
        top: 50%;
        position: absolute;
    }
    .navbar-brand>img {
        display: block;
        width: 100%;
    }
    .dropdown-menu#accmenu {
        left: -9rem;
    }
    .show {
        display: block;
        opacity: 1;
    }
    .modal#mybg {
        height: 30rem;
        position: fixed;
        bottom: 0 !important;
        width: 100vw;
        display: none;
        top: unset;
        background: #d7d7d7;
        overflow-y: hidden;
    }
    #mybg .modal-dialog {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        transform: translate(0);
    }
    div#mybg .modal-content {
        height: 100vh;
        box-shadow: none;
    }
    /* .background_box .thumbs {
        margin: 0;
        white-space: nowrap;
        width: 100vw;
        height: 20rem;
        margin: 0px auto;
        padding-top: 6px;
        display: -webkit-inline-box;
        overflow-x: scroll;
        overflow-y: hidden;
    } */
    .background_box .thumbs {
        white-space: nowrap;
        width: 1080px;
        height: 238px;
        margin: 0 auto;
        padding-top: 6px;
        display: -webkit-inline-box;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .background_box .re_box {
        margin: 0.5rem;
        border: 0.5rem solid #fff;
        background: #e5e5e5;
        width: 20rem;
        height: 20rem;
        display: inline-block;
        padding: 0.5rem;
        overflow: hidden;
    }
    h5.modal-title {
        font-size: 2rem;
        padding: 0.5rem 0.5rem;
    }
    * .modal-header .btn-close {
        background-image: url(../../../../../image/totem/close-line.svg) !important;
        width: 2.5rem;
        border: none;
        height: 2.5rem;
        background: none;
        opacity: 1;
        background-position: center;
        margin: 1rem;
        position: absolute;
        right: 2.5rem;
        top: 2.5rem;
    }
    div#mybg .modal-header {
        background: #0c0c0c;
        color: #fff;
        padding: 2rem;
    }
    div#mybg h5.modal-title {
        color: #fff!important;
    }
    /* css for myfav cart pic zoom */
    #myfav .modal-dialog,
    #piczoom .modal-dialog,
    #mypics .modal-dialog,
    #mycart .modal-dialog {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        height: 100vh;
        transform: translate(0);
    }
    #myfav .modal-content,
    #piczoom .modal-content,
    #mypics .modal-content,
    #myModalQR .modal-content,
    #mycart .modal-content,
    #myModalQR .modal-content {
        height: 100%!important;
    }
    #myfav .modal-header,
    #piczoom .modal-header,
    #mypics .modal-header,
    #myModalQR .modal-header,
    #mycart .modal-header,
    #myModalQR .modal-header {
        height: 10rem;
        background: #0c0c0c;
        padding: 2.5rem;
    }
    div#myModalQR.modal {
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 1055;
    }
    #myModalQR .modal-dialog {
        width: 1080px;
        max-width: 1080px;
        margin: 0;
        height: 1920px;
        overflow-y: hidden!important;
        transform: none;
    }
    .videobox {
        text-align: center;
        position: fixed;
        width: 100%;
        display: block;
        background: rgba(0, 0, 0, .5);
        height: calc(100vh - 0px)!important;
        z-index: 1;
    }
    .element {
        z-index: 999;
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(100vh - 0px);
        background: rgba(0, 0, 0, .2);
        clip-path: polygon(0% 0%, 0% 100%, 17% 100%, 17% 11%, 84% 11%, 84% 49%, 13% 49%, 13% 100%, 100% 100%, 100% 0%);
    }
    #myfav .modal-body,
    #mypics .modal-body,
    #piczoom .modal-body,
    #mycart .modal-body {
        background: #fff!important;
    }
    #myfav .modal-title,
    #piczoom .modal-title,
    #mypics .modal-title,
    #myModalQR .modal-title,
    #mycart .modal-title {
        color: #fff!important;
        font-size: 2.5rem;
    }
    #ScanQR .modal-dialog,
    #ScanQRWishlist .modal-dialog,
    #ScanQRUpload .modal-dialog {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
        width: 50rem;
        max-width: 50rem;
    }
    #ScanQR .modal-content,
    #ScanQRWishlist .modal-content,
    #ScanQRUpload .modal-content {
        background-color: #000000b8;
    }
    div#qr-div {
        width: 18rem!important;
        height: 18rem!important;
    }
    #ScanQR .modal-footer {
        font-size: 2rem;
        background: none;
        color: #fff;
        padding: 2.5rem;
        text-align: center;
    }
    #ScanQR .modal-footer button {
        font-size: 3rem;
        background: none;
        color: #fff;
    }
    #ScanQR .btn-close,
    #ScanQRWishlist .btn-close,
    #ScanQRUpload .btn-close {
        background-image: url(../../../../../image/totem/close-line.svg)!important;
        position: absolute;
        right: 0rem;
        background-size: 3rem;
        background-repeat: no-repeat;
        opacity: 1;
        width: 4rem;
        height: 4rem;
        border: none;
        background-color: transparent;
    }
    #TimerImage {
        width: 100vw;
        height: 100vh;
    }
    #ScanQR .modal-dialog img,
    #ScanQRWishlist .modal-dialog img,
    #ScanQRUpload .modal-dialog img {
        width: 100%;
        padding: 8px;
    }
    .qr-text {
        width: 60%;
        color: #fff;
        font-size: 3.5rem;
        text-align: left;
        margin-top: 6rem;
        padding-left: 3rem;
    }
    .qr-text p {
        font-size: 2rem;
        padding-top: 2rem;
    }
    /* ends */
    /* fav gallery */
    .fav_Container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        margin: 12rem 2rem 2rem 2rem;
        bottom: 8rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
    }
    .itemCard {
        background-color: #fff;
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
        padding: 0 0 2rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 220px;
        /* flex: 1 0 22rem; */
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* margin: 2rem 0 0 2rem; */
        outline: 0.4rem solid #e9e9eb;
        position: relative;
        max-width: 23rem;
        margin: 1rem 1rem;
        height: 40rem;
    }
    .itemCard .form-check {
        position: absolute;
        left: 6px;
        top: 3px;
        z-index: 99;
    }
    .itemImage {
        position: relative;
    }
    .CardImage {
        width: 55%;
        cursor: pointer;
        min-height: 294px;
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
        opacity: 1;
        margin-top: -15px;
        margin-left: 44px;
    }
    .itemDetails {
        position: absolute;
        height: 15rem;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        background: #fff;
    }
    .itemDetails_a {
        height: 9rem;
        font-size: 1.5rem;
        text-align: left;
        color: #696b79;
        padding: 10px 10px 0;
        border: none!important;
        border-bottom: 1px solid #e9e9eb!important;
    }
    .itemDetails .pricing {
        text-align: left;
        font-weight: 600;
        font-weight: 22px;
        color: #000;
    }
    .itemDetails_a p {
        line-height: 2rem;
    }
    .item_actions {
        font-size: 1.8rem;
        text-align: center;
        padding: 2rem 1rem;
        font-weight: 600;
    }
    .action_container {
        line-height: 1.5rem;
        display: flex;
        align-items: center;
        padding: 0 2rem;
        font-weight: 600;
        font-size: 1.5rem;
        color: #282c3f;
    }
    .selectIcon {
        display: flex;
        height: 32px;
        align-items: center;
        width: 32px;
        justify-content: center;
    }
    .message {
        margin-left: 32px;
    }
    .right_box_actions {
        border-top: 0;
        margin-left: auto;
    }
    .bulk_action {
        display: inline-block;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .removbt {
        color: #535766;
        padding: 1rem 1rem;
        height: 4rem;
        border: none;
        background: #fff;
        display: block;
        font-size: 1.5rem;
    }
    .fevimg {
        /* height: 22rem;
        width: 18rem; */
        height: 45rem;
        width: 25rem;
        margin-bottom: 40px;
    }
    /* shraddha changes */
    .cartItem {
        display: flex;
        background: #fff;
        font-size: 14px;
        border: 1px solid #eaeaec;
        border-radius: 4px;
        position: relative;
        padding: 12px;
        margin-bottom: 18px;
        width: 48%;
        float: left;
        margin-right: 5px;
    }
    .itemLeft {
        width: 50%;
    }
    .itemLeft picture img {
        display: flex;
        background: #fff;
        font-size: 14px;
        border: 1px solid #eaeaec;
        border-radius: 4px;
        position: relative;
        padding: 12px;
        margin-bottom: 18px;
        width: 68%;
        margin: auto;
    }
    .itemRight {
        color: #000;
        padding-left: 22px;
        position: relative;
        min-height: 200px;
        margin-bottom: 12px;
        width: 95%;
        text-align: left;
        font-size: 25px;
    }
    .itembrand {
        font-size: 20px;
        font-weight: 700;
        margin-top: 5px;
    }
    .item-text {
        font-size: 20px;
        color: #a0a0a0;
        text-shadow: none;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .selsize {
        display: inline-block;
        white-space: nowrap;
        padding: 20px 35px;
        background: #f5f5f6;
        color: #282c3f;
        font-weight: 600;
        cursor: pointer;
        margin-right: 12px;
        border-radius: 2px;
        line-height: 16px;
    }
    .quantity {
        display: inline-block;
        white-space: nowrap;
        padding: 20px;
        background: #f5f5f6;
        color: #282c3f;
        font-weight: 600;
        cursor: pointer;
        margin-right: 12px;
        border-radius: 2px;
        line-height: 16px;
    }
    .close_icon {
        position: absolute;
        right: 0;
        width: 50px;
        height: 50px;
        top: 0;
        padding: 16px;
    }
    /* shraddha changes done */
    .form-check .checkbox-wrapper {
        background: url(../../../../../image/catalog/check-tick.png) !important;
        width: 2rem;
        height: 2rem;
        background: red;
        background-size: 100%;
        display: block;
        vertical-align: middle;
    }
    .form-check .checkbox-wrapper input {
        width: 2rem;
        height: 2rem;
        opacity: 1;
    }
    .remove-icon {
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }
    .remove-icon svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    div#mypics .itemCard {
        height: 24rem;
        margin-bottom: 8rem;
    }
    div#piczoom .modal-body img {
        width: 100%;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.5em solid;
        border-right: 0.5em solid transparent;
        border-bottom: 0;
        border-left: 0.5em solid transparent;
        display: none;
    }
    div#account-edit,
    #account-account,
    #account-password,
    #account-address,
    #account-wishlist,
    #account-order,
    #account-download,
    #account-reward,
    #account-transaction,
    #account-recurring,
    #account-affiliate,
    #account-newsletter,
    #common-success,
    #error-not-foundm,
    #blog_content,
    #account-return,
    #checkout-checkout,
    #product-category,
    #product-search,
    #account-login,
    #checkout-cart,
    #information-information,
    #information-sitemap,
    #information-contact {
        padding-top: 9rem!important;
    }
    div.information-sitemap {
        padding-top: 9rem!important;
    }
    #product-product #content {
        padding-top: 9rem!important;
    }
    .container {
        padding: 3rem;
    }
}

@media only screen and (min-device-width: 2160px) and (max-device-width: 3840px) and (orientation: portrait) {
    html {
        font-size: 150%!important;
    }
    .left_pane {
        width: 18rem!important;
    }
    .right_pane {
        width: 18rem!important;
    }
    .model_middle {
        width: calc(100% - 36rem)!important;
        left: 18rem!important;
    }
    .fav_cart_custom {
        top: 14rem;
    }
    .tryon_middle .dropdown-toggle {
        height: 8rem;
    }
    .tryon_bt img {
        height: 5rem;
        top: 4rem;
    }
    .icon-wrapper {
        height: 8rem;
    }
    div.tryon_bt {
        height: 8rem!important;
    }
    .icon_img {
        padding: 2rem 0rem;
    }
    .icon_style span {
        padding: 2.5rem 0;
    }
    div#account-edit,
    #account-account,
    #account-password,
    #account-address,
    #account-wishlist,
    #account-order,
    #account-download,
    #account-reward,
    #account-transaction,
    #account-recurring,
    #account-affiliate,
    #account-newsletter,
    #common-success,
    #error-not-foundm,
    #blog_content,
    #account-return,
    #checkout-checkout,
    #product-category,
    #product-search,
    #account-login,
    #checkout-cart,
    #information-information,
    #information-sitemap,
    #information-contact,
    #blogmain,
    #module-ttblog-details {
        padding-top: 12rem!important;
    }
    div.information-sitemap {
        padding-top: 12rem!important;
    }
    #product-product #content {
        padding-top: 12rem!important;
    }
    .right-block>div {
        padding: 0 20px;
    }
    .user-info .fa {
        font-size: 1rem;
        margin-right: 0.5rem;
    }
    .main-category-list .menu-category ul.dropmenu li.dropdown a,
    .main-category-list .menu-category ul li.more-menu.dropdown>a {
        padding: 80px 45px 80px 45px;
    }
    .main-category-list.left-main-menu .menu-category ul li a.TT-Category-List::after,
    .main-category-list .menu-category ul li.more-menu>a::after {
        top: 80px;
    }
    .main-category-list .menu-category ul.dropmenu li a,
    .main-category-list .menu-category ul li.more-menu>a {
        font: 600 30px/30px "Montserrat", sans-serif;
        padding: 80px 45px;
    }
    #logo img {
        max-width: 150px;
        max-height: 46px;
        width: auto;
        height: auto;
        margin-top: 43px;
    }
    .right-block {
        padding: 80px 45px;
        margin: 0;
    }
    .container {
        padding: 3rem;
    }
}

#success_snackbar_fav,
#success_snackbar_cart,
#invalid_search_snackbar {
    visibility: hidden;
    min-width: 450px;
    margin-left: -225px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 980px;
    font-size: 17px;
    z-index: 9999;
}

#success_snackbar_fav.show,
#success_snackbar_cart.show,
#invalid_search_snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}